6
« on: October 23, 2014, 07:27:00 pm »
I am creating a platform game,
Generally in most of my levels the character starts on the left of the screen facing right,
tho i have a level that finishes on the left, I am maintaining continuity that each scene looks like it has just come from the last scene.
so in the next scene the player is starting from the right hand side of the screen but he is facing right (Idle Right is the default/star animation). and i want to face him left for this level because that is the way that the level is, moving left not moving right, so i need to change his initial facing direction to face left, so that for the player, it looks correct.
and i don't want to change the default animation for the character because then all the other levels where the player character needs to be facing right he will be facing the wrong direction (left).
i just need to change it for this one scene and maybe another later on ...
HAPL PLESS.
ps. i have tried a few scene and actor behaviours / events i just cant seem to nut it out.