Jump to content

Cool image trick


Recommended Posts

Posted

Source: http://youtube.com/watch?v=1dXO9fIBDrE

 

The trick: copy and paste the code in the address bar on any google images page and watch um float around.

 

((Steps are in the video.))

 

Code:

java script: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)

((Remove the space between Java and Script at the beginning of the code.))

Posted

Once again, I'd check it if I were at home. I'm going to subscribe to this topic so that I can check it once I'm home. :evo:

Posted

Its funny, XD I got iPhone images floating around the page.

Posted

lol - that is pretty cool (: I just kept making them go faster and faster and faster...

  • 4 weeks later...
Posted

This topic has been edited by a member of staff (Matt) because of a violation of the forum rules.

Please check your user inbox to see if you have been contacted regarding this incident, then review our rules.

Per the reason above, this topic has been LOCKED. Please contact Matt if you have any questions regarding this action.

 

(P.S. It's 'javascript' at the start, not 'java script'. ;))

Guest
This topic is now closed to further replies.
×
×
  • Create New...