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
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
So i did level select screen and its working but whenever i turn off and turn on game i need to start from level 1 cause it doesnt save.
im using Nobe webkit when exporting
Develop games in your browser. Powerful, performant & highly capable.
You can use the System object's Save and Load actions to save and load the entire game state. You could also use the Local Storage to explicitly handle what is or isn't saved/loaded.
Ty Save and Load worked perfectly for me