Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PLEASE HELP ME SOMEONE, TO MAKE TEXT GO ACROSS THE SCREEN
#4
try this.

Code:
Copy      Help
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
An old blog on QM coding and automation.

The Macro Hook


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)