• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Freezing an Animation

Status
Not open for further replies.
Level 4
Joined
Sep 15, 2013
Messages
53
Is there a way to freeze a unit in the middle of his animation? I used setunitanimationspeed to 0% after setting the chosen animation. I tried using triggersleepaction in between but it doesnt work. The animation i was working on has almost 1000 frame. The specific animation i want to freeze is on the 200 mark.
 
Level 4
Joined
Sep 15, 2013
Messages
53
Thanks for your answers. I gave up on my approach earlier. I just used an alternate tag. Then edit the animation so that it wont loop. Hehe It looks frozen now xD
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,285
Be aware that to save system resources the game only animates actors (models) that are near the camera. This means that if the camera goes far enough away from the model the game will lose track of the current animation state mode the model and so next time the camera pans into view it will be at some default animation frame.
 
Status
Not open for further replies.
Top