|
After removeChild( ) or removeChildAt( ) runs, the removed child’s parent variable is
set to null because the removed child has no container. If the removed child was on
the display list before the call to removeChild( ) or removeChildAt( ), it is removed
from the display list. If the removed child was visible on screen before the call to
removeChild( ) or removeChildAt( ), it is also removed from the screen. If the removed
child is, itself, a DisplayObjectContainer with its own children, those children are
also removed from the screen. |
|