Forum Discussion
KenCortnik
13 years agoCommunity Member
Changing state of buttons after section is completed.
I have a menu slide with six different topics (buttons). What I would like to happen is when the user clicks on a button, it would link them to a topic and when they complete that topic it would th...
PhilMayor
13 years agoSuper Hero
Visited always fire when pressed, so like Gerry I always use a completed state, and use T/F variables to track this. I believe this is best as it is the best way to check slides have been viewed instead of using a visited state.
I believe the visited state is best to use only within a slide. My rule of thumb is, if you are tracking on a slide use the visited state, if you are leaving and returning to a slide use a variable, and a custom state.
This is a lot more flexible and I believe a more elegant design than using the visited state.
In short, what Gerry said