Scrollbar
This is a powerfull actionscript 3 class to create all different kinds of scollbars to use in your project. with just one line you can add a scrollbar to your project that looks proffesional.Features
- Horizontal or vertical scroll
- With controls or just the mouse
- Use your own movieclips for the controls
- Motion blur
- Mousewheel enabled
- Use multiple scrollbars at the same time
- Really easy to use!
Example code
Here is a example code from the preview:var sb:Scrollbar = new Scrollbar(stage, contentMc, 400, 200, 5, true, true, “horizontal”, false);
That is all you need to add a scrollbar.
All you need to do for the most basic scroller (mouse only) is paste your movieclip on the stage and add one line of code!


73 Purchases
28 Comments