Forum Discussion
Hotspot Trigger / Show 2nd layer, when all Hotspots have been visited
To me, the easiest way to do what you want is to use shapes (rectangles, circles, freeform) instead of hotspots. Remove the border, and edit the shapes' fill to be 100% transparent. That will make the shapes invisible like a hotspot, but still clickable.
The advantage to using a shape instead of a hotspot? Shapes can have multiple states, and states can be used in triggers.
- If you add a Visited state, each shape will automatically switch to its Visited state when clicked (without the need for a trigger).
- Add a trigger to enable your Next button when the state of all the shapes = Visited. That would look something like this:
If you want to keep the hotspots, then use T/F variables. Each variable could either track that a given hotspot has been clicked (for example, adjust the associated variable to True when the hotspot is clicked) or that a given slide has been visited (for example, adjust the associated to True when the slide's timeline starts or ends). Then the trigger to enable your Next button would include conditions that require each variable to be True. Here's more info about conditions and variables: