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.

You must sign in or sign up to purchase this item.

$8Regular Licence

$8

Regular Licence a website (commercial, personal, client), free game, e-card, or presentation - Details

10 Purchases 8 Comments

Buyer Rating
Minimum of 3 votes required
for Rating
gfxfont

gfxfont

  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 1 and 9 items
  • Czech Republic
  • Referred between 1 and 9 users
View Portfolio
Created 22 May 09
ActionScript Version AS3
Documentation Well Documented
Opens With Flash CS3 (9+)
Published Size 9.8kb
Resolution Resizable
by
by
by
by
by