Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Onscreen Display Adding
#1
i would like for an onscreen display to add each time the space bar is released, i use to beable to do this and i lost all my codes from it like 6 years ago, any help would be appreciated , thanks

Ps. if you could put in size / color / format / Position of where i want it that would be great.. Thanks again
#2
Quote:to add
:?:
#3
what does that mean ?
#4
to add what and where?
#5
1,2,3,4,5,6,7,8,9,10 and so forth every time the spacebar is pressed ,
i think i use to use if(!GetProp but its been so long i forget how to do it.. so everytime the spacebar is pressed or anything at all it adds 1 to the count , i would like color font size and position on it also , i know it can be done because back when i was into using qm hard core i made a code to do it
#6
w1=window1
SetProp(w1 "add" 1)

opt err 1
str s="1"

str a3="1"
a3.setwintext(id(6689 w1))

then keep adding 1 to it, omg its been so long i can't remember , but that was just a quick put together of an example but i think i did it a totally different way
#7
Function Function292
Code:
Copy      Help
int i
rep
,wait 0 K V
,i+1
,OnScreenDisplay F"space {i}" -1 0 0 "" 20 0xff8080 1|8 "spacebar counter" 0xc0ffff


Forum Jump:


Users browsing this thread: 1 Guest(s)