Precise hittest

i need to test wether two circles hit each other exactley and no the outside square of eachother.

ive tried to do the if(othercircle.hitTest(_x,_y)) method but that doesnt work either.

ive seen it done before but i cant remember what it is. does anyone else know it?