TranceAddict Forums (www.tranceaddict.com/forums)
- Humour / Funny Stuff / Cool Web Sites
-- Test Your Reflexes
Test Your Reflexes
Be warned. This is more addictive than any drug you can think of. You'll see what I mean
Without cheating (like people seem to do), my best is 0.11 seconds 
0.078
.12
Average of .1
*******Warning to others********
Dont start cause u cant stop!
.25 
.2
best i could get was .201, but average was like .3
I fluked 0.081
but my average was .23
lol, my scores were .4, .37, .44, .38
how the hell did you get .081? 
Wasn't that addictive.. average of .2
0.22 seconds....where do I stand ???
0.18 was the best i could manage....anything under that is fast as hell....
averaged around .25...nine out of ten times thats what I got...best though, was a .156 
4 mins and 20 seconds.. im color blind
| quote: |
| Originally posted by Molotov Cocktai 4 mins and 20 seconds.. im color blind |
hiding for old browsers
// response time test, created by Jasper van Zandbeek
// e-mail: [email protected]
var startTime=new Date();
var endTime=new Date();
var startPressed=false;
var bgChangeStarted=false;
var maxWait=20;
var timerID;
function startTest()
{
document.bgColor=document.response.bgColorChange.options[document.response.bgColorChange.selectedIndex].text;
bgChangeStarted=true;
startTime=new Date();
}
function remark(responseTime)
{
var responseString="";
if (responseTime > 0 && responseTime <0.01)
responseString="You are the king!"
if (responseTime >.01 && responseTime <.05 )
responseString="You have the reflexes of a snake";
if (responseTime >= 0.05 && responseTime <.10)
responseString="Well done!";
if (responseTime >= 0.10 && responseTime < 0.20)
responseString="Nice!";
if (responseTime >=0.20 && responseTime < 0.30)
responseString="Could be better...";
if (responseTime >=0.30 && responseTime < 0.60)
responseString="Keep practicing!";
if (responseTime >=0.60 && responseTime < 1)
responseString="Have you been drinking?";
if (responseTime >=1)
responseString="Did you fall asleep?";
return responseString;
}
function stopTest()
{
if(bgChangeStarted)
{
endTime=new Date();
var responseTime=(endTime.getTime()-startTime.getTime())/1000;
document.bgColor="black";
alert("Your response time is: " + responseTime + " seconds " + "\n" + remark(responseTime));
startPressed=false;
bgChangeStarted=false;
}
else
{
if (!startPressed)
{
alert("press start first to start test");
}
else
{
clearTimeout(timerID);
startPressed=false;
alert("cheater! you pressed too early!");
}
}
}
var randMULTIPLIER=0x015a4e35;
var randINCREMENT=1;
var today=new Date();
var randSeed=today.getSeconds();
function randNumber()
{
randSeed = (randMULTIPLIER * randSeed + randINCREMENT) % (1 << 31);
return((randSeed >> 15) & 0x7fff) / 32767;
}
function startit()
{
if(startPressed)
{
alert("Already started. Press stop to stop");
return;
}
else
{
startPressed=true;
timerID=setTimeout('startTest()', 6000*randNumber());
}
}
pretty cool 
0.25, not bad out of two go's
0.241
0.16 
0.08... dominate
hahah a fluke for sure though
0.036
weee
.172 after 20 or so clicks.
I'll do better
0.19 is my best speed out of maybe 15 tries.... hmm... not bad.
averaged around 0.15-18, best was 0.13
it wasfun, but there isa pattern, i got You are the king!<-- at 0 seconds. i was releasing just before it changed 
Powered by: vBulletin
Copyright © 2000-2021, Jelsoft Enterprises Ltd.