What's the best way to display a number on screen that increases gradually? For example, if the number is 0, I want it to increase to 100 and show the count up to it (1,2,3,4,5,etc). I'm using C# and can't seem to find a way to fire a callback a certain amount of times or to create a thread and pause it for a little bit on each number increase.