Frame 1 (8 B)
play();
Frame 2 (44 B)
ifFrameLoaded (131) {
gotoAndPlay (4);
}
Frame 3 (17 B)
gotoAndPlay (2);
Frame 7 (8 B)
stop();
Frame 8 (8 B)
stop();
Frame 15 (27 B)
n = "0";
totaltime = "0";
Frame 120 (40 B)
if (n == "4") {
gotoAndStop (122);
}
Frame 121 (33 B)
starttime = getTimer();
stop();
Frame 122 (33 B)
starttime = getTimer();
stop();
Frame 123 (485 B)
if (average < "0.2") {
result = ("your avarage reaction time was " add average) add " ...that's fast!";
} else if ("0.5" < average) {
result = ("your avarage reaction time was " add average) add " ...that's slow. try again!";
} else if ("0.3" < average) {
result = ("your avarage reaction time was " add average) add " ...that's a little slow. try playing again.";
} else {
result = ("your avarage reaction time was " add average) add " ...that's pretty good.";
}
Frame 131 (8 B)
stop();
Symbol 9 Button (53 B)
on (press) {
getURL ("http://www.spikything.com");
}
Symbol 12 Button (157 B)
on (press) {
n = "0";
time1 = "";
time2 = "";
time3 = "";
time4 = "";
time5 = "";
average = "";
totaltime = "0";
gotoAndPlay(random("50") + "20");
}
Symbol 17 Button (32 B)
on (press) {
gotoAndPlay (9);
}
Symbol 28 Button (201 B)
on (press) {
time = getTimer() - starttime;
totaltime = totaltime + time;
n = n + "1";
Set("time" add n, time / "1000");
average = int(totaltime / n) / "1000";
gotoAndPlay(random("50") + "20");
}
Symbol 29 Button (180 B)
on (press) {
time = getTimer() - starttime;
totaltime = totaltime + time;
n = n + "1";
Set("time" add n, time / "1000");
average = int(totaltime / n) / "1000";
nextFrame();
}
Symbol 32 Button (32 B)
on (press) {
gotoAndPlay (4);
}