Hi,
Need some help. I have a movie clip that when rolled over opens out into a drop down menu.
However I don’t know why the button within that movie cannot be access. I am using the following code.
menu_mc.onRollOver = function () {
btn_mc.gotoAndPlay(“one”);
}
As my buttons have a rollover animation.
Many thanks.