How do I make my player appear outside my building after I exit it on a separate layout.
So i'm making a 2d game and want to enter and exit 2d buildings. I have 2 layouts and I have made exit boxes, one to enter the building from layout 1 (My level) and appear in layout 2 (inside the building) I know how to enter and exit.
Whats stumping me is that when i get my player to exit layout 2 (inside the building) and return to Layout 1 (My level) The player appears on Layout 1 at the start of the level, I want him to start outside the building where he entered instead of appearing at the start of the level. That might not have been very clear.
Thanks