Is there a way to make a button inactive if it’s hidden behind an object? When I have some kind of image covering a button I can still click and activate it. How can I stop this from happening? Is there a way to do that while keeping it on the stage?
Hi Mark,
the only way in Flash 5 is to set the button._visible = false, so what ever actions triggers your image onto the stage and over the button should also set the visiblity to false, the button will then be inactive