プレイ日記
Josiah Spike4
So, does anybody have a good section of code for jumping? I can't nail it and if you do have some good code for it, please share. thank you
0そうだね
プレイ済み
返信[1]
親投稿
Aaron Krondelo
I haven't got that far yet, and not sure if this helps its a bit obvious, and simple. But I think to start: IF BUTTON AND #A THEN GOTO @jump. REPEAT Y=Y+1 UNTIL Y==#. Might work?
0そうだね
プレイ済み
返信[2]
親投稿
Lukas dogcutie
GOTO @Label means that you are jumping to another line of code GOSUB @Label means you can jump to code, then go back with RETURN @Label is the code you jump to (@Label can be anything with an @ before it)
0そうだね
プレイ済み