How to unmute based on smart shape button visible
Hi,
I have a project with mute and unmute buttons across a project. The buttons (smart shapes) are shared across the project and seem to be working fine (if mute is active, the unmute button is visible and enabled).
The issue is that we have embedded video that we want the user to see and hear. If the user has audio turned off, I can make the audio to play on the video slide by executing an advanced action (assign cpCmndMute with 0). Now when the video is done, we want the original state to be set (if they were on mute before the video, we want to have the mute reinstated).
Right now we have the "unmute" button (the instance name in properties) visible so we are looking to see if this is possible:
If the "unmute" button is visble (it is on the stage behind the video - meaning that the volume was turned off in the previous slide), then can we set cpCmndMute with 1 (meaning we are back in a mute mode) at the end of the slide?
Is this possible with using conditional actions?
Thanks.
