ActiveDen

Clear black button set

Clear black icon set with simple line style drawing.

  • 56 icons with customizable glowing color on mouse over
  • Very easy to change the glowing color via one variable
  • Vector icons – you can scale to any size
  • Easy to change the black button – by changing the BaseButton layers in library
  • Simple AS3 animation and adjustable glowing
  • Usage: Drag it from library to stage ;)
  • You can easy draw your new icons!

How to add click event?

  • edit the button in place
  • inside button find the actions layer and add this small code after new BlackButton… line:
import flash.events.MouseEvent;
this.addEventListener(MouseEvent.CLICK, clickHandler);
function clickHandler(e:MouseEvent){
    // actions here
    trace("button clicked")
}
NEW how to resize button
  • find the BaseButtonLayers folder in the library
  • resize only baseButton to edit all buttons
  • click to start editing btnBase movieclip, zoom this basebutton mc to maximum, select all layers (ctrl+A) and resize them to desired size (hold alt+shift while resize)

Mouse over out can’t work?

Be sure that you have “com” folder(from purchased package) with as3 class in the same folder as your new fla file.
  • your folder\com\gfx\fd\BlackButton.as
  • your folder\your.fla
Changes
  • 31.5.2009 added automatic resize for hitarea
  • For Buyers before 31.5.2009, find init function and make the following change, thats all.
private function init():void{
    _hitA.width = _btn.width;
    _hitA.height = _btn.height;
    _hitA.x = - _hitA.width >> 1;
    _hitA.y = - _hitA.height >> 1;

Thank you to all, vote for my item and have a nice day.

by
by
by
by
by