Is this possible? I have an irregular shape png with transparency contained in a movieclip, but when i use onPress on the movieclip it presses the whole bounding box.

ActionScript Code:

pngMC.onPress = function() {


Is there any way to make it only fire when it presses the non-transparent area of the PNG?

thanks.