# Overlapping buttons both need to be clickable

**URL:** https://forum.kirupa.com/t/overlapping-buttons-both-need-to-be-clickable/329999
**Category:** flash
**Created:** [November 16, 2012, 5:13am UTC](https://forum.kirupa.com/t/overlapping-buttons-both-need-to-be-clickable/329999 "2012-11-16T05:13:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![juneoliver](https://avatars.discourse-cdn.com/v4/letter/j/ce7236/32.png) [@juneoliver](https://forum.kirupa.com/u/juneoliver)
#### Post date: [November 16, 2012, 5:13am UTC](https://forum.kirupa.com/t/overlapping-buttons-both-need-to-be-clickable/329999/1 "2012-11-16T05:13:53Z")

</div>

I have an as3 flash banner that uses a shell to subload a .swf. The shell contains a movieclip that covers the entire swf as a clicktag button. The subload has a seperate call to action button. I need both of them to be clickable and dispatch seperate events. Normally I would just put the cta button on a layer above the clicktag, but because the cta is in the subload I can’t do that. The clicktag will always be on top. Is there a way to have overlapping buttons both be functional. Right now only the top clicktag button is working.

Thanks for any help!
