Hi there,
I have 4 boxes that only show when you click a button. They fade in and out using the alpha. In each of these boxes is a button that triggers a getURL().
It seems that no matter what I do, one or two of these button/links ends up stacked on top of each other, so one is on top (even though they are invisible). So when the one on the bottom shows, and you click it - you get the wrong URL because it seems to be firing off the button in the invisible layer instead.
Does this mean that something “invisible” on the screen can still be interacted with? (I’m assuming yes).
If that is the case, what can I do to have the 4 boxes actually stacked there but allow the user to actually click on the button that is showing?