View Single Post
Old 05-22-2004, 02:13 PM   #6 (permalink)
juLLe
Senior Member
 
Join Date: May 2004
Posts: 229
Default

you could try out an animation which ends with an negative position(i mean the dozer is under the x-axis) of the "hoverdozer".
then create an new conditionstate = over_water
there you must write:
Code:
animation = yourdozermodel.yourdozermodel
AnimationMode   = ONCE
in defaultconditionstate you must write:
Code:
animation = yourdozermodel.yourdozermodel
AnimationMode   = ONCE_BACKWARDS
Flags           = START_FRAME_LAST
i hope you can create animations....
juLLe is offline   Reply With Quote