Here we are putting "tv_mc" into another mc called container_mc. By using "addChild" you are telling flash to put a mc into it. Then if you wanted to remove that same clip and place it back on the stage you "addChild(tv_mc);". container_mc.addChild(tv_mc); addChild(tv_mc); |