function TIC(){ cls(13) m=mouse() x=m[0] y=m[1] left=m[2] print(m[0]+" "+m[1]+" "+left) }
Try the code above. tThe mouse() api returns an array with values [x, y, left btn, middle btn, right btn].
Thank you so much