This is a very easy to use actionscript 3 scrollbar. You only need 2 lines of code to put it in your file. See the example below.
var myScrollBar_mc:DXCScrollBar = new DXCScrollBar(320, 240, "Your text"); addChild(myScrollBar_mc);
As you scroll up and down the text blurs. If your text is shorter that the allotted space, the scrollbar doesn’t show up. You can as many scrollbars to your page as you like. HTML text including bold, italic, underline, color and size work. All colors and sizes are easily customized.
This is a perfect time saver when creating a flash site or anything else that needs text.

104 Purchases
40 Comments