Hello, I was just wondering how I can make a character walk back into a scene without reloading it entirely. To be specific I can start my player in the center of scene 1, make him walk into scene 2, but when I walk back the entire scene resets. I have a feeling it has to do with variables and such, but my understanding of those is pretty limited. I have it currently set up so my character triggers a collision on an object by jumping into it and switching scenes using the pause scene feature. But trying to go back into scene 1 spits me out into scene 2.
Thank you
Edit: Fixed it to only make the screen switch trigger once.
Okay, so I really should have been more clear on my issue, and should have clarified in my last post. I’ve coded it so that my character jumps off-screen when they need to switch scenes. But trying to go back into scene 1 spits me out into scene 2 again.