I’m setting up a complex drop down menu, so that when you “rollover” a menu item on the menu bar a sub menu slides down underneath the bar giving you more buttons to choose. Now I managed to set up the animation so that the “rollover” works, and that the submenu button works.
My problem is how can do I script it that when I roll away from the sub menu or click a sub-menu item the secondary menu moves itself back up?
I am trying to make a menu something like gucci.com but my problem is this: the hit area for my button within a movieclip is interfering with my hitarea for the sliding bars. maybe this is the wrong way to approach this. can anyone help me? below is AS i have so far…
var bar1x = -162;
var bar2x = -228;
var speed1 = 30; // speed of box 1
var speed2 = 60; // speed of box 2
var speed3 = 10; // speed of text coming in / out
var textAlpha = 0;
text._alpha = 0;