Use XSCREEN 2 after acls (if you use acls only put it after if you dont use acls your fine ;) ) and put display 0 for top and display 1 for touch example.
ACLS:XSCREEN 2
Display 0
Print "hello im the top here is a apple"
spset 0,3
spofs 0,200,100
display 1
print "hi im the bottom here is a apple"
spset 1,3
spofs 1,200,100
end
end
heres an example of good touch screen usage For blobby world...
i use the touch screen to split (pull back blobby like a slibgshot)
to feed... (click on blobby) and to display the nickname, rank, leaderboard (in devtest that skips the naming and the leaderboard is ommited because there are no other cells in devtest... ;D )
yes its allot like agar.io
but with its own little touches
and perks
its fun to whip out in the car
its not finished
but as soon as i program ai
it will be ;D
(stupidlysimple was stopped development how did you even get to that?)
im still beginner to the new stuff on smilebasic. BUT back when i was using petit computer the command went something like this. pnltype "off". or something like that. it didnt change anything else except removing the keyboard.