Español
Tenga en cuenta que cambiar la imagen a una imagen de copo de nieve le dará mejores resultados <
!-- http://js.downcodes.com/ --> <!-- http://bbs.downcodes.com/--> < !-- Agregue el siguiente código al área <body>--> <body> <SCRIPT LANGUAGE="JavaScript1.2"> <!-- Begin var no = 12 // número de corazones var speed = 10; / un número menor mueve los corazones más rápido var heart = ""; var flag; var ns4up = (document.layers) ? 1: 0; // rastreador de navegador var ie4up = (document.all) 1: 0; , yp; // variables de coordenadas y posición var am, stx, sty; // variables de amplitud y paso var i, doc_width = 800, doc_height = 600; if (ns4up) { doc_width = self.innerWidth; } else if (ie4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx = new Array(); xp = new Array(); ) ; amy = nueva matriz(); stx = nueva matriz(); sty = nueva matriz(); bandera = nueva matriz() para (i = 0; i < no; ++ i) { dx[i] = 0 ; // establece las variables de coordenadas xp[i] = Math.random()*(doc_width-30)+10; // establece las variables de posición yp[i] = Math.random()*doc_height; + Math.random()*20; // establece las variables de amplitud amx[i] = 10+ Math.random()*40; stx[i] = 0.02 + Math.random()/10; [ i] = 0.7 + Math.random(); // establecer variables de paso flag[i] = (Math.random()>0.5)?1:0 if (ns4up) { // establecer capas if (i ==; 0 ) { document.write("<nombre de capa="punto"+ i +"" left="15" "); document.write("arriba="15" visibilidad="show " ><img src=""); document.write(heart+ "" border="0"></layer>"); else { document.write("<nombre de capa="punto"); + i +"" left="15" "); document.write("top="15" visibilidad="show"><img src=""); " " border="0"></layer>"); } } else if (ie4up) { if (i == 0) { document.write("<div id="dot"+ i + " " estilo="POSICIÓN: "); document.write("absoluto; ÍNDICE Z: "+ i +"; VISIBILIDAD: "); document.write("visible; ARRIBA: 15px; IZQUIERDA: 15px; " ><img src=""); document.write(corazón+ "" border="0"></div>"); else { document.write("<div id="punto"); + i +"" estilo="POSICIÓN: "); document.write("absoluto; ÍNDICE Z: "+ i +"; VISIBILIDAD: "); 15px ;"><img src=""); document.write(heart+ "" border="0"></div>"); función snowNS() { // Animación principal de Netscape function for (i = 0; i < no; ++ i) { // iterar para cada punto if (yp[i] > doc_height-50) { xp[i] = 10+ Math.random()*(doc_width- amx [i]-30); yp[i] = 0; bandera[i]=(Math.random()<0.5)?1:0; stx[i] = 0.02 + Math.random()/10; [ i] = 0.7 + Math.random(); doc_width = self.innerWidth; doc_height = self.innerHeight } if (flag[i]) dx[i] += stx[i]; stx [i]; si (Math.abs(dx[i]) > Math.PI) { yp[i]+=Math.abs(amy[i]*dx[i]); [ i]*dx[i]; dx[i]=0; bandera[i]=!bandera[i]; documento.capas["punto"+i].top = yp[i] + amy[i] * (Math.abs(Math.sin(dx[i])+dx[i])); document.layers["punto"+i].left = xp[i] + amx[i]*dx[i] ; } setTimeout("snowNS()", velocidad); } function snowIE() { // función de animación principal de IE para (i = 0; i < no; ++ i) { // iterar para cada punto if (yp[ i ] > doc_height-50) { xp[i] = 10+ Math.random()*(doc_width-amx[i]-30); yp[i] = 0; stx[i] = 0,02 + Math.random( ) /10; sty[i] = 0,7 + Math.random(); flag[i]=(Math.random()<0,5)?1:0; doc_width = document.body.clientWidth; altura del cliente } if (bandera[i]) dx[i] += stx[i]; else dx[i] -= stx[i]; yp [i]+=Math.abs(amy[i]*dx[i]); xp[i]+=amx[i]*dx[i]; bandera [i]; } document.all["punto"+i].style.pixelTop = yp[i] + amy[i]*(Math.abs(Math.sin(dx[i])+dx[i] ) ); document.all["punto"+i].style.pixelLeft = xp[i] + amx[i]*dx[i] } setTimeout("snowIE()", velocidad } if (ns4up) { nieveNS(); } else if (ie4up) { nieveIE() } // Fin --> </script>