[as] for resizing a mc on (rollOver)?

is there some

 which resizes a mc (length and width) when you rollover/mouseover it?

on(rollOver){
this._width = 100;
this._height = 100;
}