06/05/2007, 18:52
|
| | Fecha de Ingreso: agosto-2006
Mensajes: 4
Antigüedad: 18 años, 3 meses Puntos: 0 | |
Re: Aumentar Tamaño de Movie Yo probaria con esto (nose en tu caso)
Hace un clip de 120x120 y metele esto
on (rollOut) {
new mx.transitions.Tween(this, "_width", mx.transitions.easing.Strong.easeOut, this._width, 160, 40, false);
new mx.transitions.Tween(this, "_height", mx.transitions.easing.Strong.easeOut, this._height, 160, 40, false);
}
Saludos |