|
-
dynamic text w/ scroll
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.
loadText = new loadVars();
loadText.load("resume.txt");
loadText.onLoad = function() {
scroller.text = this.resumetext;
};
what should that line be?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|