プレイ日記
dragon WereWolf7747
useing what i learned fron the pitit professor i made a menu function but i messed up you can't move the arrow.
5そうだね
プレイ済み
返信[1]
親投稿
Lacks DHaze420
instead of using numbers for the buttons you can use #LEFT, #RIGHT, #A, #B, #X, #Y, etc :D
0そうだね
プレイ済み
返信[2]
親投稿
dragon WereWolf7747
thanks for the help
1そうだね
プレイ済み
返信[3]
親投稿
Pkyoshi19 Pokeyoshi19
Instead of doing all those empty PRINTs, try using variables. -Replace Line 1 with X=4 -On Line 11, replace the 4 with X -Remove everything below Line 14 -Replace Lines 12 and 13 with IF B==1 THEN DEC X IF B==2 THEN INC X -Replace Line 9 with WHILE 1 and Line 14 with WEND -Add VSYNC 1 between Lines 9 and 10 -Replace BUTTON(3) with BUTTON(1) Hope this helped!
0そうだね
プレイ済み
返信[4]
親投稿
dragon WereWolf7747
okey you sure do know your code thanks for the help
0そうだね
プレイ済み