snow = false; // false-rain; true-snow snowsym = " * " //These are the symbols for each rainsym = " ' " //You can put images here. howmany = 10 //How many drops/snowflakes? /**************Do not need to change anything below***********/ if(snow){sym = snowsym; speed=1; angle=10; drops=howmany} else{sym = rainsym; speed=10; drops=howmany; angle=6} movex = -speed/angle; movey = speed; count = 0; function moverain(){ for(move = 0; move < drops; move++){ xx[move]+=movex; yy[move]+=mv[move]; hmm = Math.round(Math.random()*1); if(xx[move] < 0){xx[move] = maxx+10;} if(yy[move] > maxy){yy[move] = 10;} drop[move].left = xx[move] drop[move].top = yy[move]+document.body.scrollTop; }setTimeout('moverain()','1')} >

Baby Name Debate Board Gathering Place

  86 registered members
Login | Register Your Free Account (Required) | Help | Find Communities! Need help logging in?

  Forum # Posts Last Comment

1 visitor in the last 15 minutes: 0 Members - 1 Guest - 0 Anonymous

ezboard Ring:  



- Contact Administrator - Register An Account - Frost's Home Page - Find Other ezboards -

Powered By ezboard® Ver. 7.32
Copyright ©1999-2007 ezboard, Inc.