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???
Develop games in your browser. Powerful, performant & highly capable.
There's an example. Search save games in the Start page.
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.....