HexLuv AS 3.0 Scrollbar

Posted on the March 5th, 2010 under AS 3.0 by Vipin

Scrollbars in AS 3.0? Its difficult, isn’t it? Here is one pretty good scrollbar class for Action Scropt 3.o projects. The implementation is very very easy as in:


import HexluvScrollbar;
var _scrollBar = new HexluvScrollbar(yourDisplayObject, width, maskHeight, arrows:Boolean, stage, {customization options});
addChild(_scrollBar);

yourDisplayObject is the display object to be masked by scroller. You also have to have Tweenlite library in your project inorder to compile the library.
The package available for download has some package name which is wrong, so you may need to do some clean up after the download. The library is cool overall. You always have fl.controls.ScrollBar for scrolling though!

Download here

import HexluvScrollbar;

2 var _scrollBar = new HexluvScrollbar(yourDisplayObject, width, maskHeight, arrows:Boolean, stage, {customization options});
3 addChild(_scrollBar);

Leave a Reply




XHTML::
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>