Persistent states

May 22, 2019

At this point I'm sure that I'm over thinking this issue, but I've tried so many different things I'm just frustrated.

Can someone please tell me the easiest way to maintain the state of an object from slide to slide? For example, if a user selects object A on slide 1 how do I then disable that object on slides 2-10?

SL360 

3 Replies
David Schwartz

Christopher,

I've attached a sample of a way to do this. Set up a T/F variable for each of the objects, When the object is clicked, the associated variable is set to True. So each slide will need a trigger for each of the objects to set the variable if the object is clicked.. Also, for each object on each screen, you'll need a separate trigger to change the state of the object to disabled if the T/F variable is set to true.

I left the Visited state on the buttons in my example, so it shows the particular screen on which each object was clicked.