JavaScript--A snow storm

Any problem with javascript can be discussed here.
pryj
Posts: 56
Joined: Tue Dec 21, 2004 1:06 pm

JavaScript--A snow storm

Post by pryj »

A snow storm: after or
Quote:


")}
}
else{
****.write('');
****.write('');
for (i = 0; i ')}
****.write('');
}
function snow(){
var H=(****.layers)?window.innerHeight:window.****.body.clientHeight;
var W=(****.layers)?window.innerWidth:window.****.body.clientWidth;
var T=(****.layers)?window.pageYOffset:****.body.scrollTop;
var L=(****.layers)?window.pageXOffset:****.body.scrollLeft;
for (i=0; i H){
Y=-10;
X=Math.round(Math.random()*W);
M=Math.round(Math.random()*1+1);
S=Math.round(Math.random()*5+2);
}
if (V){****.layers['sn'+i].left=X;****.layers['sn'+i].top=Y+T}
else{si.style.pixelLeft=X;si.style.pixelTop=Y+T}
A[i]+=B[i];
}
setTimeout('snow()',10);
}
//-->


coco
Posts: 50
Joined: Thu Dec 23, 2004 12:01 pm
Contact:

Post by coco »

good ,I like it !~
kitsuneofdarkness666
Posts: 39
Joined: Wed Dec 14, 2005 9:34 pm

:)

Post by kitsuneofdarkness666 »

Ooooh.. I <3 it.
gmail
Posts: 28
Joined: Thu Jan 12, 2006 6:37 am

Post by gmail »

it's classic,i used that effect long ago
kaos_frack
Posts: 504
Joined: Sat May 07, 2005 8:03 am
Contact:

Post by kaos_frack »

sorry i think it contains errors in the beginning
i haven't tried it
but it starts with invalid characters
blue-sky
Posts: 33
Joined: Tue Jun 12, 2007 3:41 pm

Post by blue-sky »

thanks for sharing...
sakhan
Posts: 217
Joined: Sat May 26, 2007 6:02 am

Post by sakhan »

thankyou for sharing i will try it
webdesigner
Posts: 19
Joined: Fri Jun 08, 2007 6:14 am
Contact:

Post by webdesigner »

it makes my browser freeze :(
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post by Lixas »

THIS SCRIPT CONTAINS ERROR'S- IT'S NOT FULL, I WOULD NOT RECOMEND TO USE IT
because it begins with statement ELSE, it's not allowed in noone programming language
Image
anish
Posts: 353
Joined: Fri Apr 27, 2007 12:34 pm
Contact:

Post by anish »

wooooww
Its cool .i like that. thanks for your snow storm script
Locked