non riesco proprio a capire perche' non funziona...
eppure mi restituisce la grandezza giusta nel trace
MovieClip.prototype.barraBotMove = function (pos:Number, larg:Number) {
var path:MovieClip = this;
var ty:Tween = new Tween (path, "_y", Strong.easeOut, path._y, pos, 30, false);
ty.onMotionFinished = function () {
trace (larg);
var rx = new Tween (path, "_width", Strong.easeOut, path._width, larg, 30, false);
};
};
![]()


Rispondi quotando