View Single Post
Old 12-11-2004, 08:38 AM   #2 (permalink)
coolfile
Senior Member
 
Join Date: Feb 2004
Location: China
Posts: 356
Default

Code:
  Draw = W3DModelDraw ModuleTag_01

    DefaultConditionState
      ...
      TransitionKey = TRANS_Stand
    End
    ConditionState = MOVING
      ...
      TransitionKey = TRANS_Moving
    End
    TransitionState = TRANS_Stand TRANS_Moving
      Animation = ...
      AnimationMode = ONCE
    End
    TransitionState = TRANS_Moving TRANS_Stand 
      Animation = ...
      AnimationMode = ONCE
    End
coolfile is offline   Reply With Quote