Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.390.426 Times

Screenshot

Content scroller v 1

Content scroller v

Actionscript 3.0: //create new scroll var myScroll:flaScroll = new flaScroll(); //create new content var myContent:content1 = new content1(); //add content to scroll myScroll.scrollContent(myContent); //set scroll width myScroll.setWidth(300); //set scroll height myScroll.setHeight(300); addChild(myScroll); myScroll.x = 10; myScroll.y = 80;