isaaclloyd
03-24-2005, 11:19 AM
Isn't there an easy command called something like DORAND? I am trying to get a script to display a random image and I can't work with all the other random image scripts. Heres kind of what I am looking for:
function randIMG(){
DORAND:
rand1 = "image1.src='images/box_time.gif'"
rand2 = "image2.src='images/box_time.gif'"
rand3 = "image3.src='images/box_time.gif'"
rand4 = "image4.src='images/box_time.gif'"
ENDDORAND:
}
Something like that. Any comments or suggestions would greatly be apreciated. Thanks.
function randIMG(){
DORAND:
rand1 = "image1.src='images/box_time.gif'"
rand2 = "image2.src='images/box_time.gif'"
rand3 = "image3.src='images/box_time.gif'"
rand4 = "image4.src='images/box_time.gif'"
ENDDORAND:
}
Something like that. Any comments or suggestions would greatly be apreciated. Thanks.