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!
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.