Hi! ,
So I'm trying to make a speech bubble scrolling a text, but the text size (number of characters) is too big for the textbox.width and so I was thinking about having it substract the string's first character every x second.
It'll look like its scrolling to the left while actually the string is getting smaller at the front.
I've been trying with loops, arrays etc. has someone done something like this before?
Thank you very much for reading!