In response to Mightymo
You sir are awesome! Okay final question. The way it's cooling down is like stacking books on top of each other. I want it where the books are already stacked and I am simply removing the books from the highest point until I reach the bottom.

Thanks a lot!
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?
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
Whoops, definitely meant 29.
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!
No problem!
Page: 1 2