3 state flash buttons
User ratings for 3 state flash buttons.
Description
Flash version: 8, ActionScript 2.0.
Buttons with different states for enabled/disabled and rollover/rollout.
The buttons text, url to open and enabled/disabled state are set like this, all you need to do is edit this code:
//
button1.button_text = "MENUS";
button2.button_text = "TEMPLATES";
button3.button_text = "BUTTONS";
button4.button_text = "GALLERIES";
//
button1.button_url = "/flash/menus";
button2.button_url = "/flash/templates";
button3.button_url = "/flash/buttons";
button4.button_url = "/flash/photo_galleries";
//
button5.disabled = true;