all groups > flash (macromedia) > may 2005 >
You're in the

flash (macromedia)

group:

popup menu problem


popup menu problem robotninja
5/31/2005 7:52:16 PM
flash (macromedia):
HI, I am currently working on an intranet set that will have popup menus. The
problem I am having is that when I scroll over the main buttons from bottm to
top, the menus lag - becuase of the order the buttons are stacked. I tried
grouping them but tat did not help. I posted it on a webpage so you can see the
problem:
http://www.devonhealth.com/pages/featured_provider/menu.htm

I made the menu with 2 frames. 1 without the popupmenu and a stop function
the second with the menu and an invisible buttone with the following script so
the menu disappears when you move away:
on (rollOver){
gotoAndStop(1);
}

Does anyone have any ideas? thanks!

Brandon
Re: popup menu problem ChrisElmes
5/31/2005 9:27:40 PM
for each button just make all of the others go to the origianl state -
button1.gotoandStop(1); button2.gotoAndStop(1) etc so that each time you roll
over a button all the others reset and only the one you are over plays its menu
Re: popup menu problem robotninja
6/3/2005 1:06:22 PM
I'm still having the same problem, but I think it might be something with the
way I typed the actions. here is what i have under the 'whats new' actions:
on(rollOver){
gotoAndStop(2);
employeeinfobutton.gotoAndStop(1);
marketingmaterialsbutton.gotoAndStop(1);
digcompaniesbutton.gotoAndStop(1);
}

AddThis Social Bookmark Button