I would PIN as many (invisible) objects as areas you want to detect collision.
To know if it is REALLY inside an area, you must do the math with x,y position (to detect distance between them, center) and width/2 height/2 (as the x,y is at the center of the object)