MaxRom | Scripturi uCoz Romania

Bannerul tau aici
[ Mesaje noi · Membrii · Regulamentul forumului · RSS ]
  • Pagina 1 din 1
  • 1
Forum » uCoz system » Alte » Script de toamna ((cad frunzele))
Script de toamna
Naspa Date: Luni, 2012-11-05, 13:16 | Message # 1
Mesaje: 32
Awards: 41
« 0 »

In "Top part of the website" adaugam urmatorul cod

Code
<script language="JavaScript1.2">
var image="http://portkellsnurseries.com/images/plantcareimages/leaf.png";  //Image path should be given here
var no = 3; // No of images should fall
var time = 0; // Configure whether image should disappear after x seconds (0=never):
var speed = 60 // Fix how fast the image should fall
var i, dwidth = 900, dheight =500;  
var nht = dheight;
var toppos = 0;
var type = "Custom";

if(document.all){
  var ie4up = 1;
}else{
  var ie4up = 0;
}

if(document.getElementById && !document.all){
  var ns6up = 1;
}else{
  var ns6up = 0;
}

function getScrollXY() {
   var scrOfX = 10, scrOfY = 10;
   if( typeof( window.pageYOffset ) == 'number' ) {
   
     scrOfY =window.pageYOffset;
     scrOfX = window.pageXOffset;
   } else if( document.body && ( document.body.scrollLeft || document.body.scrollTop ) ) {

     scrOfY = document.body.scrollTop;
     scrOfX = document.body.scrollLeft;
   } else if( document.documentElement &&
       ( document.documentElement.scrollLeft || document.documentElement.scrollTop ) ) {

    scrOfY = document.documentElement.scrollTop;
    scrOfX = document.documentElement.scrollLeft;
   }
   return [ scrOfX, scrOfY ];
}

var timer;

function ranrot()
{

var a = getScrollXY()
if(timer)
{
  clearTimeout(timer);
}
toppos = a[1];
dheight = nht+a[1];
//alert(dheight);

timer = setTimeout('ranrot()',2000);
}
    
ranrot();
    
function iecompattest()
{
  if(document.compatMode && document.compatMode!="BackCompat")
  {
   return document.documentElement;
  }else{
   return document.body;
  }
   
}
if (ns6up) {
  dwidth = window.innerWidth;
  dheight = window.innerHeight;
}  
else if (ie4up) {
  dwidth = iecompattest().clientWidth;
  dheight = iecompattest().clientHeight;
}

nht = dheight;

var cv = new Array();
var px = new Array();      
var py = new Array();     
var am = new Array();     
var sx = new Array();    
var sy = new Array();   

for (i = 0; i < no; ++ i) {   
  cv[i] = 0;
  px[i] = Math.random()*(dwidth-100);  
  py[i] = Math.random()*dheight;    
  am[i] = Math.random()*20;  
  sx[i] = 0.02 + Math.random()/10;
  sy[i] = 0.7 + Math.random();
   
  if (type=="Custom") {
  var randomnumber=Math.floor(Math.random()*11)
   
  if (randomnumber <= 3) {
  imagee=1;
  } else if (randomnumber <= 6 && randomnumber > 3) {
  imagee=2;
  } else if (randomnumber <= 10 && randomnumber > 6) {
  imagee=3;
  }
   
  if (imagee==1) {
  image="http://portkellsnurseries.com/images/plantcareimages/leaf.png";
  } else if (imagee==2) {
  image="http://icons.iconseeker.com/png/32/nature/drought-leaf.png";
  } else if (imagee==3) {
  image="http://www.hipforums.com/newforums/images/icons/leaf.png";
  }
   
     if (imagee=="") {
  image="http://portkellsnurseries.com/images/plantcareimages/leaf.png";
  }
  }
   
  if (image=="") {
  } else {
  document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px;LEFT: 15px;\"><img src='"+image+"' border=\"0\"><\/div>");
  }
}

function animation() {
  for (i = 0; i < no; ++ i) {
   py[i] += sy[i];
         if (py[i] > dheight-50) {
           px[i] = Math.random()*(dwidth-am[i]-100);
           py[i] = toppos;
           sx[i] = 0.02 + Math.random()/10;
           sy[i] = 0.7 + Math.random();
         }
         cv[i] += sx[i];
         document.getElementById("dot"+i).style.top=py[i]+"px";
         document.getElementById("dot"+i).style.left=px[i] + am[i]*Math.sin(cv[i])+"px";   
      }
      atime=setTimeout("animation()", speed);

}

function hideimage(){
  if (window.atime) clearTimeout(atime)
   for (i=0; i<no; i++)  
    document.getElementById("dot"+i).style.visibility="hidden"
}
if (ie4up||ns6up){
animation();
if (time>0)
  setTimeout("hideimage()", time*1000)
}
animation();
</script>


http://templateucoz.ucoz.ro/ - Grafica,Sabloane si Scripturi
 
Muşatinu Date: Luni, 2012-11-05, 21:27 | Message # 2
Mesaje: 1801
Awards: 202
« 53 »

Naspa, raule ... toamna deja se termina >:)



 
Naspa Date: Marţi, 2012-11-06, 15:05 | Message # 3
Mesaje: 32
Awards: 41
« 0 »

asta este....am facut un lucru rau?...adica mi-e imi merge(am schimbat imaginea cu marijuana) si e placut asa....adica imaginile pot si schimbate in functie de anotimp(pui fulgi iarna si chestii de genu)....apropo am incercat sa pun mai mult de 3 imagini si nu mi-a mers in sensul ca nu imi mai arata nici una


http://templateucoz.ucoz.ro/ - Grafica,Sabloane si Scripturi
 
Forum » uCoz system » Alte » Script de toamna ((cad frunzele))
  • Pagina 1 din 1
  • 1
Căutare: