boton.addEventListener(MouseEvent.MOUSE_OUT, onOutHandler); function onOutHandler(e:MouseEvent):void { MC.gotoAndPlay("mitad"); }