Clicking through levels

Hi,

I’m building a Flash application that dynamically loads content into several different levels. At present my problem is that when clicking on a higher level, the click registers on all the levels underneath as well.

For example, I have some content loaded into _level1. I also have a menu loaded above that (which appears over the content) on _level2. When I click a menu item on _level2, the click also goes through and registers on _level1.

This happens for higher levels as well - content clicked on _level4 registers on _level3, _level2 and _level1, etc.

Is there any way to prevent the click event from dropping down through the levels? I’ve tried placing a ‘dummy’ button behind the target, on both the same level and a lower level but Flash still clicks right through it.

This is quite frustrating.

Any help is greatly appreciated.

Thanks. :slight_smile: