i want to create a menu that appears only when the mouse goes over a certain region of the site. i want this so that i can clear space for the site since its on limited space on the stage.
now ive done the regular ‘on mouseOver’ etc then on mouse out blah blah blah…
heres the scenario.
i want it so that on mouse over, a section comes out, and on mouse out(when the user doesnt want to use the menu anymore) the menu retracts.
ive gotten that far but this is the problem. ontop of the item that extends/retracts, once extended is where the text buttons go. work, contacts aboutus etc…essentially its the text buttons ontop of the item that has the mouseover actions.
now my problem happens when i try to activate the mmenu butons because i guess that when the main section with the mouse out action is out, when i mouse over the text buttonsit activates the mouse out functin because the action is interrupted.
hope its not too confusing. any help is appreciated