Forum Discussion
Changing the state of an icon upon revisiting
Hi mamrich you should be able to just set a timeline starts trigger to set the audio icon to the desired state when the slide loads.
If you have any further issues, you could always use a variable to determine whether the slide is complete too. For example, when all required conditions are met, a True/False variable called "slideX" (where X = the scene/slide number to make it unique) is set to True. Then when the user accesses the slide again, just check to see if "slideX" is equal to True and set the Next button to enabled if it is True, else, leave Disabled if still False. Using this method, you can then set this slide to Reset to initial, but the variable will determine if the Next button is enabled.
I use this method frequently, when I want the content on the slide to reset, but don't want to force the user to complete the same content again, allowing them to select Next and continue.
Thank you so much for your assistance!
I added a trigger to reset the Audio Icon to its "normal" state (black) when the timeline starts on this slide. This worked if the user revisits the base layer.
Unfortunately, when the user plays the audio on the base layer, clicks to view one of the many layers attached, and returns to the base layer, the audio icon is in its "playing" state (white).