Search tutorials
Random Flashkit Footer
Here we Go Now...
People have been asking me for a while how I had made my message board footer randomly change. I am finally getting to telling everyone...
First Off, make your flash file, 300 x 40, no bigger. Background doesn't matter, The file needs only one layer, with one keyframe, with nothing in it.
Add these few lines of code to the only Keyframe:
footers = 4; directory = "http://www.ekostudios.com/footer/"; loadMovie(directory add Math.ceil(Math.random()*footers) add ".swf",_level0);
Name all of the footers to be loaded a number.
ex: 1.swf, 2.swf, 3.swf for 3 footers
| » Level Intermediate |
|
Added: 2001-10-18 Rating: 7 Votes: 123 |
| » Author |
| No details available. |
| » Download |
| Download the files used in this tutorial. |
| Download (4 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!