I am trying to create a simple tally counter and submission app. I am having trouble creating counters that only count 1 click at a time. I have included my block code.
When i click the count button, it first counts by 1, then 2, then it starts doubling the number. Any thoughts on this?!