Search  

MENU EXPANDABLE

HomeBrowse CategoriesFlashMenus & ButtonsVertical MenusMenu expandable
Full_screen_preview

This is a dynamic menu which can easily be manipulated. Each menu item can be associated with a MovieClip so menu can easily be implemented.

There are different ways of implementation which are all described in help section of the script.

The colors of the menu can be changed in the MovieClips. When the menu has been dragged and dropped into your .fla project.

Cheers

Posted 4 months ago

This is a great file.. Could you provide a few more details? is it AS3 or AS2 ? xml ?

Posted 4 months ago

Can you easily turn off the hiding of the menu items after click?

Posted 4 months ago

Thank you for your questions.

konigmedia – It’s AS3 and no xml, but the menu items are generated easily in the .fla file. It its written quite detailed.

bginnel – yes, it is easy to turn hiding off. Its 3 lines in the code. This is also in the documentation inside the .fla

You are both more than welcome to post if you find it difficult. :) We check the account a couple of times each day.

Posted 4 months ago

Here is an example of how menu items are added:

{name:”maecenas quis”, x:0, y:0, mc:null}, {name:”nulla sapien libero”, x:0, y:0, mc:null}, {name:”duis vestibulum”, x:0, y:0, mc:null},

If you want to turn off hiding, outComment line 68,69,70 in the .fla.

You outComment code by typing // in front of the lines.

//Tweener.addTween(_mask, {y:_subBtnsAndPos[_activeItem].object.y, //height:_subBtnsAndPos[_activeItem].object.height, time:.3, //transition:”easeOutQuad”, onComplete:moveToNewPos});

Posted 4 months ago

Would you consider making a AS2 version?

Posted 3 months ago

thelokogroup -> Sorry, no. We only produce in AS3 , because we are used to that now. :)

Posted 3 months ago

could this menu be right-justified?

Posted about 1 month ago

peteratomic—> yes it is possible to change it to right-justified

Posted about 1 month ago

where can i put a get url

Thanks

Posted about 1 month ago