Okay I am working on an RPG. But the problem is transitioning character position from one frame to the next. To make the game not so linear. Basically I need the character to enter a frame from the position he came from a previous frame.
For example. If the character comes down from frame 1 into frame 2, obviously he needs to come into frame 2 from the top.
But if she comes up from frame 3 into frame 2, he needs to come in from the bottom of frame 2, but at the moment it only enters into frame 2 from the top as if it came in from frame 1.
I am assuming this can be fixed in the global events editor, but I am unsure as to how to do this.
Also how do I get frames to remember events from other frames, like RPG maker?