Stepping through Animations
![Post Post](styles/prosilver/imageset/icon_post_target.gif)
Ok... Maybe its just me.. But I searched for Animation with the search bar and nothing at all showed up.
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.
But the animation doesn't change.
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.