Frame 1
Stage.showMenu = false;
stop();
Instance of Symbol 3 MovieClip [preloader] "preloader" in Frame 1
onClipEvent (enterFrame) {
_width = ((_root.getBytesLoaded() / _root.getBytesTotal()) * 150);
_parent.lblLoading = ((("LOADING [ " + Math.floor(_root.getBytesLoaded() / 1024)) + "kb / ") + Math.floor(_root.getBytesTotal() / 1024)) + "kb ]";
if (_width > 149) {
_root.play();
}
}
Frame 2
stopAllSounds();
Frame 17
stop();
Frame 364
stop();
Frame 365
stop();
Instance of Symbol 82 MovieClip "timer" in Frame 365
onClipEvent (load) {
function updateTimer() {
if (working) {
timeLeft--;
_parent.timeLeft = timeLeft;
if (timeLeft == 0) {
_root.gotoAndPlay("lose");
} else {
var mins1 = Math.floor(timeLeft / 60);
if (mins1 == 0) {
mins = "00";
} else if (mins < 10) {
mins = "0" + mins1;
} else {
mins = mins1;
}
var sec1 = (timeLeft % 60);
if ((mins1 == 0) && ((sec1 % 10) == 0)) {
beep.play();
}
if (sec1 < 10) {
sec = "0" + sec1;
if (mins1 == 0) {
beep.play();
}
if (sec1 == 0) {
beep.play();
}
} else {
sec = sec1;
}
}
}
}
clearInterval(_root.intervalID);
timeLeft = 900;
working = true;
updateTimer();
_root.intervalID = setInterval(updateTimer, 1000);
}
Instance of Symbol 126 MovieClip "msgs" in Frame 365
onClipEvent (load) {
play();
}
Instance of Symbol 82 MovieClip "timer" in Frame 366
onClipEvent (load) {
function updateTimer() {
if (working) {
timeLeft--;
_parent.timeLeft = timeLeft;
if (timeLeft == 0) {
_root.gotoAndPlay("lose");
} else {
var mins1 = Math.floor(timeLeft / 60);
if (mins1 == 0) {
mins = "00";
} else if (mins < 10) {
mins = "0" + mins1;
} else {
mins = mins1;
}
var sec1 = (timeLeft % 60);
if ((mins1 == 0) && ((sec1 % 10) == 0)) {
beep.play();
}
if (sec1 < 10) {
sec = "0" + sec1;
if (mins1 == 0) {
beep.play();
}
if (sec1 == 0) {
beep.play();
}
} else {
sec = sec1;
}
}
}
}
timeLeft = _parent.timeLeft;
working = true;
updateTimer();
}
Instance of Symbol 104 MovieClip "padlock" in Frame 366
onClipEvent (load) {
this.num1.gotoAndStop(19 - (_parent.n1 * 2));
this.num2.gotoAndStop(19 - (_parent.n2 * 2));
this.num3.gotoAndStop(19 - (_parent.n3 * 2));
this.num4.gotoAndStop(19 - (_parent.n4 * 2));
}
Frame 384
stop();
Frame 385
stop();
Instance of Symbol 255 MovieClip in Frame 385
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 15);
if (_alpha >= 100) {
_parent.play();
}
}
Frame 398
stop();
function calcOut() {
num = 2047.5;
targNum = 1111;
var i = 0;
while (i <= 11) {
t = Math.pow(2, i - 1);
if (this["s" + i]._currentframe == 1) {
num = num + t;
} else {
num = num - t;
}
i++;
}
if (num == targNum) {
out = "CORRECT";
_root.msgs.gotoAndPlay("a_key");
_root.play();
} else {
out = num;
}
}
toggle = [];
var i = 0;
while (i <= 11) {
toggle[i] = false;
i++;
}
stop();
Instance of Symbol 194 MovieClip "s0" in Frame 398
onClipEvent (load) {
a = 0;
}
Instance of Symbol 194 MovieClip "s1" in Frame 398
onClipEvent (load) {
a = 1;
}
Instance of Symbol 194 MovieClip "s2" in Frame 398
onClipEvent (load) {
a = 2;
}
Instance of Symbol 194 MovieClip "s6" in Frame 398
onClipEvent (load) {
a = 6;
}
Instance of Symbol 194 MovieClip "s4" in Frame 398
onClipEvent (load) {
a = 4;
}
Instance of Symbol 194 MovieClip "s5" in Frame 398
onClipEvent (load) {
a = 5;
}
Instance of Symbol 194 MovieClip "s3" in Frame 398
onClipEvent (load) {
a = 3;
}
Instance of Symbol 194 MovieClip "s7" in Frame 398
onClipEvent (load) {
a = 7;
}
Instance of Symbol 194 MovieClip "s8" in Frame 398
onClipEvent (load) {
a = 8;
}
Instance of Symbol 194 MovieClip "s9" in Frame 398
onClipEvent (load) {
a = 9;
}
Instance of Symbol 194 MovieClip "s10" in Frame 398
onClipEvent (load) {
a = 10;
}
Instance of Symbol 194 MovieClip "s11" in Frame 398
onClipEvent (load) {
a = 11;
}
Instance of Symbol 261 MovieClip in Frame 398
onClipEvent (enterFrame) {
_root.calcOut();
}
Frame 409
stop();
Frame 410
stop();
Instance of Symbol 255 MovieClip in Frame 410
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 15);
if (_alpha >= 100) {
_root.play();
}
}
Frame 411
stop();
correct = random(2);
hintz1_1 = random(88) + 11;
hintz1_2 = random(88) + 11;
hintz1_3 = random(88) + 11;
hintz2_1 = random(88) + 11;
hintz2_2 = random(88) + 11;
hintz2_3 = random(88) + 11;
hintt1 = (hintz1_1 * hintz1_2) * hintz1_3;
hintt2 = (hintz2_1 * hintz2_2) * hintz2_3;
hint1.text = ((((((((((("FF0000 = " + hintz1_1) + "x") + hintz1_2) + "x") + hintz1_3) + newline) + "000000 = ") + hintz2_1) + "x") + hintz2_2) + "x") + hintz2_3;
if (correct == 0) {
hint2.text = "cut " + ((hintz1_1 * hintz1_2) * hintz1_3);
} else {
hint2.text = "cut " + ((hintz2_1 * hintz2_2) * hintz2_3);
}
Instance of Symbol 145 MovieClip "a1" in Frame 411
onClipEvent (load) {
num = 2;
true_num = 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a3" in Frame 411
onClipEvent (load) {
num = 4;
true_num = 4;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a4" in Frame 411
onClipEvent (load) {
num = 7;
true_num = 7;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a5" in Frame 411
onClipEvent (load) {
num = 5;
true_num = 5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a8" in Frame 411
onClipEvent (load) {
num = 1;
true_num = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a9" in Frame 411
onClipEvent (load) {
num = 8;
true_num = 8;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 149 MovieClip in Frame 411
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 154 MovieClip in Frame 411
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 252 MovieClip "inv3" in Frame 411
onClipEvent (load) {
this.gotoAndStop(2);
}
Frame 424
stop();
_root.msgs.gotoAndPlay("rorb");
stop();
Frame 425
play();
Frame 443
stop();
Frame 444
pnconnector.storeScore(_root.timeLeft);
Instance of Symbol 1 MovieClip [pnFlashGames] "pnconnector" in Frame 444
//component parameters
onClipEvent (initialize) {
debugMode = false;
}
Frame 609
stop();
Symbol 1 MovieClip [pnFlashGames] Frame 1
#initclip 1
pnFlashGames = function () {
this.gid = _root.pn_gid;
this.uname = _root.pn_uname;
this._modvalue = "pnFlashGames";
this._modvar = "module";
this._script = "index.php";
if (_root.pn_modvalue != null) {
this._modvalue = _root.pn_modvalue;
}
if (_root.pn_modvar != null) {
this._modvar = _root.pn_modvar;
}
if (_root.pn_script != null) {
this._script = _root.pn_script;
}
this._autoupdate = false;
if (_root.pn_autoupdate == "true") {
this._autoupdate = true;
}
if (_root.pn_extravars != null) {
this._extravars = new Array();
temppairs = _root.pn_extravars.split("|");
x = 0;
while (x < temppairs.length) {
tempset = temppairs[x].split("~");
this._extravars.push(tempset);
x++;
}
} else {
this._extravars = null;
}
this.busy = false;
this.gameSaved = null;
this.gameLoaded = null;
this.gameScoresLoaded = null;
this.gameScores = null;
this.scoreStored = null;
this.gameData = "";
};
pnFlashGames.prototype.saveGame = function (gameData) {
this.busy = true;
varsObj = new LoadVars();
varsObj.func = "saveGame";
varsObj.gid = this.gid;
varsObj.gameData = gameData;
varsObj.type = "user";
varsObj[this._modvar] = this._modvalue;
varsObj.parent = this;
varsObj.onLoad = this.saveGame_Result;
if (this._extravars != null) {
x = 0;
while (x < this._extravars.length) {
varsObj[this._extravars[x][0]] = this._extravars[x][1];
x++;
}
}
if (this.debugMode) {
this.debugOutput(varsObj);
} else {
varsObj.sendAndLoad(this._script, varsObj, "POST");
}
};
pnFlashGames.prototype.saveGame_Result = function (success) {
this.parent._parent.incoming = this.opSuccess;
if (this.opSuccess == "true") {
this.parent.gameSaved = true;
} else {
this.parent.gameSaved = false;
}
this.parent.busy = false;
};
pnFlashGames.prototype.loadGame = function () {
this.busy = true;
varsObj = new LoadVars();
varsObj.func = "loadGame";
varsObj.gid = this.gid;
varsObj.type = "user";
varsObj[this._modvar] = this._modvalue;
varsObj.parent = this;
varsObj.onLoad = this.loadGame_Result;
if (this._extravars != null) {
x = 0;
while (x < this._extravars.length) {
varsObj[this._extravars[x][0]] = this._extravars[x][1];
x++;
}
}
if (this.debugMode) {
this.debugOutput(varsObj);
} else {
varsObj.sendAndLoad(this._script, varsObj, "POST");
}
};
pnFlashGames.prototype.loadGame_Result = function (success) {
if (this.opSuccess == "true") {
this.parent.gameLoaded = true;
this.parent.gameData = gameData;
} else {
this.parent.gameLoaded = false;
}
if (this.parent.onLoadGame != null) {
this.parent.onLoadGame(this.gameData);
}
this.parent.busy = false;
};
pnFlashGames.prototype.storeScore = function (score) {
this.busy = true;
varsObj = new LoadVars();
varsObj.score = score;
varsObj.func = "storeScore";
varsObj.gid = this.gid;
varsObj.type = "user";
varsObj[this._modvar] = this._modvalue;
varsObj.parent = this;
varsObj.onLoad = this.storeScore_Result;
if (this._extravars != null) {
x = 0;
while (x < this._extravars.length) {
varsObj[this._extravars[x][0]] = this._extravars[x][1];
x++;
}
}
if (this.debugMode) {
this.debugOutput(varsObj);
} else {
varsObj.sendAndLoad(this._script, varsObj, "POST");
}
};
pnFlashGames.prototype.storeScore_Result = function (success) {
if (this.opSuccess == "true") {
this.parent.scoreStored = true;
if (this.parent._autoupdate) {
_root.getURL("javascript:refreshScores();");
}
} else {
this.parent.scoreStored = false;
}
this.parent.busy = false;
};
pnFlashGames.prototype.loadGameScores = function () {
this.busy = true;
varsObj = new LoadVars();
varsObj.func = "loadGameScores";
varsObj.gid = this.gid;
varsObj.type = "user";
varsObj[this._modvar] = this._modvalue;
varsObj.parent = this;
varsObj.onLoad = this.loadGameScores_Result;
if (this._extravars != null) {
x = 0;
while (x < this._extravars.length) {
varsObj[this._extravars[x][0]] = this._extravars[x][1];
x++;
}
}
if (this.debugMode) {
this.debugOutput(varsObj);
} else {
varsObj.sendAndLoad(this._script, varsObj, "POST");
}
};
pnFlashGames.prototype.loadGameScores_Result = function (success) {
if (this.opSuccess == "true") {
this.parent.gameScoresLoaded = true;
this.parent.gameScores = new XML(this.gameScores);
} else {
this.parent.gameScoresLoaded = false;
}
if (this.parent.onLoadGameScores != null) {
this.parent.onLoadGameScores(this.gameScores);
}
this.parent.busy = false;
};
pnFlashGames.prototype.debugOutput = function (vars) {
debug = "";
debug = debug + (("Function: " + vars.func) + newline);
switch (vars.func) {
case "storeScore" :
debug = debug + ("Score: " + vars.score);
break;
case "saveGame" :
debug = debug + ("Saving: " + vars.gameData);
break;
case "loadGame" :
debug = debug + "Loading data....";
break;
case "getGameScores" :
debug = debug + "Getting scores for this game....";
}
trace(debug);
};
Object.registerClass("pnFlashGames", pnFlashGames);
#endinitclip
Symbol 21 Button
on (release) {
getURL ("http://killingtime.h3nt.com", "_blank");
}
Symbol 30 Button
on (release) {
_root.play();
}
Symbol 73 Button
on (release) {
gotoAndStop (365);
}
Symbol 81 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 1
stop();
Symbol 91 Button
on (press) {
backwards = false;
go = true;
}
Symbol 93 Button
on (press) {
backwards = true;
go = true;
}
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 21
gotoAndStop (1);
Symbol 103 Button
on (release) {
var correct = 0;
if (num1.num == num1.right_num) {
_parent.light1.gotoAndStop(2);
correct++;
} else {
_parent.light1.gotoAndStop(1);
}
if (num2.num == num2.right_num) {
_parent.light2.gotoAndStop(2);
correct++;
} else {
_parent.light2.gotoAndStop(1);
}
if (num3.num == num3.right_num) {
_parent.light3.gotoAndStop(2);
correct++;
} else {
_parent.light3.gotoAndStop(1);
}
if (num4.num == num4.right_num) {
_parent.light4.gotoAndStop(2);
correct++;
} else {
_parent.light4.gotoAndStop(1);
}
if (correct == 4) {
_parent.n1 = num1.num;
_parent.n2 = num2.num;
_parent.n3 = num3.num;
_parent.n4 = num4.num;
_root.play();
}
}
Instance of Symbol 98 MovieClip "num1" in Symbol 104 MovieClip Frame 1
onClipEvent (load) {
right_num = random(10);
num = 9;
}
onClipEvent (enterFrame) {
if (go) {
if (backwards) {
if (_currentframe == 1) {
gotoAndStop (20);
} else {
prevFrame();
}
} else {
nextFrame();
}
if ((_currentframe % 2) == 1) {
num = Math.floor((20 - _currentframe) / 2);
if (num == -1) {
num = 9;
}
go = false;
}
}
}
Instance of Symbol 98 MovieClip "num2" in Symbol 104 MovieClip Frame 1
onClipEvent (load) {
right_num = random(10);
num = 9;
}
onClipEvent (enterFrame) {
if (go) {
if (backwards) {
if (_currentframe == 1) {
gotoAndStop (20);
} else {
prevFrame();
}
} else {
nextFrame();
}
if ((_currentframe % 2) == 1) {
num = Math.floor((20 - _currentframe) / 2);
if (num == -1) {
num = 9;
}
go = false;
}
}
}
Instance of Symbol 98 MovieClip "num3" in Symbol 104 MovieClip Frame 1
onClipEvent (load) {
right_num = random(10);
num = 9;
}
onClipEvent (enterFrame) {
if (go) {
if (backwards) {
if (_currentframe == 1) {
gotoAndStop (20);
} else {
prevFrame();
}
} else {
nextFrame();
}
if ((_currentframe % 2) == 1) {
num = Math.floor((20 - _currentframe) / 2);
if (num == -1) {
num = 9;
}
go = false;
}
}
}
Instance of Symbol 98 MovieClip "num4" in Symbol 104 MovieClip Frame 1
onClipEvent (load) {
right_num = random(10);
num = 9;
}
onClipEvent (enterFrame) {
if (go) {
if (backwards) {
if (_currentframe == 1) {
gotoAndStop (20);
} else {
prevFrame();
}
} else {
nextFrame();
}
if ((_currentframe % 2) == 1) {
num = Math.floor((20 - _currentframe) / 2);
if (num == -1) {
num = 9;
}
go = false;
}
}
}
Symbol 121 Button
on (release) {
if (_root.correct == 0) {
_root.score = _root.timer.timeLeft;
_root.gotoAndPlay("win");
} else {
_root.gotoAndPlay("lose");
}
}
Symbol 124 Button
on (release) {
if (_root.correct == 1) {
_root.score = _root.timer.timeLeft;
_root.gotoAndPlay("win");
} else {
_root.gotoAndPlay("lose");
}
}
Symbol 126 MovieClip Frame 70
gotoAndStop (1);
Symbol 126 MovieClip Frame 127
gotoAndStop (1);
Symbol 126 MovieClip Frame 185
gotoAndStop (1);
Symbol 126 MovieClip Frame 240
gotoAndStop (1);
Symbol 126 MovieClip Frame 285
gotoAndStop (1);
Symbol 126 MovieClip Frame 335
gotoAndStop (1);
Symbol 126 MovieClip Frame 390
gotoAndStop (1);
Symbol 126 MovieClip Frame 428
gotoAndStop (1);
Symbol 126 MovieClip Frame 470
gotoAndStop (1);
Symbol 126 MovieClip Frame 487
gotoAndStop (1);
Symbol 126 MovieClip Frame 543
stop();
Symbol 164 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 2
play();
Symbol 164 MovieClip Frame 9
stop();
Instance of Symbol 161 MovieClip in Symbol 164 MovieClip Frame 9
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.inventory.inv2.gotoAndStop(2);
_root.msgs.gotoAndPlay("screwdriver");
_parent._parent.has_sd = true;
_parent.play();
}
}
Symbol 164 MovieClip Frame 20
stop();
Symbol 176 Button
on (release) {
_root.inventory.inv1.gotoAndStop(2);
gotoAndStop (17);
_root.msgs.gotoAndPlay("foundi1");
}
Symbol 179 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 16
stop();
Symbol 185 MovieClip Frame 1
stop();
Symbol 185 MovieClip Frame 5
stop();
Symbol 192 Button
on (release) {
_parent.play();
}
Symbol 193 MovieClip Frame 1
stop();
Symbol 194 MovieClip Frame 1
_root.toggle[a] = true;
stop();
Symbol 194 MovieClip Frame 2
_root.toggle[a] = true;
stop();
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 2
var i = 0;
while (i < 5) {
this["screw" + i].play();
i++;
}
Symbol 197 MovieClip Frame 20
stop();
_root.play();
Symbol 199 MovieClip Frame 1
has_sd = false;
stop();
Instance of Symbol 131 MovieClip in Symbol 199 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.inventory.inv1._currentframe < 3)) {
_root.msgs.gotoAndPlay("numpad");
}
}
Instance of Symbol 133 MovieClip in Symbol 199 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.msgs.gotoAndPlay("keyhole");
}
}
Instance of Symbol 145 MovieClip "a1" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
num = 2;
true_num = 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a3" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
num = 4;
true_num = 4;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a4" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
num = 7;
true_num = 7;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a5" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
num = 5;
true_num = 5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a8" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
num = 1;
true_num = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a9" in Symbol 199 MovieClip Frame 1
onClipEvent (load) {
num = 8;
true_num = 8;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 149 MovieClip in Symbol 199 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 154 MovieClip in Symbol 199 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 164 MovieClip "side" in Symbol 199 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if ((_currentframe == 1) && (_root.inventory.inv1._currentframe < 3)) {
_root.msgs.gotoAndPlay("sidebtn");
}
}
}
Instance of Symbol 179 MovieClip in Symbol 199 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_currentframe == 1) {
this.play();
}
}
}
Instance of Symbol 197 MovieClip "panel" in Symbol 199 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.inventory.inv1._currentframe < 3)) {
if ((_currentframe == 1) && (!_parent.has_sd)) {
_root.msgs.gotoAndPlay("need_sd");
} else if ((_currentframe == 1) && (_parent.has_sd)) {
_root.msgs.gotoAndPlay("have_sd");
}
}
}
Symbol 212 Button
on (release) {
play();
}
Symbol 240 Button
on (release) {
this.gotoAndStop(2);
}
Symbol 243 MovieClip Frame 1
stop();
Symbol 243 MovieClip Frame 6
gotoAndStop (1);
Symbol 244 MovieClip Frame 1
stop();
Symbol 244 MovieClip Frame 12
stop();
on0 = "?";
on3 = "?";
on6 = "?";
on9 = "?";
Instance of Symbol 149 MovieClip in Symbol 244 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
if (_parent.rguess == "916312") {
_parent.guess = "CORRECT";
if (!_root.inner1.have_sd) {
_root.inner1.side.gotoAndStop(2);
_root.msgs.gotoAndPlay("solved1");
_parent.sfx.gotoAndPlay(7);
}
} else {
_parent.guess = "WRONG";
_parent.sfx.gotoAndPlay(2);
}
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a1" in Symbol 244 MovieClip Frame 12
onClipEvent (load) {
num = 2;
true_num = 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
_parent.rguess = _parent.rguess + "2";
_parent.guess = _parent.guess + "2";
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a3" in Symbol 244 MovieClip Frame 12
onClipEvent (load) {
num = 4;
true_num = 4;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
_parent.rguess = _parent.rguess + "4";
_parent.guess = _parent.guess + "4";
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a4" in Symbol 244 MovieClip Frame 12
onClipEvent (load) {
num = 7;
true_num = 7;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
_parent.rguess = _parent.rguess + "7";
_parent.guess = _parent.guess + "7";
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a5" in Symbol 244 MovieClip Frame 12
onClipEvent (load) {
num = 5;
true_num = 5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
_parent.rguess = _parent.rguess + "5";
_parent.guess = _parent.guess + "5";
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a8" in Symbol 244 MovieClip Frame 12
onClipEvent (load) {
num = 1;
true_num = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
_parent.rguess = _parent.rguess + "1";
_parent.guess = _parent.guess + "1";
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a9" in Symbol 244 MovieClip Frame 12
onClipEvent (load) {
num = 8;
true_num = 8;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
_parent.rguess = _parent.rguess + "8";
_parent.guess = _parent.guess + "8";
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Instance of Symbol 145 MovieClip "a2" in Symbol 244 MovieClip Frame 12
onClipEvent (load) {
num = 3;
true_num = 3;
this.stop();
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.startDrag(false);
drag = true;
if (_parent.on0 == 3) {
_parent.guess = _parent.guess + "?";
_parent.rguess = _parent.rguess + "0";
} else if (_parent.on3 == 3) {
_parent.guess = _parent.guess + "?";
_parent.rguess = _parent.rguess + "3";
} else if (_parent.on6 == 3) {
_parent.guess = _parent.guess + "?";
_parent.rguess = _parent.rguess + "6";
} else if (_parent.on9 == 3) {
_parent.guess = _parent.guess + "?";
_parent.rguess = _parent.rguess + "9";
}
}
}
onClipEvent (mouseUp) {
this.stopDrag();
drag = false;
if (this.hitTest(_parent.e0)) {
this._x = _parent.e0._x;
this._y = _parent.e0._y;
_parent.correct3 = false;
_parent.on0 = 3;
} else if (this.hitTest(_parent.e3)) {
this._x = _parent.e3._x;
this._y = _parent.e3._y;
_parent.correct3 = true;
_parent.on3 = 3;
} else if (this.hitTest(_parent.e6)) {
this._x = _parent.e6._x;
this._y = _parent.e6._y;
_parent.correct3 = false;
_parent.on6 = 3;
} else if (this.hitTest(_parent.e9)) {
this._x = _parent.e9._x;
this._y = _parent.e9._y;
_parent.correct3 = false;
_parent.on9 = 3;
}
}
Instance of Symbol 145 MovieClip "a6" in Symbol 244 MovieClip Frame 12
onClipEvent (load) {
num = 0;
true_num = 0;
this.stop();
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.startDrag(false);
drag = true;
if (_parent.on0 == 0) {
_parent.guess = _parent.guess + "?";
_parent.rguess = _parent.rguess + "0";
} else if (_parent.on3 == 0) {
_parent.guess = _parent.guess + "?";
_parent.rguess = _parent.rguess + "3";
} else if (_parent.on6 == 0) {
_parent.guess = _parent.guess + "?";
_parent.rguess = _parent.rguess + "6";
} else if (_parent.on9 == 0) {
_parent.guess = _parent.guess + "?";
_parent.rguess = _parent.rguess + "9";
}
}
}
onClipEvent (mouseUp) {
this.stopDrag();
drag = false;
if (this.hitTest(_parent.e0)) {
this._x = _parent.e0._x;
this._y = _parent.e0._y;
_parent.correct0 = true;
_parent.on0 = 0;
} else if (this.hitTest(_parent.e3)) {
this._x = _parent.e3._x;
this._y = _parent.e3._y;
_parent.correct0 = false;
_parent.on3 = 0;
} else if (this.hitTest(_parent.e6)) {
this._x = _parent.e6._x;
this._y = _parent.e6._y;
_parent.correct0 = false;
_parent.on6 = 0;
} else if (this.hitTest(_parent.e9)) {
this._x = _parent.e9._x;
this._y = _parent.e9._y;
_parent.correct0 = false;
_parent.on9 = 0;
}
}
onClipEvent (enterFrame) {
}
Instance of Symbol 145 MovieClip "a7" in Symbol 244 MovieClip Frame 12
onClipEvent (load) {
num = 9;
true_num = 9;
this.stop();
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.startDrag(false);
drag = true;
if (_parent.on0 == 9) {
_parent.guess = _parent.guess + "?";
_parent.rguess = _parent.rguess + "0";
} else if (_parent.on3 == 9) {
_parent.guess = _parent.guess + "?";
_parent.rguess = _parent.rguess + "3";
} else if (_parent.on6 == 9) {
_parent.guess = _parent.guess + "?";
_parent.rguess = _parent.rguess + "6";
} else if (_parent.on9 == 9) {
_parent.guess = _parent.guess + "?";
_parent.rguess = _parent.rguess + "9";
}
}
}
onClipEvent (mouseUp) {
this.stopDrag();
drag = false;
if (this.hitTest(_parent.e0)) {
this._x = _parent.e0._x;
this._y = _parent.e0._y;
_parent.correct9 = false;
_parent.on0 = 9;
} else if (this.hitTest(_parent.e3)) {
this._x = _parent.e3._x;
this._y = _parent.e3._y;
_parent.correct9 = false;
_parent.on3 = 9;
} else if (this.hitTest(_parent.e6)) {
this._x = _parent.e6._x;
this._y = _parent.e6._y;
_parent.correct9 = false;
_parent.on6 = 9;
} else if (this.hitTest(_parent.e9)) {
this._x = _parent.e9._x;
this._y = _parent.e9._y;
_parent.correct9 = true;
_parent.on9 = 9;
}
}
onClipEvent (enterFrame) {
}
Instance of Symbol 145 MovieClip "a0" in Symbol 244 MovieClip Frame 12
onClipEvent (load) {
num = 6;
true_num = 6;
this.stop();
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.startDrag(false);
drag = true;
if (_parent.on0 == 6) {
_parent.guess = _parent.guess + "?";
_parent.rguess = _parent.rguess + "0";
} else if (_parent.on3 == 6) {
_parent.guess = _parent.guess + "?";
_parent.rguess = _parent.rguess + "3";
} else if (_parent.on6 == 6) {
_parent.guess = _parent.guess + "?";
_parent.rguess = _parent.rguess + "6";
} else if (_parent.on9 == 6) {
_parent.guess = _parent.guess + "?";
_parent.rguess = _parent.rguess + "9";
}
}
}
onClipEvent (mouseUp) {
this.stopDrag();
drag = false;
if (this.hitTest(_parent.e0)) {
this._x = _parent.e0._x;
this._y = _parent.e0._y;
_parent.correct6 = false;
_parent.on0 = 6;
} else if (this.hitTest(_parent.e3)) {
this._x = _parent.e3._x;
this._y = _parent.e3._y;
_parent.correct6 = false;
_parent.on3 = 6;
} else if (this.hitTest(_parent.e6)) {
this._x = _parent.e6._x;
this._y = _parent.e6._y;
_parent.correct6 = true;
_parent.on6 = 6;
} else if (this.hitTest(_parent.e9)) {
this._x = _parent.e9._x;
this._y = _parent.e9._y;
_parent.correct6 = false;
_parent.on9 = 6;
}
}
onClipEvent (enterFrame) {
}
Instance of Symbol 154 MovieClip in Symbol 244 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (m_down) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = true;
_parent.guess = "";
_parent.rguess = "";
}
}
onClipEvent (mouseUp) {
m_down = false;
}
onClipEvent (mouseMove) {
if (m_down) {
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
m_down = false;
}
}
}
Symbol 247 Button
on (release) {
_root.inner1.panel.play();
}
Symbol 249 MovieClip Frame 1
stop();
Symbol 250 Button
on (release) {
_root.play();
}
Symbol 252 MovieClip Frame 1
stop();
Symbol 266 Button
on (release) {
_root.nextFrame();
}
Symbol 288 Button
on (release) {
gotoAndPlay (2);
}