Problems facing the direction I am jumping...
LordTarantor
Member, PRO Posts: 890
hi everyone:
the animation of my player is good while moving but if he jumps, duck or attack is wrong. he can be running left and I press any of the above he will do it but looking to the wrong way. I cant figure how to make it jump facing left if he is traveling to the left (or duck or attack). can someone tell me what is the rule?
Thanks
the animation of my player is good while moving but if he jumps, duck or attack is wrong. he can be running left and I press any of the above he will do it but looking to the wrong way. I cant figure how to make it jump facing left if he is traveling to the left (or duck or attack). can someone tell me what is the rule?
Thanks
Comments
then in your jump rule have a rule to say if direction = 0, display left image, if direction = 1, display right image. I used this n it works pretty well!
Thanks a lot, it works perfect.