Answered
add event listener to multiple children at once
Suppose I have a Movieclip and in that Movieclip I have several MovieClips I'm using as buttons. I want all the buttons to do the same thing when I MouseOver. Is there a way I can reference all children of a display container so that I can have a statement like MouseChildren.addEventListener(MouseEvent.RollOver, rollOverHandler); ?