The function will not run again.

On 1/18/06, Jason Lutes <[EMAIL PROTECTED]> wrote:
>
> > If I hit clearInterval() while it's waiting, does it hit that function
> > one more time or  stop it immediately? I'm having some kind of ghosted
> > thing happening over here...
>
> The following is about all you can do. In my experience it works
> immediately, every time.
>
> clearInterval(intervalVariable);
> intervalVariable = null;
>
> You can put a trace statement inside of the function called by setInterval
> to verify that the interval really does cancel as expected (it stops
> tracing).
>
>
> -
> pixelTwiddler, a.k.a. Jason
>
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



--
-------------------------
Lanny McNie
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to