Auto save feature so player returns to scene he was on before he left the app?

I want the player to be able to return to the scene he was last on when he comes back to the app. Not specifically where he was in the scene itself, it could just be the beginning of the scene... Anyone know how to do this? Thanks!! :smiley:

Comments

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    You would use a table to save all the relevant variables and information and need to load that at the begining of the game. Most times a game will sit in the background in it's last left state but when the device needs more ram it will quit apps in the background. When this happens one needs to relaunch the app. This is when the saved info will be recalled.

  • LolusPololusLolusPololus Member, BASIC Posts: 7

    Alright thank you!!

Sign In or Register to comment.