Touch screen
-
Are they here any tutorials or examples on how to incorporate the touchscreen into games?
-
Check out the command reference for touch() it's in inputs.
I've used it in pogo Jo and Conways game of life
In Jo it's about 6 lines long as it just uses the y vector of the screen touch
In life it's bigger because it needs to ignore a constant touch to the screen so its only one input