Search  

AS3 XML SCROLLER WITH NO SCROLLBAR

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesAS3 XML Scroller with no scrollbar

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

Nice ! Very useful :)

Posted 2 months ago

Thats really useful .. well done

Posted 2 months ago

Cool :D Is it possible to customize the scrolling speed?

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
  • New updates ** - Auto Scroll, if the text is shorter than the scroll area the text will not scroll
Posted 2 months ago