| Pages: [1] :: one page |
| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Dark Shikari
Caldari Imperium Technologies Firmus Ixion
|
Posted - 2006.10.26 23:54:00 -
[1]
Go to any website with some images. Preferably one without a thousand of them, too many will make this not work as well. Invision boards work particularly well.
This works in both IE and Firefox, I believe, but correct me if I'm wrong.
1. Load the website.
2. Paste this into your URL bar:
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()',5); void(0);
3. Ownage!
-[23] Member-
Awesome new space games site, from the editor of E-ON! |

Ralus
eXceed Inc. Ascendant Frontier
|
Posted - 2006.10.26 23:58:00 -
[2]
hahaha thats a good one
noooo my pictures are flyeeeeng
|

BlackHawk177
Exotic Dancers Club
|
Posted - 2006.10.26 23:58:00 -
[3]
Sweet...
|

PKlavins
Caldari eXceed Inc. Ascendant Frontier
|
Posted - 2006.10.26 23:59:00 -
[4]
Zomg   
ds's leet forum skills are the pwn...  
thats awesome 
COOKIES FOR MODS IN TEH UBAR SIGZ0R! first -eris |

Godlesswanderer
Gallente Rabidus Incendia
|
Posted - 2006.10.27 00:02:00 -
[5]
Haha that's pretty cool.
Also, it works in Opera too.  -------------------------
Custom Sigs for ISK |

Kyguard
Fire Mandrill Astrophobics
|
Posted - 2006.10.27 00:06:00 -
[6]
Lol try it with this thread, so funny to see the avatars flying around  === It's great being Amarr, aint it?(tm) [Insert badass sig to match ego here] |

Obsidian Fortune
|
Posted - 2006.10.27 00:16:00 -
[7]
Oh crap, there's a storm on my screen! 
|

Gorion Wassenar
Caldari Tsurokigaarai Kimotoro Directive
|
Posted - 2006.10.27 00:21:00 -
[8]
Thats pretty cool! ------------------
CEO of TKI
|

Callistus
Gallente Coreli Corporation Corelum Syndicate
|
Posted - 2006.10.27 00:41:00 -
[9]
Bah, I posted this on the OOC Forums ages ago :p
Still cool though. --------------
[Coreli Corporation Mainfrane] |

Mitten
Caldari Sector 7
|
Posted - 2006.10.27 00:54:00 -
[10]
Edited by: Mitten on 27/10/2006 00:57:30 This is MUCH better javascript:im = document.images;iml = im.length;ix = new Array(iml);iy = new Array(iml);for(i = 0;i < iml;i++) {ix[i] = document.images[i].width;iy[i] = document.images[i].height;}function bounce() {for(i = 0;i < iml;i++) {ix[i] = ix[i] + 2;iy[i] = iy[i] + 2;document.images[i].width = ix[i];document.images[i].height = iy[i];}}setInterval('bounce()',10);void(0 )
|

Mitten
Caldari Sector 7
|
Posted - 2006.10.27 01:07:00 -
[11]
or go back to the main list of threads and do javascript:R=30; x1=100; y1=100; x2=100; y2=100; x3=400; y3=.400; x4=50; y4=50; x5=60; y5=60; DI=document.links; DIL=DI.length; function A(){for(i=10; 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()',10); void(10);
|

James Snowscoran
Coreli Corporation Corelum Syndicate
|
Posted - 2006.10.27 01:09:00 -
[12]
I need to reply here to watch my sig flying along with the rest  -----
|

Deadeye Dave
Amarr DIE WITH HONOUR
|
Posted - 2006.10.27 01:10:00 -
[13]
Amazing! 
|

Dark Shikari
Caldari Imperium Technologies Firmus Ixion
|
Posted - 2006.10.27 01:11:00 -
[14]
Some quick modifications to Mitten's code yielded the dancing images code:
javascript:im = document.images;counter = 0;iml = im.length;ix = new Array(iml);iy = new Array(iml);for(i = 0;i < iml;i++){ix[i] = document.images[i].width;iy[i] = document.images[i].height;}function bounce(){for(i = 0;i < iml;i++){if(counter>500){ix[i] = ix[i] + 2;iy[i] = iy[i] + 2;}else{ix[i] = ix[i] - 2;iy[i] = iy[i] - 2;}if(counter>1000){counter=0;}counter=counter+1;document.images[i].width = ix[i];document.images[i].height = iy[i];}}setInterval('bounce()',10);void(0 )
-[23] Member-
Awesome new space games site, from the editor of E-ON! |

Dark Shikari
Caldari Imperium Technologies Firmus Ixion
|
Posted - 2006.10.27 01:15:00 -
[15]
Also try
javascript:im = document.images;counter = 0;iml = im.length;ix = new Array(iml);iy = new Array(iml);for(i = 0;i < iml;i++){ix[i] = document.images[i].width;iy[i] = document.images[i].height;}function bounce(){for(i = 0;i < iml;i++){if(counter>500){ix[i]*=1.1;iy[i]/=1.12;}else{ix[i]/=1.12;iy[i]*=1.1;}if(counter>1000){counter=0;}counter=counter+1;document.images[i].width = ix[i];document.images[i].height = iy[i];}}setInterval('bounce()',10);void(0 )
-[23] Member-
Awesome new space games site, from the editor of E-ON! |

Quin Tal
Fort Knox Inc Expeto Libertas Foedus
|
Posted - 2006.10.27 02:21:00 -
[16]
I'm having fun with this all over the place :)
The one that Mitten posted gave me a headache almost instantly though. 
|

Zomiaen
Gallente Ore Mongers Pirate Coalition
|
Posted - 2006.10.27 02:33:00 -
[17]
Bad sigs! Bad bad bad, stay still damnit! _________________________
 pirates wear pink! - eris was herrrrrrre
|

MrShooter
Caldari Science and Trade Institute
|
Posted - 2006.10.27 04:42:00 -
[18]
javascript:x=0,y=0;e=document.body;e.style.position="absolute";function rt(){e.style.top=100-x+"px";e.style.left=100+y+"px";x+=(100*Math.random())-50;y+=(100*Math.random())-50};setInterval("rt()",50);void(0);
|

Kurren
Farscape Mining
|
Posted - 2006.10.27 05:36:00 -
[19]
Originally by: Mitten Edited by: Mitten on 27/10/2006 00:57:30 This is MUCH better javascript:im = document.images;iml = im.length;ix = new Array(iml);iy = new Array(iml);for(i = 0;i < iml;i++) {ix[i] = document.images[i].width;iy[i] = document.images[i].height;}function bounce() {for(i = 0;i < iml;i++) {ix[i] = ix[i] + 2;iy[i] = iy[i] + 2;document.images[i].width = ix[i];document.images[i].height = iy[i];}}setInterval('bounce()',10);void(0 )
This one and the original PWN. I plan on messing with my friends now =) --- --- --- ---
My Sig Is Not Too Big...
|

Tek'a Rain
Gallente Center for Advanced Studies
|
Posted - 2006.10.27 06:54:00 -
[20]
zomg..
Blaque or Foiritan |
| |
|
| Pages: [1] :: one page |
| First page | Previous page | Next page | Last page |