PDA

View Full Version : [as] for resizing a mc on (rollOver)?



minimalistik
December 17th, 2003, 02:01 AM
is there some [code] which resizes a mc (length and width) when you rollover/mouseover it?

norie
December 17th, 2003, 02:17 AM
on(rollOver){
this._width = 100;
this._height = 100;
}