The name of the behavior says it all: it detects mouse events on any arbitrary collision shape (for the actor), and is not limited to the sprite rectangle.
The behavior needs the list of collision shapes associated with a particular actor. Then, for each shape, it asks Box2D whether a point (the mouse coordinates) intersects that shape or not.Since there are no blocks for any of that, I had to use code blocks and AS3.