when i go back to a previous scene it resets everything!!! need help please
            
                            
                                  in Help Wanted             
        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
yes you need to save all relevant data to a table and recall it.
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.