Game Development Community

Quick sequence priority ?

by Jason Jabaut · in Artist Corner · 03/15/2002 (7:01 am) · 1 replies

Under the sequence properties rollout, are the lower number priorities higher in priority than the higher number ones? Like a priority 1 is higher than a priority 5? Is there an special significance with priority 0, or is it just higher/lower than priority 1?

I couldn't remember and I couldn't find the tread that clarified it=)

#1
03/18/2003 (9:25 pm)
I tested and find Bigger number is higher.

But the priority is not the only factor. For example, the example player is controled by 4 threads (action thread, arm thread, recoil thread, head thread).
The order of the thread also affect the order it apply to the DTS, when pirority is the same.