Forum Discussion
MichaelWilli044
3 years agoCommunity Member
Crossword Puzzle doesn't show words on the grid after correct input
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...
WaltHamilton
3 years agoSuper Hero
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.