and another slightly less used but still useful fact:
the middle mousebutton is 4 so... you can add and have it do something for any combination of buttons
eg.:
do
` all numbers 1-7 have a combination hence
if mouseclick()=1 then print "left button clicked"
if mouseclick()=2 then print "right button clicked"
if mouseclick()=3 then print "left and right buttons"
if mouseclick()=4 then print "middle button"
if mouseclick()=5 then print "middle+left"
if mouseclick()=6 then print "middle+right"
if mouseclick()=7 then print "all mouse buttons"
cls
loop
hope my little addon thing helped... i am normally the one in need ofhelp... but i have also learnt a lot from other people's posts i am very new to this and it makes me feel good to actually be able to help even just a little bit
any tips (i just started with this program)