-
Numbers…
Hello cows,
I know, I know, there are tons of posts relating to numbers counting up with various methods to approach it. But the problem I’m having is having it count slow to fast.
This is the script I was using,
startVal = 10934;
endVal = 10982
;
dur = 15.24
;val = linear(time,0,dur,startVal,endVal);
s = “” + (0 + Math.floor(val));I want the end value to be higher of course maybe to like 50,000?
Thanks guys