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
I started to create a android game, but my character, with 0 max speed keeps moving back and forward.
He only needs to jump. Please help.
Bug fixed: I created a script, to make ground move to left, the character follows it, this is the bug
No, all you have to do is don't make any onscreen buttons to move your hero left and right. You can move your character back and forth on computer, but on android the only controls that exist are the one's you make. Having the ground move below the character just uses up memory.
Develop games in your browser. Powerful, performant & highly capable.
As PixelPower points out, all you need is this:
https://drive.google.com/open?id=0B1SSu ... DNrcEJmY1k
If you dont want the Default Controls for left and right, set that property to 'no', and create your own keys.
You have to anywayz on mobile.
THX!