Well that was a simple example, the great thing about tweener is that
it can tween multiple properties all at once, without me having to
create a Parallel effect and lots of other effects.

-D

--- In [email protected], Tom Chiverton <[EMAIL PROTECTED]>
wrote:
>
> On Wednesday 28 Nov 2007, dave_defusion wrote:
> > this.setStyle( 'showEffect', this.testShowEffect );
> >
> > private function testShowEffect ():void
> > {
> >     trace( 'testShowEffect ' );
> >     Tweener.addTween( this, { y: this.height, time: 1 } );
> > }
> 
> Why not use the built in Resize effect ?
> 


Reply via email to