T3A guy Posted June 14, 2009 Report Posted June 14, 2009 Amazing Coder Creates Advanced Entertaining Website: http://sometimesredsometimesblue.com/
SotG Caboose Posted June 14, 2009 Report Posted June 14, 2009 Me.backcolor = Int(Rnd() * 256), Int(Rnd() * 256), Int(Rnd() * 256))?
Pargy Posted June 14, 2009 Report Posted June 14, 2009 Red every time except once I think it means something
T3A guy Posted June 14, 2009 Author Report Posted June 14, 2009 Me.backcolor = Int(Rnd() * 256), Int(Rnd() * 256), Int(Rnd() * 256))?dim i as integer = 0do until i = 1Me.backcolor = "red"wait(10)Me.backcolor = "blue"wait(10)endloop
SotG Caboose Posted June 14, 2009 Report Posted June 14, 2009 That will constantly do it. He does it every time you refresh the page. Randomizeme.backcolor = redme.backcolor = blue /thread
T3A guy Posted June 14, 2009 Author Report Posted June 14, 2009 (edited) That will constantly do it. He does it every time you refresh the page. Randomizeme.backcolor = redme.backcolor = blue /threadI thought it was a timer, not randomized. EDIT: nvm,<script> var bgcolorlist=new Array("#0000FF", "#FF0000") document.bgColor=bgcolorlist[Math.floor(Math.random()*bgcolorlist.length)] </script> Edited June 14, 2009 by T3A_guy
Justrec Posted June 15, 2009 Report Posted June 15, 2009 LMFAO! I had no idea what they were saying -.-
T3A guy Posted June 15, 2009 Author Report Posted June 15, 2009 Wow... And that's cabooses VB noob language...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now