You could, but setInterval has an optional scope argument. I'd just use that.

Scott

On 16/06/06, Arul Prasad M L <[EMAIL PROTECTED]> wrote:
use mx.utils.Delegate class to solve the scope problem. simple!

On 6/16/06, Michael Stuhr <[EMAIL PROTECTED]> wrote:
>
> Scott Hyndman schrieb:
> > Yeah, sure.
> >
> > Use setInterval. If the user interacts before the time expires, call
> > clearInterval.
> >
> >
> jupp, and beware of the scope. this can be deadly with setInterval.
>
> micha
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to