Forum Discussion

AbhishekSingh-a's avatar
AbhishekSingh-a
Community Member
3 years ago

Jump to specific slide

Dear Team, 

How to jump from one slide to specific slide? It's like a GoTo feature.

Scenario: If I enter a 5 in numeric entry field or any text box and click/enter on GoTo button, then a trigger jumps to slide 5 (which holds the variable x value ==2) . If I put a 9 instead; it jumps to slide 9 (as per pre-defined variable value in every page). 

Thanks!

  • This is probably because the text value has not updated yet. For the value to be active the text entry box must lose focus, the enter key will not do that the workaround may be to add all of the triggers to a layer and set them to when timeline starts and then set the when uses presses a key to show the layer, by adding another text entry to the bottom of the timeline on that layer (can be off screen and have no focus, should force the focus off of your current text entry field.

  • I'll add another caveat: If you present a numeric-entry field, the user can enter any number —even if the instructions tell them what to enter. That means programming is needed to check for "bad" numbers, so the course can provide appropriate feedback. 

    Thus, if there are limited options, it'd be easier to give them a set of radio buttons. Then the go-to triggers could use conditions based on which button is selected.