dnfGraphics
Technical User
Greetings,
I am creating a dropdown menu in an all-flash site. I finally got the menus to drop and disappear (including a set of sub-menus), but I can't get the buttons to actually move the swf to the desired frame.
It is set up to rollover the menu title, drop down the submenu, and click the button. The submenu is a movieclip with 2 frames. The menu items are on frame 2. Frame 1 is a stop() frame.
I tried to set the button itself with action to gotoAndStop(23) (for example). No good. I tried using:
No good.
Thanks for your help.
Happy New Year!
Peace, Love & Prosperity!
I am creating a dropdown menu in an all-flash site. I finally got the menus to drop and disappear (including a set of sub-menus), but I can't get the buttons to actually move the swf to the desired frame.
It is set up to rollover the menu title, drop down the submenu, and click the button. The submenu is a movieclip with 2 frames. The menu items are on frame 2. Frame 1 is a stop() frame.
I tried to set the button itself with action to gotoAndStop(23) (for example). No good. I tried using:
Code:
_root.submenu2.button2.onPress = function() {
_root.gotoAndStop(23);
};
Thanks for your help.
Happy New Year!
Peace, Love & Prosperity!