Copy link to clipboard
Copied
Hello guys.
I have this slide containing a vídeo, and I wish to have a button that takes the student back to point 0 of that slide's timeline.
What action should I use? I read something about Javascript but was hoping that could be a simpler way.
Anyone can help me pls:
To replay a slide, I'm using this advanced action:
Expression cpCmndGotoSlide = cpInfoCurrentSlide -1
Eventually you have to add the command Continue, depends on the setup of the slide.
Copy link to clipboard
Copied
To replay a slide, I'm using this advanced action:
Expression cpCmndGotoSlide = cpInfoCurrentSlide -1
Eventually you have to add the command Continue, depends on the setup of the slide.
Copy link to clipboard
Copied
Thanks for the answer, Lilybiri.