Is it possible to have a drop down or sub menu while using movie clips as the buttons? I have a Flash file with a movie clip that is supposed to act as the button. I say this because I created animated over and out states.
The code is in the timeline as refers to the name of the movie clip:
this.home_button.onRollOver = function () {
home_button.gotoAndPlay("_over");
}
this.home_button.onRollOut = function () {
home_button.gotoAndPlay("_out");
}
IS there are way I can have these animated mc buttons and still have a dropdown menu? I cannot figure this out.
Thanks in advance.