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
Hi Friends i dont know how to use the local storage
I have a game it have a map with 8 scenes
i want that the play for example completed 3 scenes
and exit the game
and the next time start the game the map begin on scene 3
Develop games in your browser. Powerful, performant & highly capable.
Hi —
I assume every scene is a separate layout in your game. Every time player starts a scene you should save the scene name in the local storage. Then once you turn on the game again you can load layout by name which you can find under "System" functions.
Regarding using local storage itself it is very easy and for your needs it will be only setting and reading the value which you can do with "Set item" and "Get item".
Definitely the first step you should do is to read Local Storage manual.
Good luck!
Thanks friend
but i dont get it