Forum Discussion
Button Set State/Variable Issue
The reason the first button works is because the Watched variable starts as False (which meets the first condition check requirements), then gets set to True, but never gets set back to False (so the other condition checks never pass).
If you set it back to False on each slide layer, your buttons will revert back to their normal state though (which it sounds like you don't want). Instead of relying on a global 'Watched' variable, it's better to reference the states of your buttons for the condition checks, since the variable doesn't know which video was watched (whereas the states sorta function as their own 'local' variable).
I've also set the layers to prevent clicking on the base layer, so the user can't activate two layers at once.
https://360.articulate.com/review/content/beec8209-e281-4c7d-85d6-c29fab41fd68/review