function alpha(target) {
var miatween:Tween = new Tween(target, "_alpha", Regular.easeOut, target._alpha, 1, 0, true);
}

cosi?