Hello,
I'm wondering if anyone has any suggestions on how to achieve this: I have a number that is controlled with a counter widget (It's a score graphic) What I'd like to do is when the number is changed, there would be a little animation where the number would "flip" to the next value. I think I have the logic figured out, but I'm terrible at this coding stuff.
I've got the animation controller set up, and a secondary text object called "Text 2". In the animation controller, we see "text 2" first, and then it flips to the new value. Here's what I think needs to happen:
On SetText (text object connected to widget):
Set "Text 2" to (self - 1)
play animation controller "flip"
Am I on the right track with this logic? What is the code to set the text value of another text object? Is this the best way to achieve what I've Described?
Any help is appreciated, thanks!