| Author |
Message |
   
Simba
Junior Artist Username: Simba
Post Number: 852 Registered: 02-2008 Posted From: 206.210.27.33
Rating: N/A Votes: 0 (Vote!) | | Posted on Thursday, December 03, 2009 - 12:51 pm: |
    |
Cocanada:please explain
Idhi ee page lo aina panichestundi (google image results akkarledhu). All that script does is, copy the images on current page into an array and run animation with them. |
   
Idle_yzag
Hero Username: Idle_yzag
Post Number: 17677 Registered: 02-2008 Posted From: 198.80.144.187
Rating: N/A Votes: 0 (Vote!) | | Posted on Thursday, December 03, 2009 - 10:58 am: |
    |
Cocanada:browser scripting experts please explain
simple java script, indulo explination yemundhi? good one though I Lost my leader, Johar YSR |
   
Cocanada
Hero Username: Cocanada
Post Number: 13234 Registered: 01-2008 Posted From: 136.181.195.4
Rating: N/A Votes: 0 (Vote!) | | Posted on Thursday, December 03, 2009 - 10:53 am: |
    |
kevvvvvvvvvvvvv
browser scripting experts please explain |
   
Newguy123
Side Hero Username: Newguy123
Post Number: 8175 Registered: 01-2009 Posted From: 173.3.77.174
Rating: N/A Votes: 0 (Vote!) | | Posted on Thursday, December 03, 2009 - 07:23 am: |
    |
good one |
   
Chodiganji
Junior Artist Username: Chodiganji
Post Number: 53 Registered: 09-2009 Posted From: 202.153.40.165
Rating:  Votes: 1 (Vote!) | | Posted on Thursday, December 03, 2009 - 04:18 am: |
    |
go to google and do a search for images, anything will do then delete everything in the address bar and copy and paste the code and press enter Code: 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) Source : http://forums.duckyvideos.com/yetanotherforum/default.aspx?g =posts&m=191&#post191 |