Iphone game problem, please help ^^ !
Posted: Thu Aug 05, 2010 6:34 pm
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 ?
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 ?