I am working on an app and I'm still very new so I'm stuck.
I'm trying to get it so that when you press a button two labels are activated. One counts how many chips there are and the other for how much gold there is. There is another button that takes an amount from the chips and adds it to the gold. But there is also a third button that takes away from the chips at set intervals whenever pressed. So I need to know how to manipulate all of this in separate actions while displaying the results of the chips and gold on their labels each time they are changed.
I'm trying to get it so that when you press a button two labels are activated. One counts how many chips there are and the other for how much gold there is. There is another button that takes an amount from the chips and adds it to the gold. But there is also a third button that takes away from the chips at set intervals whenever pressed. So I need to know how to manipulate all of this in separate actions while displaying the results of the chips and gold on their labels each time they are changed.