iGuest 3 Report post Posted November 18, 2004 Paste after <BODY> <body bgcolor="#000000"> <script language="JavaScript"> <!-- //Choose colours and size of effect !! var a_Colour='#FF0000'; var b_Colour='#80FF00'; var c_Colour='#0080FF'; var Size=120; //Alter nothing below !! var YDummy=new Array(),XDummy=new Array(),xpos=0,ypos=0,ThisStep=0;step=0.6; if (document.layers){ window.captureEvents(Event.MOUSEMOVE); function nsMouse(evnt){ xpos = window.pageYOffset+evnt.pageX+6; ypos = window.pageYOffset+evnt.pageY+16; } window.onMouseMove = nsMouse; } else if (document.all) { function ieMouse(){ xpos = document.body.scrollLeft+event.x+6; ypos = document.body.scrollTop+event.y+16; } document.onmousemove = ieMouse; } function swirl(){ for (i = 0; i < 3; i++) { YDummy=ypos+Size*Math.sin((1*Math.sin((ThisStep)/10))+i*2)*Math.sin((ThisStep)/4); XDummy=xpos+Size*Math.cos((1*Math.sin((ThisStep)/10))+i*2)*Math.sin((ThisStep)/4); } ThisStep+=step; setTimeout('swirl()',10); } var amount=10; if (document.layers){ for (i = 0; i < amount; i++) { document.write('<layer name=nsa'+i+' top=0 left=0 width='+i/2+' height='+i/2+' bgcolor='+a_Colour+'></layer>'); document.write('<layer name=nsb'+i+' top=0 left=0 width='+i/2+' height='+i/2+' bgcolor='+b_Colour+'></layer>'); document.write('<layer name=nsc'+i+' top=0 left=0 width='+i/2+' height='+i/2+' bgcolor='+c_Colour+'></layer>'); } } else if (document.all){ document.write('<div id="ODiv" style="position:absolute;top:0px;left:0px">' +'<div id="IDiv" style="position:relative">'); for (i = 0; i < amount; i++) { document.write('<div id=x style="position:absolute;top:0px;left:0px;width:'+i/2+';height:'+i/2+';background:'+a_Colour+';font-size:'+i/2+'"></div>'); document.write('<div id=y style="position:absolute;top:0px;left:0px;width:'+i/2+';height:'+i/2+';background:'+b_Colour+';font-size:'+i/2+'"></div>'); document.write('<div id=z style="position:absolute;top:0px;left:0px;width:'+i/2+';height:'+i/2+';background:'+c_Colour+';font-size:'+i/2+'"></div>'); } document.write('</div></div>'); } function prepos(){ var ntscp=document.layers; var msie=document.all; if (document.layers){ for (i = 0; i < amount; i++) { if (i < amount-1) { ntscp['nsa'+i].top=ntscp['nsa'+(i+1)].top;ntscp['nsa'+i].left=ntscp['nsa'+(i+1)].left; ntscp['nsb'+i].top=ntscp['nsb'+(i+1)].top;ntscp['nsb'+i].left=ntscp['nsb'+(i+1)].left; ntscp['nsc'+i].top=ntscp['nsc'+(i+1)].top;ntscp['nsc'+i].left=ntscp['nsc'+(i+1)].left; } else { ntscp['nsa'+i].top=YDummy[0];ntscp['nsa'+i].left=XDummy[0]; ntscp['nsb'+i].top=YDummy[1];ntscp['nsb'+i].left=XDummy[1]; ntscp['nsc'+i].top=YDummy[2];ntscp['nsc'+i].left=XDummy[2]; } } } else if (document.all){ for (i = 0; i < amount; i++) { if (i < amount-1) { msie.x.style.top=msie.x[i+1].style.top;msie.x.style.left=msie.x[i+1].style.left; msie.y.style.top=msie.y[i+1].style.top;msie.y.style.left=msie.y[i+1].style.left; msie.z.style.top=msie.z[i+1].style.top;msie.z.style.left=msie.z[i+1].style.left; } else { msie.x.style.top=YDummy[0];msie.x.style.left=XDummy[0]; msie.y.style.top=YDummy[1];msie.y.style.left=XDummy[1]; msie.z.style.top=YDummy[2];msie.z.style.left=XDummy[2]; } } } setTimeout("prepos()",10); } function Start(){ swirl(),prepos() } window.onload=Start; // --> </script> Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 29, 2004 sweet! Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 29, 2004 sorry, i just find mouse followers annoying Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 30, 2004 Mouse followers are pretty much useless and are very annoying too.skyglow1 Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 30, 2004 I dont like mouse followers much, Ive noticed you find a lot of them on Geocities sites and tripod sites.But i suppose some people like them. Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 7, 2004 thanx , but it's dosn't themes to me like a good script but thanx any way Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 22, 2004 Mouse followers are one of the most annoying things ever on a webpage yet they somehow amuse me in a simple dumb idiotic way. Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 31, 2004 errr....in php nuke 7.5 wtf is the body...?? Share this post Link to post Share on other sites