Help! Start a new game after loading

0 favourites
  • 2 posts
From the Asset Store
Game with complete Source-Code (Construct 3 / .c3p) + HTML5 Exported.
  • I guys can someone help me here??

    see i have 3 options in my game...

    the player can start a new game from scratch

    the player can save and load the game

    and i have an option to go back to me main menu... the thing is...

    what can i do if the player starts a new game after loading the game once or after playing for a while.. becuase the variables and the progress overall (doors unlocked, walls destroyed, items collected, etc etc) will be already done if the player starts a new game. what can i do to reset ALL to default when the player choose click start new game??.

    i was thinking to make a save when the menu shows up... and if the player clicks on the option "go back to main menu" load the state that i saved later to set everything to the way it was when the game started... but... what if the player deletes that save slot from the game's documentation?? i dont have a clear solution to this... <img src="smileys/smiley5.gif" border="0" align="middle" />

    what its the proper way and good tips and recommendation you can give me???

    i dont want to force the game to be close... only to be run again to go back to the original state...

    Thanks!!!

    <img src="smileys/smiley2.gif" border="0" align="middle" />

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I guys can someone help me here??

    see i have 3 options in my game...

    the player can start a new game from scratch

    the player can save and load the game

    and i have an option to go back to me main menu... the thing is...

    what can i do if the player starts a new game after loading the game once or after playing for a while.. becuase the variables and the progress overall (doors unlocked, walls destroyed, items collected, etc etc) will be already done if the player starts a new game. what can i do to reset ALL to default when the player choose click start new game??.

    i was thinking to make a save when the menu shows up... and if the player clicks on the option "go back to main menu" load the state that i saved later to set everything to the way it was when the game started... but... what if the player deletes that save slot from the game's documentation?? i dont have a clear solution to this... <img src="smileys/smiley5.gif" border="0" align="middle" />

    what its the proper way and good tips and recommendation you can give me???

    i dont want to force the game to be close... only to be run again to go back to the original state...

    Thanks!!!

    <img src="smileys/smiley2.gif" border="0" align="middle" />

    I don't know, but you can reset the variables if the player click "new game" or "reset" in the options while the player is playing the game, and after this action make a fast savegame to replace the new variables...

    About the savegame, I resolve the general problems to save in my database (online) to save all data of the player. if the player like to reset the game, construct2 will reset all of the variables and will save in the same row of the database. you need to make some "loader" before the game start, because you could make some bug...

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)