function camera_shake(_amount = 5){ with (o_camera) { x_shake_amt = _amount; y_shake_amt = _amount; } }