The current game I'm working on has a system of rooms for the character to enter and search for an object. I want him to walk up to the door, and once he's in front, press a button to enter. How can I do this?
Put On pressed Button and overlapping door in one "And" Event. No, there is no open door command I don't know what happens when you open the door, so I was just "creative"
Ah, I got it . Thanks! So I figured out how to switch to a different layout when I overlap and press the button. Now comes an even more noob question....how do I get my sprite to spawn when the new layout starts up?