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....
