Kirupa: Slider Bars tutorial error

Well, it’s not really an error persay, but it is an MX to MX 2004 snafu.

This thread was created with a problem of the tutorial not working properly

Tutorial: http://www.kirupa.com/developer/mx/slider.htm

The problem is that the tutorial writes the code as [AS]dragger.onRelease=dragger.onreleaseOutside=stopDrag;[/AS] while in actuality Flash MX 2004 is case sensitive and it should be [AS]dragger.onRelease=dragger.onReleaseOutside=stopDrag;[/AS] to work in both Flash MX and Flash MX 2004.

So it’s not an error because it’s in the Flash MX section and it works in Flash MX, but I think it would be cool to fix that one letter in onReleaseOutside and have it work in Flash MX 2004 too.