Reorder Triggers

Feb 26, 2021

The arrows to reorder triggers is disabled -  I think should be able to reorder as my triggers are based on user clicks not timeline.

 

I'm hiding my Next button at the beginning of the timeline (don't want to use player buttons as it takes up too much screen space).

I have a trigger that changes the state of my Next button to normal when all my objects are visited and want to put that trigger at the bottom - it won't let me do that. Can someone please advise?

2 Replies
Walt Hamilton

Triggers are fired when their events happen, so from that standpoint, the order doesn't make a difference. Order DOES make a difference if two or more triggers are initiated by the same action. in this case, there is only one trigger that is fired when the states are all "Visited", so you can consider this trigger as already at the bottom.

What you can't do is move objects up and down in the object list for triggers. Those are placed alphabetically, and CDate comes before CDate and a bunch of others, which comes before CFormat, etc.