Because (0 AND 0) might just be true!You were joking right Bplus!??
The beeping problem with beeps is they take up time. Make a beep, and the time it takes ruins any possibility of recording multiple clicks, like a classic double click, for example. We can get around that with a beeping timer delay, as follows...Code: QB64: [Select]
Note: If you're fast enough, this will record triple clicks and maybe even a speed demon like BPlus can squeak out a bit more.
You're beeping welcome,
Pete
On my computer (Win10 Home, version 1903, 64-bit, 3.80 GHz) running QB64 x32 version 1.4, both code examples beep only once for each mouse click!
The double beep does not happen.
Here is the code that I used for testing (basically the same as what STxAxTIC provided).Code: QB64: [Select]
Quote from: bplus on Yesterday at 12:03:11 PM
Because (0 AND 0) might just be true!
You were joking right Bplus!??