Forum Discussion
- WaltHamiltonSuper Hero
Not unless there is a way the audio can finish before the boxes are checked.
If the boxes must be checked first, use this:
Jump to slide XYZ when media Audio finishes AND checkbox1 state = Selected AND checkbox2 State = Selected, etc.
If not, then yes, you need a variable.
Jump to slide XYZ when media Audio finishes AND checkbox1 state = Selected AND checkbox2 State = Selected, etc. ELSE adjust variable audioFinished = True.
Jump to slide XYZ when the state of [all checkboxes] = Selected and audioFinished = True