import flash.events.*; miBoton.addEventListener(MouseEvent.CLICK, miFuncion); function miFuncion(event:MouseEvent):void { this.gotoAndStop(15); }