Rewind Video 10 seconds
Hello,
I have a slide that contains a video that is several minutes long. In case the viewer misses some information, I'd like to have a "Rewind" button that jumps back X frames and continues playing the video. I am not looking to have the slide jump back to the very beginning of the slide, but rather jump back a certain number of frames or seconds from whenever the button is pressed.
I have created a variable called "v_rewind" set to a value of "cpInfoCurrentFrame-10". On click of the Rewind button, I assigned "cpCmndGoToFrameAndResume" with "v_rewind".
When I run the project, the button does not work as intended. Instead it jumps back to the first slide of the project. Does anyone know how to fix my script?


