Forum Discussion
LucyWood-cf5987
2 years agoCommunity Member
Reset to Initial State issue
Attached are two slides. The first slide has layers for each US bill denomination, and the learner must visit each layer before being about to go forward. The bill icons change color from light to...
JudyNollet
2 years agoSuper Hero
You're working way too hard. There's no need to repeat the bill-icon buttons on every layer. Which means there's no need for all those triggers and variables to track which layers have been visited or not.
The attached file has a simplified version of your Denominations slide.
- The background oval and the bill-icon buttons on the base remain visible on the layers. So does a new text box with the "To continue..." message.
- The NEXT button is Disabled when the timeline starts, with the condition that a variable = False.
- FYI: I prefer having the NEXT button Disabled instead of Hidden. When it's Disabled, it remains in its place in the Player. When it's Hidden, the other Player buttons (e.g., PREV) move to the right to fill in the spot where the NEXT button normally is. I think that can be confusing to users.
- When all of the buttons are Visited, this is what happens:
- The variable is adjusted to True.
- The NEXT button changes to Normal.
- The "To continue..." message changes to Hidden (because it's not needed anymore).