James O'Reilly has great Timer class to  wrap/replace setInterval():

http://www.jamesor.com/2006/10/18/as2-timer-class/

-Scott

On 11/29/06, Stephen Ford <[EMAIL PROTECTED]> wrote:

Hello,

Lets say you have 10 different setIntervals running within your class. Do
you also declare 10 different variables for these intervals ? like so:

private var nInt:Number;
private var nInt2:Number;
private var nInt3:Number;
etc
etc

Or can you just declare one variable and use it multiple times (I'm
guessing not because then when you clear the interval, all of them would
stop).

Thanks._______________________________________________
[email protected]
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




--

: : ) Scott
_______________________________________________
[email protected]
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