Great File, i need to have it expand up not down. How would i do that??
Posted 6 months ago
ELASTIC DROP DOWN XML MENU
A slick two level XML menu with a nice elastic effect.
FEATURES INCLUDE :
Like this file? You might also like these files:
Posted about 1 year ago
Great File, i need to have it expand up not down. How would i do that??
Posted 6 months ago
Hi James182,
sorry thats not a feature of this file, but take a look at the slide functions and you should be able to work it out.
chuck
Posted 6 months ago
to make the submenu go up change the slide in 2 slide tweens.
1. Location: ( inside the sub menu for loop at the top ) Replace the first one with this: slide(subBtn,0,subBtn._height-subBtnSpacing,slideInSpeed+j0.4,”_y”,Elastic.easeOut);
2. Location: ( function closeMenu():Void { ) The second one with this: slide(currSub,currSub._y,+currSub._height,slideOutSpeed,”_y”,Strong.easeOut);
This should make the submenu go up not down.
Posted 6 months ago
1. Should be this: slide(subBtn,0,subBtn._height-subBtnSpacing,slideInSpeed+j0.4,”_y”,Elastic.easeOut);
Posted 6 months ago
My subButtons are getting stuck sometimes and covering up the content behind the buttons. Sometimes the timer works and sometimes it doesn’t. www.castlemontessori.com. Is there anything I can do?
Betsy B webmaster@bgraphic.net
Posted 6 months ago
Hi shawnirvine,
I think unfortunately that would be a firefox/flash bug, where sometimes if you move out of the area to quickly the rollout is not registered.
love what you did with the menu btw 
chuck
Posted 6 months ago
Hi, lailag
just edit the movieClips in the library, subBtn and mainBtn.
chuck
Posted 6 months ago
Thanks, Chuck. After looking at it further, it seems that the only time a drop down menu stays pulled down is when one opens it and quickly moves the mouse outside of the flash area. Could we add code so that if a “mouse-out” of the flash area occurs, any pulled-down menu would retract?
Posted 6 months ago
Hi. I purchased your file and need to use it to open an HTML page. I’m new to As and could not put together code that works from your help file. Coul you post a sample set of links showing how to do this with your menu? Thanks.
Posted 5 months ago
I loaded this menu into Level 10 from my main.swf. The buttons are then loading a SWF into Level 2.
Everything works locally, but when uploaded to the server I can’t get it to load when clicked. I have tried absolute paths, relative paths, etc… no luck. Any suggestions?
Posted 4 months ago
Hi I was wondering how I would get the drop down to expand outside of the flash container and flow over the HTML Page.
Any help would be greatly appreciated.
Posted 4 months ago
Is this menu just for html webpages? How about flash webpages? If it can be used in Flash websites can the menu.swf file be loaded into another movieclip I have on stage or does it have to be _root?
Posted 3 months ago
Hello,
First of all nice work.
My question is, the main buttons(not the sub buttons) be images?Or any movieclip?
Posted 3 months ago