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
When going to the next level, I'd like my character and variables (health, high score, etc) to enter the next level just as he left off when he exited the first level.
How do I do this?
Develop games in your browser. Powerful, performant & highly capable.
Global variables!
Positioning is trickier, you might want to look at
scirra.com/manual/82/includes
Why global variables? You can use layouts as levels, set all the levels to the same event sheet.All the instance variables are saved. That's about it.
Why not global variables? Or better yet, an array! Dictionary object is not a bad choice either. A lot of good ways to do this.
Arrays
Dictionary
If you want to keep the value of your variables, simply use one event sheet for all your layouts. If you want to reset of those variables use the "end of layout" action.