After attaching a touch listener to a cloud graphic, I found that the listener will register touch events even if the coordinates fall outside of the cloud image but within the rectangular file dimensions.
Is this expected behavior? Is there a way to save files so that transparent pixels are not counted for touch events or is there a way to filter touch events by detecting pixel color, so only touches within the image itself count?
Thanks.