btn.onPress = function() { zoom(this); } function zoom(mc:MovieClip):Void { mc._xscale += 0.1; mc._yscale += 0.1; }