The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 

The Daily CLAD - Coding Challenge #3 - Mouse Over Counter

SercoSteveB
Active Participant

Create a VI that includes the Buttons and Numerics shown below (or similar) that counts and displays, for each Button individually, the number of times the mouse has passed over the button.  

NOTE:  The mouse passing over a button is defined as the mouse pointer entering the bounds of a button and then leaving.  This should increment the count by one .

All counters should start at zero and should individually be reset to zero if the mouse remains within the bounds of a button for at least 5 seconds.  After a 5 second reset the counter should be incremented to 1 as the mouse leaves the bounds of the button.

 

The Daily CLAD - Coding Challenge #3 - Mouse Over Counter.png

 

 

Comments