Toggle Closed Captioning
I've created a Closed Captioning button and have tried two methods to turn it on and off. The problem is, that when clicking the CC button to turn on the CC, it doesn't continue on the next slide. It's as if the the button resets every time.
The first method I tried was toggle cpCmndCC. I can turn it on/off while in the slide. But if I toggle on, it toggles off when the user clicks the Next button.
The second method was to create and Advanced Action. I did a conditional action:
- IF
- cpCmndCC is equal to 0
- ACTION
- Toggle cpCmndCC
- Assign cpCmndCC with 1
- ELSE
- Toggle cpCmndCC
- Assign cpCmndCC with 0
Am I missing something?
