automatic number counter

Moderators: Disciple, zlovatt

Post Reply
s.kargar78
Posts: 3
Joined: February 16th, 2020, 5:03 am

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

User avatar
vahab
Posts: 3
Joined: April 1st, 2020, 9:57 am

Try this:

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

Post Reply