One button multiple object states
I'm trying to make an action for a button that will change an objects state the more it is clicked.
I have 3 states - low, med, high
i have 2 buttons - increase and decrease
when increase is clicked
1 click = low
2 click = med
3 click = high
when decrease is clicked
1 click = minus 1 state
Each advanced action i have made takes me to the last state instead of advancing in order.
