Can I disable navigation on a single page?
3010 0 4I'm using an action on a button to branch but I need to disable the NEXT on the page with the button. Is there somewhere where I can get videos, how to's on a more granular level?
Answers ( 4 )
Perfect! That works well. You guys are very helpful. Thanks a lot.
Comments
( 0 )Can the Next button be disabled for a specified period of time, say 5 or 10 seconds, and then become enabled?
Comments
( 1 )You can use the Current Page Is Loaded trigger to Enable Next after whatever time you set on the timer. Step 1: select the Interact tab, select Disable Next (to turn off of the Next button when page is loaded); Step 2: Interactions >> Triggers >> Current Page is Loaded >> Player Controls >> Enable Next Button (then complete the panel on the right to set the timer for the delay you want)
Even faster - on the Interact tab, select the Disable Next option on the Navigation section of the tab itself.
Comments
( 0 )Yes you can.
Use the Interact tab > Trigger drop down > Current Page... Is Loaded.
From the Triggers dialog select Player Control and click on "Disable Next Button".
Now when that page is loaded, the next button will be disabled.
Comments
( 0 )