I am trying to increase a variable from 0 to certain number after a certain amount of time.
does anyone know of a mathematical formula for this?
Develop games in your browser. Powerful, performant & highly capable.
Have 2 variables
numberTemp and numberMax
When you have a value, set it to numberMax.
Compare numberTemp with numberMax
If it smaller, add 1/X of numberMax into numberTemp.
If it bigger, set it equal numberMax.