HitTest with circle

Hi,

I would like to know when a circle hits a square.

Following code returns true when the rectangle of the MovieClip (blue) hits the square and not the circle itself:

circle.hitTestObject(square);

In as2 you had an extra parameter to indicate that.

Does anyone knows the answer?

tx