Can someone please give me an example of how to record mouse clicks? I just want my value to increase once when the mouse is clicked not held down. Right now if I click once it might increase 10 times before i can let go of the mouse button....
Here is an example:
rem Standard Setup Code
sync on : sync rate 0 :
color backdrop rgb(0,0,128)
set text font "arial" : set text size 12 : set text opaque
do
set cursor 0,0
if mouseclick()=1 then inc attempts,1
print "Failed Attempts: ";attempts
sync
loop
I should really be able to get this to work...I just can't think today or something, thanks in advance for any help.
I am the very disease you pretend to be.