2 messages · Page 1 of 1 (latest)
Title. I have this:
tween.TweenProperty(TextLabel, "visible_characters", text.Length, text.Length * CHAR_READ_RATE);
And it works fine. However, for a few miliseconds between each character, the text disappears, causing flickering.
Anyone knows how to solve this?
maybe wrap the multiplication with floor or ceil func calls.