this a quick thing. the rpg tutorial included on scirra doesnt support touch controls, and these days i only use an android device. how do i add touch controls so i could test the tutorial on my android device?
Add Touch object to the project and manually replace all Mouse events/expressions with corresponding Touch events and expressions.
After that you can delete Mouse from the project, Touch will work with both touch screen and physical mouse.
how do i add touch object to the project ?
Develop games in your browser. Powerful, performant & highly capable.
The same way you add all other objects - double-click empty space on the layout and select Touch from the list of available object types.