There are 2 things you can do this, (probably there are other ways too!) 1) declare the alpha, interpolator as usual, then disable the interpolator by *.setEnable(false) then when the JButton is pressed enable the interpolator by *.setEnable(true).
2) set the alphaLoop to zero at first then when ready to start reset the LoopCount to whatever (-1,1,etc) and to get the the alpha object to start from the beginning reset the start time with System.current.time(milliseconds) You will need to lookup the API's for j3D and javaSDK to clarify [2] --j3d: Alpha, Interpolator -- sdk: System __________________________________________________ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 =========================================================================== 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".
