06-11-2007, 06:40 PM
try this.
str a="This is a test of scroller."
str b
int y z
z=len(a)
rep z
,;the 8 how 'wide' the scroller will be
,b.get(a y 8)
,
,;the '0.15' controls how fast the message scrolls
,;the '10 10' sets the loacation of the window
,OnScreenDisplay(b 0.15 10 10 "Courier New" 15 0 2 "scroller" )
,y+1