03-05-2013 12:07 PM - edited 03-05-2013 12:26 PM
Hi there,
I'm making a simple game;
4 player game.
Each player gets a led that flashes at random and a button to hit when the LED is on. But it is only on for 500 milliseconds.
I’m having troubles with it. i think i need a case structure in the 3rd case of the main case structure?
at the moment points are awarded if the button matches the LED. i.e. both on or both off.
Any help is appreciated
03-05-2013 03:28 PM
First, let's clean up some of the Rube Goldberg code.
(You don't need a case structure to output a True or False boolean. Just use the condition.)
As for your code, I don't know where to help. You talk about an event structure, but there aren't any in your code.