Hello everyone,
I am trying to move text with a Tween Left and Right by scrolling Horizontally in a scroll container.
The scrolling is hanlded by a tween node like so:
tween.interpolate_property(self,'scroll_horizontal',min_value,max_value,10.0,Tween.TRANS_LINEAR,Tween.EASE_IN_OUT)
The problem is that different texts require more or less scrolling, so the maximum value of the scroll_horizontal changes dynamically.
That's good and all, but I can't find that value to use it in the tween.
Any idea where or how to find it?