[Tweener] tweening more than one movie with one line of tweener code...

Zeh Fernando zehfernando at zeh.com.br
Wed May 21 19:01:47 PDT 2008


Hi Mike,

Mike Lohrman wrote:
> I know this was asked before, but I can't find it in the archives...sorry!
> 
> Someone asked if there was a way to tween two movieclips  using one line 
> of tweener code...
> 
> this does not work...
> Tweener.addTween(movie1, movie2, {x: -829.9, transition:'easeInExpo', 
> time: 2, delay: 23});
> 
> I remember someone posted a solution, and I was like "sweet, I'll have 
> to remember that!" but of course I didn't remember.  Thanks for any help.

It's with an array:

Tweener.addTween([movie1, movie2], {x: -829.9, transition:'easeInExpo', 
time: 2, delay: 23});


Zeh


More information about the Tweener mailing list