Hello!
I am working on a reaction game where it displays a number from 1-9 on the graph screen, and you need to push the number displayed on the screen before the time runs out. I have gotten the repeating function of displaying the number.
What I want to know it if you can create a loop, and as soon as you it number 1-9, it exits it, but if you don't press any key, It waits for an amount of time (I would prefer a time that could be displayed as well.
If you have any questions about what I am asking, just ask!
Thanks!
-Edit
I am pretty sure that it has something to do with a While loop, and Boolean Logic, but don't know how to do it.
Thanks!