by jazz_e_bob » Mon Mar 15, 2004 2:47 am
Actorcount = total number of actors currently active.
Transp = Transparency
0 = fully visible. 1 = fully transparent.
nframes = number of frames in the current animation
animpos = the position of the current animation
animindex = each animation that an actor has has a unique index assigned to it. ( This way you can tell which animation is currently running. )
Controlling complexity is the essence of computer programming.