trying to make a board like midnight mania,
im having trouble with the XYTEXT at the bottom for the ( CLICKS / TARGET )
the master script works fine, problem is the number representing the clicks starts from the left_face so instead of:
1/10
its more like ( 1 /10 ) with spaces if its a small digit
anybody advise me on how to resolve this issue >?
the display representing the target on the right hand side, obviusly works fine.
maybe i need to send " 1" to clicks
and "1" to target
as seperate linked messages,
but that just getting confusing because id have to check how big the intial value was.