Skip to main content
Known Participant
November 24, 2015
Beantwortet

What action should I use to return in time line?

  • November 24, 2015
  • 1 Antwort
  • 251 Ansichten

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:

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von 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 Antwort

Lilybiri
LilybiriAntwort
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.