Getting a button to appear on a slide based on certain conditions

Jan 09, 2014

I have this slide here that I am having trouble with.  I want the CONTINUE button down at the bottom to ONLY appear once the state of the other 3 buttons above have been changed to VISITED.  I have the state changes in place, I tried the hide layer/show layer option and it didn't work.  If anybody can help me on this, I would greatly appreciate it.  Thank you.

4 Replies
Gerry Wasiluk

Try this.

1) Set your Continue button to be initially hidden.

2) Create three True-False variables for clicking each of the three buttons.  Make them initially false.  Like var_clickStep1_button, var_clickStep2_button, and var_clickStep3_button.

3) For each of the buttons, add a trigger that changes its corresponding variable (as created above) to "true."  Make this trigger the first one listed for each button.

4) For each of the buttons, add another trigger.  This trigger should be listed LAST in the triggers for each button.  Have this button change the state of your Continue button to Normal and with the conditions to do this when var_clickStep1_button = true, var_clickStep2_button = true, and var_clickStep3_button = true.

Help?

This discussion is closed. You can start a new discussion or contact Articulate Support.