• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Is it possible to program the rewind button on the playbar?

New Here ,
Nov 24, 2021 Nov 24, 2021

Copy link to clipboard

Copied

Hi All,

I would like to have the Rewind button on the Playbar to jump to the second slide not the first when the user clicks it. Is that possible? It's for a full screen software simulation and parking a button on it would look strange.  I'm using Captivate 2019 with the latest updates. 

 

Thanks,

Views

64

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 24, 2021 Nov 24, 2021

Copy link to clipboard

Copied

Control over those buttons is not possible. But you could use the On Enter event of the first slide, and a user variable to have that slide skipped when it is not the first visit:

  • create a user variable v_visit with a starting value of 0
  • create an advanced action to be triggered by the On Enter event of the first slide: 
      IF v_visit is greater than 0
         Go to Next Slide
      ELSE
          Increment v_visit by 1

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 02, 2021 Dec 02, 2021

Copy link to clipboard

Copied

Thanks so much. I'll give that a try.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 02, 2021 Dec 02, 2021

Copy link to clipboard

Copied

LATEST

Let me know if it helped?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources