I am trying to get this to work.
I have a very simple game where the user has to press the spacebar when they see an object appear onscreen. I want to be able to track how long from the time the object appeared to when they press the spacebar it took them to respond and I want to also track the x,y coordinates of the object that appeared.
When the game is over I want to be able to create a chart that shows them which objects they missed based on the x,y coordinates.
Anyone have any ideas?