/* * * * * * * * * * * * * * * * * * Nama : Varid prayoga Email : varidcell@gmail.com URL : http://varidcell.jw.lt hari gini mau copy paste malu kan masak aku aja yang bukan master bisa buat kamu yang master kok mau copy.. PERINGATAN : di larang mengopy script ini. mengopy berati mencuri * * * * * * * * * * * * * * * * * */ function warna(n) { this.length=n; for (var i=1; i<=n; i++) this[i]=i-1; this[11]="A"; this[12]="B"; this[13]="C"; this[14]="D"; this[15]="E"; this[16]="F"; return this; } hasil = new warna(16); function convertTowarna(x) { var kuat=x/16; var s=kuat+""; s=s.substring(0,2); kuat=parseInt(s,10); var kiri=hasil[kuat+1]; var lemah=x-kuat*16; s=lemah+""; s=s.substring(0,2); lemah=parseInt(s,10); var kanan=hasil[lemah+1]; var string=kiri+""+kanan; return string; } function pelangi(text) { text=text.substring(2,text.length-3); color_d1=255; mul=color_d1/text.length; for(i=0;i < text.length;i++) { color_d1=255*Math.sin(i/(text.length/3)); "255*Math.sin(i/(text.length/3))" color_h1=convertTowarna(color_d1); color_d2=mul*i; color_h2=convertTowarna(color_d2); k = text.length; j = k - i; if (j < 0) j = 0; color_d3 = mul * j; color_h3 = convertTowarna(color_d3); document.write(""+text.substring(i,i+1)+""); } } pelangi("<>"+ABCDEFGHIJKLMNOPQRSTUVWXYZ+ "<>"); //-->VARID CELL