Advanced Actions to only Show a button once others have been clicked
Hello, all. I'm having some difficulty with the execution of an advanced action. In a nutshell, I have 7 buttons on a slide. A user must click all 7 in order for the Next button to appear. Here's where I'm at:
I have variables named Com_Clicked; Mon_Clicked; Edu_Clicked; etc. to coincide with the named buttons
Once clicked, I have two things happen for each, via executing an advanced action: assign 1 to the variable, and change the state of another shape to display content associated to that button.
This works perfectly!
Here's where I'm stuck...I CAN NOT get the next button to appear after all buttons are clicked. See image below. My next button IS NOT VISIBLE on Output.
Where am I going wrong?


