トピック
K-Ta LOTW12

Title screens, save files

How would you code a title screen, with 'new game', 'continue', 'options', ect., and be able to use the d-pad the switch between them?
1そうだね
プレイ済み
返信[1]
親投稿
K-Ta LOTW12
Also (forgot this) how do you make a game have a save file? Specifically, for saving stats?
0そうだね
プレイ済み
返信[2]
親投稿
Phoenix B) epicphoenix4
1st: Some parameters are not accurate something like BGFILL (parameters) @lolol locate 7,7,0:print ''START LOCATE 7,9,0:? "options locate 7,11,0: ?"etc. Locate 6,Y:Print "> if button up then y=y-2 if y<7 then y=7 if button down then y=y+2 if y>11 then y=11 if button A then goto @action wait 1: cls: loop
1そうだね
プレイ済み
返信[3]
親投稿
Phoenix B) epicphoenix4
2nd:Go down in the other discussions, there is something on this somewhat recently. Hope i helped!
0そうだね
プレイ済み
返信[4]
親投稿
Lukas dogcutie
For saves, do this: (Variable)$="Something" SAVE"TXT:Something",(Varible)$ (Variable)$=LOAD"TXT:Something" If (Varible)$=="Something" THEN...
0そうだね
プレイ済み
返信[5]
親投稿
DasEtwas MyTheo00
wait LOAD has return parameters now? xD PTC cri evri tim
0そうだね
未プレイ