Alright, this is one of those simple "move the boulder" puzzles. Basically, you move a boulder onto a switch, which holds the door open. If you attempt to stand on the switch yourself, the door will remain open only for as long as you're on the switch; then it closes.
I figured out how to make the boulder event so that when the player presses the key, the boulder will move away from him. I also figured out how to do the switch, insofar that it closes the door if the player leaves the switch, but keeps it open as long as the player stands on it. However, every time I try to push the boulder onto the switch, the game freezes. Probably something to do with one event trying to get on top of the other. So how am I supposed to do this?
I figured out how to make the boulder event so that when the player presses the key, the boulder will move away from him. I also figured out how to do the switch, insofar that it closes the door if the player leaves the switch, but keeps it open as long as the player stands on it. However, every time I try to push the boulder onto the switch, the game freezes. Probably something to do with one event trying to get on top of the other. So how am I supposed to do this?