Re: [Flashcoders] [AS3] Timers behaving erratically

2007-02-27 Thread Nick Johnston
in the past is make sure that i call removeMovieClip as well as call delete, and pray! :) hope this helps - Original Message From: Daniel Thompson [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Friday, February 23, 2007 6:13:07 PM Subject: RE: [Flashcoders] [AS3] Timers

Re: [Flashcoders] [AS3] Timers behaving erratically

2007-02-24 Thread badi malik
in the past is make sure that i call removeMovieClip as well as call delete, and pray! :) hope this helps - Original Message From: Daniel Thompson [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Friday, February 23, 2007 6:13:07 PM Subject: RE: [Flashcoders] [AS3] Timers

[Flashcoders] [AS3] Timers behaving erratically

2007-02-23 Thread Daniel Thompson
I have a class that I instantiate. At some point in the running of my application, I destroy almost every display list object (to disable the application). Later, the user can enable the application, and I recreate all classes. The second time this class is instantiated, the timers don't fire. Any

RE: [Flashcoders] [AS3] Timers behaving erratically

2007-02-23 Thread Daniel Thompson
I recreate all classes. To be very clear, I recreate an instance... the classes are the same ;o) ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] [AS3] Timers behaving erratically

2007-02-23 Thread Daniel Thompson
classes. The second time this class is instantiated, the timers don't fire. Any reason why this is happening? Actually, nowhere in the application they aren't firing. Here's the code that disables the application: public static function disable(message:String):void { with