24/04/2003, 03:15
|
| | Fecha de Ingreso: noviembre-2002
Mensajes: 249
Antigüedad: 22 años Puntos: 0 | |
Ya está,
on (release) {
_root.b2._x = x
_root.b2._y = y
_root.attachMovie("cuadro1", "cuadro", 1);
_root.cuadro._x = 44.1;
_root.cuadro._y = 247.3;
_root.cuadro._alpha = 50;
} |