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

2008-01-30 Thread Sunil Jolly
Hi Boyd,

I don't fully understand your example. Does this article help at all?
http://gskinner.com/blog/archives/2006/07/as3_resource_ma_1.html

Sunil

-Original Message-
From: BOYD SPEER [mailto:[EMAIL PROTECTED] 
Sent: 29 January 2008 18:06
To: Flash Coders List
Subject: [Flashcoders] 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 try-catch code (which tells the
main class to kill sparkle) after the clip should be totally out of
the movie?

Thanks
-Boyd
 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
Corban Baxter
http://www.projectx4.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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