Combined Code
frame 1 {
var menu = new ContextMenu();
menu.builtInItems.play = false;
menu.builtInItems.quality = true;
menu.builtInItems.forward_back = false;
menu.builtInItems.rewind = false;
menu.builtInItems.zoom = false;
menu.builtInItems.print = false;
menu.builtInItems.loop = false;
_root.menu = menu;
}
movieClip 68 {
}
movieClip 71 {
}
movieClip 81 {
}
movieClip 88 {
}
movieClip 91 {
}
movieClip 96 {
}
movieClip 100 {
}
movieClip 101 {
}
movieClip 104 {
}
movieClip 108 {
}
movieClip 111 {
}
movieClip 112 {
}
movieClip 114 {
}
movieClip 115 {
}
movieClip 116 {
}
movieClip 117 {
}
movieClip 119 {
}
movieClip 121 {
}
movieClip 122 {
}
movieClip 123 {
}
movieClip 124 {
}
movieClip 126 {
frame 40 {
stop();
}
}
movieClip 138 {
}
button 141 {
on (press) {
_root.play();
}
}
movieClip 142 {
frame 1 {
function onEnterFrame() {
if (!loaded) {
var v3 = _root.getBytesLoaded() / _root.getBytesTotal();
if (v3 >= 1) {
if (firstframe) {
gotoAndStop('loaded');
} else {
play();
bar._x = initX;
}
loaded = true;
} else {
bar._x = initX + (v3 - 1) * bar._width;
}
}
var v4 = getTimer() - time;
timeAccum += v4;
while (timeAccum >= FRAME_TIME) {
var v2 = 0;
while (v2 < timeClips.length) {
if (timeClips[v2]._currentframe < timeClips[v2]._totalframes) {
timeClips[v2].nextFrame();
} else {
timeClips[v2].gotoAndStop(1);
}
++v2;
}
if (loaded && _currentframe < _totalframes) {
nextFrame();
}
timeAccum -= FRAME_TIME;
}
time += v4;
firstframe = false;
}
stop();
_root.stop();
var initX = bar._x;
var time = getTimer();
var FRAME_TIME = 33.33333333333334;
var timeAccum = 0;
var firstframe = true;
var loaded = false;
timeClips = [bargfx, tank.mc0, tank.mc1, tank.mc2, tank.mc3, tank.mc4, tank.mc4.mc0, tank.mc4.mc1, tank.mc4.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc0.mc2, tank.mc4.mc0.mc0.mc0.mc3, tank.mc4.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc2, tank.mc5.mc0];
var i = 0;
while (i < timeClips.length) {
timeClips[i].stop();
++i;
}
}
frame 53 {
}
}
frame 2 {
var menu = new ContextMenu();
menu.builtInItems.play = false;
menu.builtInItems.quality = true;
menu.builtInItems.forward_back = false;
menu.builtInItems.rewind = false;
menu.builtInItems.zoom = false;
menu.builtInItems.print = false;
menu.builtInItems.loop = false;
_root.menu = menu;
}
frame 2 {
stop();
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('intro');
bgmusic.start(0, 1);
}
movieClip 146 {
}
movieClip 148 {
}
movieClip 150 {
}
button 157 {
on (release) {
gotoAndPlay(136);
}
}
movieClip 159 {
}
movieClip 162 {
frame 1 {
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
_root.menu = root_cm;
}
instance of movieClip 148 {
onClipEvent (load) {
y = 100;
speed = 5;
radius = 10;
xcenter = 250;
ycenter = 100;
zcenter = 100;
angle = 0;
fl = 150;
}
onClipEvent (enterFrame) {
z = Math.sin(angle * Math.PI / 180) * radius + zcenter;
scale = fl / (fl + z);
x = Math.cos(angle * Math.PI / 180) * radius;
_x = x * scale + xcenter;
_y = y * scale + ycenter;
_yscale = scale * 100;
_xscale = scale * 100;
_rotation = _rotation + 2;
angle += speed;
if (angle > 359) {
angle -= 360;
}
}
}
instance of movieClip 150 {
onClipEvent (load) {
y = 100;
speed = 10;
radius = 10;
xcenter = 350;
ycenter = 100;
zcenter = 100;
angle = 86;
fl = 150;
}
onClipEvent (enterFrame) {
z = Math.sin(angle * Math.PI / 180) * radius + zcenter;
scale = fl / (fl + z);
x = Math.cos(angle * Math.PI / 180) * radius;
_x = x * scale + xcenter;
_y = y * scale + ycenter;
_yscale = scale * 100;
_xscale = scale * 100;
_rotation = _rotation + 5;
angle += speed;
if (angle > 359) {
angle -= 360;
}
}
}
instance of movieClip 159 {
onClipEvent (load) {
y = 100;
speed = 10;
radius = 50;
xcenter = 350;
ycenter = 100;
zcenter = 100;
angle = 86;
fl = 150;
}
onClipEvent (enterFrame) {
z = Math.sin(angle * Math.PI / 180) * radius + zcenter;
scale = fl / (fl + z);
x = Math.cos(angle * Math.PI / 180) * radius;
_x = x * scale + xcenter;
_y = y * scale + ycenter;
_yscale = scale * 100;
_xscale = scale * 100;
_rotation = _rotation + 15;
angle += speed;
if (angle > 359) {
angle -= 360;
}
}
}
frame 136 {
_root.play();
}
instance of movieClip 159 {
onClipEvent (load) {
y = 100;
speed = 5;
radius = 10;
xcenter = 250;
ycenter = 100;
zcenter = 100;
angle = 0;
fl = 150;
}
onClipEvent (enterFrame) {
z = Math.sin(angle * Math.PI / 180) * radius + zcenter;
scale = fl / (fl + z);
x = Math.cos(angle * Math.PI / 180) * radius;
_x = x * scale + xcenter;
_y = y * scale + ycenter;
_yscale = scale * 100;
_xscale = scale * 100;
_rotation = _rotation + 2;
angle += speed;
if (angle > 359) {
angle -= 360;
}
}
}
}
movieClip 165 {
frame 1 {
x00 = _x;
y00 = _y;
MAAI = 1000;
}
frame 2 {
x0 = _x;
y0 = _y;
x = _root._xmouse;
y = _root._ymouse;
a = x - x0;
b = y - y0;
r = Math.sqrt(a * a + b * b);
quer_fugir_x = this._x - (a / r) * MAAI / r;
quer_fugir_y = this._y - (b / r) * MAAI / r;
quer_voltar_x = (x00 - x0) / 2;
quer_voltar_y = (y00 - y0) / 2;
this._x = quer_fugir_x + quer_voltar_x;
this._y = quer_fugir_y + quer_voltar_y;
}
frame 3 {
gotoAndPlay(2);
}
}
movieClip 167 {
frame 1 {
x00 = _x;
y00 = _y;
MAAI = 50;
}
frame 2 {
x0 = _x;
y0 = _y;
x = _root._xmouse;
y = _root._ymouse;
a = x - x0;
b = y - y0;
r = Math.sqrt(a * a + b * b);
quer_fugir_x = this._x - (a / r) * MAAI / r;
quer_fugir_y = this._y - (b / r) * MAAI / r;
quer_voltar_x = (x00 - x0) / 2;
quer_voltar_y = (y00 - y0) / 2;
this._x = quer_fugir_x + quer_voltar_x;
this._y = quer_fugir_y + quer_voltar_y;
}
frame 3 {
gotoAndPlay(2);
}
}
movieClip 169 {
frame 1 {
x00 = _x;
y00 = _y;
MAAI = 50;
}
frame 2 {
x0 = _x;
y0 = _y;
x = _root._xmouse;
y = _root._ymouse;
a = x - x0;
b = y - y0;
r = Math.sqrt(a * a + b * b);
quer_fugir_x = this._x - (a / r) * MAAI / r;
quer_fugir_y = this._y - (b / r) * MAAI / r;
quer_voltar_x = (x00 - x0) / 2;
quer_voltar_y = (y00 - y0) / 2;
this._x = quer_fugir_x + quer_voltar_x;
this._y = quer_fugir_y + quer_voltar_y;
}
frame 3 {
gotoAndPlay(2);
}
}
movieClip 171 {
frame 1 {
x00 = _x;
y00 = _y;
MAAI = 50;
}
frame 2 {
x0 = _x;
y0 = _y;
x = _root._xmouse;
y = _root._ymouse;
a = x - x0;
b = y - y0;
r = Math.sqrt(a * a + b * b);
quer_fugir_x = this._x - (a / r) * MAAI / r;
quer_fugir_y = this._y - (b / r) * MAAI / r;
quer_voltar_x = (x00 - x0) / 2;
quer_voltar_y = (y00 - y0) / 2;
this._x = quer_fugir_x + quer_voltar_x;
this._y = quer_fugir_y + quer_voltar_y;
}
frame 3 {
gotoAndPlay(2);
}
}
movieClip 173 {
frame 1 {
x00 = _x;
y00 = _y;
MAAI = 50;
}
frame 2 {
x0 = _x;
y0 = _y;
x = _root._xmouse;
y = _root._ymouse;
a = x - x0;
b = y - y0;
r = Math.sqrt(a * a + b * b);
quer_fugir_x = this._x - (a / r) * MAAI / r;
quer_fugir_y = this._y - (b / r) * MAAI / r;
quer_voltar_x = (x00 - x0) / 2;
quer_voltar_y = (y00 - y0) / 2;
this._x = quer_fugir_x + quer_voltar_x;
this._y = quer_fugir_y + quer_voltar_y;
}
frame 3 {
gotoAndPlay(2);
}
}
movieClip 174 {
frame 1 {
x00 = _x;
y00 = _y;
MAAI = 50;
}
frame 2 {
x0 = _x;
y0 = _y;
x = _root._xmouse;
y = _root._ymouse;
a = x - x0;
b = y - y0;
r = Math.sqrt(a * a + b * b);
quer_fugir_x = this._x - (a / r) * MAAI / r;
quer_fugir_y = this._y - (b / r) * MAAI / r;
quer_voltar_x = (x00 - x0) / 2;
quer_voltar_y = (y00 - y0) / 2;
this._x = quer_fugir_x + quer_voltar_x;
this._y = quer_fugir_y + quer_voltar_y;
}
frame 3 {
gotoAndPlay(2);
}
}
movieClip 176 {
frame 1 {
x00 = _x;
y00 = _y;
MAAI = 50;
}
frame 2 {
x0 = _x;
y0 = _y;
x = _root._xmouse;
y = _root._ymouse;
a = x - x0;
b = y - y0;
r = Math.sqrt(a * a + b * b);
quer_fugir_x = this._x - (a / r) * MAAI / r;
quer_fugir_y = this._y - (b / r) * MAAI / r;
quer_voltar_x = (x00 - x0) / 2;
quer_voltar_y = (y00 - y0) / 2;
this._x = quer_fugir_x + quer_voltar_x;
this._y = quer_fugir_y + quer_voltar_y;
}
frame 3 {
gotoAndPlay(2);
}
}
button 180 {
on (release) {
getURL('http://www.samhulse.co.uk', _blank);
}
}
movieClip 181 {
}
button 186 {
on (release) {
gotoAndPlay(182);
}
}
frame 182 {
stop();
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('0million');
bgmusic.start(0, 1);
var question = 0;
var ataused = false;
var pafused = false;
var fiftyfiftyused = false;
var sh = '';
var twoplayer = false;
var money = 0;
var q1 = false;
var q2 = false;
var q3 = false;
var q4 = false;
var q5 = false;
var q6 = false;
var q7 = false;
var q8 = false;
var q9 = false;
var q10 = false;
var ffq1 = false;
var ffq2 = false;
var ffq3 = false;
var ffq4 = false;
var ffq5 = false;
var ffq6 = false;
var ffq7 = false;
var ffq8 = false;
var ffq9 = false;
var ffq10 = false;
var q11 = false;
var q12 = false;
var q13 = false;
var q14 = false;
var q15 = false;
var q16 = false;
var q17 = false;
var q18 = false;
var q19 = false;
var q20 = false;
var q21 = false;
var q22 = false;
var q23 = false;
var q24 = false;
var q25 = false;
var q26 = false;
var q27 = false;
var q28 = false;
var q28 = false;
var q30 = false;
var q31 = false;
var q32 = false;
var q33 = false;
var q34 = false;
var q35 = false;
var q36 = false;
var q37 = false;
var q38 = false;
var q39 = false;
var q40 = false;
var q41 = false;
var q42 = false;
var q43 = false;
var q44 = false;
var q45 = false;
var q46 = false;
var q47 = false;
var q48 = false;
var q49 = false;
var q50 = false;
}
button 195 {
on (release) {
gotoAndPlay(187);
}
}
button 198 {
on (release) {
gotoAndPlay('rules');
}
}
button 200 {
on (release) {
gotoAndPlay(242);
}
}
button 203 {
on (release) {
gotoAndPlay('hs');
}
}
button 205 {
on (release) {
gotoAndPlay('twop');
}
}
button 207 {
on (release) {
gotoAndPlay('pass');
}
}
frame 183 {
stop();
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('million2');
bgmusic.start(3, 10);
}
button 213 {
on (release) {
prevFrame();
}
}
frame 184 {
stop();
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('million2');
bgmusic.start(3, 10);
__top10_send__ = new LoadVars();
__top10_receive__ = new LoadVars();
__top10_url_1__ = 'http://www.armorbot.com/flashcomm';
__top10_url_2__ = '/top10_b';
__top10_send__.hid = 547;
__top10_send__.kid = 'VZQRZD';
__top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, 'POST');
__top10_receive__.onLoad = function (success) {
if (success) {
i = 1;
while (i < 11) {
_root['_name' + i + '_'].text = __top10_receive__['name' + i];
_root['_score' + i + '_'].text = __top10_receive__['score' + i];
++i;
}
} else {
_root.__err__.gotoAndStop(2);
}
};
}
movieClip 216 {
}
button 246 {
on (release) {
getURL('http://armorbot.com/mytable/?id=547', 'blank');
}
}
movieClip 249 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 251 {
on (release) {
gotoAndPlay('menu');
}
}
frame 185 {
stop();
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('million2');
bgmusic.start(3, 10);
p1money = 0;
p2money = 0;
round = 1;
}
button 257 {
on (release) {
var round = 1;
gotoAndPlay(2006);
}
}
frame 186 {
stop();
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('million2');
bgmusic.start(3, 10);
}
button 261 {
on (release) {
if (pcheck == '0t46q' or pcheck == '0T46Q') {
gotoAndPlay(2204);
} else {
pcheck = 'Access denied.';
}
}
}
movieClip 264 {
}
instance of movieClip 264 {
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
if (_root.pcheck == '0t46q' or _root.pcheck == '0T46Q') {
trace('should work');
_root.gotoAndPlay('tg');
} else {
_root.pcheck = 'Access denied.';
}
}
}
}
frame 187 {
var menu = new ContextMenu();
menu.builtInItems.play = false;
menu.builtInItems.forward_back = false;
menu.builtInItems.rewind = false;
menu.builtInItems.zoom = false;
menu.builtInItems.print = false;
menu.builtInItems.loop = false;
_root.menu = menu;
var variable = 0;
pafused = false;
ataused = false;
fiftyfiftyused = false;
var lu = false;
var ta = false;
var co = false;
var pi = false;
var mj = false;
var mc = false;
q1 = false;
q2 = false;
q3 = false;
q4 = false;
q5 = false;
q6 = false;
q7 = false;
q8 = false;
q9 = false;
q10 = false;
q11 = false;
q12 = false;
q13 = false;
q14 = false;
q15 = false;
q16 = false;
q17 = false;
q18 = false;
q19 = false;
q20 = false;
q21 = false;
q22 = false;
q23 = false;
q24 = false;
q25 = false;
q26 = false;
q27 = false;
q28 = false;
q28 = false;
q30 = false;
q31 = false;
q32 = false;
q33 = false;
q34 = false;
q35 = false;
q36 = false;
q37 = false;
q38 = false;
q39 = false;
q40 = false;
q41 = false;
q42 = false;
q43 = false;
q44 = false;
q45 = false;
q46 = false;
q47 = false;
q48 = false;
q49 = false;
q50 = false;
}
frame 187 {
stop();
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('start');
bgmusic.start(0, 1);
}
button 267 {
on (release) {
question = 1 + random(5);
money = 100;
if (question == 1) {
q1 = true;
gotoAndPlay(188);
} else {
if (question == 2) {
q2 = true;
gotoAndPlay(189);
} else {
if (question == 3) {
q3 = true;
gotoAndPlay(190);
} else {
if (question == 4) {
q4 = true;
gotoAndPlay(191);
} else {
if (question == 5) {
q5 = true;
gotoAndPlay(192);
} else {
if (question == 6) {
q6 = true;
gotoAndPlay(193);
}
}
}
}
}
}
}
}
frame 188 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('s2b');
bgmusic.start(0, 1);
stop();
q = 'Name the original platform.';
a = 'A. Genesis';
b = 'B. Dreamcast';
c = 'C. Sega Saturn';
d = 'D. Sega CD';
_root.answer = 1;
lu = false;
ta = true;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 188 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
movieClip 279 {
}
movieClip 280 {
}
button 287 {
on (release) {
fifty.gotoAndPlay(2);
fiftyfiftyused = true;
}
}
button 291 {
on (release) {
phone.gotoAndPlay(2);
pafused = true;
}
}
button 295 {
on (release) {
_root.ata._y = 1000;
audience.gotoAndPlay(2);
ataused = true;
}
}
button 297 {
on (release) {
gotoAndPlay(240);
}
}
movieClip 307 {
}
instance of movieClip 307 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 313 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('s2b');
bgmusic.start(0, 1);
}
}
movieClip 328 {
}
movieClip 331 {
}
movieClip 334 {
}
movieClip 337 {
}
button 338 {
on (release) {
_root.audience._y = 1000;
_root.ata._y = 1000;
}
}
movieClip 339 {
frame 1 {
stop();
}
frame 2 {
_root.bgmusic.stop();
}
frame 280 {
graphA._visible = false;
graphB._visible = false;
graphC._visible = false;
graphD._visible = false;
_root.audience.gotoAndStop(280);
if (_root.answer == 1) {
_root.randomthing = _root.random(100);
if (_root.randomthing >= _root.question) {
graphA._visible = true;
} else {
_root.randomthing = random(3);
_root.randomthing += 1;
if (_root.randomthing == 1) {
graphB._visible = true;
} else {
if (_root.randomthing == 2) {
graphC._visible = true;
} else {
if (_root.randomthing == 3) {
graphD._visible = true;
}
}
}
}
} else {
if (_root.answer == 2) {
_root.randomthing = _root.random(100);
if (_root.randomthing >= _root.question) {
graphB._visible = true;
} else {
_root.randomthing = random(3);
_root.randomthing += 1;
if (_root.randomthing == 1) {
graphA._visible = true;
} else {
if (_root.randomthing == 2) {
graphC._visible = true;
} else {
if (_root.randomthing == 3) {
graphD._visible = true;
}
}
}
}
} else {
if (_root.answer == 3) {
_root.randomthing = _root.random(100);
if (_root.randomthing >= question) {
graphC._visible = true;
} else {
_root.randomthing = random(3);
_root.randomthing += 1;
if (_root.randomthing == 1) {
graphA._visible = true;
} else {
if (_root.randomthing == 2) {
graphB._visible = true;
} else {
if (_root.randomthing == 3) {
graphD._visible = true;
}
}
}
}
} else {
if (_root.answer == 4) {
_root.randomthing = _root.random(100);
if (_root.randomthing >= _root.question) {
graphD._visible = true;
} else {
_root.randomthing = random(3);
_root.randomthing += 1;
if (_root.randomthing == 1) {
graphA._visible = true;
} else {
if (_root.randomthing == 2) {
graphC._visible = true;
} else {
if (_root.randomthing == 3) {
graphB._visible = true;
}
}
}
}
}
}
}
}
}
}
button 352 {
on (release) {
_root.ff._y = 1000;
_root.fifty._y = 1000;
}
}
movieClip 354 {
frame 1 {
stop();
}
frame 2 {
_root.bgmusic.stop();
var outcome = '';
}
frame 276 {
if (_root.answer == 1) {
randomthingb = random(3) + 1;
if (randomthingb == 1) {
_root.outcome = 'The choices B and C have been eliminated.';
} else {
if (randomthingb == 2) {
_root.outcome = 'The choices C and D have been eliminated.';
} else {
if (randomthingb == 3) {
_root.outcome = 'The choices B and D have been eliminated.';
}
}
}
} else {
if (_root.answer == 2) {
randomthingb = random(3) + 1;
if (randomthingb == 1) {
_root.outcome = 'The choices A and C have been eliminated.';
} else {
if (randomthingb == 2) {
_root.outcome = 'The choices C and D have been eliminated.';
} else {
if (randomthingb == 3) {
_root.outcome = 'The choices A and D have been eliminated.';
}
}
}
} else {
if (_root.answer == 3) {
randomthingb = random(3) + 1;
if (randomthingb == 1) {
_root.outcome = 'The choices A and B have been eliminated.';
} else {
if (randomthingb == 2) {
_root.outcome = 'The choices B and D have been eliminated.';
} else {
if (randomthingb == 3) {
_root.outcome = 'The choices A and D have been eliminated.';
}
}
}
} else {
if (_root.answer == 4) {
randomthingb = random(3) + 1;
if (randomthingb == 1) {
_root.outcome = 'The choices A and C have been eliminated.';
} else {
if (randomthingb == 2) {
_root.outcome = 'The choices C and B have been eliminated.';
} else {
if (randomthingb == 3) {
_root.outcome = 'The choices A and B have been eliminated.';
}
}
}
}
}
}
}
}
frame 277 {
_root.fifty.gotoAndStop(277);
}
}
button 360 {
on (release) {
if (_root.co == true) {
gotoAndPlay(8);
} else {
gotoAndPlay(7);
}
}
}
button 362 {
on (release) {
if (_root.lu == true) {
gotoAndPlay(4);
} else {
gotoAndPlay(3);
}
}
}
button 364 {
on (release) {
if (_root.ta == true) {
gotoAndPlay(6);
} else {
gotoAndPlay(5);
}
}
}
button 366 {
on (release) {
if (_root.pi == true) {
gotoAndPlay(10);
} else {
gotoAndPlay(9);
}
}
}
button 368 {
on (release) {
if (_root.mj == true) {
gotoAndPlay(12);
} else {
gotoAndPlay(11);
}
}
}
button 370 {
on (release) {
if (_root.mc == true) {
gotoAndPlay(14);
} else {
gotoAndPlay(13);
}
}
}
button 371 {
on (release) {
stopAllSounds();
_root.paf._y = 1000;
_root.phone._y = 1000;
}
}
movieClip 399 {
frame 1 {
stop();
}
frame 2 {
_root.bgmusic.stop();
stop();
}
frame 2 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('phone');
bgmusic.start(0, 1);
}
frame 3 {
stop();
if (_root.answer == 1) {
letter = 'a';
} else {
if (_root.answer == 2) {
letter = 'b';
} else {
if (_root.answer == 3) {
letter = 'c';
} else {
if (_root.answer == 4) {
letter = 'd';
}
}
}
}
}
frame 4 {
if (_root.answer == 1) {
letter = 'a';
} else {
if (_root.answer == 2) {
letter = 'b';
} else {
if (_root.answer == 3) {
letter = 'c';
} else {
if (_root.answer == 4) {
letter = 'd';
}
}
}
}
}
frame 4 {
stop();
}
frame 5 {
if (_root.answer == 1) {
letter = 'a';
} else {
if (_root.answer == 2) {
letter = 'b';
} else {
if (_root.answer == 3) {
letter = 'c';
} else {
if (_root.answer == 4) {
letter = 'd';
}
}
}
}
}
frame 5 {
stop();
}
frame 6 {
if (_root.answer == 1) {
letter = 'a';
} else {
if (_root.answer == 2) {
letter = 'b';
} else {
if (_root.answer == 3) {
letter = 'c';
} else {
if (_root.answer == 4) {
letter = 'd';
}
}
}
}
}
frame 6 {
stop();
}
frame 7 {
if (_root.answer == 1) {
letter = 'a';
} else {
if (_root.answer == 2) {
letter = 'b';
} else {
if (_root.answer == 3) {
letter = 'c';
} else {
if (_root.answer == 4) {
letter = 'd';
}
}
}
}
}
frame 7 {
stop();
}
frame 8 {
if (_root.answer == 1) {
letter = 'a';
} else {
if (_root.answer == 2) {
letter = 'b';
} else {
if (_root.answer == 3) {
letter = 'c';
} else {
if (_root.answer == 4) {
letter = 'd';
}
}
}
}
}
frame 8 {
stop();
}
frame 9 {
if (_root.answer == 1) {
letter = 'a';
} else {
if (_root.answer == 2) {
letter = 'b';
} else {
if (_root.answer == 3) {
letter = 'c';
} else {
if (_root.answer == 4) {
letter = 'd';
}
}
}
}
}
frame 9 {
stop();
}
frame 10 {
if (_root.answer == 1) {
letter = 'a';
} else {
if (_root.answer == 2) {
letter = 'b';
} else {
if (_root.answer == 3) {
letter = 'c';
} else {
if (_root.answer == 4) {
letter = 'd';
}
}
}
}
}
frame 10 {
stop();
}
frame 11 {
if (_root.answer == 1) {
letter = 'a';
} else {
if (_root.answer == 2) {
letter = 'b';
} else {
if (_root.answer == 3) {
letter = 'c';
} else {
if (_root.answer == 4) {
letter = 'd';
}
}
}
}
}
frame 11 {
stop();
}
frame 12 {
if (_root.answer == 1) {
letter = 'a';
} else {
if (_root.answer == 2) {
letter = 'b';
} else {
if (_root.answer == 3) {
letter = 'c';
} else {
if (_root.answer == 4) {
letter = 'd';
}
}
}
}
}
frame 12 {
stop();
}
frame 13 {
if (_root.answer == 1) {
letter = 'a';
} else {
if (_root.answer == 2) {
letter = 'b';
} else {
if (_root.answer == 3) {
letter = 'c';
} else {
if (_root.answer == 4) {
letter = 'd';
}
}
}
}
}
frame 13 {
stop();
}
frame 14 {
if (_root.answer == 1) {
letter = 'a';
} else {
if (_root.answer == 2) {
letter = 'b';
} else {
if (_root.answer == 3) {
letter = 'c';
} else {
if (_root.answer == 4) {
letter = 'd';
}
}
}
}
}
frame 14 {
stop();
}
}
frame 189 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('pokestad');
bgmusic.start(0, 1);
stop();
q = 'Name that Game.';
a = 'A. Super Mario 64';
b = 'B. Super Smash Bros Melee';
c = 'C. Mario Party 1';
d = 'D. Paper Mario TTYD';
_root.answer = 2;
_root.series = 'mario';
lu = true;
ta = false;
co = false;
pi = true;
mj = false;
mc = true;
}
frame 189 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
movieClip 401 {
}
instance of movieClip 401 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 402 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('pokestad');
bgmusic.start(0, 1);
}
}
frame 190 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('airship');
bgmusic.start(0, 1);
stop();
q = 'Name that picture.';
a = 'A. Top Left';
b = 'B. Top Right';
c = 'C. Bottom Left';
d = 'D. Bottom Right';
_root.answer = 2;
_root.series = 'mario';
lu = true;
ta = false;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 190 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
button 408 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('airship');
bgmusic.start(0, 1);
}
}
frame 191 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('dk');
bgmusic.start(0, 1);
stop();
q = 'Find the picture.';
a = 'A. Top Left';
b = 'B. Top Right';
c = 'C. Bottom Left';
d = 'D. Bottom Right';
_root.answer = 4;
_root.series = 'mario';
lu = true;
ta = false;
co = false;
pi = false;
mj = true;
mc = false;
}
frame 191 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
movieClip 415 {
}
instance of movieClip 415 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('correct');
}
}
}
button 416 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('dk');
bgmusic.start(0, 1);
}
}
frame 192 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('pacman');
bgmusic.start(0, 1);
stop();
q = 'Name the game.';
a = 'A. Donkey Kong Arcade';
b = 'B. Frogger';
c = 'C. Pacman';
d = 'D. Super Mario Bros. 2';
_root.answer = 3;
_root.series = 'gamer';
lu = false;
ta = false;
co = false;
pi = false;
mj = true;
mc = false;
}
frame 192 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
movieClip 418 {
}
instance of movieClip 418 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 419 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('pacman');
bgmusic.start(0, 1);
}
}
frame 193 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('rainbow');
bgmusic.start(0, 1);
stop();
q = 'Name that picture.';
a = 'A. Top Left';
b = 'B. Top Right';
c = 'C. Bottom Left';
d = 'D. Bottom Right';
_root.answer = 3;
_root.series = 'mario';
lu = true;
ta = false;
co = true;
pi = false;
mj = false;
mc = false;
}
frame 193 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
button 425 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('rainbow');
bgmusic.start(0, 1);
}
}
frame 194 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('hyrule');
bgmusic.start(0, 1);
stop();
q = 'Name the original platform.';
a = 'A. N64';
b = 'B. Playstation';
c = 'C. Xbox';
d = 'D. Gamecube';
_root.answer = 4;
_root.series = 'zelda';
lu = true;
ta = false;
co = false;
pi = false;
mj = false;
mc = true;
}
frame 194 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
movieClip 434 {
}
instance of movieClip 415 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('correct');
}
}
}
button 435 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('hyrule');
bgmusic.start(0, 1);
}
}
frame 195 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('cw');
bgmusic.start(0, 1);
stop();
q = 'Name that Game.';
a = 'A. Super Mario 64';
b = 'B. Super Mario Sunshine';
c = 'C. Paper Mario';
d = 'D. Super Smash Bros.';
_root.answer = 1;
_root.series = 'mario';
lu = true;
ta = false;
co = true;
pi = false;
mj = false;
mc = false;
}
frame 195 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 307 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 436 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('cw');
bgmusic.start(0, 1);
}
}
frame 196 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('smb2under');
bgmusic.start(0, 1);
stop();
q = 'Name the original platform.';
a = 'A. SNES';
b = 'B. Genesis';
c = 'C. NES';
d = 'D. N64';
_root.answer = 3;
_root.series = 'mario';
lu = true;
ta = false;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 196 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 418 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 437 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('smb2under');
bgmusic.start(0, 1);
}
}
frame 197 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('E102');
bgmusic.start(0, 1);
stop();
q = 'Name that Game.';
a = 'A. Sonic Adventure';
b = 'B. Sonic Adventure 2';
c = 'C. Sonic CD';
d = 'D. Sonic Heroes';
_root.answer = 1;
_root.series = 'sonic';
lu = false;
ta = true;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 197 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 307 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 438 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('E102');
bgmusic.start(0, 1);
}
}
frame 198 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('ScrapBrain');
bgmusic.start(0, 1);
stop();
q = 'Name that Date.';
a = 'A. 1985';
b = 'B. 1987';
c = 'C. 1989';
d = 'D. 1991';
_root.answer = 4;
_root.series = 'sonic';
lu = false;
ta = true;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 198 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 415 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('correct');
}
}
}
button 439 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('ScrapBrain');
bgmusic.start(0, 1);
}
}
frame 199 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('PopLand');
bgmusic.start(0, 1);
stop();
q = 'Find the Picture.';
a = 'A. Top Left';
b = 'B. Top Right';
c = 'C. Bottom Left';
d = 'D. Bottom Right';
_root.answer = 4;
_root.series = 'gamer';
lu = true;
ta = false;
co = true;
pi = false;
mj = false;
mc = false;
}
frame 199 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
button 445 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('PopLand');
bgmusic.start(0, 1);
}
}
frame 200 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('Eggman');
bgmusic.start(0, 1);
stop();
q = 'Name that Song.';
a = 'A. Believe in Myself';
b = 'B. E.G.G.M.A.N.';
c = 'C. Fly in the Freedom';
d = 'D. It Doesn\'t Matter';
_root.answer = 2;
_root.series = 'sonic';
lu = false;
ta = true;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 200 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 401 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 446 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('Eggman');
bgmusic.start(0, 1);
}
}
frame 201 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('rallyx');
bgmusic.start(0, 1);
stop();
q = 'Name that Game.';
a = 'A. Super Mario Kart';
b = 'B. Excitebike';
c = 'C. Rally X';
d = 'D. Mario Kart: DD';
_root.answer = 3;
_root.series = 'gamer';
lu = false;
ta = false;
co = false;
pi = false;
mj = true;
mc = false;
}
frame 201 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 418 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 447 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('rallyx');
bgmusic.start(0, 1);
}
}
frame 202 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('beanstalk');
bgmusic.start(0, 1);
stop();
q = 'Name that Song.';
a = 'A. Beanstalk Park';
b = 'B. Sky Sands';
c = 'C. Magna Flow';
d = 'D. Frozen Hillside';
_root.answer = 1;
_root.series = 'gamer';
lu = true;
ta = false;
co = false;
pi = false;
mj = false;
mc = true;
}
frame 202 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 307 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 448 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('beanstalk');
bgmusic.start(0, 1);
}
}
frame 203 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('frogger');
bgmusic.start(0, 1);
stop();
q = 'Name that game.';
a = 'A Frogger';
b = 'B. Mario Bros. Arcade';
c = 'C. Bubble Bobble';
d = 'D. Pacman';
_root.answer = 1;
_root.series = 'gamer';
lu = false;
ta = false;
co = false;
pi = false;
mj = false;
mc = true;
}
frame 203 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
button 449 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('frogger');
bgmusic.start(0, 1);
}
}
frame 204 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('StAnne');
bgmusic.start(0, 1);
stop();
q = 'Name that date.';
a = 'A. 1998';
b = 'B. 1995';
c = 'C. 1994';
d = 'D. 1992';
_root.answer = 1;
_root.series = 'pokemon';
lu = false;
ta = false;
co = false;
pi = true;
mj = false;
mc = false;
}
frame 204 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
button 452 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('StAnne');
bgmusic.start(0, 1);
}
}
frame 205 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('Ricco');
bgmusic.start(0, 1);
stop();
q = 'Name that song.';
a = 'A. Jolly Roger Bay';
b = 'B. Ricco harbor';
c = 'C. Noki Bay';
d = 'D. Bianco Hills';
_root.answer = 2;
_root.series = 'mario';
lu = true;
ta = false;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 205 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 401 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 453 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('Ricco');
bgmusic.start(0, 1);
}
}
frame 206 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('Forest');
bgmusic.start(0, 1);
stop();
q = 'Name the original platform.';
a = 'A. SNES';
b = 'B. NES';
c = 'C. N64';
d = 'D. Gamecube';
_root.answer = 1;
_root.series = 'mario';
lu = true;
ta = false;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 206 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 307 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 454 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('Forest');
bgmusic.start(0, 1);
}
}
frame 207 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('thwomp');
bgmusic.start(0, 1);
stop();
q = 'Name the original platform.';
a = 'A. Gamecube';
b = 'B. Nintendo DS';
c = 'C. N64';
d = 'D. Wii';
_root.answer = 2;
_root.series = 'mario';
lu = true;
ta = false;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 207 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 401 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 455 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('thwomp');
bgmusic.start(0, 1);
}
}
frame 208 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('popple');
bgmusic.start(0, 1);
stop();
q = 'Name that game.';
a = 'A. Super Mario 64';
b = 'B. Paper Mario TTYD';
c = 'C. Mario & Luigi';
d = 'D. Paper Mario';
_root.answer = 3;
_root.series = 'mario';
lu = true;
ta = false;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 208 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 418 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 456 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('popple');
bgmusic.start(0, 1);
}
}
frame 209 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('RegalR');
bgmusic.start(0, 1);
stop();
q = 'Find the Picture.';
a = 'A. Top Left';
b = 'B. Top Right';
c = 'C. Bottom Left';
d = 'D. Bottom Right';
_root.answer = 3;
_root.series = 'sonic';
lu = false;
ta = true;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 209 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
button 462 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('RegalR');
bgmusic.start(0, 1);
}
}
frame 210 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('windy');
bgmusic.start(0, 1);
stop();
q = 'Name that song.';
a = 'A. Bats';
b = 'B. Pooland';
c = 'C. Sloprano';
d = 'D. Windy';
_root.answer = 4;
_root.series = 'gamer';
lu = false;
ta = false;
co = true;
pi = false;
mj = false;
mc = false;
}
frame 210 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 415 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('correct');
}
}
}
button 463 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('windy');
bgmusic.start(0, 1);
}
}
frame 211 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('Targets');
bgmusic.start(0, 1);
stop();
q = 'Find the Date.';
a = 'A. 2005';
b = 'B. 2001';
c = 'C. 1999';
d = 'D. 1995';
_root.answer = 2;
_root.series = 'gamer';
lu = true;
ta = false;
co = false;
pi = true;
mj = false;
mc = false;
}
frame 211 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 401 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 464 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('Targets');
bgmusic.start(0, 1);
}
}
frame 212 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('bb');
bgmusic.start(0, 1);
stop();
q = 'Find the Picture.';
a = 'A. Top Left';
b = 'B. Top Right';
c = 'C. Bottom Left';
d = 'D. Bottom Right';
_root.answer = 1;
_root.series = 'gamer';
lu = false;
ta = false;
co = false;
pi = false;
mj = true;
mc = false;
}
frame 212 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 307 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 470 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('bb');
bgmusic.start(0, 1);
}
}
frame 213 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('paper');
bgmusic.start(0, 1);
stop();
q = 'Find the Picture.';
a = 'A. Top Left';
b = 'B. Top Right';
c = 'C. Bottom Left';
d = 'D. Bottom Right';
_root.answer = 2;
_root.series = 'gamer';
lu = false;
ta = false;
co = false;
pi = false;
mj = true;
mc = false;
}
frame 213 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 401 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 474 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('paperboy');
bgmusic.start(0, 1);
}
}
frame 214 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('townhall');
bgmusic.start(0, 1);
stop();
q = 'Find the Picture.';
a = 'A. Top Left';
b = 'B. Top Right';
c = 'C. Bottom Left';
d = 'D. Bottom Right';
_root.answer = 3;
_root.series = 'gamer';
lu = false;
ta = false;
co = false;
pi = false;
mj = false;
mc = true;
}
frame 214 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 418 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 480 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('townhall');
bgmusic.start(0, 1);
}
}
frame 215 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('meteos');
bgmusic.start(0, 1);
stop();
q = 'Name that Song.';
a = 'A. Meteos';
b = 'B. Mario Kart DS';
c = 'C. New Super Mario Bros.';
d = 'D. Metroid: Prime Hunters';
_root.answer = 1;
_root.series = 'gamer';
lu = false;
ta = false;
co = false;
pi = false;
mj = false;
mc = true;
}
frame 215 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 307 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 481 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('meteos');
bgmusic.start(0, 1);
}
}
frame 216 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('mega man boss');
bgmusic.start(0, 1);
stop();
q = 'Name that game.';
a = 'A. Pokemon Firered';
b = 'B. Warioware';
c = 'C. Monsters. Inc';
d = 'D. Mega Man Battle Network';
_root.answer = 4;
_root.series = 'megaman';
lu = true;
ta = false;
co = false;
pi = false;
mj = false;
mc = true;
}
frame 216 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 415 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('correct');
}
}
}
button 482 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('mega man boss');
bgmusic.start(0, 1);
}
}
frame 217 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('QQGF');
bgmusic.start(0, 1);
stop();
q = 'Name that Game.';
a = 'A. Sonic 1';
b = 'B. Sonic CD';
c = 'C. Sonic 2';
d = 'D. Sonic 3';
_root.answer = 2;
_root.series = 'sonic';
lu = false;
ta = true;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 217 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 401 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 483 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('QQGF');
bgmusic.start(0, 1);
}
}
frame 218 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('Luigi mansion');
bgmusic.start(0, 1);
stop();
q = 'Name that Game.';
a = 'A. Mario Party';
b = 'B. Luigi\'s Mansion';
c = 'C. Paper Mario';
d = 'D. Paper Mario TTYD';
_root.answer = 2;
_root.series = 'mario';
lu = true;
ta = false;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 218 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
button 486 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('Luigi mansion');
bgmusic.start(0, 1);
}
}
frame 219 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('iceman');
bgmusic.start(0, 1);
stop();
q = 'Name that Date.';
a = 'A. 1999';
b = 'B. 2000';
c = 'C. 2001';
d = 'D. 2002';
_root.answer = 3;
_root.series = 'megaman';
lu = true;
ta = false;
co = true;
pi = false;
mj = false;
mc = false;
}
frame 219 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 418 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 487 {
on (release) {
gotoAndPlay(219);
}
}
button 488 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('iceman');
bgmusic.start(0, 1);
}
}
frame 220 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('SSBF');
bgmusic.start(0, 1);
stop();
q = 'Name the time zone.';
a = 'A. Past';
b = 'B. Present';
c = 'C. Good Future';
d = 'D. Bad Future';
_root.answer = 4;
_root.series = 'sonic';
lu = false;
ta = true;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 220 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 415 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('correct');
}
}
}
button 489 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('SSBF');
bgmusic.start(0, 1);
}
}
frame 221 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('PanicP');
bgmusic.start(0, 1);
stop();
q = 'Name the original platform.';
a = 'A. Sonic CD';
b = 'B. Genesis';
c = 'C. Sega Saturn';
d = 'D. Dreamcast';
_root.answer = 3;
_root.series = 'sonic';
lu = false;
ta = true;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 221 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 418 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 490 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('PanicP');
bgmusic.start(0, 1);
}
}
frame 222 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('StatuePark');
bgmusic.start(0, 1);
stop();
q = 'Name that Song.';
a = 'A. Severnaya 1';
b = 'B. Statue Park';
c = 'C. Byelomorye Dam';
d = 'D. Arkhangelsk War. Fac.';
_root.answer = 2;
_root.series = 'gamer';
lu = false;
ta = false;
co = true;
pi = false;
mj = false;
mc = false;
}
frame 222 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 401 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 491 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('StatuePark');
bgmusic.start(0, 1);
}
}
frame 223 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('Heist');
bgmusic.start(0, 1);
stop();
q = 'Find the Picture.';
a = 'A. Top Left';
b = 'B. Top Right';
c = 'C. Bottom Left';
d = 'D. Bottom Right';
_root.answer = 1;
_root.series = 'gamer';
lu = false;
ta = false;
co = true;
pi = false;
mj = false;
mc = false;
}
frame 223 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 307 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 497 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('Heist');
bgmusic.start(0, 1);
}
}
frame 224 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('digdug');
bgmusic.start(0, 1);
stop();
q = 'Find the Picture.';
a = 'A. Top Left';
b = 'B. Top Right';
c = 'C. Bottom Left';
d = 'D. Bottom Right';
_root.answer = 3;
_root.series = 'gamer';
lu = false;
ta = false;
co = false;
pi = false;
mj = true;
mc = false;
}
frame 224 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 418 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 503 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('digdug');
bgmusic.start(0, 1);
}
}
frame 225 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('marblemadness');
bgmusic.start(0, 1);
stop();
q = 'Name that Date.';
a = 'A. 1990';
b = 'B. 1987';
c = 'C. 1984';
d = 'D. 1991';
_root.answer = 3;
_root.series = 'gamer';
lu = false;
ta = false;
co = false;
pi = false;
mj = true;
mc = false;
}
frame 225 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
button 504 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('marblemadness');
bgmusic.start(0, 1);
}
}
frame 226 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('greengarden');
bgmusic.start(0, 1);
stop();
q = 'Name the song.';
a = 'A. Rainbow Ride';
b = 'B. Rainbow Palace';
c = 'C. Hyrule Castle';
d = 'D. Green Garden';
_root.answer = 4;
_root.series = 'gamer';
lu = true;
ta = false;
co = true;
pi = false;
mj = false;
mc = false;
}
frame 226 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 415 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('correct');
}
}
}
button 505 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('greengarden');
bgmusic.start(0, 1);
}
}
frame 227 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('HBK');
bgmusic.start(0, 1);
stop();
q = 'Name the game.';
a = 'A. Metroid Prime Hunters';
b = 'B. Castlevania Dawn of Sorrow';
c = 'C. Meteos';
d = 'D. New Super Mario Bros.';
_root.answer = 1;
_root.series = 'gamer';
lu = true;
ta = false;
co = false;
pi = false;
mj = false;
mc = true;
}
frame 227 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 307 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 506 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('HBK');
bgmusic.start(0, 1);
}
}
frame 228 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('marioarcade');
bgmusic.start(0, 1);
stop();
q = 'Name that Date.';
a = 'A. 1981';
b = 'B. 1982';
c = 'C. 1983';
d = 'D. 1984';
_root.answer = 3;
_root.series = 'mario';
lu = true;
ta = false;
co = false;
pi = false;
mj = true;
mc = false;
}
frame 228 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 418 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 507 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('marioarcade');
bgmusic.start(0, 1);
}
}
frame 229 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('tetris');
bgmusic.start(0, 1);
stop();
q = 'Name the original platform.';
a = 'A. NES';
b = 'B. SNES';
c = 'C. Game Boy';
d = 'D. Nintendo 64';
_root.answer = 1;
_root.series = 'mario';
lu = false;
ta = false;
co = false;
pi = false;
mj = true;
mc = false;
}
frame 229 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 307 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 508 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('tetris');
bgmusic.start(0, 1);
}
}
frame 230 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('Birabuto');
bgmusic.start(0, 1);
stop();
q = 'Name the date.';
a = 'A. 1988';
b = 'B. 1989';
c = 'C. 1990';
d = 'D. 1994';
_root.answer = 2;
_root.series = 'mario';
lu = true;
ta = false;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 230 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 401 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 511 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('Birabuto');
bgmusic.start(0, 1);
}
}
frame 231 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('MMP');
bgmusic.start(0, 1);
stop();
q = 'Find the Picture.';
a = 'A. Top Left';
b = 'B. Top Right';
c = 'C. Bottom Left';
d = 'D. Bottom Right';
_root.answer = 3;
_root.series = 'sonic';
lu = false;
ta = true;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 231 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 418 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 517 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('MMP');
bgmusic.start(0, 1);
}
}
frame 232 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('Severnaya');
bgmusic.start(0, 1);
stop();
q = 'Find the Picture.';
a = 'A. Top Left';
b = 'B. Top Right';
c = 'C. Bottom Left';
d = 'D. Bottom Right';
_root.answer = 2;
_root.series = 'gamer';
lu = false;
ta = false;
co = true;
pi = false;
mj = false;
mc = false;
}
frame 232 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 401 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 523 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('Severnaya');
bgmusic.start(0, 1);
}
}
frame 233 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('RoadLV');
bgmusic.start(0, 1);
stop();
q = 'Name that Song.';
a = 'A. The Road to Vermillion City';
b = 'B. The Road to Cerulean';
c = 'C. The Road to Bill\'s Lighthouse';
d = 'D. The Road to Mt. Moon';
_root.answer = 1;
_root.series = 'pokemon';
lu = false;
ta = false;
co = false;
pi = true;
mj = false;
mc = false;
}
frame 233 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 307 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 524 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('RoadLV');
bgmusic.start(0, 1);
}
}
frame 234 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('summertheme');
bgmusic.start(0, 1);
stop();
q = 'Name that Song.';
a = 'A. Winter Theme';
b = 'B. Spring Theme';
c = 'C. Summer Theme';
d = 'D. Autumn Theme';
_root.answer = 3;
_root.series = 'gamer';
lu = false;
ta = false;
co = true;
pi = false;
mj = false;
mc = false;
}
frame 234 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 418 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 525 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('summertheme');
bgmusic.start(0, 1);
}
}
frame 235 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('village');
bgmusic.start(0, 1);
stop();
q = 'Name that Game.';
a = 'A. Castlevania: Dawn of Sorrow';
b = 'B. Metroid Prime Hunters';
c = 'C. Animal Crossing: Wild Worlds';
d = 'D. Mario Kart DS';
_root.answer = 1;
_root.series = 'gamer';
lu = false;
ta = false;
co = false;
pi = false;
mj = true;
mc = false;
}
frame 235 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 307 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('correct');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('incorrect');
}
}
}
button 526 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('village');
bgmusic.start(0, 1);
}
}
frame 236 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('OldChap');
bgmusic.start(0, 1);
stop();
q = 'Name the date.';
a = 'A. 1996';
b = 'B. 1999';
c = 'C. 2000';
d = 'D. 2001';
_root.answer = 4;
_root.series = 'gamer';
lu = false;
ta = false;
co = true;
pi = false;
mj = false;
mc = false;
}
frame 236 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
instance of movieClip 415 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(66)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(67)) {
_root.gotoAndPlay('incorrect');
}
if (Key.isDown(68)) {
_root.gotoAndPlay('correct');
}
}
}
button 527 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('OldChap');
bgmusic.start(0, 1);
}
}
frame 237 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('WWBF');
bgmusic.start(0, 1);
stop();
q = 'Name the date.';
a = 'A. 1991';
b = 'B. 1993';
c = 'C. 1994';
d = 'D. 1996';
_root.answer = 2;
_root.series = 'sonic';
lu = false;
ta = true;
co = false;
pi = false;
mj = false;
mc = false;
}
frame 237 {
if (ataused == true) {
ata._y = 1000;
}
if (pafused == true) {
paf._y = 1000;
}
if (fiftyfiftyused == true) {
ff._y = 1000;
}
}
button 528 {
on (release) {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('WWBF');
bgmusic.start(0, 1);
}
}
frame 238 {
stop();
variable = 0;
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('right');
bgmusic.start(0, 1);
if (money == 1000000) {
gotoAndPlay(241);
}
if (money == 1000) {
sh = 'You\'ve reached a safe haven!';
} else {
if (money == 32000) {
sh = 'You\'ve reached a safe haven!';
} else {
sh = '';
}
}
}
button 531 {
on (release) {
if (money == 100) {
money = 200;
question = 1 + random(5);
while (variable == 0) {
if (question == 1 && q1 == false) {
q1 = true;
variable = 1;
gotoAndStop(188);
} else {
if (question == 2 && q2 == false) {
q2 = true;
variable = 1;
gotoAndStop(189);
} else {
if (question == 3 && q3 == false) {
q3 = true;
variable = 1;
gotoAndStop(190);
} else {
if (question == 4 && q4 == false) {
q4 = true;
variable = 1;
gotoAndStop(191);
} else {
if (question == 5 && q5 == false) {
q5 = true;
variable = 1;
gotoAndStop(192);
} else {
if (question == 6 && q6 == false) {
q6 = true;
variable = 1;
gotoAndStop(193);
}
}
}
}
}
}
question += 1;
if (question == 7) {
question = 1;
}
}
} else {
if (money == 200) {
money = 300;
question = 1 + random(9);
question += 7;
if (question == 8 && q8 == false) {
q8 = true;
gotoAndStop(194);
} else {
if (question == 9 && q9 == false) {
q9 = true;
gotoAndStop(195);
} else {
if (question == 10 && q10 == false) {
q10 = true;
gotoAndStop(196);
} else {
if (question == 11 && q11 == false) {
q11 = true;
gotoAndStop(197);
} else {
if (question == 12 && q12 == false) {
q12 = true;
gotoAndStop(198);
} else {
if (question == 13 && q13 == false) {
q13 = true;
gotoAndStop(199);
} else {
if (question == 14 && q14 == false) {
q14 = true;
gotoAndStop(200);
} else {
if (question == 15 && q15 == false) {
q15 = true;
gotoAndStop(201);
} else {
if (question == 16 && q16 == false) {
q16 = true;
gotoAndStop(202);
} else {
if (question == 17 && q17 == false) {
q17 = true;
gotoAndStop(203);
}
}
}
}
}
}
}
}
}
}
} else {
if (money == 300) {
money = 500;
question = 1 + random(9);
question += 7;
while (variable == 0) {
if (question == 8 && q8 == false) {
q8 = true;
gotoAndStop(194);
variable = 1;
} else {
if (question == 9 && q9 == false) {
q9 = true;
gotoAndStop(195);
variable = 1;
} else {
if (question == 10 && q10 == false) {
q10 = true;
gotoAndStop(196);
variable = 1;
} else {
if (question == 11 && q11 == false) {
q11 = true;
gotoAndStop(197);
variable = 1;
} else {
if (question == 12 && q12 == false) {
q12 = true;
gotoAndStop(198);
variable = 1;
} else {
if (question == 13 && q13 == false) {
q13 = true;
gotoAndStop(199);
variable = 1;
} else {
if (question == 14 && q14 == false) {
q14 = true;
gotoAndStop(200);
variable = 1;
} else {
if (question == 15 && q15 == false) {
q15 = true;
variable = 1;
gotoAndStop(201);
} else {
if (question == 16 && q16 == false) {
q16 = true;
gotoAndStop(202);
variable = 1;
} else {
if (question == 17 && q17 == false) {
q17 = true;
gotoAndStop(203);
variable = 1;
}
}
}
}
}
}
}
}
}
}
question += 1;
if (question == 18) {
question = 8;
}
}
} else {
if (money == 500) {
money = 1000;
question = 1 + random(9);
question += 7;
while (variable == 0) {
if (question == 8 && q8 == false) {
q8 = true;
gotoAndStop(194);
variable = 1;
} else {
if (question == 9 && q9 == false) {
q9 = true;
gotoAndStop(195);
variable = 1;
} else {
if (question == 10 && q10 == false) {
q10 = true;
gotoAndStop(196);
variable = 1;
} else {
if (question == 11 && q11 == false) {
q11 = true;
gotoAndStop(197);
variable = 1;
} else {
if (question == 12 && q12 == false) {
q12 = true;
gotoAndStop(198);
variable = 1;
} else {
if (question == 13 && q13 == false) {
q13 = true;
gotoAndStop(199);
variable = 1;
} else {
if (question == 14 && q14 == false) {
q14 = true;
gotoAndStop(200);
variable = 1;
} else {
if (question == 15 && q15 == false) {
q15 = true;
variable = 1;
gotoAndStop(201);
} else {
if (question == 16 && q16 == false) {
q16 = true;
gotoAndStop(202);
variable = 1;
} else {
if (question == 17 && q17 == false) {
q17 = true;
gotoAndStop(203);
variable = 1;
}
}
}
}
}
}
}
}
}
}
question += 1;
if (question == 18) {
question = 8;
}
}
} else {
if (money == 1000) {
money = 2000;
question = 1 + random(9);
question += 7;
while (variable == 0) {
if (question == 8 && q8 == false) {
q8 = true;
gotoAndStop(194);
variable = 1;
} else {
if (question == 9 && q9 == false) {
q9 = true;
gotoAndStop(195);
variable = 1;
} else {
if (question == 10 && q10 == false) {
q10 = true;
gotoAndStop(196);
variable = 1;
} else {
if (question == 11 && q11 == false) {
q11 = true;
gotoAndStop(197);
variable = 1;
} else {
if (question == 12 && q12 == false) {
q12 = true;
gotoAndStop(198);
variable = 1;
} else {
if (question == 13 && q13 == false) {
q13 = true;
gotoAndStop(199);
variable = 1;
} else {
if (question == 14 && q14 == false) {
q14 = true;
gotoAndStop(200);
variable = 1;
} else {
if (question == 15 && q15 == false) {
q15 = true;
variable = 1;
gotoAndStop(201);
} else {
if (question == 16 && q16 == false) {
q16 = true;
gotoAndStop(202);
variable = 1;
} else {
if (question == 17 && q17 == false) {
q17 = true;
gotoAndStop(203);
variable = 1;
}
}
}
}
}
}
}
}
}
}
question += 1;
if (question == 18) {
question = 8;
}
}
} else {
if (money == 2000) {
money = 4000;
question = 1 + random(13);
question += 17;
if (question == 18 && q18 == false) {
q18 = true;
gotoAndStop(204);
variable = 1;
} else {
if (question == 19 && q19 == false) {
q19 = true;
gotoAndStop(205);
variable = 1;
} else {
if (question == 20 && q20 == false) {
q20 = true;
gotoAndStop(206);
variable = 1;
} else {
if (question == 21 && q21 == false) {
q21 = true;
gotoAndStop(207);
variable = 1;
} else {
if (question == 22 && q22 == false) {
q22 = true;
gotoAndStop(208);
variable = 1;
} else {
if (question == 23 && q23 == false) {
q23 = true;
gotoAndStop(209);
variable = 1;
} else {
if (question == 24 && q24 == false) {
q24 = true;
gotoAndStop(210);
variable = 1;
} else {
if (question == 25 && q25 == false) {
q25 = true;
gotoAndStop(211);
variable = 1;
} else {
if (question == 26 && q26 == false) {
q26 = true;
gotoAndStop(212);
variable = 1;
} else {
if (question == 27 && q27 == false) {
q27 = true;
gotoAndStop(213);
variable = 1;
} else {
if (question == 28 && q28 == false) {
q28 = true;
gotoAndStop(214);
variable = 1;
} else {
if (question == 29 && q29 == false) {
q29 = true;
gotoAndStop(215);
variable = 1;
} else {
if (question == 30 && q30 == false) {
q30 = true;
gotoAndStop(216);
variable = 1;
} else {
if (question == 31 && q31 == false) {
q31 = true;
gotoAndStop(217);
variable = 1;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
} else {
if (money == 4000) {
money = 8000;
question = 1 + random(13);
question += 17;
if (question == 18 && q18 == false) {
q18 = true;
gotoAndStop(204);
variable = 1;
} else {
if (question == 19 && q19 == false) {
q19 = true;
gotoAndStop(205);
variable = 1;
} else {
if (question == 20 && q20 == false) {
q20 = true;
gotoAndStop(206);
variable = 1;
} else {
if (question == 21 && q21 == false) {
q21 = true;
gotoAndStop(207);
variable = 1;
} else {
if (question == 22 && q22 == false) {
q22 = true;
gotoAndStop(208);
variable = 1;
} else {
if (question == 23 && q23 == false) {
q23 = true;
gotoAndStop(209);
variable = 1;
} else {
if (question == 24 && q24 == false) {
q24 = true;
gotoAndStop(210);
variable = 1;
} else {
if (question == 25 && q25 == false) {
q25 = true;
gotoAndStop(211);
variable = 1;
} else {
if (question == 26 && q26 == false) {
q26 = true;
gotoAndStop(212);
variable = 1;
} else {
if (question == 27 && q27 == false) {
q27 = true;
gotoAndStop(213);
variable = 1;
} else {
if (question == 28 && q28 == false) {
q28 = true;
gotoAndStop(214);
variable = 1;
} else {
if (question == 29 && q29 == false) {
q29 = true;
gotoAndStop(215);
variable = 1;
} else {
if (question == 30 && q30 == false) {
q30 = true;
gotoAndStop(216);
variable = 1;
} else {
if (question == 31 && q31 == false) {
q31 = true;
gotoAndStop(217);
variable = 1;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
} else {
if (money == 8000) {
money = 16000;
question = 1 + random(13);
question += 17;
while (variable == 0) {
if (question == 18 && q18 == false) {
q18 = true;
variable = 1;
gotoAndStop(204);
} else {
if (question == 19 && q19 == false) {
q19 = true;
variable = 1;
gotoAndStop(205);
} else {
if (question == 20 && q20 == false) {
q20 = true;
variable = 1;
gotoAndStop(206);
} else {
if (question == 21 && q21 == false) {
q21 = true;
variable = 1;
gotoAndStop(207);
} else {
if (question == 22 && q22 == false) {
q22 = true;
variable = 1;
gotoAndStop(208);
} else {
if (question == 23 && q23 == false) {
q23 = true;
variable = 1;
gotoAndStop(209);
} else {
if (question == 24 && q24 == false) {
q24 = true;
variable = 1;
gotoAndStop(210);
} else {
if (question == 25 && q25 == false) {
q25 = true;
variable = 1;
gotoAndStop(211);
} else {
if (question == 26 && q26 == false) {
q26 = true;
variable = 1;
gotoAndStop(212);
} else {
if (question == 27 && q27 == false) {
q27 = true;
variable = 1;
gotoAndStop(213);
} else {
if (question == 28 && q28 == false) {
q28 = true;
variable = 1;
gotoAndStop(214);
} else {
if (question == 29 && q29 == false) {
q29 = true;
variable = 1;
gotoAndStop(215);
} else {
if (question == 30 && q30 == false) {
q30 = true;
variable = 1;
gotoAndStop(216);
} else {
if (question == 31 && q31 == false) {
q31 = true;
variable = 1;
gotoAndStop(217);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
question += 1;
if (question == 32) {
question = 18;
}
}
} else {
if (money == 16000) {
money = 32000;
question = 1 + random(13);
question += 17;
if (question == 18 && q18 == false) {
q18 = true;
gotoAndStop(204);
variable = 1;
} else {
if (question == 19 && q19 == false) {
q19 = true;
gotoAndStop(205);
variable = 1;
} else {
if (question == 20 && q20 == false) {
q20 = true;
gotoAndStop(206);
variable = 1;
} else {
if (question == 21 && q21 == false) {
q21 = true;
gotoAndStop(207);
variable = 1;
} else {
if (question == 22 && q22 == false) {
q22 = true;
gotoAndStop(208);
variable = 1;
} else {
if (question == 23 && q23 == false) {
q23 = true;
gotoAndStop(209);
variable = 1;
} else {
if (question == 24 && q24 == false) {
q24 = true;
gotoAndStop(210);
variable = 1;
} else {
if (question == 25 && q25 == false) {
q25 = true;
gotoAndStop(211);
variable = 1;
} else {
if (question == 26 && q26 == false) {
q26 = true;
gotoAndStop(212);
variable = 1;
} else {
if (question == 27 && q27 == false) {
q27 = true;
gotoAndStop(213);
variable = 1;
} else {
if (question == 28 && q28 == false) {
q28 = true;
gotoAndStop(214);
variable = 1;
} else {
if (question == 29 && q29 == false) {
q29 = true;
gotoAndStop(215);
variable = 1;
} else {
if (question == 30 && q30 == false) {
q30 = true;
gotoAndStop(216);
variable = 1;
} else {
if (question == 31 && q31 == false) {
q31 = true;
gotoAndStop(217);
variable = 1;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
} else {
if (money == 32000) {
money = 64000;
question = 1 + random(11);
question += 31;
if (question == 32 && q32 == false) {
q32 = true;
gotoAndStop(218);
} else {
if (question == 33 && q33 == false) {
q33 = true;
gotoAndStop(219);
} else {
if (question == 34 && q34 == false) {
q34 = true;
gotoAndStop(220);
} else {
if (question == 35 && q35 == false) {
q35 = true;
gotoAndStop(221);
} else {
if (question == 36 && q36 == false) {
q36 = true;
gotoAndStop(222);
} else {
if (question == 37 && q37 == false) {
q37 = true;
gotoAndStop(223);
} else {
if (question == 38 && q38 == false) {
q38 = true;
gotoAndStop(224);
} else {
if (question == 39 && q39 == false) {
q39 = true;
gotoAndStop(225);
} else {
if (question == 40 && q40 == false) {
q40 = true;
gotoAndStop(226);
} else {
if (question == 41 && q41 == false) {
q41 = true;
gotoAndStop(227);
} else {
if (question == 42 && q42 == false) {
q42 = true;
gotoAndStop(228);
} else {
if (question == 43 && q43 == false) {
q43 = true;
gotoAndStop(229);
}
}
}
}
}
}
}
}
}
}
}
}
} else {
if (money == 64000) {
money = 125000;
question = 1 + random(11);
question += 31;
while (variable == 0) {
if (question == 32 && q32 == false) {
q32 = true;
variable = 1;
gotoAndStop(218);
} else {
if (question == 33 && q33 == false) {
q33 = true;
variable = 1;
gotoAndStop(219);
} else {
if (question == 34 && q34 == false) {
q34 = true;
variable = 1;
gotoAndStop(220);
} else {
if (question == 35 && q35 == false) {
q35 = true;
variable = 1;
gotoAndStop(221);
} else {
if (question == 36 && q36 == false) {
q36 = true;
variable = 1;
gotoAndStop(222);
} else {
if (question == 37 && q37 == false) {
q37 = true;
variable = 1;
gotoAndStop(223);
} else {
if (question == 38 && q38 == false) {
q38 = true;
variable = 1;
gotoAndStop(224);
} else {
if (question == 39 && q39 == false) {
q39 = true;
variable = 1;
gotoAndStop(225);
} else {
if (question == 40 && q40 == false) {
q40 = true;
variable = 1;
gotoAndStop(226);
} else {
if (question == 41 && q41 == false) {
q41 = true;
variable = 1;
gotoAndStop(227);
} else {
if (question == 42 && q42 == false) {
q42 = true;
variable = 1;
gotoAndStop(228);
} else {
if (question == 43 && q43 == false) {
q43 = true;
variable = 1;
gotoAndStop(229);
}
}
}
}
}
}
}
}
}
}
}
}
question += 1;
if (question == 44) {
question = 32;
}
}
} else {
if (money == 125000) {
money = 250000;
question = 1 + random(11);
question += 31;
while (variable == 0) {
if (question == 32 && q32 == false) {
q32 = true;
variable = 1;
gotoAndStop(218);
} else {
if (question == 33 && q33 == false) {
q33 = true;
variable = 1;
gotoAndStop(219);
} else {
if (question == 34 && q34 == false) {
q34 = true;
variable = 1;
gotoAndStop(220);
} else {
if (question == 35 && q35 == false) {
q35 = true;
variable = 1;
gotoAndStop(221);
} else {
if (question == 36 && q36 == false) {
q36 = true;
variable = 1;
gotoAndStop(222);
} else {
if (question == 37 && q37 == false) {
q37 = true;
variable = 1;
gotoAndStop(223);
} else {
if (question == 38 && q38 == false) {
q38 = true;
variable = 1;
gotoAndStop(224);
} else {
if (question == 39 && q39 == false) {
q39 = true;
variable = 1;
gotoAndStop(225);
} else {
if (question == 40 && q40 == false) {
q40 = true;
variable = 1;
gotoAndStop(226);
} else {
if (question == 41 && q41 == false) {
q41 = true;
variable = 1;
gotoAndStop(227);
} else {
if (question == 42 && q42 == false) {
q42 = true;
variable = 1;
gotoAndStop(228);
} else {
if (question == 43 && q43 == false) {
q43 = true;
variable = 1;
gotoAndStop(229);
}
}
}
}
}
}
}
}
}
}
}
}
question += 1;
if (question == 44) {
question = 32;
}
}
} else {
if (money == 250000) {
money = 500000;
question = 1 + random(7);
question += 43;
if (question == 44 && q44 == false) {
q44 = true;
gotoAndStop(230);
} else {
if (question == 45 && q45 == false) {
q45 = true;
gotoAndStop(231);
} else {
if (question == 46 && q46 == false) {
q46 = true;
gotoAndStop(232);
} else {
if (question == 47 && q47 == false) {
q47 = true;
gotoAndStop(233);
} else {
if (question == 48 && q48 == false) {
q48 = true;
gotoAndStop(234);
} else {
if (question == 49 && q49 == false) {
q49 = true;
gotoAndStop(235);
} else {
if (question == 50 && q50 == false) {
q50 = true;
gotoAndStop(236);
} else {
if (question == 51 && q51 == false) {
q51 = true;
gotoAndStop(237);
}
}
}
}
}
}
}
}
} else {
if (money == 500000) {
money = 1000000;
question = 1 + random(7);
question += 43;
while (variable == 0) {
if (question == 44 && q44 == false) {
q44 = true;
variable = 1;
gotoAndStop(230);
} else {
if (question == 45 && q45 == false) {
q45 = true;
variable = 1;
gotoAndStop(231);
} else {
if (question == 46 && q46 == false) {
q46 = true;
variable = 1;
gotoAndStop(232);
} else {
if (question == 47 && q47 == false) {
q47 = true;
variable = 1;
gotoAndStop(233);
} else {
if (question == 48 && q48 == false) {
q48 = true;
variable = 1;
gotoAndStop(234);
} else {
if (question == 49 && q49 == false) {
q49 = true;
variable = 1;
gotoAndStop(235);
} else {
if (question == 50 && q50 == false) {
q50 = true;
variable = 1;
gotoAndStop(236);
} else {
if (question == 51 && q51 == false) {
q51 = true;
variable = 1;
gotoAndStop(237);
}
}
}
}
}
}
}
}
question += 1;
if (question == 44) {
question = 32;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
frame 239 {
stop();
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('lose');
bgmusic.start(0, 1);
if (money > 0 && money < 2000) {
money = 0;
} else {
if (money >= 2000 && money < 64000) {
money = 1000;
} else {
if (money >= 64000) {
money = 32000;
}
}
}
if (money == 32000) {
userpassword = 'Your password is: 0t46q';
}
}
button 535 {
on (release) {
userpassword = '';
if (twoplayer == false) {
gotoAndPlay('menu');
} else {
if (twoplayer == true) {
gotoAndPlay('results2');
}
}
}
}
button 542 {
on (release) {
ab20_09 = new LoadVars();
ab20_09.z = name;
ab20_09.x = money;
ab20_09.c = 547;
ab20_09.v = 'VZQRZD';
ab20_09.sendAndLoad('http://armorbot.com/s_b', ab20_09, 'POST');
if (twoplayer == true) {
gotoAndPlay('results2');
} else {
gotoAndPlay('hs');
}
}
}
frame 240 {
stop();
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('bye');
bgmusic.start(0, 1);
if (money == 100) {
money = 0;
} else {
if (money == 200) {
money = 100;
} else {
if (money == 300) {
money = 200;
} else {
if (money == 500) {
money = 300;
} else {
if (money == 1000) {
money = 500;
} else {
if (money == 2000) {
money = 1000;
} else {
if (money == 4000) {
money = 2000;
} else {
if (money == 8000) {
money = 4000;
} else {
if (money == 16000) {
money = 8000;
} else {
if (money == 32000) {
money = 16000;
} else {
if (money == 64000) {
money = 32000;
} else {
if (money == 125000) {
money = 64000;
} else {
if (money == 250000) {
money = 125000;
} else {
if (money == 500000) {
money = 250000;
} else {
if (money == 1000000) {
money = 500000;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
if (money >= 32000) {
userpassword = 'Your password is: 0t46q';
}
}
button 545 {
on (release) {
userpassword = '';
if (twoplayer == false) {
gotoAndPlay('menu');
} else {
if (twoplayer == true) {
gotoAndPlay('results2');
}
}
}
}
frame 241 {
stop();
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('onemill');
bgmusic.start(0, 1);
}
frame 242 {
var menu = new ContextMenu();
menu.builtInItems.play = false;
menu.builtInItems.forward_back = false;
menu.builtInItems.rewind = false;
menu.builtInItems.zoom = false;
menu.builtInItems.print = false;
menu.builtInItems.loop = false;
_root.menu = menu;
}
frame 242 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('million2');
bgmusic.start(3, 10);
}
button 555 {
on (release) {
gotoAndPlay('menu');
}
}
frame 2005 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('tyvm');
bgmusic.start(0, 1);
stop();
}
frame 2006 {
bgmusic.stop();
var menu = new ContextMenu();
menu.builtInItems.play = false;
menu.builtInItems.forward_back = false;
menu.builtInItems.rewind = false;
menu.builtInItems.zoom = false;
menu.builtInItems.print = false;
menu.builtInItems.loop = false;
_root.menu = menu;
}
frame 2007 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('ff1');
bgmusic.start(0, 1);
}
frame 2190 {
twoplayer = true;
p1win = false;
p2win = false;
ffvariable = 0;
ffquestion = 1 + random(9);
while (ffvariable == 0) {
if (ffquestion == 1 && ffq1 == false) {
ffq1 = true;
ffvariable = 1;
gotoAndPlay(2191);
} else {
if (ffquestion == 2 && ffq2 == false) {
ffq2 = true;
ffvariable = 1;
gotoAndPlay(2192);
} else {
if (ffquestion == 3 && ffq3 == false) {
ffq3 = true;
ffvariable = 1;
gotoAndPlay(2193);
} else {
if (ffquestion == 4 && ffq4 == false) {
ffq4 = true;
ffvariable = 1;
gotoAndPlay(2194);
} else {
if (ffquestion == 5 && ffq5 == false) {
ffq5 = true;
ffvariable = 1;
gotoAndPlay(2195);
} else {
if (ffquestion == 6 && ffq6 == false) {
ffq6 = true;
ffvariable = 1;
gotoAndPlay(2196);
} else {
if (ffquestion == 7 && ffq7 == false) {
ffq7 = true;
ffvariable = 1;
gotoAndPlay(2197);
} else {
if (ffquestion == 8 && ffq8 == false) {
ffq8 = true;
ffvariable = 1;
gotoAndPlay(2198);
} else {
if (ffquestion == 9 && ffq9 == false) {
ffq9 = true;
ffvariable = 1;
gotoAndPlay(2199);
} else {
if (ffquestion == 10 && ffq10 == false) {
ffq10 = true;
ffvariable = 1;
gotoAndPlay(2200);
}
}
}
}
}
}
}
}
}
}
ffquestion += 1;
if (ffquestion == 11) {
ffquestion = 1;
}
}
}
frame 2191 {
stop();
qu = 'When was Pac-Man released?';
a = 'A. 1979';
b = 'B. 1980';
c = 'C. 1981';
d = 'D. 1982';
answer = 2;
}
instance of movieClip 401 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(66)) {
_root.p2win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(67)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(68)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
}
}
button 591 {
on (release) {
if (_root.answer == 4) {
p1win = true;
} else {
p2win = true;
}
gotoAndPlay('results');
}
}
button 592 {
on (release) {
if (_root.answer == 3) {
p1win = true;
} else {
p2win = true;
}
gotoAndPlay('results');
}
}
button 593 {
on (release) {
if (_root.answer == 1) {
p1win = true;
} else {
p2win = true;
}
gotoAndPlay('results');
}
}
button 594 {
on (release) {
if (_root.answer == 2) {
p1win = true;
} else {
p2win = true;
}
gotoAndPlay('results');
}
}
frame 2192 {
stop();
qu = 'How many people can play the game Rampage at the same time?';
a = 'A. 1';
b = 'B. 1';
c = 'C. 3';
d = 'D. 4';
answer = 3;
}
instance of movieClip 418 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(66)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(67)) {
_root.p2win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(68)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
}
}
frame 2193 {
stop();
qu = 'What\'s the highest score in Spy Hunter that you can still get a free car?';
a = 'A. 90,000';
b = 'B. 120,000';
c = 'C. 150,000';
d = 'D. 180,000';
answer = 2;
}
instance of movieClip 401 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(66)) {
_root.p2win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(67)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(68)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
}
}
frame 2194 {
stop();
qu = 'What year did the first Street Fighter game come out?';
a = 'A. 1984';
b = 'B. 1985';
c = 'C. 1986';
d = 'D. 1987';
answer = 4;
}
instance of movieClip 415 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(66)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(67)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(68)) {
_root.p2win = true;
_root.gotoAndPlay('results');
}
}
}
frame 2195 {
stop();
qu = 'What powers Sonic the Hedgehog?';
a = 'A. Rings';
b = 'B. Mushrooms';
c = 'C. Animals';
d = 'D. Diamonds';
answer = 1;
}
instance of movieClip 307 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.p2win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(66)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(67)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(68)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
}
}
frame 2196 {
stop();
qu = 'What is a metroid?';
a = 'A. A plane';
b = 'B. A human';
c = 'C. A parasitic alien';
d = 'D. A machine';
answer = 3;
}
instance of movieClip 418 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(66)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(67)) {
_root.p2win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(68)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
}
}
frame 2197 {
stop();
qu = 'What appears at the end of each level in SMB?';
a = 'A. Mushroom';
b = 'B. Coin box';
c = 'C. Roulette wheel';
d = 'D. Flagpole';
answer = 4;
}
instance of movieClip 415 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(66)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(67)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(68)) {
_root.p2win = true;
_root.gotoAndPlay('results');
}
}
}
frame 2198 {
stop();
qu = 'Who is the third opponent in Super Smash Brothers?';
a = 'A. Fox Mccloud';
b = 'B. Yoshi Team';
c = 'C. Link';
d = 'D. Mario Brothers';
answer = 1;
}
instance of movieClip 307 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.p2win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(66)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(67)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(68)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
}
}
frame 2199 {
stop();
qu = 'What does SEGA stand for?';
a = 'A. Sixth Educational Games';
b = 'B. Service Games';
c = 'C. Sempir Fidelis';
d = 'D. Scotch Entertainment Gaming Association';
answer = 2;
}
instance of movieClip 401 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(66)) {
_root.p2win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(67)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(68)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
}
}
frame 2200 {
stop();
qu = 'When did the great video game crash happen?';
a = 'A. 1981';
b = 'B. 1982';
c = 'C. 1983';
d = 'D. 1984';
answer = 3;
}
instance of movieClip 418 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(66)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(67)) {
_root.p2win = true;
_root.gotoAndPlay('results');
}
if (Key.isDown(68)) {
_root.p1win = true;
_root.gotoAndPlay('results');
}
}
}
frame 2201 {
stop();
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('0million');
bgmusic.start(0, 1);
if (p1win == true) {
winner.text = p1name;
} else {
winner.text = p2name;
}
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
_root.menu = root_cm;
}
button 635 {
on (release) {
gotoAndPlay(187);
}
}
frame 2202 {
if (p1win == true) {
p1money += money;
} else {
p2money += money;
}
stop();
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
_root.menu = root_cm;
}
button 636 {
on (release) {
round += 1;
if (round >= 4) {
gotoAndPlay('results3');
} else {
gotoAndPlay(2006);
}
}
}
frame 2203 {
stop();
if (p1money > p2money) {
fwinner.text = p1name;
} else {
if (p1money < p2money) {
fwinner.text = p2name;
} else {
if (p1money == p2money) {
fwinner.text = 'It\'s a tie!';
}
}
}
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('0million');
bgmusic.start(0, 1);
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
_root.menu = root_cm;
}
button 654 {
on (release) {
gotoAndPlay('menu');
}
}
frame 2204 {
stop();
var tgques = 0;
var level = 1;
stopAllSounds();
}
frame 2204 {
var menu = new ContextMenu();
menu.builtInItems.play = false;
menu.builtInItems.forward_back = false;
menu.builtInItems.rewind = false;
menu.builtInItems.zoom = false;
menu.builtInItems.print = false;
menu.builtInItems.loop = false;
_root.menu = menu;
_quality = 'LOW';
}
movieClip 677 {
}
button 678 {
on (release) {
gotoAndStop('menu');
}
}
button 679 {
on (release) {
gotoAndStop(2204);
}
}
button 704 {
on (release) {
play();
}
}
movieClip 730 {
}
movieClip 737 {
}
movieClip 743 {
}
movieClip 795 {
}
movieClip 801 {
}
movieClip 802 {
frame 1 {
stop();
}
frame 459 {
bgmusic.stop();
bgmusic = new Sound();
bgmusic.attachSound('tg2');
bgmusic.start(2, 1000);
}
frame 518 {
_root.gotoAndPlay('questionsetup');
}
}
frame 2205 {
stop();
answer = 1;
}
button 804 {
on (release) {
gotoAndStop('tg');
}
}
movieClip 808 {
}
movieClip 811 {
}
movieClip 812 {
frame 1 {
stop();
_root.directional = 1;
}
instance of movieClip 808 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
play();
}
}
}
frame 2 {
stop();
_root.directional = 2;
}
}
instance arrow of movieClip 812 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.directional == 1) {
_root.arrow.gotoAndPlay(2);
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
if (_root.directional == 2) {
_root.arrow.gotoAndPlay(1);
}
}
}
}
movieClip 818 {
frame 225 {
if (_root.directional == 2) {
_root.gotoAndPlay('right');
} else {
_root.gotoAndPlay('left');
}
}
}
frame 2206 {
stop();
answer = 2;
}
frame 2207 {
stop();
answer = 2;
}
frame 2208 {
stop();
answer = 1;
}
frame 2209 {
stop();
answer = 2;
}
frame 2210 {
stop();
answer = 2;
}
frame 2211 {
stop();
answer = 1;
}
frame 2212 {
stop();
answer = 1;
}
frame 2213 {
stop();
answer = 2;
}
frame 2214 {
stop();
answer = 2;
}
frame 2215 {
stop();
answer = 1;
}
frame 2216 {
stop();
answer = 2;
}
frame 2217 {
stop();
answer = 2;
}
frame 2218 {
stop();
answer = 1;
}
frame 2219 {
stop();
answer = 2;
}
frame 2220 {
stop();
answer = 2;
}
frame 2221 {
stop();
answer = 1;
}
frame 2222 {
stop();
answer = 1;
}
frame 2223 {
stop();
answer = 2;
}
frame 2224 {
stop();
answer = 1;
}
frame 2225 {
stop();
answer = 1;
}
frame 2226 {
stop();
answer = 2;
}
frame 2227 {
stop();
answer = 2;
}
frame 2228 {
stop();
answer = 1;
}
frame 2229 {
stop();
answer = 1;
}
frame 2230 {
stop();
answer = 2;
}
frame 2231 {
stop();
answer = 2;
}
frame 2232 {
stop();
answer = 2;
}
frame 2233 {
stop();
answer = 1;
}
frame 2234 {
stop();
answer = 2;
}
frame 2235 {
stop();
answer = 1;
}
frame 2236 {
stop();
answer = 2;
}
frame 2237 {
stop();
answer = 1;
}
frame 2238 {
stop();
answer = 1;
}
frame 2239 {
stop();
answer = 2;
}
frame 2240 {
stop();
answer = 2;
}
frame 2241 {
stop();
answer = 1;
}
frame 2242 {
stop();
answer = 1;
}
frame 2243 {
stop();
answer = 1;
}
frame 2244 {
stop();
answer = 1;
}
frame 2245 {
stop();
answer = 2;
}
frame 2246 {
stop();
answer = 2;
}
frame 2247 {
stop();
answer = 1;
}
frame 2248 {
stop();
answer = 2;
}
frame 2249 {
stop();
answer = 1;
}
frame 2250 {
stop();
answer = 1;
}
frame 2251 {
stop();
answer = 2;
}
frame 2252 {
stop();
}
movieClip 991 {
frame 212 {
if (_root.answer == _root.directional) {
if (_root.level == 5) {
_root.gotoAndPlay('victory');
} else {
_root.gotoAndPlay('righty');
}
} else {
_root.gotoAndPlay('wrongy');
}
}
}
frame 2253 {
stop();
}
frame 2254 {
stop();
}
movieClip 995 {
}
movieClip 1031 {
frame 138 {
stopAllSounds();
}
frame 200 {
stopAllSounds();
}
frame 345 {
stop();
}
}
frame 2255 {
stop();
}
movieClip 1034 {
frame 78 {
_root.level += 1;
if (_root.level != 6) {
_root.gotoAndPlay('questionsetup');
} else {
_root.gotoAndPlay('victory');
}
}
}
frame 2256 {
stop();
}
button 1037 {
on (release) {
getURL('http://gh.ffshrine.org/soundtracks.php?r=26771', _blank);
}
}
movieClip 1046 {
frame 122 {
stopAllSounds();
}
frame 180 {
stop();
}
}
frame 2358 {
if (_root.level == 1) {
tgques = 2 + random(6);
} else {
if (_root.level == 2) {
tgques = 9 + random(5);
} else {
if (_root.level == 3) {
tgques = 15 + random(13);
} else {
if (_root.level == 4) {
tgques = 29 + random(10);
} else {
if (level == 5) {
tgques = 40 + random(8);
}
}
}
}
}
gotoAndPlay(tgques);
}