Forum Discussion
BeckyLiu-Katz
5 months agoCommunity Member
Layer keeps showing - only want it visible once
Hello!
I'm brand new to this all, and I am designing a matching game within a big course, and the game is 99% done. I just have one snag:
When a match is correct, I made a trigger to show a lay...
WaltHamilton
5 months agoSuper Hero
You can continue to use this trigger:
if you want, but you need to create a copy for each of the six LayerMatchXCorrectShown.
Probably it would be easier to use Nedim's trigger:
You need it only once, on the base.
Then on the base, delete this trigger:
, because it is causing the trouble. Check Match changes visited first, so Balloons is shown before the Correct layer is shown.
Put this trigger:
, where Button is the Continue Button, on each Correct layer. After all, that is when you want to show the Balloons, after the learner sees and reads the Correct layer, and pushes its Continue Button.