Forum Discussion
RosemaryAylward
2 years agoCommunity Member
Visited state
I built a page with 6 rectangles. When you click on a rectangle, the content in the middle of the screen changes. I created a visited state on the first rectangle, expecting it to stay as "visited" ...
GarthYorko-TE
Community Member
I find it is easier to create a custom state for interactions like this. You can more easily control their behavior.
I created a customer state called "Complete" for each clickable object. The I added a trigger to change the state of each clickable object to Complete when the users clicks it. See attached.
You can also use the custom state to control the next button. See this thread for the discussion.
RosemaryAylward
2 years agoCommunity Member
Thanks so much. I just learned a whole bunch from you. The boxes are staying in the Complete mode.
I didn't understand the part on your link about creating Variables (True) and I've never created conditions. Do need that for some reason if it's working without it?
I really did learn so much from this. Thanks!
Rosemary