Two seemingly-basic issues with MF2...
1. How can I make an enemy that just travels in one direction until it hits an obstacle and then bounces back? I recognize how obvious this sounds, but when I've tried to do it, the enemies have always started to just bounce in odd directions after a while. I want enemies that just move straight up and down (or left and right) - no exceptions - without having to create individual paths for each one.
2. How can I make a trapdoor that only allows the player to enter after he or she has collected all of a certain item? I already have it so that the animation of the door is changed after all counts of the item have been eliminated. There's another event that says that the application jumps to the next frame if the player touches the door and all of the items are gone (I've also tried it with the animation of the door being on the second frame). The application does not jump ahead, though the animation changes as planned. What am I doing wrong?