Скачать Падающий снег на Java Script
Хак. Падающий снег на jаvascript (не грузит проц!)
Код, который вставляете в main.tpl в любом месте!
Хак не новый но возможно пригодится :)
<script language="javascript1.2">
grphcs=new <font color=#0000FF>Array</font>(2);
Image0=new Image();
Image0.src=grphcs[0]="http://dleshka.org/script/sneg1.gif";
Image1=new Image();
Image1.src=grphcs[1]="http://img1.immage.de/271211f747277a246b16fde4dfd36f00f3caa9e79c.gif";
Amount=15;
Ypos=new <font color=#0000FF>Array</font>();
Xpos=new <font color=#0000FF>Array</font>();
Speed=new <font color=#0000FF>Array</font>();
Step=new <font color=#0000FF>Array</font>();
Cstep=new <font color=#0000FF>Array</font>();
ns=(document.layers)?1:0;
ns6=(document.getElementById&&!document.all)?1:0;
<font color=#0000FF>if</font> (ns){
<font color=#0000FF>for</font> (i<font color=#8000FF> = </font>0; i < Amount; i++){
<font color=#0000FF>var</font> P=Math.floor(Math.random()*grphcs.length);
rndPic=grphcs[P];
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+rndPic+"></LAYER>");
}
}
<font color=#0000FF>else</font>{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
<font color=#0000FF>for</font> (i<font color=#8000FF> = </font>0; i < Amount; i++){
<font color=#0000FF>var</font> P=Math.floor(Math.random()*grphcs.length);
rndPic=grphcs[P];//osw
document.write('<img id="si'+i+'" src="'+rndPic+'" style="position:absolute;top:0px;left:0px">');
}
document.write('</div></div>');
}
WinHeight=160;
WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth;
<font color=#0000FF>for</font> (i=0; i < Amount; i++){
Ypos[i]<font color=#8000FF> = </font>Math.round(Math.random()*WinHeight);
Xpos[i]<font color=#8000FF> = </font>Math.round(Math.random()*WinWidth);
Speed[i]= 1.2;
Cstep[i]=0;
Step[i]=Math.random()*0.1+0.2;
}
<font color=#0000FF>function</font> fall(){
<font color=#0000FF>var</font> WinHeight=160;
<font color=#0000FF>var</font> WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth;
<font color=#0000FF>var</font> hscrll=(ns||ns6)?window.pageYOffset:document.body.scrollTop;
<font color=#0000FF>var</font> wscrll=(ns||ns6)?window.pageXOffset:document.body.scrollLeft;
<font color=#0000FF>for</font> (i=0; i < Amount; i++){
sy<font color=#8000FF> = </font>Speed[i]*Math.sin(90*Math.PI/180);
sx<font color=#8000FF> = </font>Speed[i]*Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
<font color=#0000FF>if</font> (Ypos[i] > WinHeight){
Ypos[i]=-60;
Xpos[i]=Math.round(Math.random()*WinWidth);
Speed[i]=1;
}
<font color=#0000FF>if</font> (ns){
document.layers['sn'+i].left=Xpos[i];
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
<font color=#0000FF>else</font> <font color=#0000FF>if</font> (ns6){
document.getElementById("si"+i).style.left=Math.min(WinWidth,Xpos[i]);
document.getElementById("si"+i).style.top=Ypos[i]+hscrll;
}
<font color=#0000FF>else</font>{
eval("document.all.si"+i).style.left=Xpos[i];
eval("document.all.si"+i).style.top=Ypos[i]+hscrll;
}
Cstep[i]+=Step[i];
}
setTimeout('fall()',40);
}
window.onload=fall
//-->
</script>
Скачать картинки снега
kartinki-snega.rar
[562 b] (cкачиваний: 903)
и заменить то что в коде выше на название вашего шаблона или меняем пути к картинкамImage0.src=grphcs[0]="http://dleshka.org/script/sneg1.gif";
Image1=new Image();
Image1.src=grphcs[1]="http://img1.immage.de/271211f747277a246b16fde4dfd36f00f3caa9e79c.gif";