Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/10/2009, 11:12
aivalo
 
Fecha de Ingreso: octubre-2009
Mensajes: 2
Antigüedad: 14 años, 6 meses
Puntos: 0
Respuesta: AS2 - No puedo dimensionar un Movieclip (_width y _height)

imagen.loadMovie("G:/PROYECTO/TecnoCulture/Guiones/incultura 1/Archivos de las Pruebas/emperador.jpg");

onClipEvent (data) { //NO SE QUE PONER ENTRE PARENTESIS
if (this.getBytesLoaded()>=this.getBytesTotal()) {
this._width = 140;
this._height = 105;
}
imagen._x=0;
imagen._y=0;