I have a MovieClip with one transparent bitmap inside. When I do hitTest(x,
y, true) on an instance of that clip, the bitmap's square area is tested,
but I want hitTest() to return false if a transparent part of the bitmap is
hit. Is that possible?