Author |
Topic  |
|
|
Current Topic Rating: | Join the Forum to Rate this Topic at: www.VNCommodore.com Support Forums
|
|
David
The Guru
  

334 Posts
 |
Posted - 17 Oct 2006 : 6:39:41 PM
|
Just copy and paste the following code in to your address bar:
javascript:r=0;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*.1+i*.25+1.6)*300+300;dis.top = Math.cos(r*.05+i*.24+.24)*200+200;}r++;}setInterval('a()',5);void(0);
Does your head spin as well?
|
Cheers,
David |
Report to Moderator |
|
mouce
National Driver
   

1525 Posts
 |
Posted - 17 Oct 2006 : 9:11:08 PM
|
Couldn't get it to work on either Firefox or IE. Doesn't matter, having looked at it, I get the idea of what it's doing. Did you come up with the code yourself or did you find it somewhere? |
Bite off more than you can chew, and chew like hell - Peter Brock (1945-2006) |
Report to Moderator  |
|
David
The Guru
  

334 Posts
 |
Posted - 17 Oct 2006 : 9:19:11 PM
|
I found the code, but all you need to do is paste it in to the address bar while you are viewing a page and you will get the idea. It will not take you away from the page, just do some wierd stuff with the page that you are viewing at the time. You also need to have javascript enabled... |
Cheers,
David |
Report to Moderator  |
|
mouce
National Driver
   

1525 Posts
 |
Posted - 17 Oct 2006 : 9:33:53 PM
|
Okay, finally got it to work, who knows why but resetting my computer fixed it up. It's possible to get that to do a whole range of funky things. it does more or less exactly what I thought it would, but still, it's fun isn't it?
Now I'm just going to sit here and 'tinker' with it and try to avoid killing my computer ;) |
Bite off more than you can chew, and chew like hell - Peter Brock (1945-2006) |
Report to Moderator  |
|
|
Topic  |
|