Frame 1
_root.menu = new ContextMenu();
_root.menu.hideBuiltInItems();
Frame 2
play();
Frame 69
function onEnterFrame() {
if (quiz == 1) {
gotoAndStop ("menu");
} else if (quiz == 0) {
stop();
}
}
_global.quiz = 0;
stop();
Frame 70
clearInterval(_global.timeInt);
function onEnterFrame() {
quiz = quiz + 1;
}
stop();
var m1 = new Sound();
var m2 = new Sound();
var m3 = new Sound();
m1.attachSound("m1");
m2.attachSound("m2");
m3.attachSound("m3");
Frame 85
function onEnterFrame() {
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
}
stop();
m1.attachSound("m1");
m2.attachSound("m2");
m3.attachSound("m3");
Frame 100
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
m1.attachSound("m1");
m2.attachSound("m2");
m3.attachSound("m3");
Frame 101
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
m1.attachSound("m1");
m2.attachSound("m2");
m3.attachSound("m3");
stop();
Frame 102
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 103
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 104
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 105
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 106
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 107
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 108
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 109
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 110
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 111
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 112
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 113
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 114
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 115
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 116
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 117
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 118
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 119
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 120
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
stop();
Frame 121
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 122
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 123
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 124
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 125
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 126
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 127
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 128
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 129
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 130
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 131
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 132
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 133
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 134
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 135
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 136
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 137
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 138
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 139
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 140
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 141
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 142
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 143
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 144
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 145
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 146
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 147
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 148
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 149
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Frame 150
function onEnterFrame() {
if (Key.isDown(39) && (!right)) {
nextFrame();
right = true;
}
if (Key.isDown(37) && (!left)) {
prevFrame();
left = true;
}
if (Key.isDown(32)) {
gotoAndStop ("menu");
}
if (Key.isDown(49) && (!m1c)) {
m1.start(0, 1);
m1c = true;
}
if (Key.isDown(50) && (!m2c)) {
m2.start(0, 1);
m2c = true;
}
if (Key.isDown(51) && (!m3c)) {
m3.start(0, 1);
m3c = true;
}
}
function onKeyUp() {
right = false;
left = false;
m1c = false;
m2c = false;
m3c = false;
}
Key.addListener(this);
Symbol 48 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 57 Button
on (release) {
startMovie();
}
Symbol 59 MovieClip Frame 1
function timerHandler() {
if (!loadingComplete) {
var _local4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * _local4;
if (_local4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop ("loaded");
}
return(undefined);
}
}
dt = getTimer() - time;
time = time + dt;
frameAccum = frameAccum + dt;
var _local3 = 0;
while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) {
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
(frameAccum = frameAccum - FRAME_TIME);
_local3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return(undefined);
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof(clip[childName]) == "movieclip") {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.3333333333333;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
Symbol 59 MovieClip Frame 2
stop();
Symbol 84 MovieClip Frame 11
stop();
Symbol 85 Button
on (release) {
gotoAndStop ("easy");
}
Symbol 86 Button
on (release) {
gotoAndStop ("hard");
}
Symbol 90 Button
on (release) {
nextFrame();
}
Symbol 91 Button
on (release) {
gotoAndStop ("wrong");
}
Symbol 112 Button
on (release) {
_global.quiz = _global.quiz + 1;
}
Symbol 144 Button
on (release) {
gotoAndStop ("restart");
}
Symbol 145 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 2
stop();
Symbol 145 MovieClip Frame 3
stop();
Symbol 145 MovieClip Frame 4
stop();
Symbol 145 MovieClip Frame 5
stop();
Symbol 145 MovieClip Frame 6
stop();
Symbol 145 MovieClip Frame 12
stop();
Symbol 151 Button
on (release) {
gotoAndPlay ("first");
quiz = 1;
}
Symbol 155 Button
on (release) {
gotoAndPlay ("second");
quiz = 1;
}
Symbol 159 Button
on (release) {
gotoAndStop (101);
quiz = 1;
}
Symbol 171 Button
on (release) {
gotoAndStop ("menu");
}
Symbol 183 Button
on (release) {
gotoAndStop ("32");
}
Symbol 185 Button
on (release) {
gotoAndStop ("33");
}
Symbol 187 Button
on (release) {
gotoAndStop ("34");
}
Symbol 189 Button
on (release) {
gotoAndStop ("35");
}
Symbol 191 Button
on (release) {
gotoAndStop ("38");
}
Symbol 193 Button
on (release) {
gotoAndStop ("36");
}
Symbol 195 Button
on (release) {
gotoAndStop ("37");
}
Symbol 197 Button
on (release) {
gotoAndStop ("39");
}
Symbol 200 Button
on (release) {
gotoAndStop ("1");
}
Symbol 202 Button
on (release) {
gotoAndStop ("2");
}
Symbol 204 Button
on (release) {
gotoAndStop ("3");
}
Symbol 206 Button
on (release) {
gotoAndStop ("4");
}
Symbol 208 Button
on (release) {
gotoAndStop ("5");
}
Symbol 210 Button
on (release) {
gotoAndStop ("6");
}
Symbol 212 Button
on (release) {
gotoAndStop ("7");
}
Symbol 214 Button
on (release) {
gotoAndStop ("8");
}
Symbol 216 Button
on (release) {
gotoAndStop ("9");
}
Symbol 218 Button
on (release) {
gotoAndStop ("10");
}
Symbol 220 Button
on (release) {
gotoAndStop ("11");
}
Symbol 222 Button
on (release) {
gotoAndStop ("12");
}
Symbol 225 Button
on (release) {
gotoAndStop ("13");
}
Symbol 227 Button
on (release) {
gotoAndStop ("14");
}
Symbol 229 Button
on (release) {
gotoAndStop ("15");
}
Symbol 231 Button
on (release) {
gotoAndStop ("16");
}
Symbol 233 Button
on (release) {
gotoAndStop ("17");
}
Symbol 235 Button
on (release) {
gotoAndStop ("18");
}
Symbol 237 Button
on (release) {
gotoAndStop ("19");
}
Symbol 239 Button
on (release) {
gotoAndStop ("20");
}
Symbol 241 Button
on (release) {
gotoAndStop ("21");
}
Symbol 243 Button
on (release) {
gotoAndStop ("22");
}
Symbol 245 Button
on (release) {
gotoAndStop ("23");
}
Symbol 247 Button
on (release) {
gotoAndStop ("24");
}
Symbol 249 Button
on (release) {
gotoAndStop ("25");
}
Symbol 251 Button
on (release) {
gotoAndStop ("26");
}
Symbol 253 Button
on (release) {
gotoAndStop ("27");
}
Symbol 255 Button
on (release) {
gotoAndStop ("28");
}
Symbol 257 Button
on (release) {
gotoAndStop ("29");
}
Symbol 259 Button
on (release) {
gotoAndStop ("30");
}
Symbol 261 Button
on (release) {
gotoAndStop ("31");
}
Symbol 263 Button
on (release) {
gotoAndStop ("40");
}
Symbol 266 Button
on (release) {
gotoAndStop ("41");
}
Symbol 268 Button
on (release) {
gotoAndStop ("42");
}
Symbol 270 Button
on (release) {
gotoAndStop ("43");
}
Symbol 272 Button
on (release) {
gotoAndStop ("44");
}
Symbol 274 Button
on (release) {
gotoAndStop ("45");
}
Symbol 276 Button
on (release) {
gotoAndStop ("46");
}
Symbol 278 Button
on (release) {
gotoAndStop ("47");
}
Symbol 280 Button
on (release) {
gotoAndStop ("48");
}
Symbol 282 Button
on (release) {
gotoAndStop ("49");
}
Symbol 284 Button
on (release) {
gotoAndStop ("50");
}
Symbol 290 Button
on (release) {
_global.timeInt = setInterval(function () {
_root.nextFrame();
}, 3053);
if (_currentframe == 1) {
gotoAndStop (2);
} else if (_currentframe == 2) {
gotoAndStop (1);
}
}
Symbol 297 Button
on (release) {
clearInterval(timeInt);
if (_currentframe == 1) {
gotoAndStop (2);
} else if (_currentframe == 2) {
gotoAndStop (1);
}
}
Symbol 298 MovieClip Frame 1
stop();
Symbol 298 MovieClip Frame 2
stop();
Symbol 304 Button
on (release) {
nextFrame();
}
Symbol 305 Button
on (release) {
gotoAndStop ("menu");
}
Symbol 308 Button
on (release) {
m1.start(0, 1);
}
Symbol 311 Button
on (release) {
m2.start(0, 1);
}
Symbol 314 Button
on (release) {
m3.start(0, 1);
}
Symbol 320 Button
on (release) {
prevFrame();
}