Variables are not all working on "visited" hotspots

Jun 23, 2023

I have a slide with 6 images that when clicked on each image it will go to a specific layer. After all 6 images have been visited I wanted the user to be able to end up at the last layer stating they have completed the course. The variable, "show layer XYZ" will not come up after all of the hotspots have been "visited". 

I have tried many different ways and I cannot get all the slides to play correctly when I preview it or publish it.

Any suggestions?

1 Reply
Walt Hamilton

These triggers are most likely the problem:

When an object has a visited state, it also has a built-in superpower that changes from Normal to Visited when it is clicked. It takes serious offense if you create a trigger that interferes with that function. The conflict between your trigger and the built-in one can cause spectacular, but seldom desirable results.

Delete them and see if it works better.