Help needed with a Simple counter issue
I have 5 Counters and 1 Button
Counter 1 = 40 or 80 or 120 etc (increments of 40) and All the other ones are 0
When I press the button, I want to
Subtract 1 from counter1 and ADD 1 to counter 2.
Then Subtract from Counter 1 and add 1 to Counter 3
Then Subtract from Counter 1 and add 1 to Counter 4
Then Subtract from Counter 1 and add 1 to Counter 5
and then back to counter 2 untill counter 1 is 0.
Is this easy to accomplish? I thought it was, but getting stuck