Author Topic: Neat trick  (Read 1092 times)

wingnutx

  • friend
  • Senior Member
  • ***
  • Posts: 927
  • Danish Cartoonist
    • http://www.punk-rock.com
Neat trick
« on: January 07, 2007, 04:33:12 PM »
Copy this and paste it into your address 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.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);

It makes the graphics on the page fly around.

Sylvilagus Aquaticus

  • friend
  • Senior Member
  • ***
  • Posts: 833
    • http://profiles.yahoo.com/sylvilagus
Re: Neat trick
« Reply #1 on: January 07, 2007, 05:12:33 PM »
it sure as hell does!

Don't drink and do this. You're guaranteed to get vertigo and hurl.

Regards,
Rabbit.
To punish me for my contempt for authority, fate made me an authority myself.
Albert Einstein

AJ Dual

  • friends
  • Senior Member
  • ***
  • Posts: 16,162
  • Shoe Ballistics Inc.
Re: Neat trick
« Reply #2 on: January 07, 2007, 05:15:09 PM »
It's weird. V-bulletin must be parsing it differently, or inserting line breaks. When I try and paste it elsewere, it works, then it dosen't, and tries to read it as a URL.
I promise not to duck.

BakerMikeRomeo

  • Guest
Re: Neat trick
« Reply #3 on: January 07, 2007, 05:18:30 PM »
It scooted all the little icons to the right, like, one character.

~GnSx

Creeping Incrementalism

  • friend
  • Member
  • ***
  • Posts: 163
Re: Neat trick
« Reply #4 on: January 08, 2007, 12:22:26 AM »
This works for IE, but not Firefox.

280plus

  • friend
  • Senior Member
  • ***
  • Posts: 19,131
  • Ever get that sinking feeling?
Re: Neat trick
« Reply #5 on: January 08, 2007, 02:07:16 AM »
HEh...cool!

 grin
Avoid cliches like the plague!

Harold Tuttle

  • Professor Chromedome
  • friend
  • Senior Member
  • ***
  • Posts: 8,069
Re: Neat trick
« Reply #6 on: January 08, 2007, 02:55:19 AM »
"The true mad scientist does not make public appearances! He does not wear the "Hello, my name is.." badge!
He strikes from below like a viper or on high like a penny dropped from the tallest building around!
He only has one purpose--Do bad things to good people! Mit science! What good is science if no one gets hurt?!"

AmbulanceDriver

  • Junior Rocketeer
  • friends
  • Senior Member
  • ***
  • Posts: 5,932
Re: Neat trick
« Reply #7 on: January 08, 2007, 06:41:26 AM »
That was *way* too weird....  But definitely cool....
Are you a cook, or a RIFLEMAN?  Find out at Appleseed!

http://www.appleseedinfo.org

"For some many people, attempting to process a logical line of thought brings up the blue screen of death." -Blakenzy

Twycross

  • friend
  • Member
  • ***
  • Posts: 264
Re: Neat trick
« Reply #8 on: January 08, 2007, 09:36:41 AM »
It must be a Windows only trick. On my mac, it just shifts the images a little out of their proper places in Safari and Netscape. IE and Firefox get no result.