i want first excute rotator and if rotator finished then excute
  rotator2 ..  but...
please help me.

=============================================================
    Alpha rotationAlpha = new Alpha;
      rotationAlpha.setStartTime(current);

     RotationInterpolator rotator =
       new RotationInterpolator(rotationAlpha, objScale2, yAxis2,
              0.0f,(float) Math.PI/6.5f);

       rotator.setSchedulingBounds(bounds);
      child2.addChild(rotator);
      rotationAlpha.setLoopCount(1);



      Alpha rotationAlpha2 = new Alpha;
      rotationAlpha2.setStartTime(current+4000);

      RotationInterpolator rotator2 =
         new RotationInterpolator(rotationAlpha2, objScale2, yAxis3,
              0.0f,(float) Math.PI/3.5f);

      rotator2.setSchedulingBounds(bounds);

      child3.addChild(rotator2);
      rotationAlpha2.setLoopCount(1);

      objRoot.addChild(child2);
      objRoot.addChild(child3);
===============================================================

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to