Hey i have a problem and I'm hoping one of you guys can help me with it.
What way would i go about setting a global player position on the start of a layout?
so say the player is on the first layout and when he walks off screen i want him to appear on the next layout at his new position but i don't want him jumping back on the first layout before switching.
Iv'e tried this
If player is outside layout> go to next layout
set player X,Y to yada
Iv'e also tried a collision object so
if player is on collision with yada> go to next layout
set player X,Y to yada
when i do either of these, the player jumps back to the new position before the next layout loads. Any ideas?
what im looking for is just your run of the mill Prince of Persia, Zelda screen behavior