Ver Mensaje Individual
  #6 (permalink)  
Antiguo 07/06/2005, 03:39
NoZilop
 
Fecha de Ingreso: mayo-2005
Ubicación: Lima
Mensajes: 160
Antigüedad: 18 años, 11 meses
Puntos: 0
...
on(release){
_root.MC.gotoAndStop(1);
_root.MC.MC1.gotoAndStop(1);
_root.MC.MC2.gotoAndStop(1);
_root.MC.MC2.gotoAndStop(1);
}
...
eso te regresa al inicio del MC y "resetea" MC1 MC2 y MC3

o gotoAndPlay(n) en lugar del gotoAndPlay(n) según lo que quieras hacer.

Última edición por NoZilop; 07/06/2005 a las 04:03