By_BadBoyaKn™
Seviye 1
Yaş :
Kayıt tarihi : 17/01/09
Mesaj Sayısı : 77
Nerden :
İş/Hobiler :
|
Konu: DaktiLo Yazısı Ptsi Ocak 19, 2009 9:57 am |
|
|
/* Neon Lights Text By Website Abstraction (http://wsabstract.com) Over 400+ free scripts here! */
var message="buraya gelmesini istedi?iniz yazyyy yazyn" var neonbasecolor="red" var neontextcolor="yellow" var flashspeed=100 //in milliseconds
///No need to edit below this line/////
var n=0 if (document.all){ document.write('') for (m=0;mdocument.write(''+message.charAt(m)+'') document.write('')
//cache reference to neonlight array var tempref=document.all.neonlight } else document.write(message)
function neon(){
//Change all letters to base color if (n==0){ for (m=0;mtempref[m].style.color=neonbasecolor }
//cycle through and change individual letters to neon color tempref[n].style.color=neontextcolor
if (nn++ else{ n=0 clearInterval(flashing) setTimeout("beginneon()",1500) return } }
function beginneon(){ if (document.all) flashing=setInterval("neon()",flashspeed) } beginneon()
|
|