There are two parts to this process:
A. Insert button/smart shape and create variable
- Insert a smart shape or button
- If it is a smart shape ensure the click to use as button is selected in the Properties panel. Name it such as Replay
- With Smart selected go to Action/On Success click on the drop down and select Execute Advanced Actions
- Under Script, click on folder on the right of the box to bring up Advanced Action box
- Click on Variables, create a New Variable name is something like: A_RestartFrame, click SAVE, close
- Create a New Standard action and name it: REPLAY
- Double click in first column under Actions and select Assign
- Double click in column to right and select: cpCmndGotoFrameAndResume
- Double click in column to the right and select your Variable A_RestartFrame
- Click Save
- Click Close
- Make sure the Replay Advanced action you just created is attached to the smart shape, with the smart shape selected go to Properties/Action/Script, click on drop down and select your Replay advanced action
B. Create an Advanced Action on Slide Enter
- With the slide in the filmstrip selected, that has the replay button/smart shape on, go to Properties panel
- In Properties > Action > On Success, click the drop down and select Execute Advanced Actions
- Click on the folder beside Script to bring up the Advanced Actions box
- Create a New Standard Action and Name it such as: RestartFrame
- Under Actions, double click in first column and select Assign
- In column to right double click and select your Variable A_RestartFrame
- In column to right double click and select the system variable cpInfoCurrentFrame
- Click Save/ Close
- Go back to Properties of the slide under Action/Script, click on the drop down to select your new advanced action