In this simple app I have two MC buttons each when clicked adds a value to a "total" variable which is displayed in real time. This all works fine however as you can see the button can be de-selected so I want to be able to subtract the value that was added when selected.
This is part of a much larger form and I want the user to be able to change their mind and see the results.