Hi,
I have a question here. In AS3, after I’ve removed a display object container B from another display object container A and deleted all the references to B in A, does that mean that all memories previously held in B will all be released too or do I have to manually delete all the references to objects in B before I can delete B in A in order to free all the memory space held?
One more question. I was kind of confused of when to use the delete statement and when to set a variable to null … Can I get any help for these?
???
Thx in advance and I look forward to hearing from you soon.