• 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.

how do I remove loop from animations?

Status
Not open for further replies.
Level 25
Joined
May 31, 2007
Messages
1,443
Code:
	Anim "Death" {
		Interval { 29233, 29667 },
[COLOR="Red"]		NonLooping,[/COLOR]
		MinimumExtent { -85.775803, -96.635300, -0.558100 },
		MaximumExtent { 85.947998, 64.215698, 67.750198 },
		BoundsRadius 111.117996,
	}

add NonLooping, between Interval and MinimumExtent and animation will play only 1 time
 
Level 10
Joined
Oct 2, 2005
Messages
398
first of all - this thread is fulfilled and clear from long ago, there was no need of reviving it.

and second, it would be just stupid to make the animation last 2 hours, it would cost a lot of extra work, and a pain in the @ss to edit.

I'm asking to people who know about animations.
 
Status
Not open for further replies.
Top