Hey there,
So Im having issues saving currancy. My distance traveled is calculated by a 0.1 delay function. as to constnatly calculate the distance.
Ive clamped distance traveled to get the highest number but the problem is its ticking. So when I add that value it adds every tick.
Eg. 11 12 13. add 13 to currancy.
but it does 11 12 13. add 36 to currancy.
So how do I seperate the ticking function consantly tapping 13 13 13 13 13 and adding all of them.
To just capture the final number 13. and add it one time?
Hopefully this makes sense. I feel im so close but its been a week or so now and I just cant figure it out.
ps. Ive tried quite a bit, I just wanted to lay the image out in an easier to understand cleaner look for people reading it. so got rid of my web of destruction.