[Flashcoders] would this bother you?

2007-04-09 Thread geng wang
hello flashcoders, i have two fundamental questions. they somewhat keep bothering me: 1. what are the datatypes of a MovieClip instance and a Textfield instance after calling removeMovieClip()/removeTextField() on that MovieClip/Textfield instance? 2. do they remain in the memory after

RE: [Flashcoders] would this bother you?

2007-04-09 Thread David Ngo
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of geng wang Sent: Monday, April 09, 2007 10:51 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] would this bother you? hello flashcoders, i have two fundamental questions. they somewhat keep

Re: [Flashcoders] would this bother you?

2007-04-09 Thread Tareq AlJaber
I will be out of the office starting 04/09/2007 and will not return until 04/16/2007. I will not have access to my email during this time. If you need immediate assistance, please contact Aaron Dolberg ([EMAIL PROTECTED]). Thank you. ___

Re: [Flashcoders] would this bother you?

2007-04-09 Thread Tareq AlJaber
I will be out of the office starting 04/09/2007 and will not return until 04/16/2007. I will not have access to my email during this time. If you need immediate assistance, please contact Aaron Dolberg ([EMAIL PROTECTED]). Thank you. ___

RE: [Flashcoders] would this bother you?

2007-04-09 Thread Dave Watts
To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] would this bother you? I will be out of the office starting 04/09/2007 and will not return until 04/16/2007. I will not have access to my email during this time. If you need immediate assistance, please contact Aaron Dolberg

Re: [Flashcoders] would this bother you?

2007-04-09 Thread Tareq AlJaber
I will be out of the office starting 04/09/2007 and will not return until 04/16/2007. I will not have access to my email during this time. If you need immediate assistance, please contact Aaron Dolberg ([EMAIL PROTECTED]). Thank you. ___

Re: [Flashcoders] would this bother you?

2007-04-09 Thread geng wang
Of David Ngo Sent: Monday, April 09, 2007 1:17 PM To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] would this bother you? AFAIK, any instances will remain in memory if there is a reference to it anywhere. Even if you call the remove methods, they just remove them from the Stage/screen