Actionscript 3 scrollbar
I created this scrollbar some time back. I did not use it in a actual project yet but I think it should be useful for those who are doing websites in AS3. It is customizable with Tweener effects selection. It scrolls mainly movieclips, so as long as you convert your text or images to movieclips, you can scroll them. Here is the scrollbar source.
This movie requires Flash Player 9
kinsung :: Mar.17.2008 :: actionscript 3, intermediate :: 5 Comments »

Great scrollbar but do you have a simpler version that just uses the up and down arrow to scroll and nothing else? I’m trying to eliminate things in your .as file and delete the track and scroller objects in the .fla but then the up and down arrow buttons no longer work.
Hi Adam,
Make the scroller and track invisible then delete this line to disable the scroller.
scroller.addEventListener(MouseEvent.MOUSE_DOWN, dragScroll);
What changes would you make to the AS file to make this work horizontally? Say I wanted the scrollbar to be along the bottom and it would scroll images or movie clips horizontally?
Thanks for this! I’ve put this scrollbar into a project I’m doing and it worked great… until I added a pre-loader to the project and now I’m getting null reference errors regarding the scrollbar. Do you have any idea what might cause this to happen?
I am using your scroll bar and its cool but when i make it 800×600 pixels and then i test it out it shows all of it but the scroll area is less than half of the page and i would like to fix that. Can you help me out with that. Thanks!