09/02/2002, 16:01
|
| | | Fecha de Ingreso: diciembre-2001
Mensajes: 2.405
Antigüedad: 22 años, 11 meses Puntos: 4 | |
Re: Necesito Que Tiemble La Pantalla Mira yo he hecho en html, que al habrirse una pagina, esta tiemble y listo, es mas puedes controlarlo en la linea de tiempo.
Para ello debes insertar el script:
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function shake(n) {
if (parent.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
}
}
}
}
// End -->
Y luego en un comportamiento de Call to Javascript, colocas :
javascript:shake(2)
Y listo.
Si tienes problemas mira este link:
<a href='ir.asp?http://www.ciudadfutura.com/flash/varios/efecto_temblor.htm' target='_blank'>http://www.ciudadfutura.com/flash/varios...</a>
Saludos |