Ali i've just phoned you, but you weren't there. looks like you're surfing instead.
:-) Ps cheers. --- In [email protected], "Alistair McLeod" <[EMAIL PROTECTED]> wrote: > Hi, > > Try something like this: > > //create whatever effect you want > var effect : Move = new Move( theComponentToPlayEffectOn ); > effect.xTo = 200; > effect.yTo = 200; > > effect.listener = new Object(); > > effect.listener.onEffectEnd = mx.utils.Delegate.create( this, function() > { > //this will be called when the effect ends > }; > > effect.playEffect(); > > > Ali > > -- > Alistair McLeod > Development Director > iteration::two > [EMAIL PROTECTED] > > Office: +44 (0)131 338 6108 > > This e-mail and any associated attachments transmitted with it may contain > confidential information and must not be copied, or disclosed, or used by > anyone other than the intended recipient(s). If you are not the intended > recipient(s) please destroy this e-mail, and any copies of it, immediately. > > Please also note that while software systems have been used to try to ensure > that this e-mail has been swept for viruses, iteration::two do not accept > responsibility for any damage or loss caused in respect of any viruses > transmitted by the e-mail. Please ensure your own checks are carried out > before any attachments are opened. > > > -----Original Message----- > From: AC [mailto:[EMAIL PROTECTED] > Sent: 10 February 2005 14:59 > To: [email protected] > Subject: [flexcoders] Help with effects > > > > Hi > > Is there a way of knowing/ being notified when and effect (such as > resize) has ended. > I guess what I am looking for is an event which tells me when the effect has > ended. > > Any help is appreciated. > > > > > > > Yahoo! Groups Links

