Hi!
I’m trying to make a news-ticker with dynamic text but I really can’t figure out a good way to do it.
http://puu.sh/lssFe/5a49eb4a18.jpg
I want the text to scroll right to left, only visible when it’s over the LED-screen. The problem is making the text appear and disappear. I could try spawning each character by itself and move it to the left, but I don’t want the whole letters to disappear and reappear at once, it has to be gradual like a real news ticker. If the text wasn’t dynamic I could’ve made a texture with it and used that somehow, but it has to be dynamic.
Any ideas will be really helpful!