プレイ日記
Aiden crayzeefun3
I wrote a program that lets you move a sprite with the Plus Pad!
1そうだね
プレイ済み
返信[1]
親投稿
Jackson JacboyX
Can you try the Circle pad as well?
0そうだね
プレイ済み
返信[2]
親投稿
Aiden crayzeefun3
No, do you know how?
0そうだね
プレイ済み
返信[3]
親投稿
Jackson JacboyX
No not really. I was just asking. I did make a recording studio though.
0そうだね
プレイ済み
返信[4]
親投稿
Josh josh.h7
Circle pad code is like this :) SPSET 0,2 X=100:Y=100 @LOOP STICK OUT TX,TY X=X+2*TX:Y=Y-2*TY SPOFS 0,X,Y VSYNC 1 GOTO @LOOP
0そうだね
プレイ済み
返信[5]
親投稿
12Me21 12Me21
ACLS:SPSET 0,SPCOD:MVX=199:MVY=119 WHILE 1:BTN=BUTTON() DEC MVY,!!(BTN AND #UP)-!!(BTN AND #DOWN) DEC MVX,!!(BTN AND #LEFT)-!!(BTN AND #RIGHT) DEC MVZ,!!(BTN AND #B)-!!(BTN AND #X) SPOFS 0,MVX,MVY,MVZ:VSYNC 1 WEND the !! just converts the result into 0 (if it's 0) or 1 (if it's not 0) so it moves the same speed in all directions
0そうだね
プレイ済み