25/04/2005, 13:31
|
| | | Fecha de Ingreso: diciembre-2004 Ubicación: Cordoba
Mensajes: 222
Antigüedad: 19 años, 11 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 |