SLEEK Round Menu Button
DETAILS
- ActionScript 3.0
- Flash CS3 , Flash CS4 , and further versions.
DESCRIPTION
This button is ideally suited for main menu for a website.
This button’s animation will never jump and you’ll always have a smooth visual render.
- Display Animation.
- Vanish Animation.
- Over / Out / Click animation.
You can easily change the typo of the Button, in changing in the movieClip.
The button dispatch a “Kbtn_click” that provide the name of the button, for example “mc_home”.
The button dispatch a “Kbtn_init” when its action are initialize, and when it is appeared.
The button dispatch a “Kbtn_vanish_end” when its vanish is finish.
HOW TO USE :
You can attach this button with ActionScript and set its text like this :
var m:btnGraphic;
m = new btnGraphic();
m.b_title = “Your Title”;
addChild(m);
or
Drag and Drop it on the stage, and use It.
To display the button just call the display(); function, you can give a delay.
To close the btn just call the vanish(); function, you can give a delay.
You can too, add or clean the action on the button, like Over, Out, Click action by using init() or clean() functions.
MORE ITEMS :
We will glad to answer to your questions at kenergy.team(at)gmail.com or via Flashden.












