Confining symbols to shapes other than squares

Hi. Is there a way to confine the symbols to shapes other than squares. When I use hitTest with an object that is oddly shaped, the object is squared in so if it is being touched in the corner it counts as the object. Thanks.

its called a shape’s bounding box. maybe you can use the object’s x and y coordinates at your hit test catchers

Thanks that worked well enough.

woot.