Frame 1
movieLoaded = this.getBytesLoaded();
movieTotal = this.getBytesTotal();
percentage = Math.ceil((movieLoaded / movieTotal) * 100);
Loaded.text = percentage + "% Loaded";
Frame 2
if (percentage >= 100) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Frame 3
stop();
Frame 20
MochiAd.showInterLevelAd({id:"9f18bda0bd0f3073", res:"650x450", no_bg:true});
Instance of Symbol 45 MovieClip in Frame 21
/* no clip actions */
Instance of Symbol 47 MovieClip in Frame 21
on (release) {
getURL ("http://www.crookedalley.com", "_blank");
}
Frame 162
gotoAndPlay ("logo2");
Frame 163
sScreamz = new Sound(this);
sScreamz.attachSound("screamz");
sClang = new Sound(this);
sClang.attachSound("clang");
Instance of Symbol 55 MovieClip in Frame 163
on (release) {
getURL ("http://www.thefleshfarm.com", _blank);
}
Frame 185
sClang.start();
Frame 190
sScreamz.start();
Frame 247
gotoAndPlay ("initializer");
Frame 248
sChomp = new Sound(this);
sChomp.attachSound("Chomp");
sMusic1 = new Sound(this);
sMusic1.attachSound("Music1");
sMusic2 = new Sound(this);
sMusic2.attachSound("Music2");
sThunder = new Sound(this);
sThunder.attachSound("thunder");
sBell = new Sound(this);
sBell.attachSound("bell");
sBuzz = new Sound(this);
sBuzz.attachSound("buzz");
var QuestionNumber = 0;
var Score = 0;
gotoAndPlay ("main");
Frame 249
stop();
Frame 250
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("1b18d871", this, 10301, true);
stop();
sMusic1.stop();
sMusic2.stop();
sMusic1.start(0, 9999);
Score = 0;
Instance of Symbol 78 MovieClip in Frame 250
on (rollOver) {
this._alpha = 50;
}
on (rollOut) {
this._alpha = 100;
}
on (release) {
getURL ("http://www.crookedalley.com", _blank);
}
Instance of Symbol 95 MovieClip in Frame 250
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(17);
}
on (release) {
_root.fader.gotoAndPlay(11);
}
Instance of Symbol 97 MovieClip in Frame 250
on (rollOver) {
this._alpha = 50;
}
on (rollOut) {
this._alpha = 100;
}
on (release) {
getURL ("http://www.thefleshfarm.com", _blank);
}
Frame 251
stop();
Instance of Symbol 78 MovieClip in Frame 251
on (rollOver) {
this._alpha = 50;
}
on (rollOut) {
this._alpha = 100;
}
on (release) {
getURL ("http://www.crookedalley.com", _blank);
}
Instance of Symbol 95 MovieClip in Frame 251
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(17);
}
on (release) {
_root.fader.gotoAndPlay(11);
}
Instance of Symbol 97 MovieClip in Frame 251
on (rollOver) {
this._alpha = 50;
}
on (rollOut) {
this._alpha = 100;
}
on (release) {
getURL ("http://www.thefleshfarm.com", _blank);
}
Frame 252
question.theQuestion.text = "Who directed 'Return of the Living Dead'?";
question.Choice1.answer.text = "Geroge A. Romero";
question.Choice2.answer.text = "Lucio Fulci";
question.Choice3.answer.text = "Dan O'Bannon";
question.Choice4.answer.text = "Tom Savini";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 252
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice3") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 253
question.theQuestion.text = "How many of the main characters survived in 'Night of the Living Dead'(1968)?";
question.Choice1.answer.text = " 0";
question.Choice2.answer.text = " 1";
question.Choice3.answer.text = " 2";
question.Choice4.answer.text = " 3";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 253
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice1") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 254
question.theQuestion.text = "How many of the main characters survived in 'Night of the Living Dead'(1990)?";
question.Choice1.answer.text = " 0";
question.Choice2.answer.text = " 1";
question.Choice3.answer.text = " 2";
question.Choice4.answer.text = " 3";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 254
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 255
question.theQuestion.text = "How do you 'typically' kill a Zombie?";
question.Choice1.answer.text = "Destroy the Heart";
question.Choice2.answer.text = "Destroy the Brain";
question.Choice3.answer.text = "With a Clove of Garlic";
question.Choice4.answer.text = "By dancing with Michael Jackson";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 255
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 256
question.theQuestion.text = "Which is the correct order for Romero's 'Dead' series?";
question.Choice1.answer.text = "Day, Land, Night, Dawn";
question.Choice2.answer.text = "Dawn, Land, Day, Night";
question.Choice3.answer.text = "Night, Dawn, Day, Land";
question.Choice4.answer.text = "Dawn, Day, Night, Land";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 256
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice3") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 257
question.theQuestion.text = "Which movie features a naked dancing punk named 'Trash'?";
question.Choice1.answer.text = "Return of the Living Dead";
question.Choice2.answer.text = "The Quick and the Undead";
question.Choice3.answer.text = "Day of the Dead";
question.Choice4.answer.text = "Hard Rock Zombies";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 257
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice1") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 258
question.theQuestion.text = "Lucio Fulci's 'Zombie' takes place where?";
question.Choice1.answer.text = "On a cruise ship";
question.Choice2.answer.text = "In a mall";
question.Choice3.answer.text = "In a country house";
question.Choice4.answer.text = "On an island";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 258
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice4") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 259
question.theQuestion.text = "When there's no more room in hell...";
question.Choice1.answer.text = "...the dead will walk once more";
question.Choice2.answer.text = "...the dead will walk the earth";
question.Choice3.answer.text = "...the dead will rise again";
question.Choice4.answer.text = "Heaven will HAVE to take you";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 259
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 260
question.theQuestion.text = "'Resident Evil' takes place in which city?";
question.Choice1.answer.text = "Racoon City";
question.Choice2.answer.text = "Pittsburgh";
question.Choice3.answer.text = "Toronto";
question.Choice4.answer.text = "Jacksonville";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 260
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice1") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 261
question.theQuestion.text = "The zombie virus is disguised as what in 'Bio-Zombie'?";
question.Choice1.answer.text = "Immunization Shot";
question.Choice2.answer.text = "Tattoo Ink";
question.Choice3.answer.text = "A Soft Drink";
question.Choice4.answer.text = "Children's Candies";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 261
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice3") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 262
question.theQuestion.text = "In 'The Quick & The Undead' zombie kills are proven with zombie...";
question.Choice1.answer.text = "Heads";
question.Choice2.answer.text = "Toes";
question.Choice3.answer.text = "Fingers";
question.Choice4.answer.text = "Ears";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 262
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice3") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 263
question.theQuestion.text = "How do you kill a 'Return of the Living Dead' Zombie?";
question.Choice1.answer.text = "You can't";
question.Choice2.answer.text = "Reduce it to ashes or electrocution";
question.Choice3.answer.text = "Destroy the Brain";
question.Choice4.answer.text = "Remove it's Spine";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 263
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 264
question.theQuestion.text = "Who starred in 'Dead & Deader'?";
question.Choice1.answer.text = "Rick Morranis";
question.Choice2.answer.text = "Dean Cain";
question.Choice3.answer.text = "Christian Slater";
question.Choice4.answer.text = "None of the Above";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 264
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 265
question.theQuestion.text = "Which of the following movies features a group Zombie dance?";
question.Choice1.answer.text = "Dead & Breakfast";
question.Choice2.answer.text = "Zombie Holocaust";
question.Choice3.answer.text = "Killing Birds";
question.Choice4.answer.text = "Dawn of the Dead-2004";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 265
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice1") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 266
question.theQuestion.text = "What must happen in a Romero movie for a corpse to become a Zombie?";
question.Choice1.answer.text = "Must be bitten";
question.Choice2.answer.text = "Must be infected";
question.Choice3.answer.text = "Must be cursed";
question.Choice4.answer.text = "Nothing";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 266
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice4") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 267
question.theQuestion.text = "Where does 'Dawn of the Dead' take place?";
question.Choice1.answer.text = "In a country house";
question.Choice2.answer.text = "In Haiti";
question.Choice3.answer.text = "In a mall";
question.Choice4.answer.text = "Oz";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 267
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice3") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 268
question.theQuestion.text = "In 'Fido' how are the Zombies controlled?";
question.Choice1.answer.text = "Brain implant";
question.Choice2.answer.text = "Collars";
question.Choice3.answer.text = "Exo-Skeleton";
question.Choice4.answer.text = "Sonic Waves";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 268
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 269
question.theQuestion.text = "'Bio-Zombie' takes place where?";
question.Choice1.answer.text = "In a Mall";
question.Choice2.answer.text = "In a Military Base";
question.Choice3.answer.text = "In a Suburban Neighborhood";
question.Choice4.answer.text = "On top of Old Smokey";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 269
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice1") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 270
question.theQuestion.text = "What does Ash in the 'Evil Dead' series mainly use for weapons?";
question.Choice1.answer.text = "Machete & Shotgun";
question.Choice2.answer.text = "Machete & Crossbow";
question.Choice3.answer.text = "Chainsaw & Shotgun";
question.Choice4.answer.text = "Chainsaw & Crossbow";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 270
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice3") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 271
question.theQuestion.text = "In 'Shaun of the Dead' what is Shaun's weapon of choice?";
question.Choice1.answer.text = "Cricket Bat";
question.Choice2.answer.text = "Baseball Bat";
question.Choice3.answer.text = "Umbrella";
question.Choice4.answer.text = "Golf Club";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 271
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice1") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 272
question.theQuestion.text = "What is the cause of the Zombies in 'Undead'?";
question.Choice1.answer.text = "Voodoo Curse";
question.Choice2.answer.text = "Viral Infection";
question.Choice3.answer.text = "Unknown";
question.Choice4.answer.text = "Alien Encounter";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 272
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice4") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 273
question.theQuestion.text = "In 'the Ghouls' the main character is a...";
question.Choice1.answer.text = "Questionable Butcher";
question.Choice2.answer.text = "Sleazy Reporter";
question.Choice3.answer.text = "Dirty Cop";
question.Choice4.answer.text = "Clean Janitor";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 273
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 274
question.theQuestion.text = "Who starred in 'Zombie Holocaust'?";
question.Choice1.answer.text = "Michael Beck";
question.Choice2.answer.text = "Marlon Brando";
question.Choice3.answer.text = "Ian McColloch";
question.Choice4.answer.text = "Errol Flynn";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 274
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice3") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 275
question.theQuestion.text = "In 'Day of the Dead' they taught a Zombie to do what?";
question.Choice1.answer.text = "Drive a Car";
question.Choice2.answer.text = "Play a Tape";
question.Choice3.answer.text = "Clean the Bathroom";
question.Choice4.answer.text = "Kill Other Zombies";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 275
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 276
question.theQuestion.text = "In 'Day of the Dead' they taught a Zombie to do what?";
question.Choice1.answer.text = "Drive a Car";
question.Choice2.answer.text = "Play a Tape";
question.Choice3.answer.text = "Clean the Bathroom";
question.Choice4.answer.text = "Kill Other Zombies";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 276
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 277
question.theQuestion.text = "In 'Day of the Dead' they taught a Zombie to do what?";
question.Choice1.answer.text = "Drive a Car";
question.Choice2.answer.text = "Play a Tape";
question.Choice3.answer.text = "Clean the Bathroom";
question.Choice4.answer.text = "Kill Other Zombies";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 277
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 278
question.theQuestion.text = "What Album did Shaun say was ok to throw at the zombies in 'Shaun of the Dead'?";
question.Choice1.answer.text = "Purple Rain";
question.Choice2.answer.text = "Dire Straits";
question.Choice3.answer.text = "Stone Roses";
question.Choice4.answer.text = "Blue Monday";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 278
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 279
question.theQuestion.text = "Which of the following caused the dead to rise in 'Return of the Living Dead?'";
question.Choice1.answer.text = "A modified form of Ammonium Sulfate";
question.Choice2.answer.text = "Acid Rain";
question.Choice3.answer.text = "Trioxin 245";
question.Choice4.answer.text = "Anti-Malarial DDT";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 279
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice3") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 280
question.theQuestion.text = "In John Carpenter\u2019s original version of 'The Fog', what are the zombies and why are they pissed?";
question.Choice1.answer.text = "Colonial Farmers \u2013 Revived by a Ancient Curse";
question.Choice2.answer.text = "Dead Islanders \u2013 Angry About Cemetery Vandalism";
question.Choice3.answer.text = "Pirates \u2013 To reclaim their plundered gold. Arrr!";
question.Choice4.answer.text = "Ninjas \u2013 Because Karate Kid wasn\u2019t on DVD in Japan";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 280
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice3") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 281
question.theQuestion.text = "What was the name of the all-female biker gang in 'Chopper Chicks in Zombietown?'";
question.Choice1.answer.text = "The Biker Bitches";
question.Choice2.answer.text = "The Cycle Sluts";
question.Choice3.answer.text = "The Demented Damsels";
question.Choice4.answer.text = "The Menstrual Mob";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 281
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 282
question.theQuestion.text = "Which of these films did not feature zombies?";
question.Choice1.answer.text = "They Live";
question.Choice2.answer.text = "Re-Animator";
question.Choice3.answer.text = "Dead Meat";
question.Choice4.answer.text = "House by the Cemetery";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 282
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice1") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 283
question.theQuestion.text = "True or False: The flesh-eaters in 'Cannibal Holocaust' are zombies.";
question.Choice1.answer.text = "True";
question.Choice2.answer.text = "False";
question.Choice3.answer.text = "All of the Above";
question.Choice4.answer.text = "None of the Above";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 283
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 284
question.theQuestion.text = "Which movie features a Zombie Radio DJ?";
question.Choice1.answer.text = "Zombi";
question.Choice2.answer.text = "Zombie 3";
question.Choice3.answer.text = "Zombie 5";
question.Choice4.answer.text = "Day of the Radio Dead";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 284
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 285
question.theQuestion.text = "Which of the following was Directed by Lucio Fulci?";
question.Choice1.answer.text = "Severed";
question.Choice2.answer.text = "Cannibal Ferox";
question.Choice3.answer.text = "The Beyond";
question.Choice4.answer.text = "Night of the Living Dead";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 285
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice3") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 286
question.theQuestion.text = "What is the name of the Tower in 'Land of the Dead'?";
question.Choice1.answer.text = "Blue Magnolia";
question.Choice2.answer.text = "Sky Flower";
question.Choice3.answer.text = "Trumpet Tower";
question.Choice4.answer.text = "Fiddler's Green";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 286
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice4") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 287
question.theQuestion.text = "Where does Cooper say is the best haven for the survivors in 'Night of the Living Dead'?";
question.Choice1.answer.text = "The Cellar";
question.Choice2.answer.text = "The Roof";
question.Choice3.answer.text = "The Truck";
question.Choice4.answer.text = "The Nearest Rescue Station";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 287
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice1") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 288
question.theQuestion.text = "What city becomes infested in the American version of 'Zombie'?";
question.Choice1.answer.text = "San Diego";
question.Choice2.answer.text = "San Francisco";
question.Choice3.answer.text = "New York";
question.Choice4.answer.text = "New Jersey";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 288
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice3") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 289
question.theQuestion.text = "Where are the survivors trapped in 'Severed: Forest of the Dead'?";
question.Choice1.answer.text = "Urban Forest";
question.Choice2.answer.text = "Logging Camp";
question.Choice3.answer.text = "Tropical Jungle";
question.Choice4.answer.text = "Mountain Resort";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 289
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 290
question.theQuestion.text = "Which of these movies starred Mena Suvari?";
question.Choice1.answer.text = "Dawn of the Dead - 2004";
question.Choice2.answer.text = "Day of the Dead - 2008";
question.Choice3.answer.text = "28 Days Later";
question.Choice4.answer.text = "American Zombie Presents: Zombie Camp";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 290
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 291
question.theQuestion.text = "Which Zombie Movie was Directed By 'Lord of the Rings' Director Peter Jackson?";
question.Choice1.answer.text = "Zombie 4: After Death";
question.Choice2.answer.text = "I Am Legend";
question.Choice3.answer.text = "Braindead";
question.Choice4.answer.text = "Lord of the Dead: The Return of Ash";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 291
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice3") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 292
question.theQuestion.text = "In 'Braindead, A.K.A. Dead Alive' what is the weapon used in the final battle?";
question.Choice1.answer.text = "A Chainsaw";
question.Choice2.answer.text = "A Lawnmower";
question.Choice3.answer.text = "An Airplane Propellor";
question.Choice4.answer.text = "A Kantana";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 292
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 293
question.theQuestion.text = "In 'Deat Meat' when is the first gun used against the Zombies?";
question.Choice1.answer.text = "In the first scene";
question.Choice2.answer.text = "When the rescue forces show up";
question.Choice3.answer.text = "When a Zombie shoots a Person";
question.Choice4.answer.text = "A gun is never used";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 293
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 294
question.theQuestion.text = "In 'Resident Evil' what is the red queen?";
question.Choice1.answer.text = "The Master Compter";
question.Choice2.answer.text = "The Virus";
question.Choice3.answer.text = "The Zombie Leader";
question.Choice4.answer.text = "The bloody Zombie of Elton John";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 294
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice1") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 295
question.theQuestion.text = "In 'Resident Evil: Apocalypse' what is the name of the unit that the Nemesis is hunting?";
question.Choice1.answer.text = "T.A.C.T.I.C.";
question.Choice2.answer.text = "S.T.A.R.S.";
question.Choice3.answer.text = "G.U.N.N.E.R.";
question.Choice4.answer.text = "R.A.C.O.O.N";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 295
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 296
question.theQuestion.text = "In 'Resident Evil: Extinction' how did the birds become infected?";
question.Choice1.answer.text = "By eating infected flesh";
question.Choice2.answer.text = "By being injected with the T-Virus";
question.Choice3.answer.text = "The virus went Airborne";
question.Choice4.answer.text = "Alfred Hitchcock showed up";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 296
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice1") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 297
question.theQuestion.text = "In 'Fido' what is the name of the Zombie Authority?";
question.Choice1.answer.text = "Federal Zombie Administration";
question.Choice2.answer.text = "Intra-Zombie";
question.Choice3.answer.text = "ZombieCon";
question.Choice4.answer.text = "Zombie Works Inc.";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 297
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice3") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 298
question.theQuestion.text = "What is the name of the intelligent Zombie in 'Day of the Dead' - 1985";
question.Choice1.answer.text = "Bub";
question.Choice2.answer.text = "Bart";
question.Choice3.answer.text = "Ben";
question.Choice4.answer.text = "Boyd";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 298
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice1") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 299
question.theQuestion.text = "In 'Planet Terror', what did Cherry use as a leg when she lost hers?";
question.Choice1.answer.text = "A Chainsaw";
question.Choice2.answer.text = "A Machine Gun & Grenade Launcher";
question.Choice3.answer.text = "A Katana";
question.Choice4.answer.text = "A Medieval Club";
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 299
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 300
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 300
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 301
stop();
var tries = 3;
Instance of Symbol 174 MovieClip in Frame 301
onClipEvent (load) {
thefirst = false;
}
onClipEvent (enterFrame) {
if ((_root.tries <= 0) && (thefirst == false)) {
_root.fader.gotoAndPlay(11);
thefirst = true;
}
}
Instance of Symbol 107 MovieClip "fader" in Frame 301
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Frame 302
score.text = Math.ceil((_root.Score / 66) * 100) + "%";
if (_root.Score <= 20) {
_root.Comment.text = "Poor. You need to watch more Zombie Movies!";
} else if ((_root.Score >= 21) && (_root.Score <= 40)) {
_root.Comment.text = "Fair. You should watch more Zombie Movies!";
} else if ((_root.Score >= 41) && (_root.Score <= 60)) {
_root.Comment.text = "Good! You know a lot but you could stand to know more!";
} else if ((_root.Score >= 61) && (_root.Score <= 65)) {
_root.Comment.text = "Perfect! You ARE the Zombie King";
} else if (_root.Score >= 66) {
_root.Comment.text = "Awesome! Truly a Zombie Master!";
}
stop();
Instance of Symbol 107 MovieClip "fader" in Frame 302
onClipEvent (load) {
scored = false;
}
onClipEvent (enterFrame) {
if (scored == false) {
if (_root.PlayersChoice == "Choice2") {
_root.Score = _root.Score + 1;
_root.PlayersChoice = "";
scored = true;
}
}
}
Symbol 200 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd
{
function MochiAd () {
}
static function getVersion() {
return("2.3");
}
static function showPreGameAd(options) {
var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}, ad_failed:function () {
trace("[MochAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_loaded:function (width, height) {
}};
options = _parseOptions(options, _local27);
if ("5cc6f7dfb67f2f08341c831480f7c2a7".length == 0) {
options.ad_started();
options.ad_finished();
return(undefined);
}
var clip = options.clip;
var _local23 = 11000;
var _local26 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local14 = _getRes(options);
var _local4 = _local14[0];
var _local13 = _local14[1];
mc._x = _local4 * 0.5;
mc._y = _local13 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local4 * -0.5;
chk._y = _local13 * -0.5;
var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4);
_local7._x = 10;
_local7._y = _local13 - 20;
var _local22 = options.color;
delete options.color;
var _local19 = options.background;
delete options.background;
var _local24 = options.outline;
delete options.outline;
var _local5 = _local7.createEmptyMovieClip("_outline", 1);
_local5.beginFill(_local19);
_local5.moveTo(0, 0);
_local5.lineTo(_local4 - 20, 0);
_local5.lineTo(_local4 - 20, 10);
_local5.lineTo(0, 10);
_local5.lineTo(0, 0);
_local5.endFill();
var _local3 = _local7.createEmptyMovieClip("_inside", 2);
_local3.beginFill(_local22);
_local3.moveTo(0, 0);
_local3.lineTo(_local4 - 20, 0);
_local3.lineTo(_local4 - 20, 10);
_local3.lineTo(0, 10);
_local3.lineTo(0, 0);
_local3.endFill();
_local3._xscale = 0;
var _local6 = _local7.createEmptyMovieClip("_outline", 3);
_local6.lineStyle(0, _local24, 100);
_local6.moveTo(0, 0);
_local6.lineTo(_local4 - 20, 0);
_local6.lineTo(_local4 - 20, 10);
_local6.lineTo(0, 10);
_local6.lineTo(0, 0);
chk.ad_msec = _local23;
chk.ad_timeout = _local26;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local12 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local10 = (100 * _local8) / _local4;
var _local11 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local2 = Math.min(100, Math.min(_local10 || 0, _local11));
_local2 = Math.max(this.last_pcnt, _local2);
this.last_pcnt = _local2;
_local9._xscale = _local2;
if (!chk.showing) {
var _local7 = _local12.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local5 > chk.ad_timeout) {
options.ad_failed();
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}
static function showInterLevelAd(options) {
var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}, ad_failed:function () {
trace("[MochAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_loaded:function (width, height) {
}};
options = _parseOptions(options, _local13);
var clip = options.clip;
var _local10 = 11000;
var _local12 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local5 = _getRes(options);
var _local14 = _local5[0];
var _local11 = _local5[1];
mc._x = _local14 * 0.5;
mc._y = _local11 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local10;
chk.ad_timeout = _local12;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
options.ad_failed();
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}
static function showTimedAd(options) {
trace("[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0");
showInterLevelAd(options);
}
static function showPreloaderAd(options) {
trace("[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0");
showPreGameAd(options);
}
static function _allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function _loadCommunicator(options) {
var _local26 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"};
options = _parseOptions(options, _local26);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local18 = options.clip;
var _local20 = "_mochiad_com_" + options.id;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local18[_local20]) {
return(_local18[_local20].lc);
}
var _local21 = options.com_server + options.id;
_allowDomains(_local21);
delete options.id;
delete options.com_server;
var _local25 = options.depth;
delete options.depth;
var _local17 = _local18.createEmptyMovieClip(_local20, _local25);
var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1);
for (var _local15 in options) {
_local11[_local15] = options[_local15];
}
var _local6 = new LocalConnection();
var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local6.mc = _local17;
_local6.name = _local16;
_local6.allowDomain = function (d) {
return(true);
};
_local6.allowInsecureDomain = _local6.allowDomain;
_local6.connect(_local16);
_local17.lc = _local6;
_local11.lc = _local16;
_local6._id = 0;
_local6._queue = [];
_local6.rpcResult = function (cb_arg) {
var _local8 = parseInt(cb_arg);
var _local4 = this._callbacks[_local8];
if (!_local4) {
return(undefined);
}
delete this._callbacks[_local8];
var _local5 = [];
var _local3 = 2;
while (_local3 < _local4.length) {
_local5.push(_local4[_local3]);
_local3++;
}
_local3 = 1;
while (_local3 < arguments.length) {
_local5.push(arguments[_local3]);
_local3++;
}
var _local6 = _local4[1];
var _local7 = _local4[0];
if (_local7 && (typeof(_local6) == "string")) {
_local6 = _local7[_local6];
}
if (_local6) {
_local6.apply(_local7, _local5);
}
};
_local6._didConnect = function (endpoint) {
this._endpoint = endpoint;
var _local4 = this._queue;
delete this._queue;
var _local5 = this.doSend;
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2];
_local5.apply(this, _local3);
_local2++;
}
};
_local6.doSend = function (args, cbobj, cbfn) {
if (this._endpoint == null) {
var _local4 = [];
var _local3 = 0;
while (_local3 < arguments.length) {
_local4.push(arguments[_local3]);
_local3++;
}
this._queue.push(_local4);
return(undefined);
}
this._id = this._id + 1;
var _local5 = this._id;
if ((cbfn === undefined) || (cbfn === null)) {
cbfn = cbobj;
}
this._callbacks[_local5] = [cbobj, cbfn];
var _local7 = new LocalConnection();
var _local9 = _local7.send(this._endpoint, "rpc", _local5, args);
};
_local6._callbacks = {};
_local6._callbacks[0] = [_local6, "_didConnect"];
_local11.st = getTimer();
_local11.loadMovie(_local21 + ".swf", "POST");
return(_local6);
}
static function fetchHighScores(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["fetchHighScores", options];
_local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod);
return(true);
}
static function sendHighScore(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["sendHighScore", options];
_local1.doSend(["sendHighScore", options], callbackObj, callbackMethod);
return(true);
}
static function load(options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = _parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local9 = options.clip;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local9._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12);
var _local11 = _getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local9._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local7 in options) {
_local4[_local7] = options[_local7];
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = _allowDomains(_local10);
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local8;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local8);
_local6.lc = _local5;
_local4.lc = _local8;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".swf", "POST");
return(_local6);
}
static function unload(clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}
static function _isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function _getRes(options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}
static function _parseOptions(options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
if (_local4.id == "test") {
trace("[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!");
}
return(_local4);
}
}
Symbol 12 Button
on (release) {
_root.gotoAndPlay("Ad");
}
Symbol 45 MovieClip Frame 2
shotgun = new Sound(this);
shotgun.attachSound("shotgun");
shotgun.setVolume(80);
logo = new Sound(this);
logo.attachSound("logo");
logo.setVolume(80);
logo2 = new Sound(this);
logo2.attachSound("logo2");
logo2.setVolume(80);
zombie = new Sound(this);
zombie.attachSound("zombie");
zombie.setVolume(80);
creak = new Sound(this);
creak.attachSound("creak");
creak.setVolume(80);
creak.start();
Symbol 45 MovieClip Frame 24
creak.stop();
Symbol 45 MovieClip Frame 25
zombie.start();
Symbol 45 MovieClip Frame 55
zombie.stop();
shotgun.start();
Symbol 45 MovieClip Frame 65
shotgun.start();
Symbol 45 MovieClip Frame 71
shotgun.start();
Symbol 45 MovieClip Frame 80
shotgun.start();
Symbol 45 MovieClip Frame 92
logo2.start();
Symbol 45 MovieClip Frame 106
logo.start();
Symbol 45 MovieClip Frame 150
stop();
Symbol 71 Button
on (release) {
_root.gotoAndPlay("main");
}
Symbol 84 Button
on (release) {
sMusic1.stop();
sMusic2.stop();
sMusic1.start(0, 9999);
}
Symbol 87 Button
on (release) {
sMusic1.stop();
sMusic2.stop();
sMusic2.start(0, 9999);
}
Symbol 90 Button
on (release) {
sMusic1.stop();
sMusic2.stop();
}
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 16
stop();
Symbol 95 MovieClip Frame 30
gotoAndPlay (1);
Symbol 103 Button
on (release) {
_root.gotoAndPlay("want");
}
Symbol 105 MovieClip Frame 10
stop();
Symbol 105 MovieClip Frame 20
_root.PlayersChoice = "";
_root.gotoAndPlay("instruct");
Symbol 107 MovieClip Frame 10
stop();
Symbol 107 MovieClip Frame 20
trace(_root.Score);
_root.QuestionNumber = _root.QuestionNumber + 1;
_root.PlayersChoice = "";
_root.gotoAndPlay("Question" + _root.QuestionNumber);
Symbol 115 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 2
stop();
Symbol 116 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 1
stop();
Symbol 120 MovieClip Frame 1
var answered = false;
questionnumbertxt.text = "Question: " + _root.QuestionNumber;
stop();
Instance of Symbol 116 MovieClip "Choice1" in Symbol 120 MovieClip Frame 1
on (release) {
if (_parent.answered == false) {
this.chomp.gotoAndPlay(2);
this.isSelected = true;
_parent.answered = true;
_root.PlayersChoice = "Choice1";
_root.fader.gotoAndPlay(11);
_root.sChomp.start();
}
}
on (rollOver) {
if (_parent.answered == false) {
this.gotoAndStop(2);
}
}
on (rollOut) {
if (this.isSelected != true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 116 MovieClip "Choice3" in Symbol 120 MovieClip Frame 1
on (release) {
if (_parent.answered == false) {
this.chomp.gotoAndPlay(2);
this.isSelected = true;
_parent.answered = true;
_root.PlayersChoice = "Choice3";
_root.fader.gotoAndPlay(11);
_root.sChomp.start();
}
}
on (rollOver) {
if (_parent.answered == false) {
this.gotoAndStop(2);
}
}
on (rollOut) {
if (this.isSelected != true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 119 MovieClip "Choice2" in Symbol 120 MovieClip Frame 1
on (release) {
if (_parent.answered == false) {
this.chomp.gotoAndPlay(2);
this.isSelected = true;
_parent.answered = true;
_root.PlayersChoice = "Choice2";
_root.fader.gotoAndPlay(11);
_root.sChomp.start();
}
}
on (rollOver) {
if (_parent.answered == false) {
this.gotoAndStop(2);
}
}
on (rollOut) {
if (this.isSelected != true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 119 MovieClip "Choice4" in Symbol 120 MovieClip Frame 1
on (release) {
if (_parent.answered == false) {
this.chomp.gotoAndPlay(2);
this.isSelected = true;
_parent.answered = true;
_root.PlayersChoice = "Choice4";
_root.fader.gotoAndPlay(11);
_root.sChomp.start();
}
}
on (rollOver) {
if (_parent.answered == false) {
this.gotoAndStop(2);
}
}
on (rollOut) {
if (this.isSelected != true) {
this.gotoAndStop(1);
}
}
Symbol 132 Button
on (release) {
_parent._parent._parent.gotoAndPlay(2);
}
Symbol 134 MovieClip Frame 20
stop();
Symbol 135 MovieClip Frame 1
_root.sThunder.start();
Symbol 135 MovieClip Frame 26
stop();
Symbol 136 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 10
_root.QuestionNumber = _root.QuestionNumber + 1;
_root.PlayersChoice = "";
_root.gotoAndPlay("Question" + _root.QuestionNumber);
Symbol 169 MovieClip Frame 1
stop();
var picked = 5;
Instance of Symbol 139 MovieClip in Symbol 169 MovieClip Frame 1
on (rollOver) {
this._alpha = 50;
}
on (rollOut) {
this._alpha = 100;
}
on (release) {
this._x = -40000;
_parent.picked = _parent.picked - 1;
_root.Score = _root.Score + 2;
_root.sBell.start();
}
Instance of Symbol 142 MovieClip in Symbol 169 MovieClip Frame 1
on (rollOver) {
this._alpha = 50;
}
on (rollOut) {
this._alpha = 100;
}
on (release) {
this._x = -40000;
_parent.picked = _parent.picked - 1;
_root.Score = _root.Score + 2;
_root.sBell.start();
}
Instance of Symbol 145 MovieClip in Symbol 169 MovieClip Frame 1
on (rollOver) {
this._alpha = 50;
}
on (rollOut) {
this._alpha = 100;
}
on (release) {
this._x = -40000;
_parent.picked = _parent.picked - 1;
_root.Score = _root.Score + 2;
_root.sBell.start();
}
Instance of Symbol 148 MovieClip in Symbol 169 MovieClip Frame 1
on (rollOver) {
this._alpha = 50;
}
on (rollOut) {
this._alpha = 100;
}
on (release) {
this._x = -40000;
_parent.picked = _parent.picked - 1;
_root.Score = _root.Score + 2;
_root.sBell.start();
}
Instance of Symbol 151 MovieClip in Symbol 169 MovieClip Frame 1
on (rollOver) {
this._alpha = 50;
}
on (rollOut) {
this._alpha = 100;
}
on (release) {
this._x = -40000;
_parent.picked = _parent.picked - 1;
_root.Score = _root.Score + 2;
_root.sBell.start();
}
Instance of Symbol 154 MovieClip in Symbol 169 MovieClip Frame 1
on (rollOver) {
this._alpha = 50;
}
on (rollOut) {
this._alpha = 100;
}
on (release) {
this._x = -40000;
_root.Score = _root.Score - 1;
_root.sBuzz.start(0.5, 0);
}
Instance of Symbol 157 MovieClip in Symbol 169 MovieClip Frame 1
on (rollOver) {
this._alpha = 50;
}
on (rollOut) {
this._alpha = 100;
}
on (release) {
this._x = -40000;
_root.Score = _root.Score - 1;
_root.sBuzz.start(0.5, 0);
}
Instance of Symbol 160 MovieClip in Symbol 169 MovieClip Frame 1
on (rollOver) {
this._alpha = 50;
}
on (rollOut) {
this._alpha = 100;
}
on (release) {
this._x = -40000;
_root.Score = _root.Score - 1;
_root.sBuzz.start(0.5, 0);
}
Instance of Symbol 163 MovieClip in Symbol 169 MovieClip Frame 1
on (rollOver) {
this._alpha = 50;
}
on (rollOut) {
this._alpha = 100;
}
on (release) {
this._x = -40000;
_root.Score = _root.Score - 1;
_root.sBuzz.start(0.5, 0);
}
Instance of Symbol 166 MovieClip in Symbol 169 MovieClip Frame 1
on (rollOver) {
this._alpha = 50;
}
on (rollOut) {
this._alpha = 100;
}
on (release) {
this._x = -40000;
_root.Score = _root.Score - 1;
_root.sBuzz.start(0.5, 0);
}
Instance of Symbol 168 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.picked <= 0) {
_root.QuestionNumber = _root.QuestionNumber + 1;
_root.PlayersChoice = "";
_root.gotoAndPlay("Question" + _root.QuestionNumber);
}
}
Symbol 172 Button
on (release) {
if (((((_root.Planet.text == "Planet Terror") && (_root.Fido.text == "Fido")) && (_root.Dawn.text == "Dawn of the Dead")) && (_root.Shaun.text == "Shaun of the Dead")) && ((_root.Dead.text == "Dead & Deader") || (_root.Dead.text == "Dead and Deader"))) {
_root.Score = _root.Score + 10;
_root.fader.gotoAndPlay(11);
trace(_root.Planet.text);
trace(_root.Dead.text);
trace(_root.Shaun.text);
trace(_root.Dawn.text);
trace(_root.Fido.text);
trace(_root.tries);
_root.sBell.start();
} else {
_root.tries = _root.tries - 1;
trace(_root.Planet.text);
trace(_root.Dead.text);
trace(_root.Shaun.text);
trace(_root.Dawn.text);
trace(_root.Fido.text);
trace(_root.tries);
_root.sBuzz.start();
}
}