by skydereign » Fri Feb 14, 2014 4:21 am
You can when changing animation set the animation state to STOPPED. If you want this to happen immediately, in the actor's create actor event, use ChangeAnimationDirection("Event Actor", STOPPED). With that the animation won't play, and setting animpos will do what you want.