中文(简体)
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!-- 把下面的代码加到<BODY>区域中-- > <body BGCOLOR=#000000> <script language="JavaScript"> if (document.all){ xL=5; xH=0; xW=0; xR=0; xE=0; xMY=0; xMX=0; xWd=0; xHd=0; xF=新数组(); xY=新数组(); xX=新数组(); xS=新数组(); xA=新数组(); xB=新数组(); ini=新数组(); cl=new Array('#fff000','#0000FF','#ff0000','#00ff00','#ff00ff','#ffa500') document.write('<div id="xouter" style="位置:绝对;顶部:0px;左侧:0px"><div style="position:relative">'); for (i=0; i < xL; i++){ document.write('<div id="xie" style="position:absolute;top:0;left:0;width:10px;height:10px;' + 'font-family:Courier New;font-size:50px;color:#ffffff">.</div>'); } document.write('</div></div>'); //初始放置!函数Set(){ for (i=0; i < xL; i++){ xH=window.document.body.offsetHeight; xW=window.document.body.offsetWidth; xA[i]=Math.round(Math.random()*xH); xB[i]=Math.round(Math.random()*xW); xS[i]=Math.random()*0.07+0.05; xR=Math.round(Math.random()*3); xE=Math.round(Math.random()*2500+50) if (xR == 3) xB[i]=-xE;如果 (xR == 2) xB[i]=xW+xE;如果 (xR == 1) xA[i]=-xE;如果 (xR == 0) xA[i]=xH; xF[i]=xW/14; } } 放();函数Assign(){ xouter.style.top=document.body.scrollTop; for (i=0; i < xL; i++){ xF[i]-=xS[i]*25;如果 (xF[i] < 4) xF[i]=3; xie[i].style.top =xY[i]; xie[i].style.left=xX[i]; xie[i].style.fontSize=xF[i]; xie[i].style.filter='glow(color='+ini[i]+',strength='+xF[i]/3+')'; } } function Fly(){ var N=Math.floor(Math.random()*cl.length) xMY=window.document.body.clientHeight/2; xMX=window.document.body.clientWidth/2; xWd=Math.round(Math.random()*40+5); xHd=Math.round(Math.random()*30+5); for (i=0; i < xL; i++) { xY[i]=xA[i]+=(xMY-xA[i])*(xS[i]); xX[i]=xB[i]+=(xMX-xB[i])*(xS[i]); if ((xX[i] > xMX-xWd) && (xX[i] < xMX+xWd) && (xY[i] > xMY-xHd) && (xY[i] < xMY+xHd)){ xH=窗口.document.body.offsetHeight; xW=window.document.body.offsetWidth; xA[i]=Math.round(Math.random()*xH); xB[i]=Math.round(Math.random()*xW); xS[i]=Math.random()*0.05+0.05; xR=Math.round(Math.random()*3); xE=Math.round(Math.random()*50+50) if (xR == 3) xB[i]=-xE;如果 (xR == 2) xB[i]=xW+xE;如果 (xR == 1) xA[i]=-xE;如果 (xR == 0) xA[i]=xH+xE; } if ((xX[i] < 0) || (xX[i] > xW) || (xY[i] < 0) || (xY[i] > xH)) { xF[i]=xW/ 14; ini[i]=cl[N]; } } 分配(); setTimeout('飞()',10); } 飞(); } // --> </脚本>