Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OnScreenDisplay
#1
i was wondering if there is a way to change the color/size/font of OnScreenDisplay if so would like some help. thank you
#2
if you search for "OnScreenDisplay" in your QM editor it has a whole break-down of how to use it plus examples.
An old blog on QM coding and automation.

The Macro Hook
#3
thank you
#4
str a b
double z
a="o"
b="Blackadder ITC"
z=10.22 or what ever spe you want
rep1
,OnScreenDisplay "what ever text you want to use"


also do this ill give you an example

this makes the text scroll

str a b
double z y d
a="o'
b="chiller"
d=2.44
z=0.22
y=0.22
rep1 this is color
,OnScreenDisplay("H" z 10 10 b 40 Ox510000)
,wait y
,wait y this is color
,OnScreenDisplay("He" z 10 10 b 40 Ox510000)
,wait y
,wait y
. . . . . .. . .. . . . ("HeL". . .. . . . . . . . . . . . . . )
,wait y
,wait y
>. . . . . . . . . . . (HeLl" . . . . . ... . . . .. . . . .. .)
,wait y
,wait y
. . . .. .. .. . . . . (HeLlO". . . . ... .. .. . . .. . . .. )


there bro hope you like what i gave you 8)
#5
Good idea but needs much editing. This is my version:

Code:
Copy      Help
str s="HeLlo"
str s2
int i
for i 0 s.len
,s2.geta(s i 1)
,OnScreenDisplay s2 0.22 10 10 "comic sans ms" 40 0xff0000 2 "scroll55"
#6
lol hes a genuis!
#7
dam good job bro thx for the ideal 8)
#8
makes it less space :> i like it
#9
sorry bro i got it!!! thanks!
#10
0xff0000
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)