Operate any scrollbar to activate it.



Needle Meters What can you really say about needle meters? Some artwork with a rotating needle. I do include some tips for creating new ones using my code. Which I'm happy to say is pretty easy to use for a lazy guy like myelf.
 
Bar Gauges A few easy-to-customize bar gauges with parameters like number of bars, width between bars, etc. In fact, other than the math (of course), these three are all the same code. For example, to create bar gauge 3's look, all I did was take one of the others, change the number of bars to 30, and physically change the colors of my background, border, and bar. Ok, maybe I tweaked the space between and the margins a little, but why split hairs?
 
Digital Seven segment display look, positive and negative integers. Nothing much to set here but the number of places to show.
 
Slice Gauge Not really a lot to say about this guy, either. Just draws slices at run-time according to set value.
   
Poison Haha well, not really much of a gauge. More just something I was toying with and had some extra vertical space to kill, so here it is. It's like... a present:) Hey, it's cute. SOMEbody might like it.
   
Scrollbars

SB1 and SB2 are no-frills scrollbars. They scroll when you drag 'em, and that's it. Actually, they're the same scrollbar. SB2's only here as a customization demo. To create it, all I did was take SB1, draw a new scroller, draw a new background, and change its min and max value parameters. Oh, and then I flipped the whole clip on the main stage 'cause I wanted zero at the bottom. Horizontal scrolling? Just rotate it 90 degrees.

SB3 is the same code, so just as easy to customize, but includes back-click / repeat and mouse wheel functions.