Sorry for the newbie question, and I’ve searched several forums trying to find what I’m missing and I just don’t see it. Please kick me in the right direction!!!
I’m trying to build an animated menu with seven buttons, 3 of which need a submenu. I have 4 regular buttons and 3 mc’s on the main timeline.
After creating the first mc with 6 submenu items that appear onRollover and trying to target the submenu buttons to open a new page nothing happens when I click on the button.
I attached this code to the submenu button while it in the “Over”:
on (release) {
this.skiMenu_mc.skMain_btn.getURL("ski/sk_main.htm", "_self");
}
Here’s the complete fla file if you’re interested
BTW, I’m using Flash MX 2004 if that helps!!!