トピック
受付中
Heigw Domerfud

2 Simple Questions

I am making my first game on smileBASIC. How would you use the bottom screen. A keyboard is not to tasteful. Also how would you make a way to save from inside the game, for people playing it? Thanks!
1そうだね
プレイ済み
返信[1]
親投稿
C. Norris 06495a
If you want to use the bottom screen, then use the xscreen command. To save, use the save command from inside the program. Xscreen 2 will remove the keyboard and allow for us of the touch screen.
0そうだね
プレイ済み
返信[2]
親投稿
Heigw Domerfud
Oh awesome. Thanks Chuck. So now would i just use the same commands on the bottom screen as i would the top screen? PRINT, LOCATE, GOTO, ect.
0そうだね
プレイ済み
返信[3]
親投稿
C. Norris 06495a
Yes, but use the display command first it tells the DS what screen to put the next commands to
0そうだね
プレイ済み
返信[4]
親投稿
Heigw Domerfud
Oh, gotcha. Once again, thanks.
0そうだね
プレイ済み