MJR C++ developer in the mix Addon Developer Tutorial Publisher Donator Joined Mar 19, 2008 Messages 2,447 Reaction score 5 Points 0 Location United States Jul 10, 2009 #1 I am wondering whether you can define more than one animation to this line. SPEEDBRAKE_ATTACK=0,0,-40 SPEEDBRAKE_DRAG=425 SPEEDBRAKE_ANIM=3
I am wondering whether you can define more than one animation to this line. SPEEDBRAKE_ATTACK=0,0,-40 SPEEDBRAKE_DRAG=425 SPEEDBRAKE_ANIM=3
tl8 Addon Developer Addon Developer Tutorial Publisher Joined Oct 16, 2007 Messages 3,644 Reaction score 25 Points 88 Location Gold Coast QLD Jul 10, 2009 #2 It needs to be in the one sequence, but 1 sequence can have many components. My parachute for example have a total time of 30 secs and has 3 components in it.
It needs to be in the one sequence, but 1 sequence can have many components. My parachute for example have a total time of 30 secs and has 3 components in it.
MJR C++ developer in the mix Addon Developer Tutorial Publisher Donator Joined Mar 19, 2008 Messages 2,447 Reaction score 5 Points 0 Location United States Jul 10, 2009 #3 Thanks. So the ANIM number is basically the sequence?
tl8 Addon Developer Addon Developer Tutorial Publisher Joined Oct 16, 2007 Messages 3,644 Reaction score 25 Points 88 Location Gold Coast QLD Jul 10, 2009 #4 Look at the manual Yes it is.