Tema: Cargar MC.
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/04/2003, 03:15
jordan
 
Fecha de Ingreso: noviembre-2002
Mensajes: 249
Antigüedad: 21 años, 6 meses
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;
}