This is a great file.. Could you provide a few more details? is it AS3 or AS2 ? xml ?
Posted 4 months ago
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
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.
Here is an example of how menu items are added:
{name:”maecenas quis”, x
, y
, mc:null},
{name:”nulla sapien libero”, x
, y
, mc:null},
{name:”duis vestibulum”, x
, y
, 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
thelokogroup -> Sorry, no. We only produce in AS3 , because we are used to that now. 