Forum Discussion
Seeking feedback: optimizing triggers in multiple selection
Another solution is to implement the Model approach, where you set Model variables based on the current selection. For instance, Model A is true when VSA are selected, otherwise it's false. Similarly, Module 2 is true when VS are selected, else it's false, and so on. Then, the state of each picture changes according to the value of Module variables. An advantage of this approach is that there's only one trigger on the base layer jumping to the Selection layer, where all programming logic resides. This eliminates the need to jump back and forth during updates, making it easier to manage and update when transitioning to other slides. Triggers example and .story file attached for reference.
Thank you Nedim! It's a good idea considering the efficiency and ease of management. I appreciate your contribution a lot! Thanks again!