Skip to content


RemoveChild not Removing Child

I recall reading somewhere, this may not be totally accurate, that when you call the RemoveChild method you truly need to set the object = null to totally remove it. So the code would be:

removeChild ( MyObject );

MyObject = null;

This has definitely helped in essentially clearing out objects in order for them to be re-instantiated.

Posted in Actionscript 3.


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.