
16/12/2006, 12:09
|
| | | Fecha de Ingreso: septiembre-2006
Mensajes: 1.193
Antigüedad: 19 años, 1 mes Puntos: 30 | |
| Re: attachMovie pill button por que no lo haces asi
Código:
attachMovie("pill", "botonCorregir", 18);
botonCorregir.onRelease = function() {
trace("hola mundo");
};
|