Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/05/2007, 18:52
Patiniox
 
Fecha de Ingreso: agosto-2006
Mensajes: 4
Antigüedad: 17 años, 8 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