Page 1 of 1
[Solved] Scrolling Text
Posted: Sun Dec 31, 2006 16:27
by Dirso
I'd like to make a scrolling text box, to show my game's credits. How could I do it?
Thanks a lot,
Dirso
Posted: Sun Dec 31, 2006 16:50
by spannerman
The simplest way to do this would be to simply change the position of your StaticTexts over a time interval, this way all the text (contained in your StaticText box's) will look like its scrolling down the screen.
Posted: Fri Jan 05, 2007 21:24
by Dirso
Thanks a lot and Happy New Year!
Dirso