プレイ日記
Im making A new game where u are a bomb & get to move around I just need help with some stuff how can u make sprites move
0そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
Like this SPSET 0,2 X=100:Y=100 X is for left and right, Y is for up and down. @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 this sets the X/Y/Z of the sprite GOTO @LOOP Hope this helps :)
0そうだね
プレイ済み
返信[2]
親投稿
Oscar PwnageBlock
Protip: You have no way of getting out of that first loop. You can fix this by setting an escape using another label and GOTO, or switching to regular structures such as a WHILE/WEND (recommended). Also, I'm pretty sure the name "Skrillex" is copyrighted, so you won't be able to use that.
1そうだね
プレイ済み
返信[3]
親投稿
Yea but I dont think Skrillex (DJ) Would play this unless hes looking for the BGM For music
0そうだね
プレイ済み