Hi, I am making a scratch game and I went into some trouble figuring out the Mask part. Is there anyway I can determine the percentage of coverage the mask still have over the image?

For example,
I have a circle_mc and I have a box_mc
box_mc.mask = circle_mc;

Is there anyway I can check if only 50% of the box is being cover?