I use:
On touch start
Pick closest object to touch.x, touch.y
Compare value: distance(touch.x, touch.y, object.x, object.y) is less or equal than object.width+200
- set object value 'active' to 0
That way by using a value, no extra objects are needed and your get a perfect circular radius for the touch detection.