Forum Discussion
MicheleMorgan-a
2 years agoCommunity Member
Need help setting state based on condition statement of multiple variables being true
This is driving me crazy. I have a complex interaction that is a hoverable drag and drop. I am adding scaffolded instructions to tell the learner what to do for each part of the interaction. 1. H...
GarthYorko-TE
2 years agoCommunity Member
Your trigger is not working because it is set to take effect when the timeline starts. The easiest option is to change your trigger to:
Change state of Hint 2 to true when variable (GarretVisited) changes
- If GarretVisited = True
- And IrisVisited = True
- And DewayneVsited = True
The copy and paste the trigger and change the variable in the first line to IrisVisisted
Repeat and change variable in the first line to DewatneVisited
See attached: