professional and beautiful effect
and a powerful example of tween class
and it's free.... thanks
At the request of some users, FlepStudio has created a menu with Flash CS3 (of course also for Flash CS4) is often seen that lately
browsing the web.
The menu has an effect of Tween on rollover, rollout, and mouse click.
It reads from an external XML file and can be easily managed even by users who have little experience of ActionScript 3.0.
You can also choose the colors of the effects on texts of the menu items and choose whether to add a link (then open a web page) to the click of a menu item, or add Actionscript 3.0 actions.
Included files
- main.fla
- FlashMenu.as
- menu.xml
- package caurina.transitions ( do not modify! )
Actionscript variables
- FlashMenu.as: XML_PATH ( If needed change this value with a new path or absolute url that points to menu.xml file )
XML variables
- color ( the text color on stand by)
- font ( the used font )
- size ( dimensions of the text )
- rolloverColor ( text's color during mouse rollover )
- clickColor ( text's color when an item has been selected/clicked )
How to
For example, create a new FLA file and initialate the menu as following
the same if you want istanciate it from your Document Class.Code:var flash_menu:FlashMenu=new FlashMenu(); flash_menu.x=20; flash_menu.y=20; addChild(flash_menu);
Source files:
professional and beautiful effect
and a powerful example of tween class
and it's free.... thanks
Great work, thanks![]()
thanks a lot my friend.. good job..
Great job Flep! nice..
Thanks, Cleiton.
awesome work flep
thank u
First of all thanks for thi great menu. Does anyone has a hint how can I incorporate SWFAddress to this menu? Thanks in advance
Great job! looks really good!
One question, if I want to use this as the menu on my homepage. What do I need to change in the code? In menu.xml when I choose target="_self" - the menu doesn't change, it just returns to the first label.
Any Ideas? I'm not that familiar with Actionscripts..
Bookmarks