Do you have any comment or questions about flafolder file?
Reply to
Please register &
login before you post!
fantero
/ flash & video
Details
Uploaded: 08 June 2010
Opens With: Flash CS4
Files Included: FLA, AS
Size: 96kb
Action Script: AS3
Resolution: Resizable
Documentation: bad
Do you like this file?
//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;