- Iggyhopper
- |
- Exalted Mythic Member
AV=http://avatar.coolclip.ru/albums/Avatars/Avatars%2090x90/A vatars_90x90_022.gif
BG=http://avatar.coolclip.ru/albums/Avatars/Avatars%2090x90/A vatars_90x90_022.gif
^ I edited that post, look at the link, unless you already did, then I can't tell you how.
Posted by: XmY Br iZ 4Sh0tX
Posted by: Iggyhopper
^ That's a negative, captain.
Posted by: XmY Br iZ 4Sh0tX
Posted by: Iggyhopper
Okay I fixed it, redownload it.
Download Version 1.2I'm curious how you got the colors to be random... Did you use the random number generator command (don't remember it off the top of my head) with a bunch of if... then statements?
-BFMath.random() * 255
I set the background color by using three randoms, for each text, except some.I was right! I can actually do something in JavaScript! I wouldn't be able to actually make the text into the colors, though. Did you use existing forms on the actual site? CSS styles?
-BF
foreach Element in document.elements
Element.style.backgroundColor = "rgb(" + Ran() + "," + Ran() + "," + Ran() + ")";
Ran is a custom function, which returns Math.random * 255
[Edited on 01.06.2009 12:24 PM PST]