Scrolling Panel Visibility

Jan 20, 2016

I am using a scrolling panel in a slide layer to display closed captioning triggered by a "CC" button.  I am trying to make it so a user would have to click the "CC" button only once, and it would stay open from screen to screen until the caption slide layer is voluntarily closed. How can I keep the user from having to activate the scrolling panel (caption layer) on every screen?

1 Reply
David Jordan

1 possible solution i can think of is:

When they click the CC button, have it change a variable,

variable: cc_Check, true/false, default: false

Change the variable to true when the button is clicked

then, at each slide add a trigger:

Change state of (your panel) to visible (or however you've set it up to appear) when timeline starts

if cc_Check == true

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