
First stage in producing Star-Wars scrolling "text" using an array of images
This uses just six elements in the array, each "text line" object is sized to 600 x 60 pixels in height.
No attempt has been made to scale size and position, as yet, This simply meant to show how
new text appears at the bottom of the screen, to cycle in a queue through the array, every 60 pixels, until it reaches the top of the screen
where it is replaced by the next image in the queue.