Hi.
I have a score var, and a Label node that displays the score var, and I was trying to make an effect where the score increases/decreases gradualy. I was hoping to achieve this by using Tweens, so I would like to know if this is possible.
Sure I can make a logic where I constanly check if score < value to keep updating the ammount until it reaches the actual score, but this method is too complex.
So, any ideas?