PDA

View Full Version : awesome...



metsguy234
06-27-2008, 03:19 AM
Go to any web page with pictures on it, and then type in:




javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);


The result is awesome...

HoustonGM
06-27-2008, 08:55 AM
haha sweet

nuzzy62
06-27-2008, 11:26 AM
cool

RedsoxRockies
06-27-2008, 11:52 AM
Try it on the forums, it makes a crazy rings with all the avatars and icons. This is sweet!

boomboom
06-27-2008, 12:05 PM
where do you put it ?

I tried it in the URL, but didn't work.

boomboom
06-27-2008, 12:08 PM
pretty cool :), I figured it out :)

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);

DarthJaker
06-27-2008, 12:21 PM
coool

DarthJaker
06-27-2008, 12:22 PM
where'd u get this

Alloutwar
06-27-2008, 12:40 PM
The more times you hit 'Enter' in the address bar, the faster it goes. did anyone else see this?

rockiesfan4ever
06-27-2008, 01:27 PM
That is funny

asianinvasion
06-27-2008, 09:31 PM
How do you do it?

metsguy234
06-27-2008, 10:45 PM
How do you do it?

I found it somewhere else. I'm not quite that smart...