Event through Transparent Bitmap?

I have a sprite that I load a transparent PNG into. I plan to make many more of these and stack them in a way where they will overlap some. How can i make it to where when I click on a sprite with a bitmap in it, the transparency does not register the click and it instead allows me to click on the other sprite underneath it?

Is this possible in AS3?