Anybody know of such a thing?
I am looking for an app that tests a users time to pressing a button when the screen changes colour.
Cheers,
Kez.
I did J2ME for my Masters Dissertation and I found the best place to find out stuff regarding J2ME is J2ME.org
Hope that helps,
vaughty
just take the current time milliseconds
my friend psuedo says:
timeToStart = System.currentTimeMillis()
showScreen()
//wait for reaction
reactionTime = timeToStart - System.currentTimeMillis()
fair enough that is the java if you still need to know, except stick long infront of the timeTostart variable and reaction time.
System.out.println("time = " + reactionTime)
will give you the output
Hehe, java is easy peasy, just look up in the API for reference.
There are currently 1 users browsing this thread. (0 members and 1 guests)