animation help
zombots
Member Posts: 186
i have an actor that follows the main player and i want it to animate when it walks left or right.
like if the actor is moveing right play the right animation and if its moving left play the left animation.
does anybody have any ideas on how to do this?
like if the actor is moveing right play the right animation and if its moving left play the left animation.
does anybody have any ideas on how to do this?
Comments
i think you could try basing the actor animations on the keypress of the player.
something like: if player pressing left key then actor runs the left animation.
http://gamesalad.com/wiki/how_to_gsc_follow_another_actor
and i got a few actors that move towards the position of the player.
i need it to still animate if the player stop but the other actor is still moving towards him if that makes sense?