Search tutorials
Part One - Creating a dynamic textfield to display the text
Ok, I made the fla as simple as possible, one scene with one frame, one print-button and one movieclip with three frames. On the main timeline I created one dynamic textfield. In the properties window I named the Var-field: scrollText.
In the first frame put this action;
loadVariablesNum("scrollText.txt", 0);
This is enough to load an external textfile that will show up in the movie. If you try to print this text, it will only print the frame that's visible in the timeline of the movie. To get around this, I created a movieclip with the text divided in smaller parts. You'll see later why this is done.
| » Level Intermediate |
|
Added: 2003-03-21 Rating: 8 Votes: 26 |
| » Author |
| Flash webdesigner from the Netherlands. Check out his dutch bandsite: http://www.brucekey.nl |
| » Download |
| Download the files used in this tutorial. |
| Download (20 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!