si,
codice:
onClipEvent(load){
this._yscale = 0;
}
onClipEvent(enterFrame){
scala_y=(100-_root.perc)/5;
this._yscale+=Math.floor(scala_y);
}