Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/12/2006, 12:09
Rizzo
 
Fecha de Ingreso: septiembre-2006
Mensajes: 1.193
Antigüedad: 17 años, 7 meses
Puntos: 30
Re: attachMovie pill button

por que no lo haces asi

Código:
attachMovie("pill", "botonCorregir", 18);
botonCorregir.onRelease = function() {
	trace("hola mundo");
};