Correct Time accuracy for the reaction time test app

The trick here is not to try to show every millisecond.
Instead, use a global variable with Clock.SystemTime for the moment the red appears, and show the difference between current Clock.SystemTime and the saved SystemTime.
Reaction Time
The app:

(Components renamed for my sanity)

Reaction_time_ABG.aia (4.1 KB)
Details:
global startMS

2 Likes