Tip: you can modify some code before running
<SCRIPT LANGUAGE="JavaScript">Colors = new Array ('000000', '00ff00ff', 'ff00ff'); sCol = 'ff00ff'; mCol = '00ff00'; hCol = 'red '; H = '***'; H = H. split (''); H = H. reverse (); M = '*****'; M = M. split (''); M = M. reverse (); S = ***** '; S = S. split (''); S = S. reverse (); dots = 12; var Ypos = 0, Xpos = 0, Ybase = 0, Xbase = 0; var ay = 0, ax = 0, Ay = 0, ax = 0, by = 0, bx = 0, By = 0, Bx = 0, cy = 0, cx = 0, Cy = 0, Cx = 0, dy = 0, dx = 0, Dy = 0, Dx = 0; count = 0; count_a = 0; move = 1; viz = 'den den '; if (document. all) {document. write ('<div id="W" ><div >'); For (I = 0; I <dots; I ++) {document. write ('<div id="face" ></div>');} Document. write ('</div></div>'); Document. write ('<div id="X" ><div >'); For (I = 0; I <S. length; I ++) {document. write ('<div id="x" +sCol+';text-align:center;padding-top:10px">'+S[i]+'</div>');}document.write('</div></div>')document.write('<div id="Y" ><div >');for (i = 0; i < M.length; i++) {document.write('<div id="y" +mCol+';text-align:center;padding-top:10px">'+ M [I] +'</div>');} Document. write ('</div></div>') Document. write ('<div id="Z" ><div >'); For (I = 0; I <H. length; I ++) {document. write ('<div id="z" +hCol+';text-align:center;padding-top:10px">'+H[i]+'</div>');}document.write('</div></div>');}<!-- 心梦家园:http://wd365.nease.net-->if (document.all){function ieMouse() {Ypos = event.y + 100;Xpos = event.x + 100;}document.onmousemove = ieMouse;}function clock() {time = new Date ();secs = time.getSeconds();sec = -1.57 + Math.PI * secs / 30;mins = time.getMinutes();min = -1.57 + Math.PI * mins / 30;hr = time.getHours();hrs = -1.575 + Math.PI * hr / 6 + Math.PI * parseInt(time.getMinutes())/ 360;Ybase = 15;Xbase = 15; if (document.all) {var scrll = document.body.scrollTop;W.style.pixelTop = scrll;X.style.pixelTop = scrll;Y.style.pixelTop = scrll;Z.style.pixelTop = scrll;x[0].style.visibility=viz;y[0].style.visibility = viz;z[0].style.visibility = viz;for (i = 0; i < S.length; i++) {x[i].style.pixelTop = ay - 12 + (i * Ybase) * Math.sin(sec);x[i].style.pixelLeft = ax - 12 + (i * Xbase) * Math.cos(sec);}for (i = 0; i < M.length; i++) {y[i].style.pixelTop = by - 12 + (i * Ybase) * Math.sin(min);y[i].style.pixelLeft = bx - 12 + (i * Xbase) * Math.cos(min);}for (i = 0; i < H.length; i++) {z[i].style.pixelTop = cy - 12 + (i * Ybase) * Math.sin(hrs);z[i].style.pixelLeft = cx - 12 + (i * Xbase) * Math.cos(hrs);}for (i = 0; i < dots; ++i) {face[i].style.pixelTop = dy + 6 + (70 * Math.sin(-0.49 + dots + i /1.9));face[i].style.pixelLeft = dx + 4 + (70 * Math.cos(-0.49 + dots + i /1.9)); } }}function MouseFollow() {ay = Math.round(Ay += ((Ypos) - Ay) * 4 / 15);ax = Math.round(Ax += ((Xpos) - Ax) * 4 / 15);by = Math.round(By += (ay - By) * 4 / 15);bx = Math.round(Bx += (ax - Bx) * 4 / 15);cy = Math.round(Cy += (by - Cy) * 4 / 15);cx = Math.round(Cx += (bx - Cx) * 4 / 15);dy = Math.round(Dy += (cy - Dy) * 4 / 15);dx = Math.round(Dx += (cx - Dx) * 4 / 15);clock();setTimeout('MouseFollow()',10);}function StartAll() {MouseFollow();}if (document.layers || document.all) window.onload = StartAll;</script>关键字:qq,鼠标跟随,代码大全
提示:您可以先修改部分代码再运行