or create a timer class

----- Original Message ----
From: scalenine <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Monday, January 21, 2008 2:05:13 PM
Subject: [flexcoders] Re: Delaying effect start

You could use a Pause effect in a Sequence:

<mx:Sequence>
<mx:Pause duration="5000" />
<mx:Fade alphaFrom="1" alphaTo="0"/ >
</mx:Sequence>

Or use effectEnd:

<mx:Pause duration="5000" effectEnd="myEffect .play();" />

<mx:Fade id="myEffect" alphaFrom="1" alphaTo="0"/ >

Those are just a couple options that may, or may not, work in your
instance.

Juan Sanchez

scalenine.com : degrafa.com

--- In [EMAIL PROTECTED] ups.com, "NileAge, Mail" <[EMAIL PROTECTED]> wrote:
>
> Hi all
> 
> I want to delay the start of my effect mean that I want the effect
start in
> the second number 5
>





      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

Reply via email to