14/05/2009, 12:45
|
| | | Fecha de Ingreso: mayo-2009
Mensajes: 5
Antigüedad: 15 años, 8 meses Puntos: 0 | |
Respuesta: Zoom imagen A ver si me aclaro ¿entonces quedaría así?:
this._xscale = 20;
this._yscale = 20
on(rollOver){
this._xscale = 100;
this._yscale = 100;
}
on(rollOut){
this._xscale = 20;
this._yscale = 20;
}
on(release){
this.play();
} |