Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
onscreendisplay
#1
hey im using this code for a moving OSD and i want to know if anyone can modify it to make it stay on the screen for 3 seconds after it is done? can you help me

heres the code...

str s="ArE YoU ReAdY?"
str s2
int i
for i 0 s.len
,s2.geta(s i 1)
,OnScreenDisplay s2 0.22 10 200 "comic sans ms" 73 0x0000FF 2 "scroll55"
#2
Code:
Copy      Help
str s="ArE YoU ReAdY?"
str s2
int i
for i 0 s.len
,s2.geta(s i 1)
,OnScreenDisplay s2 3 10 200 "comic sans ms" 73 0x0000FF 0 "scroll55"
,0.22
#3
thank you very much for your help it worked perfect Wink


Forum Jump:


Users browsing this thread: 1 Guest(s)