Forum Discussion
MarioG-31a154da
2 years agoCommunity Member
Multiple "Actions" per Trigger
Is there a way to have one trigger perform multiple actions? Currently, I'm setting up several triggers all around one thing happening and haven't found a way around that. Sometimes it's not a big d...
RichardWatson
2 years agoSuper Hero
Mario,
Not clear if this is what you are trying to do...but I'll take a chance.
If you want an object state change to occur when the timeline reaches cue#1 and you want a variable to change as well, why not create a trigger that looks like the following?
Slide Trigger
Set Variable1 to True when the timeline reaches cue #1 on the slide level
Variable Trigger
Set state of (object) to (your chosen state) when the Variable1 changes, if the Variable1 is True
Richard