Forum Discussion
Tigger an Action when Light Box Closes
The problems are:
1. when a slide is lightboxed, the list of triggers on the original slide is aborted, and
2. the learner can close the lightbox with the built-in close icon, and you can't utilize that click.
Solutions are to go into js or published content and remove built-in close icon, or use layers, which some people find easier.
Show the layer first, then lightbox the slide. The action to lightbox interrupts the timeline of the slide, the list of currently being executed triggers, and the timeline of the layer. You can't be sure when the learner will initiate the lightbox, and can't restart the trigger list, but the layer timeline will start when the lightbox closes, so you can use that.
In the attached sample, you may want the layer to do more, or you may want to take the textbox off it.