• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Mangos golabal sequences, What are they for?

Status
Not open for further replies.
I'm trying to make a few particles appear only in death anim and i added this code into the alpha of the particle:
Code:
0: 0
21100: 1
21650: 0

And its not working :eekani:
Then i saw the golabal sequence ID thing. But i don't know what to do with it, i don't even know what is it about. So i searched, but didn't found anything useful. Can you help me understand this, or show me were to read about it?
 
Level 26
Joined
Jun 15, 2006
Messages
2,651
well.

Let´s say we have 3 anims:
Anim1 lasts from 0-200
Anim2 lasts from 300-600
Anim3 lasts from 700-1200

This means that those anims only play at this time

But if we have a global anim that lasts from 0-200 it will loop itself after it has finished (a good example for the use of gl. anims could be a tail that would play the same way in every animation)
 
Status
Not open for further replies.
Top