Crossword Puzzle doesn't show words on the grid after correct input

Sep 23, 2022

Hello,

I have been attempting this for about 4 days now. I have made a simple crossword puzzle, the type where you don't have to type in each letter on the grid. This one has the answers in layers overlaying on the crossword grid. So if I click on the 1. Down green cube it opens up a text entry box, you put in the correct word "cellblock" and the box disappears because that is the correct answer. And if you are incorrect, a dialog box will tell you so and you can try again. The only problem is that the crossword grid doesn't show the layer with the answer if you are correct. I have attached the file. Can anyone give me a hand with this? 

 

Thanks,

Mike

3 Replies
Walt Hamilton

This is the only trigger that will show the answer layer.

But what happens if they click Submit, instead of Close?  You need another trigger to show the Cellblock layer. But then as soon as another number is clicked, that layer will hide the cellblock layer. To keep that from happening, you need to go into the properties of all the layers and deselect "Hide other layers".

Then the problem is that all the layers are visible, including all the enter layers. So you will need to create triggers to Hide layers 1, 2, 3, 4, and 5 when the learner clicks either Close or Submit.