プレイ日記
SneakyE burstdis2
Ima bout to start programming but I dont know how to make sprites move on the screen Heelp
0そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
Like this SPSET 0,3 X=100:Y=100 @LOOP IF BUTTON()==1 THEN Y=Y-2 IF BUTTON()==2 THEN Y=Y+2 IF BUTTON()==4 THEN X=X-2 IF BUTTON()==8 THEN X=X+2 SPOFS 0,X,Y GOTO @LOOP Hope this helps :)
1そうだね
プレイ済み