Save and Restart Game

crapscraps Member Posts: 353
edited November -1 in Working with GS (Mac)
Once a player starts a game and plays it for the first time I would like to have the game start where they left off - not go through the entire splash screen, credits, menu etc.

Any help? Thanks

Comments

  • oberningoberning Member Posts: 105
    You have to go through the splash screen and the main menu no matter what (unless they access your app through the multi-tasking bar).... They don't have to go through your credits though... I would create an attribute called Credits (boolean type)... set the attribute to false (or true) after they have seen the credits once and then save the attribute....when the user starts the app, load the attribute and if it is false (or true) than don't show the credits scene... That's just what I would do, but there is probably a more efficient way out there...

    OB
Sign In or Register to comment.