21/10/2009, 11:12
|
| | Fecha de Ingreso: octubre-2009
Mensajes: 2
Antigüedad: 15 años, 3 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; |