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 143 Button
on (release) {
gotoAndStop ("restart");
}
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 2
stop();
Symbol 144 MovieClip Frame 3
stop();
Symbol 144 MovieClip Frame 4
stop();
Symbol 144 MovieClip Frame 5
stop();
Symbol 144 MovieClip Frame 6
stop();
Symbol 144 MovieClip Frame 12
stop();
Symbol 150 Button
on (release) {
gotoAndPlay ("first");
quiz = 1;
}
Symbol 154 Button
on (release) {
gotoAndPlay ("second");
quiz = 1;
}
Symbol 158 Button
on (release) {
gotoAndStop (101);
quiz = 1;
}
Symbol 170 Button
on (release) {
gotoAndStop ("menu");
}
Symbol 182 Button
on (release) {
gotoAndStop ("32");
}
Symbol 184 Button
on (release) {
gotoAndStop ("33");
}
Symbol 186 Button
on (release) {
gotoAndStop ("34");
}
Symbol 188 Button
on (release) {
gotoAndStop ("35");
}
Symbol 190 Button
on (release) {
gotoAndStop ("38");
}
Symbol 192 Button
on (release) {
gotoAndStop ("36");
}
Symbol 194 Button
on (release) {
gotoAndStop ("37");
}
Symbol 196 Button
on (release) {
gotoAndStop ("39");
}
Symbol 199 Button
on (release) {
gotoAndStop ("1");
}
Symbol 201 Button
on (release) {
gotoAndStop ("2");
}
Symbol 203 Button
on (release) {
gotoAndStop ("3");
}
Symbol 205 Button
on (release) {
gotoAndStop ("4");
}
Symbol 207 Button
on (release) {
gotoAndStop ("5");
}
Symbol 209 Button
on (release) {
gotoAndStop ("6");
}
Symbol 211 Button
on (release) {
gotoAndStop ("7");
}
Symbol 213 Button
on (release) {
gotoAndStop ("8");
}
Symbol 215 Button
on (release) {
gotoAndStop ("9");
}
Symbol 217 Button
on (release) {
gotoAndStop ("10");
}
Symbol 219 Button
on (release) {
gotoAndStop ("11");
}
Symbol 221 Button
on (release) {
gotoAndStop ("12");
}
Symbol 224 Button
on (release) {
gotoAndStop ("13");
}
Symbol 226 Button
on (release) {
gotoAndStop ("14");
}
Symbol 228 Button
on (release) {
gotoAndStop ("15");
}
Symbol 230 Button
on (release) {
gotoAndStop ("16");
}
Symbol 232 Button
on (release) {
gotoAndStop ("17");
}
Symbol 234 Button
on (release) {
gotoAndStop ("18");
}
Symbol 236 Button
on (release) {
gotoAndStop ("19");
}
Symbol 238 Button
on (release) {
gotoAndStop ("20");
}
Symbol 240 Button
on (release) {
gotoAndStop ("21");
}
Symbol 242 Button
on (release) {
gotoAndStop ("22");
}
Symbol 244 Button
on (release) {
gotoAndStop ("23");
}
Symbol 246 Button
on (release) {
gotoAndStop ("24");
}
Symbol 248 Button
on (release) {
gotoAndStop ("25");
}
Symbol 250 Button
on (release) {
gotoAndStop ("26");
}
Symbol 252 Button
on (release) {
gotoAndStop ("27");
}
Symbol 254 Button
on (release) {
gotoAndStop ("28");
}
Symbol 256 Button
on (release) {
gotoAndStop ("29");
}
Symbol 258 Button
on (release) {
gotoAndStop ("30");
}
Symbol 260 Button
on (release) {
gotoAndStop ("31");
}
Symbol 262 Button
on (release) {
gotoAndStop ("40");
}
Symbol 265 Button
on (release) {
gotoAndStop ("41");
}
Symbol 267 Button
on (release) {
gotoAndStop ("42");
}
Symbol 269 Button
on (release) {
gotoAndStop ("43");
}
Symbol 271 Button
on (release) {
gotoAndStop ("44");
}
Symbol 273 Button
on (release) {
gotoAndStop ("45");
}
Symbol 275 Button
on (release) {
gotoAndStop ("46");
}
Symbol 277 Button
on (release) {
gotoAndStop ("47");
}
Symbol 279 Button
on (release) {
gotoAndStop ("48");
}
Symbol 281 Button
on (release) {
gotoAndStop ("49");
}
Symbol 283 Button
on (release) {
gotoAndStop ("50");
}
Symbol 289 Button
on (press) {
_global.timeInt = setInterval(function () {
_root.nextFrame();
}, 3055);
if (_currentframe == 1) {
gotoAndStop (2);
} else if (_currentframe == 2) {
gotoAndStop (1);
}
}
Symbol 296 Button
on (press) {
clearInterval(timeInt);
if (_currentframe == 1) {
gotoAndStop (2);
} else if (_currentframe == 2) {
gotoAndStop (1);
}
}
Symbol 297 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 2
stop();
Symbol 303 Button
on (release) {
nextFrame();
}
Symbol 304 Button
on (release) {
gotoAndStop ("menu");
clearInterval(timeInt);
}
Symbol 307 Button
on (release) {
m1.start(0, 1);
}
Symbol 310 Button
on (release) {
m2.start(0, 1);
}
Symbol 313 Button
on (release) {
m3.start(0, 1);
}
Symbol 319 Button
on (release) {
prevFrame();
}