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:and got no errors but at the same time it didnt respond to my event listenerCode:myMovieClip.myButton.addEventListener(MouseEvent.MOUSE_DOWN etc......
