Lest just say i have a movieClip A which contains movieClips B1,B2,B3,B4,B5
I write code in A to receive all movieclips that a contains and like print there name.
i tried this with no succes:
for each (a:MovieClip in this)
trace(a.name);
does anyone know how to get this working.
** note the trace name is actually an example i want to do very different things with the objects itself like changing there visibility and such **
thanks, Matthy