トピック
nafin SKINNY-LIP

why doesnt this work?

im trying to stop the sprite from moving when i release right, but the animation to change the spdef only works the first time. help.
1そうだね
プレイ済み
返信[1]
親投稿
MerZ LinkZ19
Try this IF BUTTON(3)==8 THEN SPCHR 0,759
0そうだね
プレイ済み
返信[2]
親投稿
MerZ LinkZ19
...and remove @COW GOTO @COW GOTO @STOPRIGHT
0そうだね
プレイ済み
返信[3]
親投稿
Hanzo rzsense
Please try the following codes. ACLS:SPSET 0,759:SPOFS 0,50,100:SPSCALE 0,2,2:SPANIM 0,"I",15,756,15,757,15,758,15,759,0:SPANIM 0,"XY",-500,500,100:SPSTOP 0 @CONTROLS VSYNC 1:IF BUTTON(0)==#RIGHT THEN @RIGHT GOTO @CONTROLS @RIGHT SPSTART 0 @COW VSYNC 1:IF BUTTON(3)==#RIGHT THEN @STOPRIGHT GOTO @COW @STOPRIGHT SPSTOP 0 GOTO @CONTROLS
0そうだね
未プレイ
返信[4]
親投稿
nafin SKINNY-LIP
thank
0そうだね
プレイ済み