Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PLEASE HELP ME SOMEONE, TO MAKE TEXT GO ACROSS THE SCREEN
#1
Hey, I would appreciate it if I got some help from someone. That could tell me how to get text to go across the screen when QM starts. I know how to make a macro run when QM starts, I would just put @1. But I just have no clue how to get text across the screen, say letter by letter in differn't colors, or something cool like that. So I can look at my macros and think to myself, " 8) I'm good 8) " lol. So any help would be greatly appreciated. Thanks guys, and great job Gintras on this program. You are a really smart person and deserve a lot of respect from everyone. Which you will get from me Smile. :wink:

Sincerly
Scottie
#2
please don't crosspost.
pi
#3
Use function OnScreenDisplay. The help is available when you type it and press F1, and also in this forum (use Search).
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)