Page 1 of 1

automatic number counter

Posted: February 16th, 2020, 5:13 am
by s.kargar78

hi
I want to make a counter that automatically changes from zero to the number that I change the text.
I desperately need it.
thanks


Re: automatic number counter

Posted: April 1st, 2020, 11:49 am
by vahab

Try this:

timeLimit = 5;
Math.floor(linear(time,0,5,0,value));