First off, I wasn't sure how to bind the text property of a Text object to the value of a global variable so I've been checking if the values do not equal, then if not, update the text to the value of the global variable. This works and always updates the text being displayed, but if that's not the correct/preferred way to do that please let me know ...
Anyway, for my question ...
I have a text object that displays the player's current money and I would like the text to tween to the new value instead of updating instantly.
Are there any examples or tutorials on this?
Thanks!