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
I've noticed I can't use ++1 to increment things in Construct. How would I go about doing this? What I want is for the animation to be speeded up the faster my sprite moves for a sense of realism. Any help is appreciated.
Develop games in your browser. Powerful, performant & highly capable.
Construct isn't C You can use a 'set to <value + 1>' type action, or just use the 'add' action for private/global variables.
Try the Tutorial for basic event knowledge.
I'm messing around with a private variable now. What do you mean by the add action? Sounds promising xD
The 'Add to value' action for Private Variables
Python doesn't have ++ for some reason, you have to use += 1