I noticed that the constructor
    Alpha( int loopCount, long increasingAlphaDuration )
does not set the loopCount properly. Instead, use the explicit method
    myAlpha.setLoopCount( int loopCount )
Start the animation with
    myAlpha.setStartTime( System.currentTimeMillis() )
    myInterpolator.setEnable( true )

---

> Does anyone know how to use Interpolators such that an animation
> happens only once. I've tried setting different values for the loopcount,
> but its not working properly. A loop cout of 1 will only show the first and
> very last frame of the animation....

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