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
How I store stats from the last level? Like "power up", gold, weapons, etc? Please, I need to know this, I'm making a big project.
Make global variables and store the stats in them and you'll be able to access them from the entire project and they'll retain whatever change you did last.
Can you help me with an .capx example? I'm new at this, and very newbie with "variables"... Thanks!
Develop games in your browser. Powerful, performant & highly capable.
You should have a look at the Beginners Guide, and the Manual: Event Variables.
Try using WebStorage, XML, Array or Dictionary plugin. See the plugin manual for details.