Skip to main content
Known Participant
November 24, 2015
Answered

What action should I use to return in time line?

  • November 24, 2015
  • 1 reply
  • 251 views

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:

This topic has been closed for replies.
Correct answer Lilybiri

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.

1 reply

Lilybiri
LilybiriCorrect answer
Legend
November 24, 2015

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.

Known Participant
November 25, 2015

Thanks for the answer, Lilybiri.