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
is possible have a example for save game???
my situation need save when game start... if you close a game.. and when you do to next level....
what i do for reach this??
i need save all global variable.. what is a way???
construct.net/en/make-games/manuals/construct-3/plugin-reference/local-storage
In particular
construct.net/tutorials/how-to-make-savegames-11
construct.net/en/make-games/manuals/construct-3/plugin-reference/local-storage In particular https://www.construct.net/tutorials/how-to-make-savegames-11
https://www.construct.net/tutorials/how-to-make-savegames-11
i have already read this 2 article but no give some example...
is good idea if make some litle example..
Did you try this?:
s1.construct.net/images/v718/r/uploads/articleuploadobject/0/images/1198/savegames_v600.png
no.. whit this no need local storage???
There's an example. Search save games in the Start page.
Develop games in your browser. Powerful, performant & highly capable.
now i do this example but not workink... that way...
on start layout system load "my savegame"
when health is = 0 save game when go to next lv savegame.. but no work
Save game means save current state.
Load means load that save.
You would not want to save when the current state is 0.
Save games don't work for moving to next levels.
Perhaps this is what you are wanting instead?:
construct.net/en/make-games/manuals/construct-3/behavior-reference/persist
Save game means save current state. Load means load that save. You would not want to save when the current state is 0. Save games don't work for moving to next levels. Perhaps this is what you are wanting instead?: https://www.construct.net/en/make-games/manuals/construct-3/behavior-reference/persist
https://www.construct.net/en/make-games/manuals/construct-3/behavior-reference/persist
yeah but my level is in variable.....