I'm interested in stopping/freezing a arm in the middle of a animation. Not idle nor idleend. A stop of my own choice. Is that possible? Thanks in advance!
[Solved] Stop arm in the middle of animation
Posted Mar 16, 2014
Registered users don't see ads! Register now!
Posted Mar 16, 2014
Replied
20 minutes
later
SetPlaybackRate ? 0. Send 1 to return it to normal, or -1 to make the animation play in reverse.
Posted Mar 19, 2014
Replied
2 days
later
TeamSpen210 wrote:
SetPlaybackRate ? 0. Send 1 to return it to normal, or -1 to make the animation play in reverse.
Thanks, I managed to figure it out. I set the logic_auto to run a animation and then chose to stop it whenever I wanted by using SetPlaybackRate to 0.