ipotizzando che sia un bottone... lo chiami "bt" (nelle proprietà) e sul frame riporti questo codice:

bt.onRollOver=function(){
this._xscale = 300
this._yscale = 300
}
bt.onRollOut = function(){
this._xscale = 100
this._yscale = 100
}