Using Next Button to advance through Tabs in a Slide

Mar 03, 2017

I have been trying to figure this one out for quite some time. My client would like the next button to advance through all the tabs on a slide and then after the last slide, advance to the next slide. Is this in any way possible? I tried setting it up as a trigger in each individual tab but it just disappears and doesn't stay. Anyone able to figure this out? Have a tight deadline so any help would be greatly appreciated.

Thanks!

8 Replies
Daniel Servan

Hi Moonlight,

The trigger might look like this in a wordy format.

Show Tab1 when user Click next button if variable0 = 0;
Set variable0 = 0;

 

Show Tab2 when user Click next button if variable1 = 1;
Set variable1 = 1;

 

Show Tab3 when user Click next button if variable2 = 2;
Set variable2 = 2;

 

Show Tab4 when user Click next button if variable3 = 3;
Set variable3 = 3;

 

Show Tab5 when user Click next button if variable4 = 4;
Set variable4 = 4;

 

Show Next Slide when user Click next button if variable4 = 4;

 

Hope this will help you get started.

 

 

 

 

R Isaacson

Hi Michael,

I copied and pasted the code from the one above you helped me with to another tab interaction slide, and it works as far as the next button progressing through the tabs, but I cant get it to go back to the previous tab like you have it in your version. Sorry to keep bothering you with this, just can't seem to get it down.

This discussion is closed. You can start a new discussion or contact Articulate Support.