- Home /
 
animation wont reverse
My animations wont reverse, been trying for quite some time, what i have is:
 AnimEnt.animation["Rrun"].speed = -1; 
 AnimEnt.animation["Rrun"].time = AnimEnt.animation["Rrun"].length;
 AnimEnt.animation.Play("Rrun");
 
               Based on what I've seen, it seems like this should work ? ideas ?
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
Animations aren't playing in reverse. 0 Answers
Button to play animation in reverse 1 Answer
Destroy animation on completion 0 Answers
reverse an animation if it's less than half way through? 1 Answer