SliderUI v1.51 Update

Just after reading a comment from a user of the SliderUI and thinking that it was his error as I had mentioned that I have tested the SliderUI extensively, I ran into a small bug today that didn’t correctly read the range if the start value was over 0 thus causing the SliderUI to add [...]


AS3: SliderUI v1.5

View Example
View Documentation
Download Class & Example Files
I’ve updated the SliderUI class to add some more features. There is now a custom SliderUIEvent being dispatched, a setter method for the currentValue and percent properties which automatically moves the sliders to their appropriate spots when these are set, and a precision parameter passed into the constructor [...]


AS3: SliderUI

UPDATE: Please use SliderUI v1.51 for the latest and greatest.
View Example
View Documentation
Download Class & Example Files
If you’re anything like me, you hate using components and try to steer clear of them WHENEVER you can. The SliderUI was spawned from this hate and is a super easy way to create a slider (the equivalent to [...]