#Tweening visible characters of richtextbox causes flickering

2 messages · Page 1 of 1 (latest)

vernal wraith
#

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?

ruby tartan
#

maybe wrap the multiplication with floor or ceil func calls.