Forum Discussion
AriaHemphill-0e
3 hours agoCommunity Member
Trigger Issues- 2 Actions on 1 Button
Hopefully the community can help figure this out, because I'm stuck!
On my slide:
The user clicks play to watch a video.
When the video ends, a button, "Check Answer", appears.
When user clicks "Check Answer" the following should happen:
1. Audio narration plays.
2. A list of words appears.
Issue:
Currently only #1 (audio narration) is happening and not #2 (the checklist is remaining hidden)
Why can't I get #2 the checklist to also appear?
- JudyNolletSuper Hero
There are a few things of concern:
- The trigger changes the Checklist to the Down state. Down is a built-in state that automatically appears when the user is pressing the mouse down on the object and disappears when the mouse is released. That auto functioning might be an issue. In any case, I think it makes more sense to simply change to the Normal state.
- You don't need a trigger to change the state of a button to Selected when clicked. Selected is a built-in state, so that will happen automatically.
- To me, it'd make more sense to simply show the Checklist (that is, change it to Normal) when the user click the Check Answer button. That trigger wouldn't need any conditions.