<lenguaje de script='javascript' type='text/javascript'>
//<![DATOSCD[
// Guión original de Eloi Gallés Villaplana adaptado por CiudadBlogger.com
var número = 8
velocidad variable = 40
var imagenamor = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiE_TLnBHnVjrTFm0u-1PIhjV4MnCTiqRMFmkdAYey5dvKcpQxRbBgCavUoZ-xngqCuHLRkT3ZVJE3GjgfCWyIqGmmjm9W-ZPb9fG0tCJI59f1hLd-xMPXYI3AqbHg1bQtIY8vWIXsU0xM/s1600/corazon.gif"
var ns4arriba = (documento.capas) ? 1 : 0
var ie4arriba = (document.all) ? 1 : 0
var dombrowser = (document.getElementById) ? 1 : 0
var dx, xp, yp
var am, stx, orzuelo
var i, doc_ancho = 1024, doc_alto = 768
funcion amor() {
establece_dimensiones()
dx = nueva matriz ()
xp = nueva matriz ()
yp = nueva matriz ()
am = nueva matriz ()
stx = nueva matriz ()
pocilga = nueva matriz ();
for (i = 0; i < numero; ++ i) {
dx[i] = 0
xp[i] = Math.random()*(doc_ancho-50)
yp[i] = Math.random()*doc_alto
am[i] = Math.random()*20
stx[i] = 0.02 + Math.random()/10
orzuelo[i] = 0.7 + Math.random()
si (documento.capas) {
si (yo == 0) {
document.write("<nombre de la capa=\"punto"+ i +"\" izquierda=\"15\" ")
document.write("superior=\"15\" visibilidad=\"mostrar\"><img src=\"")
document.write(imagenamor + "\" border=\"0\"></layer>")
} más {
document.write("<nombre de la capa=\"punto"+ i +"\" izquierda=\"15\" ")
document.write("superior=\"15\" visibilidad=\"mostrar\"><img src=\"")
document.write(imagenamor + "\" border=\"0\"></layer>")
}
} else if (document.all || document.getElementById) {
si (yo == 0) {
document.write("<div id=\"punto"+ i +"\" estilo=\"POSICIÓN: ")
document.write("absoluto; Z-INDEX: "+ i +"; VISIBILIDAD: ")
document.write("visible; ARRIBA: 15px; IZQUIERDA: 15px;\"><img src=\"")
document.write(imagenamor + "\" border=\"0\"></div>")
} más {
document.write("<div id=\"punto"+ i +"\" estilo=\"POSICIÓN: ")
document.write("absoluto; Z-INDEX: "+ i +"; VISIBILIDAD: ")
document.write("visible; ARRIBA: 15px; IZQUIERDA: 15px;\"><img src=\"")
document.write(imagenamor + "\" border=\"0\"></div>")
}
}
}
corazon()
}
función corazón() {
for (i = 0; i < numero; ++ i) {
yp[i] += orzuelo[i];
if (yp[i] > doc_alto) {
xp[i] = Math.random()*(doc_ancho-am[i]-30)
yp[i] = 0
stx[i] = 0.02 + Math.random()/10
orzuelo[i] = 0.7 + Math.random()
establece_dimensiones()
}
dx[i] += stx[i];
if (documento.todo) {
var imagen = eval("punto" + i )
imagen.style.posLeft = xp[i] + am[i]*Math.sin(dx[i])
imagen.style.posTop = yp[i]
}
más si (documento.capas) {
var imagen = eval("document.dot" + i)
imagen.izquierda = xp[i] + am[i]*Math.sin(dx[i])
imagen.top = yp[i]
}
más si ( documento.getElementById ) {
var imagen = documento.getElementById( "punto" + i)
imagen.estilo.izquierda = xp[i] + am[i]*Math.sin(dx[i]) + 'px'
imagen.estilo.top = yp[i] + 'px'
}
}
setTimeout("corazón()", velocidad)
}
function establece_dimensiones() {
if (self.innerHeight) {
doc_ancho = self.innerWidth - 50
doc_alto = self.innerHeight - 21
} else if (document.documentElement && document.documentElement.clientHeight) {
doc_ancho = documento.documentElement.clientWidth
doc_alto = documento.documentElement.clientHeight - 25
} else if (documento.cuerpo) {
doc_ancho = documento.cuerpo.clientWidth
doc_alto = documento.cuerpo.clientHeight - 25
}
}
//]]>
</script>
<lenguaje de script='javascript' type='text/javascript'>
amor()
</script>
Fuente: https://inyectandotecnologia.blogspot.com/2015/11/corazones-cayendo-en-la-pagina-de.html
No hay comentarios:
Publicar un comentario