- Ultra lightweight scrollbar – only 17kB
- Very easy to customize
- Can be used as a fullscreen scrollbar as well
- Mouse wheel support for both PC and MAC (Mouse wheel is disabled in preview above because of Activeden preview system, it will work if you download it)
- Support for keyboard (up & down arrows + pageUp & pageDown keys)
- Support for multiple instances on one page
- Examples of use included
This is as3 version of my popular as2 EasyScroll, but completely rewritten with handy new features. You can control following properties:
- Width & height of scrollable area
- Amount of arrow scrolling [pixels]
- Amount of Mouse wheel scrolling [pixels]
- Speed of tweening of content & scroller independently
- Type of content’s and scroller’s motion tweens independently
- Hide / Show arrows
- Adapt scroller’s height to content
- Enable / Disable keyboard arrows
- Enable / Disable mouse wheel
It’s very easy to use this scrollbar in your projects. All you need to do is write just one line of code:
var myScroll = new EasyScroll(contentToScroll, width, height);You don’t need to set position of scrollbar, it will be set automatically depending to the content you want to scroll.
This class can be used to scroll dynamic TextField as well. You can load external html formatted text from a xml file. And you can use it for your fullscreen projects also.
In the package there are 5 examples of use included, to let you understand how to work with it:
- example 01 – attach with script
- example 02 – drag from library
- example 03 – dynamic text loading from xml
- example 04 – fullscreen
- example 05 – register new container
Making your own skin is not a problem. All the mc’s are fully editable, you can place your own graphics, scrollbar will adapt. And you can place more instances of scrollbar to one screen as well.
INCLUDING :
- pdf documentation
- flash cs3 fla files
- commented as3 scripts
- 5 examples of use
- demo files

112 Purchases
23 Comments