Forum Discussion
KandiceKidd-b4a
2 years agoCommunity Member
Triggers Not Working-What am I missing?
Hi,
I'm playing around with sliders for fun and I want the month on the calendar to change along with the amount when the slider reaches a certain point. I added new states to the "calendar month,...
JudyNollet
Super Hero
I'm glad it made sense.
I will add this clarification: A This-If-Else trigger also works well to act on different objects based on two-sided conditions.
For example, suppose you have a T/F variable. A trigger might change the state of one object if the variable=True, else change the state of another object.
- Before the "Else" option was added to triggers, that would require two separate triggers: one for what happens when the True condition is met, and one for what happens when the False condition is met.
Bottom line: A This-If-Else trigger chooses between two actions based on whether the list of conditions is or isn't met.
KandiceKidd-b4a
2 years agoCommunity Member
Hi Judy!
I decided to change the calendar month state when the "Money" variable changes to a certain value. That seems to work!