Forum Discussion
Problems with states: "visited" state doesn´t work
An object with a Visited state will automatically change to that state when it is clicked.
The reason you're not seeing all the buttons as Visited is because there is a full set of buttons on every layer. A given button will only show as Visited on the layer where it was clicked.
The solution: only use the set of buttons on base.
To ensure someone can't click another button until a layer's audio has ended, I suggest you add semi-transparent shapes over the buttons. That will prevent the buttons on the base from being clicked, and it will also visually show that the buttons can't be clicked. Then have those shapes disappear at the end of the timeline. For example, you could give them exit animations. Or trigger them to change to Hidden when the timeline ends.