Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/05/2007, 10:35
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 9 meses
Puntos: 406
Re: Ayuda:desaparecer un Movie clip!!!!!

Hola anat:
Al MC que tiene la animación ponle como nombre de instancia: estrella.
El código escríbelo así:
on (rollOver) {
_root.attachMovie("foto","foto", 2)
estrella.stop();
}
on (rollOut){
_root.foto.removeMovieClip();
estrella.play();
}
on (release) {
getURL("marte.html","_self");
}

Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/