I have a bunch of MovieClips layered on top of each other (the same size), and each one has a MouseEvent.CLICK event associated with it. I only want the one on top (I'll be adding more to the list) to trigger and the rest to do nothing (unless the top gets removed, then the new "top" gets the click event).
How would I accomplish something like this?