I have animation problem for iphone game, i want play a animation without repeat it, if i touch the head of my character, then the head animation change for a standby animation until i re touch the head.
i made a script like that :
Mouse button down script :
ChangeAnimation("bear", "head", FORWARD);
Mouse button up script :
ChangeAnimation("bear", "standby", FORWARD);
the problem is if i dont let my finger of the head he play immediatly the standby animation without finish the head animation :/
do you now how to solve it ?