Forum Discussion
Storyline 360 unrestrict a restricted menu at runtime?
Hi all,
Running storyline 360. Our clients require that we set the menu to restricted with next/prev control and seekbar to allow after viewing.
But sometimes we need to go on their system and debug things which takes forever if we have to sit through all the content until we get to the slide in question and if we have to run it several times.
Is there a way, perhaps with javascript, to unrestrict the menu (and all free seeking on the seekbar) while the course is running?
Thanks,
Lori
There was no way to do with with Storyline variables or commands so I created a few triggers on a master slide that simply goes to the next slide repeatedly if a certain key sequence is clicked. This essentially unlocks all of the slides. It works well and doesn't need any javascript or anything fancy. Just a few triggers and reading some of the built in variables for slide number, scene number, total number of slides, etc.
1 Reply
- lorraineSCommunity Member
There was no way to do with with Storyline variables or commands so I created a few triggers on a master slide that simply goes to the next slide repeatedly if a certain key sequence is clicked. This essentially unlocks all of the slides. It works well and doesn't need any javascript or anything fancy. Just a few triggers and reading some of the built in variables for slide number, scene number, total number of slides, etc.