Viewing 8 reply threads
  • Author
    Posts
    • #5783
      Anonymous
      Inactive

      copy and past in to the address bar on any site…

      [code:1:c86ddcb96f]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);[/code:1:c86ddcb96f]

      and press enter

    • #35115
      Anonymous
      Inactive

      ah the miracles of java script.

    • #35116
      Anonymous
      Inactive

      That is quite cool…

    • #35117
      Anonymous
      Inactive

      Cool :)

    • #35118
      Anonymous
      Inactive

      Ha ha i love it

    • #35120
      Anonymous
      Inactive

      That rocks!

      Are there any other JS goodies like that?
      Mal

    • #35124
      Anonymous
      Inactive

      Fantastic… though I wonder how much time was spent creating this for three seconds of amusement.

    • #35128
      Anonymous
      Inactive

      Looking at the javascript, I would say very little time. Really simple script if you know your javascript.

    • #35129
      Anonymous
      Inactive

      ya that script is very basic. id say 2-3 minutes coding if you know what your at.

Viewing 8 reply threads
  • The forum ‘General Discussion’ is closed to new topics and replies.