A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

Click.D:

572 views · started by Matter ·
#1
Click.D:
type this in your url header
:P
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; var _X = 500; var _Y = 500; var DI= document.images; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI.style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+_X+"px"; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+_Y+"px";}R++}tag=setInterval('A()',5 );document.onmousemove=function(event){_X = event.clientX; _Y = event.clientY;}; void(0)
#3
It moves all images onto the front of your screen.