Rotating Flash Footers
Page 1 of 14 Replies - 1346 Views - Last Post: 28 April 2001 - 12:03 PM
#1
Rotating Flash Footers
Posted 27 April 2001 - 08:34 PM
Replies To: Rotating Flash Footers
#2
Re: Rotating Flash Footers
Posted 27 April 2001 - 08:47 PM
#3
Re: Rotating Flash Footers
Posted 28 April 2001 - 05:32 AM
// Put this in the first and only frame of a blank movie
footer = Number(random(3)) + 1;
if (footer == 1) {
loadMovieNum ("footer1.swf", 0);
} else if (footer == 2) {
loadMovieNum ("footer2.swf", 0);
} else if (footer == 3) {
loadMovieNum ("footer3.swf", 0);
}
// Then you make files called footer1, footer2, and footer3.
// If you want to have another movie that goes over all
// three (like my draggable bars) put this after the code:
loadMovieNum ("overlay.swf", 1);
#4
Re: Rotating Flash Footers
Posted 28 April 2001 - 10:44 AM
#5
Re: Rotating Flash Footers
Posted 28 April 2001 - 12:03 PM
|
|

New Topic/Question
Reply



MultiQuote





|