Easy Button Classes

I made two simple button classes that I use in all my projects, I figured they might be useful to some other people also.

The goal of these button classes is simplicity, I wanted to be able to very easily (in one or two lines of code) have a fully functional button with rollover effects, and a press action. For a toggle button i wanted to easily assign two actions, one for the ‘on’ and ‘off’ states and easily alter the appearance on the button onRelease().

You can download source with examples here.
Enjoy!