Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/07/2008, 11:32
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: Asignarle a un boton un frame

prueba con esto

Código PHP:
import flash.events.*;

miBoton.addEventListener(MouseEvent.CLICKmiFuncion);



function 
miFuncion(event:MouseEvent):void

{

this.gotoAndStop(15);