Forum Discussion
Hidden button will not appear on base layer
- 2 months ago
The trigger is set to run when the timeline starts on the slide. None of the variables = True at that point, so that trigger will never change the state of the button.
Possible solutions:
Instead of hotspots, you could use shapes with a solid fill that is 100% transparent. Give each shape a Visited state, and then have the "Ready to move on" button change to Normal when the state of all those shape-buttons = Visited.
Another option: put a trigger on each layer that changes the "Ready" button to Normal when the timeline of the layer ends, with the conditions that all the variables = True.
This post and its demo file might help. It focuses on controlling the NEXT button, but the same programming works to control a custom button. TIP: Controlling the NEXT Button 101 | Articulate - Community
The trigger is set to run when the timeline starts on the slide. None of the variables = True at that point, so that trigger will never change the state of the button.
Possible solutions:
Instead of hotspots, you could use shapes with a solid fill that is 100% transparent. Give each shape a Visited state, and then have the "Ready to move on" button change to Normal when the state of all those shape-buttons = Visited.
Another option: put a trigger on each layer that changes the "Ready" button to Normal when the timeline of the layer ends, with the conditions that all the variables = True.
This post and its demo file might help. It focuses on controlling the NEXT button, but the same programming works to control a custom button. TIP: Controlling the NEXT Button 101 | Articulate - Community
Related Content
- 4 months ago
- 7 months ago
- 5 months ago