Content scroller v1
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;