Page 1 of 1

Cool Effect

Posted: Tue Jan 16, 2007 1:34 pm
by peterblue
Okay, go to the main page of this forum and type in:
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);
Credits to ShadowLife(not on this forum) for this.

Posted: Tue Jan 16, 2007 1:59 pm
by fishface617
It has been posted here before, but it is still awesome. Its fun to play with the values and make it go faster and stuff.

Posted: Tue Jan 16, 2007 2:00 pm
by -DeToX-
Nice job on this. Its pretty cool.

Posted: Tue Jan 16, 2007 2:00 pm
by Veegie[Temp]
Old and obnoxious.

Posted: Tue Jan 16, 2007 2:01 pm
by G.I.R.
Sweet.

Posted: Tue Jan 16, 2007 2:02 pm
by Tural
Veegie wrote:Old and obnoxious.
In addition, there's virtually no discussion to be had here.

Posted: Tue Jan 16, 2007 2:02 pm
by peterblue
-DeToX- wrote:Nice job on this. Its pretty cool.
As I said, credits to ShadowLife.