Saving game on exit
alexander144
Member Posts: 93
Searched for something on this but couldn't find anything. Basically, I have a level unlock system but will the game save the level progress when the user exits or do I have to put in a function for that or something?
Comments
cheers
Ace
hit preview button
-game starts-
double click the scene that has the "save" rule on it
-save scene loads-
then double click back to a scene where YOU setup to load that save state
and then finally load it.
it should work..
on my game i have in the menu:
New game
Continue
if i load say, scene 3 and then i double click on the first menu scene i just described and click continue, it will take me to scene 3.
but thats because i have the scene save automatically when it loads..
hope that helps