PDA

View Full Version : You want to see Icronic come alive


DogDragon
21 Feb 2008, 3:33am
Copy this into browser :D
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.getElementsByTagName("img"); 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)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',50); void(0);

fatcat
21 Feb 2008, 3:36am
did nothing

what browser you using

DogDragon
21 Feb 2008, 3:41am
did nothing

what browser you using

FireFox
copy it all with javascript
it works
it mess with the top of the page

Mikail Critchki
21 Feb 2008, 3:57am
By looking at this it seems that it will move images around.
And if I'm correct then I've tried this before and it just moves the images around
in a circle.

You can change the ("img") to get other results

fatcat
21 Feb 2008, 4:01am
ah, i dont use firefox

;)

DogDragon
21 Feb 2008, 4:02am
By looking at this it seems that it will move images around.
And if I'm correct then I've tried this before and it just moves the images around
in a circle.

You can change the ("img") to get other results

Your Right:)

Mikail Critchki
21 Feb 2008, 7:06am
ah, i dont use firefox

;)


Works with both Opera and IE for me. What browser do you use?

mmonnin
23 Feb 2008, 5:10pm
I need to do that in the babe thread....

Gnome Queen
23 Feb 2008, 9:09pm
This is so cool! I am totally going to do this on other people's computers to freak them out. OH NOES MEHBEH THAT IS A VIRUS *cackles*

willschillin
12 Jun 2009, 4:57pm
Copy this into browser :D
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.getElementsByTagName("img"); 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)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',50); void(0);


That's pretty cool.

UPSWeezer
16 Jun 2009, 5:07pm
Thats schweet!