Forum Discussion

amandarauscher5's avatar
amandarauscher5
Community Member
2 months ago
Solved

Hidden button will not appear on base layer

Hello friends! I'm stuck and I feel like I've exhausted my internet searching. I'm trying to make a button that is initially hidden appear once all layers on the slide have been visited.  I've ap...
  • JudyNollet's avatar
    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