Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.
Develop games in your browser. Powerful, performant & highly capable.
how do i add touch object to the project ?
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.