Ticker Animation

I am working on a digital sign board application and want to create a ticker at the bottom of the screen with various values scrolling through it. Something like the major new outlets have running across the bottom of the screen while the news is on. I can move text across the screen, but need to loop it so the values start over when it reaches the end. Values would be dynamic. I was thinking of using an array an popping out the value at index 0 after it exits stage left then popping in a new value before it enters the screen on the right. Haven’t quite figured out how to pull that off or even if it would work smoothly in real time.

Hi there!

I put up three version of a marquee style display in this thread.