# Passing mouse event through an object?

**URL:** https://forum.kirupa.com/t/passing-mouse-event-through-an-object/306885
**Category:** flash
**Created:** [March 24, 2010, 1:13am UTC](https://forum.kirupa.com/t/passing-mouse-event-through-an-object/306885 "2010-03-24T01:13:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![AlexWD](https://avatars.discourse-cdn.com/v4/letter/a/838e76/32.png) [@AlexWD](https://forum.kirupa.com/u/AlexWD)
#### Post date: [March 24, 2010, 1:13am UTC](https://forum.kirupa.com/t/passing-mouse-event-through-an-object/306885/1 "2010-03-24T01:13:52Z")

</div>

I have isometric tiles that are put together to form a map. Because the graphics are isometric, and the images themselves are rectangles (with transparent corners) I was wondering if there’s way to pass a mouse event through image being clicked if it’s being clicked at a point that is transparent onto the object that is layered below it. Using the bitmapData class I already know how to check if the position being clicked is transparent or not, just not the second part.
