Forum Discussion
Triggers and Variables
To get the selections to populate requires some logic changes. It’s hard not to skip what I called choices, or skip a selection, while at the same time not using a selection more than once.
The triggers are on layers for two reasons:
1. There are so many of them, putting some on layers spreads them out and unclutters the base.
2. I use them like what programmers call subroutines. That is, I can create them once, and use them many times from many places. For example, if there are 20 identical triggers that I want to execute every time objects are clicked, I can write one trigger (show layer) and the layer executes them. I don’t have to write them all for when conditions or objects change.
All the work is done by the Assign Variables layers. The last slide had left over triggers that were unassigned because I deleted their variables. I have updated it.