when i go back to a previous scene it resets everything!!! need help please

israel405israel405 Member Posts: 1

I'm developing a game that depends on scene changing back and forth. My problem is when i go to a next scene and come back to the previous one every actor is reseted to its. Is there a way of preventing previous scene from reseting?

Comments

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    yes you need to save all relevant data to a table and recall it.

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    All actor attributes (self._____) and scene attributes are reset when a scene loads. Tables values and game attributes do not reset unless you manually change their values.

Sign In or Register to comment.