how do you access a button inside a movie clip by instance name?
i want to add an event listener to the button.

i tried:
Code:
myMovieClip.myButton.addEventListener(MouseEvent.MOUSE_DOWN etc......
and got no errors but at the same time it didnt respond to my event listener