Changing button destination based on progress variable

Aug 20, 2021

Hello folks, I'm working on a project and have made significant progress but I'm stuck at one piece of logic. Is is possible to change the destination slide for a button push based on a variable value?

My current design includes a main navigation with buttons that have progress bars that update as a user progresses through the relevant scene based on a progress variable. What I would like to be able to do is change the behaviour of the button on the main navigation to jump to the most recently completed slide in the relevant scene.

E.g.

On Main Nav user clicks Intro button and jumps to Intro Scene slide 1 of 5 (progress variable set to 1)

User clicks advances to slide 3 (progress variable set to 3) and clicks Home to return to Main Nav

User clicks Intro button again and jumps to Intro Scene 3 of 5 (based on the progress variable value of 3)

Thank you for any help or guidance you can provide!

3 Replies
Walt Hamilton

Using built-in superpowers? No

Do it anyway?  Yes

 Jump to slide Intro1 when user clicks Intro button if progress variable = 1

and

Jump to slide Intro2 when user clicks Intro button if progress variable = 2

and

Jump to slide Intro3 when user clicks Intro button if progress variable = 3, etc.

 

Chris Henderson

Argh... I was way overthinking this. Thanks Walt, that will work like a charm!
CONFIDENTIALITY NOTICE: This electronic communication and attached material is intended for the use of the individual or institution to which it is addressed and may not be distributed, copied or disclosed to any unauthorized persons. This communication may contain confidential or personal information that may be subject to the provisions of the Freedom of Information and Protection of Privacy Act or the Personal Health Information Protection Act. If you have received this communication in error, please return this communication to the sender and permanently delete the original and any copy of it from your computer system. Thank you for your co-operation and assistance.