How do I get the Game to restart from the beginning?

JoeMeisterJoeMeister Member Posts: 602
edited November -1 in Working with GS (Mac)
My game starts where I left of last after I play my game on the iPhone and then quit.
What can I do to make it start from the beginning every time its launched?

Comments

  • magic101himagic101hi Member Posts: 713
    the reset game attribute
  • AppTrainer.comAppTrainer.com Member Posts: 42
    The game starting from where you left off is actually a feature Apple has added to the iOS. This allows you to run multiple apps on your iOS device. As far as I know GameSalad does not have a way of detecting this. Also other then your situation in most cases people want their game state to be saved.

    Here is what I recommended.

    Thinking about how the user interacts with your game is an obvious part of making a good game. Often it's important to give the player an option to reset the game. So it might be a good idea to add in a rest button.
  • magic101himagic101hi Member Posts: 713
    @AppTrainer check your email
  • JoeMeisterJoeMeister Member Posts: 602
    AppTrainer.com said:
    The game starting from where you left off is actually a feature Apple has added to the iOS. This allows you to run multiple apps on your iOS device. As far as I know GameSalad does not have a way of detecting this. Also other then your situation in most cases people want their game state to be saved.

    Here is what I recommended.

    I agree with everything BUT in this case resetting the game is what I need. I guess the Reset Button will be the best solution.

    Thanks

    Thinking about how the user interacts with your game is an obvious part of making a good game. Often it's important to give the player an option to reset the game. So it might be a good idea to add in a rest button.

  • JoeMeisterJoeMeister Member Posts: 602
    Yes I agree, just in my case resetting the game is a good idea.
Sign In or Register to comment.