_root.ms5.btn1.onPress -------> flag=1;

_root.ms5.box.onEnterFrame = function() {
if (flag==1) {
this._yscale += (100-this._yscale)/10;
}
else {
this._yscale += (0-this._yscale)/10;
}
}
}
poi resetti flag con l'evento che vuoi.