The question is as follows: If I have a MovieClip that plays infinitely, will it still consume extra resources (cpu time, memory and what not) when it is not a child of anything on the stage (i.e. not visible).
I'm wondering if it is safe to just call removeChild() or do I need to call stop() before each remove child?