Is there any way to prevent click boxes from being clickable behind other objects?
I have 9 click boxes that reveal content on a single "main" slide. The content appears with a back button that the user clicks to hide and return to the main view. While content is open, I can click the screen and open content from one of the other click boxes behind.
I solved this for the content by hiding the boxes when the user clicks one, and showing them again when the user clicks back. However, I also have two conditional congratulatory messages that appear when the user clicks the back button if they have viewed certain content. The trouble is the back button is saying to show the click boxes when the congratulations appears. I haven't figured out how to keep the click boxes hidden while these congratulations messages are showing. Any ideas?