is there some
which resizes a mc (length and width) when you rollover/mouseover it?
is there some
which resizes a mc (length and width) when you rollover/mouseover it?
on(rollOver){
this._width = 100;
this._height = 100;
}
:: Copyright KIRUPA 2024 //--