Forum Discussion
MichaelWilli044
3 years agoCommunity Member
Crossword Puzzle Problem
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...
SarahHodge
3 years agoFormer Staff
Hey Michael! I really like the idea of showing a COMPLETE layer so the learner gets the satisfaction that they completed the entire crossword. To show that layer, you need to add some more variables and triggers to your project. I went ahead and made the changes for you in the attached file. But here's a breakdown so you can see how I made it work:
- I created a Complete layer with some text
- I added a variable for each correct layer (c1visited, c2visited, c3 visited, c4 visited, c5 visited)
- I set the Default value to FALSE for each one
- On each correct layer, I added a trigger to change their matching variable to TRUE when the timeline starts on that layer.
- On the base layer, I created 5 new triggers to show the CORRECT layer when:
- c1visited changes IF c2, c3, c4, c5 are also TRUE.
- c2visited changes IF c1, c3, c4, c5 are also TRUE
- c3visited changes IF c1, c2, c4, c5 are also TRUE
- and so on so no matter which order they complete the puzzle, it will show the complete layer.
I hope that helps!