Yan et all,

I believe this is a known (documented) bug that will hopefully be fixed in 1.2.1.  Here's the note from Kelvin:
Hi,

  This is
  bug 4363875 - Interpolator loopCount no longer works
  which is fixed in the next release.

Basically it affect constructor :

 public Alpha(int loopCount, long increasingAlphaDuration)

But can be work around using the other two constructors.

Thanks.

- Kelvin

In other words, create a default Alpha() and then set loop count and increaseAlphaDuration like this:

        Alpha myAlpha = new Alpha();
        myAlpha.setLoopCount( 1 );
        myAlpha.setIncreasingAlphaDuration( ProductFlyTime );


--Mark

At 02:09 PM 10/11/2000 +0000, you wrote:
There is a problem however with moving the character using interpolators...
I don't know why, but it only actually interpolates the movement when the
number of cycle is set to -1 (infinite).


Mark Ferneau                    240-462-6262 (cell)
Director of Adv. Technology             801-437-4608 (efax)
Xtivia Technologies, Inc.               732-469-5954 x629 (NJ office)
[EMAIL PROTECTED]                      301-279-5703 (home office)
http://www.xtivia.com/          [EMAIL PROTECTED] (wireless email)







Reply via email to