How do I step through the animation index?
I have a button, I want the animation to change when the button is down and then change again when it is up. I tried using this.
- Code: Select all
ChangeAnimationDirection("Event Actor", FORWARD);
ChangeAnimationDirection("Event Actor", STOPPED);
But the animation doesn't change.