Multiple if-statements in conditional actions?
Hello,
I have a single button on a slide. Every time the user clicks it, an additional text caption should show. My original idea was to hide all of the captions, create a variable to keep track of how many times the user has clicked the button, and when the button was clicked, check to see how many times it has already been clicked, and show the appropriate next caption. This approach would require multiple if statements because depending on how many times the button was clicked, a different caption would be shown.
Based on my preliminary research, this was not possible in 2012.
Does anyone have any ideas?
