You will now create the actions that will update the value of the Variables that you created in the preceding section to 1 and jump the playhead to a different slide when the student clicks the buttons on slide 13.
If you think about it, you have three Buttons on slide 13 to which you want to apply a similar behavior (changing the value of a Variable to 1 and jumping to a slide). The only differences between the actions you'll create are the specific Variable to update and the specific slide to jump to. Thanks to Shared Actions, you will create a single Advanced Action that you will reuse multiple times, only changing some parameters each time you use the action.
In this exercise, you will use the following steps to create an Advanced Action that updates the value of the v_standardTicket_visited variable to 1 and jumps the user to slide 14:
- Still in the Chapter14/takeTheTrain.cptx file, use the Project | Advanced Actions menu item to open...