Guest Levy Posted September 5, 2007 Share Posted September 5, 2007 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 More sharing options...
smumpkins Posted September 5, 2007 Share Posted September 5, 2007 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: Link to comment Share on other sites More sharing options...
Guest Levy Posted September 5, 2007 Share Posted September 5, 2007 Its funny, XD I got iPhone images floating around the page. Link to comment Share on other sites More sharing options...
Superfly Posted September 5, 2007 Share Posted September 5, 2007 lol - that is pretty cool (: I just kept making them go faster and faster and faster... Link to comment Share on other sites More sharing options...
Matt Posted September 6, 2007 Share Posted September 6, 2007 Eheh. Something for school to amuse onlookers, I think. :) Link to comment Share on other sites More sharing options...
xygnal11 Posted October 3, 2007 Share Posted October 3, 2007 Why isn't it working on me? Link to comment Share on other sites More sharing options...
Matt Posted October 3, 2007 Share Posted October 3, 2007 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 More sharing options...
Recommended Posts