Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
UFB2 example, I have two joysticks, one on each end of the screen, where each control a character, I'm probema in multitouch .. It follows the file:
mega.nz/#!184XnTKA!mVaDvoDK6ku_M2uNdKCc_YsxDTw5Jva4tVRt7uiaro4
Develop games in your browser. Powerful, performant & highly capable.
leonardovilarinh
I posted an example of 2-player on-screen controls here or you can download directly here
Basically, I give the control sprites and and the player sprites an Instance Variable called "Player" and when the controls are touched I pick the player sprite with the matching Instance Variable and only move that one.