Shared actions with conditionals
Hello everyone!
I have this project with 10 slides and I want to use a Shared Action. Each slide is a cutomized question where the user plays an audio twice. I have managed to create the advanced action for the first slide, as follows:
_var_audio= with default value of 2;
Then, the condition
If _var_audio==1;
play = selected audio
Decrement _var_audio by 1;
disable = selected button (there is one play button on each slide; each with a different name).
hide = selected button
Else
Play = selected audio
Decrement _var_audio by 1
1. On the second slide, I tried to reset the variable _var_audio on an enter slide by incrementing it to 2 (didn't work).
2. Should I create a variable for each audio on each slide?
Any suggestions?
Thanks in advance.
