Nice ! Very useful 
Need a scroller , but you do not want scrollbars… this is what you need.
- AS3 - Text Loads through XML - html rich textbox
Posted 2 months ago
Yes it is possible to change the the scroll speed.
Since the AS uses tweenlite, it is very easy to change the speed. Go to line 89 and look for
TweenLite.to(event.target, .5
the .5 is what you want to change, the higher the number the SLOWER it will scroll. You may even change the tween type ie: ease, elastic, etc…
Posted 2 months ago