assuming that the situation is this…
on the main timeline, i have two layers… layer 1 and layer 2…
on layer 1, i have a movieclip that has an eventlistener (mousedown)…
on layer 2, i have a semi-transparent (50% alpha) movieclip that overlaps / covers the movieclip on layer 1…
how do i let the movieclip in layer 1 still receive the “mousedown” event when i click on it? …even if the movieclip on layer 2 is already “covering” / “blocking” it? is it even possible?
i think it has somthing to do with setting the “enabled” value to “false”… but im not sure…