Is pixel at X, Y Transparent

I so seriouslly need this feature right now…

I’d settle for a feature where when touching on a display object’s transparent area that the event would bubble through to the next display object (obviouslly this would need to be a flag like .ignoreTransparency since its sometimes desirable to have transparent areas receive events.
+10,000

[import]uid: 19626 topic_id: 24205 reply_id: 324205[/import]

You need to do this with masks. When you mask an object you also mask its touch surface. Since the area you want to mask is transparent, it should be fast and easy to create a mask with your favorite image editing program.

“Starting with build 2011.510, only the masked portion of the object is affected by touch/tap. Note, however, that the touch sensitive area still corresponds to the mask image shape and is therefore always rectangular, regardless of the actual image! This masking can be disabled with the object.isHitTestedMasked property;” [import]uid: 44647 topic_id: 24205 reply_id: 97724[/import]