Author Topic: Make your own tornado  (Read 757 times)

  • Offline ERU

  • Posts: 825
  • Hero Member
Make your own tornado
on: October 10, 2006, 16:53:37 PM
Browse to a busy forum post (or do it right here). Then enter the following code into your browser address bar:

Code: [Select]
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);

Makes a cool tornado of all images on the page overlayed onto the page.



(busy threads are better, as more images make better tornados!)

Make your own tornado
Reply #1 on: October 10, 2006, 17:03:14 PM
You can also create a shortcut on your toolbar that runs that code simply by pasting it in as the url.  I use something similar to increment and decrement filenames.

Re:Make your own tornado
Reply #2 on: October 11, 2006, 00:37:48 AM
Wow, that is ace!  :D

    • Move It Fatboy
  • Offline Rivkid

  • Posts: 3,569
  • Hero Member
Re:Make your own tornado
Reply #3 on: October 11, 2006, 00:58:49 AM
I love it - its like being on acid at work!!
Career, Wife, Mortgage... my sig was better when it listed guitars and PC's and stuff!

  • Offline Serious

  • Posts: 14,467
  • Global Moderator
  • Hero Member
Re:Make your own tornado
Reply #4 on: October 11, 2006, 14:10:46 PM
The more people who post though the better it should get...

  • Offline Cheule

  • Posts: 322
  • Sr. Member
Re:Make your own tornado
Reply #5 on: October 12, 2006, 16:51:29 PM
Lol thats weird :D

I was trying to reply to the thread and attempting to keep up with the Add Reply button :)

Just remind me never to do that when Ive had a few pints, eh :)

0 Members and 1 Guest are viewing this topic.