Ver Mensaje Individual
  #7 (permalink)  
Antiguo 25/04/2005, 13:31
Avatar de AEM
AEM
 
Fecha de Ingreso: diciembre-2004
Ubicación: Cordoba
Mensajes: 222
Antigüedad: 19 años, 5 meses
Puntos: 0
Lo hice funcionar!!!!!!!!!!!

Hace asi, en el mc menuitem en el fotograma 1 donde tenes este codigo:

stop();
this.onRollOver = function() {
gotoAndPlay("over");
};

this.onRollOut = function() {
gotoAndPlay("out");
};


AGREGA ESTA LINEA

this.onPress = function() {
_root.gotoAndPlay(2);
};


Y RESUELTO!!!!!!

ESPERO HABERTE PODIDO AYUDAR


SALU2