4 Replies
Walt Hamilton

Use this trigger:

By the way, these conditions on these triggers are unnecessary:

They would be needed only if the slider could have a value higher than 10 and you didn't want to make changes above 10. Since the sliders are locked to no more than 2, you don't need the conditions:

.  This slider can only be 0, 1 or 2, and the other one steps by 2, so it can only be 0 or 2. they will never be above 2, much less above 10.