LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Can someone tell me how I can make SPHITSP() Work on the touch screen? Thanks :D

Root / Programming Questions / [.]

AlicekittyCreated:
Hey Everyone! :) I wanted to make something for SmileBASIC that I have wanted to make for a while! :) I want to make a Piano Tiles 2 Like game with some ideas and features suggested by people in the community! The problem I'm having is getting the tiles to come down from the top screen and register a touch on the touch screen. Any ideas on how I can get this to work? Any advice is appreciated and I'm grateful for any ideas you want like song suggestions, features, etc. Thanks in advance to anyone who wants to help me! :D

The problem I'm having is getting the tiles to come down from the top screen and register a touch on the touch screen.
XSCREEN 4 makes the screens combined, so you don't have to use DISPLAY or anything. Using that in conjunction with TOUCH OUT, you can put the tapped position, if tapped, into SPHITRC in this way: SPHITRC(0,TX,TY,TX,TY) Basically a super summary of what I told you on Miiverse plus ultra.

Thank you ProgrammingChicken I thought I remembered your name from somewhere haha I asked on miiverse and here for possibly extra solutions. Thank you!!! :)

Thank you ProgrammingChicken I thought I remembered your name from somewhere haha I asked on miiverse and here for possibly extra solutions. Thank you!!! :)
You're welcome!