i'm making a scroll box with dynamic text in flash 8. this is basically what i did:
made a dynamic text box, multiline. then dragged the UIscrollbar beside it. i made a txt file, titled it "resume.txt" this is the script i put in and now i'm getting an error on line 1.
what should that line be?loadText = new loadVars();
loadText.load("resume.txt");
loadText.onLoad = function() {
scroller.text = this.resumetext;
};


Reply With Quote