Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/03/2010, 21:37
Avatar de Lynxcraft
Lynxcraft
 
Fecha de Ingreso: noviembre-2007
Ubicación: yecla murcia
Mensajes: 1.346
Antigüedad: 16 años, 5 meses
Puntos: 51
Respuesta: ¿al terminar de rotar con AS2 un MC, como hacer que ejecute un gotoAndPlay

Código PHP:
on (release) {

var 
colores:MovieClip;
var 
myTween = new mx.transitions.Tween(_root.carga.colores"_rotation"mx.transitions.easing.Regular.easeOut_root.carga.colores._rotation1201true);

myTween.onMotionFinished = function() {
// acciones a ejecutar cuando
// termina la animación
};


__________________
Sobran las ideas cuando faltan ganas de trabajar en ellas
Lynxcraft