I'm afraid that I don't really understand your analogy. It should already be counting down from 28 to 1; if you want it to go the other way, subtract that number from 28. Sorry if that isn't what you're looking for.
EDIT: Are you trying to put all 28 icons onto the cooldown, and then remove them one by one?
1
2
In response to Mightymo
|
|
No. You actually hit your thumb on the your second assumption but without a doubt the on nail on your first. I want it to go from 1 to 28. What do you mean by subtracting that number from 28?
|
Whatever variable you're using for numbers 1-28, subtract it from 29.
So, you currently have it going from 28-1. 29 - 28 = 1 29 - 27 = 2 29 - 26 = 3 29 - 25 = 4 29 - 24 = 5 ... etc |
In response to Mightymo
|
|
What variables? 1-28 is the number of icon_states I have.
|
In response to Mightymo
|
|
Silly me the fix has been made thank you so much!
|
1
2
Thanks a lot!