on(rollover){
vai=true;
}
onClipEvent(enterframe){
if(vai){
if (this._width<=110){
_xscale+=5;

}
if (this._height<=120){
_yscale+=5;
}
}
}

al posto di 5 puoi metterci qualsiasi numero