Jump to new frame at a different location
Ive created a Frame 1 and you start to the left, you walk to the right of the frame and enter frame 2.. after you have collected all the coins in frame 2, you go back ( to the left of the frame ). so then i want the character to enter frame 1 again but at a different location ( the right of frame 1 )
How would i do this because when i go "Jump to Frame 1", he enters frame 1 but at the same location he started.
Thankyou
Re: Jump to new frame at a different location
Store the Y location in a Global Value in frame 1, then for frame 2 set the position X where you want the Character and use the stored Y location from frame 1 to place the Y location for the character.
Marv