PDA

View Full Version : Rainbow Effect


malipl
02-02-2010, 01:09 PM
how to add the rainbow color to my user group?


<b>

<script>

/*
RAINBOW TEXT Script by Matt Hedgecoe (c) 2002
Featured on JavaScript Kit
For this script, visit http://www.javascriptkit.com
*/

// ********** MAKE YOUR CHANGES HERE

var text="RAINBOW TEXT" // YOUR TEXT
var speed=80 // SPEED OF FADE

// ********** LEAVE THE NEXT BIT ALONE!


if (document.all||document.getElementById){
document.write('<span id="highlight">' + text + '</span>')
var storetext=document.getElementById? document.getElementById("highlight") : document.all.highlight
}
else
document.write(text)
var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0")
var r=1
var g=1
var b=1
var seq=1
function changetext(){
rainbow="#"+hex[r]+hex[g]+hex[b]
storetext.style.color=rainbow
}
function change(){
if (seq==6){
b--
if (b==0)
seq=1
}
if (seq==5){
r++
if (r==12)
seq=6
}
if (seq==4){
g--
if (g==0)
seq=5
}
if (seq==3){
b++
if (b==12)
seq=4
}
if (seq==2){
r--
if (r==0)
seq=3
}
if (seq==1){
g++
if (g==12)
seq=2
}
changetext()
}
function starteffect(){
if (document.all||document.getElementById)
flash=setInterval("change()",speed)
}
starteffect()
</script>
</b>

<p align="center">This free script provided by<br /><a href="http://javascriptkit.com">JavaScript Kit</a></p>

malipl
02-03-2010, 02:31 PM
hello :P

Snug
02-04-2010, 11:50 PM
i am also wanting this...

Trasion
02-04-2010, 11:55 PM
https://vborg.vbsupport.ru/showthread.php?t=204838&highlight=rainbow or https://vborg.vbsupport.ru/showthread.php?t=208274&highlight=rainbow

Snug
02-05-2010, 02:59 AM
doesnt work on 4.0

malipl
02-05-2010, 10:22 AM
man look here to user group www.muonline.biz/fortress (fortress finest) and what is the effect??

Pragathi
02-05-2010, 03:56 PM
man look here to user group www.muonline.biz/fortress (fortress finest) and what is the effect??

Yeh it looks cool........and what is this effect???????

malipl
02-05-2010, 09:48 PM
aw whether one can know what is the effect?

Snug
02-06-2010, 05:40 PM
man look here to user group www.muonline.biz/fortress (fortress finest) and what is the effect??

wow those look amazing

malipl
02-08-2010, 04:02 PM
guys help me what is the effect??

Snug
02-10-2010, 04:31 AM
really wish i could help you... maybe join their forum and ask an admin