永发信息网

鼠标后跟随代码怎么弄

答案:6  悬赏:30  手机版
解决时间 2021-07-18 08:40
鼠标后跟随代码怎么弄
最佳答案

楼主,您好。那个不是用的代码,而是FALSH模块。点装扮空间,模块,新建模块,FALSH模块。


http://bfq1.7878758.com/flash/182.swf  跟随鼠标的爱心 http://bfq1.7878758.com/flash/172.swf  鼠标滑过星光闪闪 http://bfq1.7878758.com/flash/173.swf  鼠标滑过礼花暴开 http://bfq1.7878758.com/flash/174.swf  鼠标晃动乱剑射出 http://bfq1.7878758.com/flash/001.swf  跟随鼠标的黑色鲤鱼(黑色)

全部回答

如果是制作网页中的 鼠标跟随:<html xmlns=" http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>精美js鼠标跟随代码-www.codefans.net</title> </head> <body> <script> A=document.getElementById B=document.all; C=document.layers; T1=new Array("/jscss/demoimg/200905/trail1.gif",38,35,"/jscss/demoimg/200905/trail2.gif",30,31,"/jscss/demoimg/200905/trail3.gif",28,26,"/jscss/demoimg/200905/trail4.gif",22,21,"/jscss/demoimg/200905/trail5.gif",16,16,"/jscss/demoimg/200905/trail6.gif",10,10) var offsetx=15 var offsety=10

nos=parseInt(T1.length/3) rate=50 ie5fix1=0; ie5fix2=0; rightedge=B? document.body.clientWidth-T1[1] : window.innerWidth-T1[1]-20 bottomedge=B? document.body.scrollTop+document.body.clientHeight-T1[2] : window.pageYOffset+window.innerHeight-T1[2] for (i=0;i<nos;i++){ createContainer("CUR"+i,i*10,i*10,i*3+1,i*3+2,"","<img src='"+T1[i*3]+"' width="+T1[(i*3+1)]+" height="+T1[(i*3+2)]+" border=0>") } function createContainer(N,Xp,Yp,W,H,At,HT,Op,St){ with (document){ write((!A && !B) ? "<layer id='"+N+"' left="+Xp+" top="+Yp+" width="+W+" height="+H : "<div id='"+N+"'"+" +Xp+"; top:"+Yp+"; width:"+W+"; height:"+H+"; "); if(St){ if (C) write(" ); write(St+";' ") } else write((A || B)?"'":""); write((At)? At+">" : ">"); write((HT) ? HT : ""); if (!Op) closeContainer(N) } } function closeContainer(){ document.write((A || B)?"</div>":"</layer>") } function getXpos(N){ if (A) return parseInt(document.getElementById(N).style.left) else if (B) return parseInt(B[N].style.left) else return C[N].left } function getYpos(N){ if (A) return parseInt(document.getElementById(N).style.top) else if (B) return parseInt(B[N].style.top) else return C[N].top } function moveContainer(N,DX,DY){ c=(A)? document.getElementById(N).style : (B)? B[N].style : (C)? C[N] : ""; if (!B){ rightedge=window.innerWidth-T1[1]-20 bottomedge=window.pageYOffset+window.innerHeight-T1[2] } c.left=Math.min(rightedge, DX+offsetx); c.top=Math.min(bottomedge, DY+offsety); } function cycle(){ //if (IE5) if (document.all&&window.print){ ie5fix1=document.body.scrollLeft; ie5fix2=document.body.scrollTop; } for (i=0;i<(nos-1);i++){ moveContainer("CUR"+i,getXpos("CUR"+(i+1)),getYpos("CUR"+(i+1))) } } function newPos(e){ moveContainer("CUR"+(nos-1),(B)?event.clientX+ie5fix1:e.pageX+2,(B)?event.clientY+ie5fix2:e.pageY+2) } function getedgesIE(){ rightedge=document.body.clientWidth-T1[1] bottomedge=document.body.scrollHeight-T1[2] } if (B){ window.onload=getedgesIE window.onresize=getedgesIE } if(document.layers) document.captureEvents(Event.MOUSEMOVE) document.onmousemove=newPos setInterval("cycle()",rate) </script> </body> </html>

如果是QQ空间的,找一个鼠标跟随的Flash就可以了~

http://zhidao.baidu.com/question/109696426.html?fr=ala0

有很多。

去百度找了,里多的是
去QQ空间站耍鼠标代码啊!
鼠标跟随代码 <style type="text/css"> .spanstyle { COLOR: #00cccc; FONT-FAMILY: 宋体; FONT-SIZE: 10pt; POSITION: absolute; TOP: -50px; VISIBILITY: visible } </style> > var x,y var step=18 var flag=0 var message="★欢迎光临我的QZONE!" message=message.split("") var xpos=new Array() for (i=0;i<=message.length-1;i++) { xpos=-50 } var ypos=new Array() for (i=0;i<=message.length-1;i++) { ypos=-200 } function handlerMM(e){ x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY flag=1 } function www_helpor_net() { if (flag==1 && document.all) { for (i=message.length-1; i>=1; i--) { xpos=xpos[i-1]+step ypos=ypos[i-1] } xpos[0]=x+step ypos[0]=y for (i=0; i<message.length-1; i++) { var thisspan = eval("span"+(i)+".style") thisspan.posLeft=xpos thisspan.posTop=ypos } } else if (flag==1 && document.layers) { for (i=message.length-1; i>=1; i--) { xpos=xpos[i-1]+step ypos=ypos[i-1] } xpos[0]=x+step ypos[0]=y for (i=0; i<message.length-1; i++) { var thisspan = eval("document.span"+i) thisspan.left=xpos thisspan.top=ypos } } var timer=setTimeout("www_helpor_net()",30) } for (i=0;i<=message.length-1;i++) { document.write("<span id='span"+i+"' class='spanstyle'>") document.write(message) document.write("</span>") } if (document.layers){ document.captureEvents(Event.MOUSEMOVE); } document.onmousemove = handlerMM; www_helpor_net(); // --> </script>
去QQ空间站耍鼠标代码啊!
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
现在装饰室内用什么木板最好?
小猪最近有什么活动啊?
我不知道到底该怎么做了。
QQ宠物离婚后,原来的爱情值和宠物蛋什么还在
电脑的麦克风怎么有时能语音有时不能音响有声
i touch 3代能当U盘用吗?
咳嗽咳得胸口疼了。怎么办
QQ宠物启动不了我该怎么办?
有那些可以装扮自己照片的工具啊!除了美图秀
谁用过诺亚舟np2150?
求一个黄钻3级以上的丝路英雄cd-key
绿钻过期歌还再吗?
工商银行卡怎么开通网上银行?
日常生活 养胃的东西
什么原因会成为你结婚的理由?
推荐资讯
怎样缓解郁闷???,
胳膊在校摔骨折学校是否应该负责
女鬼抗冰混睡遗忘鬼火最多多少?
求MJ的I'LL BE THERE下载地址!
神契幻奇潭8月9月求
这个泰迪熊?
热舞派对2的VIP激活码,急求!!!
如何桌面修改装置?
我解压了生化危机4,为什么进入游戏时自动关
人能从多高的地方跳下来不死的?
我的电脑开机墙纸被更改,
QQ红钻到期自动续费无法关闭
正方形一边上任一点到这个正方形两条对角线的
阴历怎么看 ?