Jump to content

Cool image trick


Guest Levy

Recommended Posts

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.))

Link to comment
Share on other sites

  • 4 weeks later...

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'. ;))

Link to comment
Share on other sites

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