ok, trata en ves de poner:
Cita: children_mc = parent_mc.attachMovie("children", "children_mc", parent_mc.getNextHighestDepth(), {_x: 50, _y: 50});
pon esto:
Cita: children_mc = _root.attachMovie("children", "children_mc", _root.getNextHighestDepth(), {_x: 50, _y: 50});
solo que tendrias que cambiar las coordenadas.
Espero te sirva
SALUD!!!