RE: [Flashcoders] mc code still runs after being removed...Huh?!?

2008-01-30 Thread Sunil Jolly
oders] mc code still runs after being removed...Huh?!? Another problem: code from a movieclip that has been removed from the DisplayList with "removeChild(sparkle)" and then nulled by using "sparkle= null" or "sparkle = void" . how can I turn off the repetition of the t

RE: [Flashcoders] mc code still runs after being removed...Huh?!?

2008-01-29 Thread Merrill, Jason
ge- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On Behalf >>Of Delmar Patton >>Sent: Tuesday, January 29, 2008 3:02 PM >>To: Flash Coders List >>Subject: Re: [Flashcoders] mc code still runs after being >>removed...Huh?!? >> >>

Re: [Flashcoders] mc code still runs after being removed...Huh?!?

2008-01-29 Thread Corban Baxter
was it possibly running a global function or method that needed to be killed before it was removed? On Jan 29, 2008 2:02 PM, Delmar Patton <[EMAIL PROTECTED]> wrote: > > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chatty

Re: [Flashcoders] mc code still runs after being removed...Huh?!?

2008-01-29 Thread Delmar Patton
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] mc code still runs after being removed...Huh?!?

2008-01-29 Thread BOYD SPEER
Another problem: code from a movieclip that has been removed from the DisplayList with "removeChild(sparkle)" and then nulled by using "sparkle= null" or "sparkle = void" . how can I turn off the repetition of the try-catch code (which tells the main class to "kill" sparkle) after the clip shou