I'm making a small project where the player is in a house and can go into different rooms. I was just wondering how you keep a sprite in the same place when transitioning to another layout and then having it stay there when you come back to previous layout. I need to do this so it can appear as though the player is exiting a particular room, since you enter and exit the room from the same place on the layout. I've tried various things, such as using variables, and the character still appears as though he exited the other rooms.