scusate ma io proprio non riesco a trovare l'errore... non mi funziona il secondo Tween!!
mi date un occhiata?

MovieClip.prototype.rettDesMove = function (pos:Number, alt:Number) {
var tx = new Tween (this, "_x", Strong.easeOut, this._x, pos, 30, false);
tx.onMotionFinished = function () {
var ry = new Tween (this, "_height", Strong.easeOut, this._height, alt, 30, false);
};
};

grazieeeeeee!!!!