How to animate numbers counting
in
Programming Questions
•
2 years ago
hello all - im new to this
im trying to get my code so that i have a number, say 10, and i want it to animate on screen from 0 to 10 - ie counting up - and i want the numbers to overwrite the last number in the same position so 0 will be on screen and 0 will be replaced by 1 etc. Each time i try with some for of for loop containing a delay it doesn't work and it just displays all of the numbers on top of each other...
help :/
1