I was referring to this usage: clearInterval(setInterval(this, "something", 1000) - 1)
I'd actually have to test this (which I haven't), but it looks to me like this will prevent 2 intervals to run at any given time. regards, Muzak ----- Original Message ----- From: "Steven Sacks" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, April 25, 2007 6:25 PM Subject: Re: [Flashcoders] Clear Set Interval Q: > Danny, > > I think you're missing out by not using Intervals. They're extremely useful > (and efficient) once you get familiar with them. > > If you're looking for one that you don't have to keep track of, google "Kenny > Bunch Interval Manager". It takes care of a lot of > interval overhead and puts all intervals in one location (namespace). > > To Muzak's point, I'm able to have multiple instances of the same class each > have their own interval running inside them. Do you > mean if you make the interval var static? > > -Steven _______________________________________________ [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

