Hi,

   Thanks for that, I will look into it.

   Glen

allandt bik-elliott (thefieldcomic.com) wrote:
found this on the greensock site - might work for you

TweenMax.sequence(target:Object, tweenObjects:Array):Array

   - *Description:* Provides an easy way to sequence a set of tweens, one
   after the other, for the same target. It's essentially the same thing as
   making a bunch of individual TweenMax.to() calls on the object with
   overwrite set to 0, and their delays stacked. Use the multiSequence() method
   if you have multiple targets
   - *Parameters:*
      1. *target : Object* - The object whose properties to tween.
      2. *tweenObjects : Array* - An Array of tween objects. IMPORTANT: each
      object must contain a "time" property defining the duration of
that tween.
      Example:



On Tue, Sep 9, 2008 at 11:13 PM, Glen Pike <[EMAIL PROTECTED]>wrote:

Hi,

  I am trying to rotate an object through 1080 (3 * 360) degrees with
TweenLite.

  Does anyone know if I have to join a sequence of 360 tweens together to
do this, or is there a way of cheating so it just does as you would hope?

  Thanks

  Glen
--

Glen Pike
01326 218440
www.glenpike.co.uk <http://www.glenpike.co.uk>

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



--

Glen Pike
01326 218440
www.glenpike.co.uk <http://www.glenpike.co.uk>

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to