Search tutorials
Part Three - Load the second textfile in the print movieclip
In the first frame of the main timeline another action is placed;
loadVariables("printText.txt", "printMc");
This wil force the second textfile in the movieclip (printMc) and divide the text over three frames.
Part Four - Yai, the print button!
I made a simple button which will trigger the print action. Put the button on the stage and place this action on the button;
on (release) {
printNum(_root.printMc, "bmax");
}
this action will print all (three) frames from the movieclip with the Instance Name printMc!
Publish your movie and click the print-button... Now switch on your printer and try this again ;-)
| » 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!