Hey Paradox, how did you get different flash footers to show up each time your footer is shown?
Rotating Flash Footers
Page 1 of 14 Replies - 1344 Views - Last Post: 28 April 2001 - 12:03 PM
Replies To: Rotating Flash Footers
#2
Re: Rotating Flash Footers
Posted 27 April 2001 - 08:47 PM
yea, ive been wondering that too. do you just not have the flash footer code in your sig, and you manually put it in, or something different
#3
Re: Rotating Flash Footers
Posted 28 April 2001 - 05:32 AM
This has got to be the most requested script anyone has asked me about, but I enjoy the attention :)
// 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
give credit to EKO though right? hehe
#5
Re: Rotating Flash Footers
Posted 28 April 2001 - 12:03 PM
Yup, he had the original idea a long while back. This script is slightly modified and has an added overlay.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote






|