Frame 1
function itemHandler1(obj, item) {
getURL ("http://highwitamic.com");
}
function itemHandler1(obj, item) {
getURL ("http://highwitamic.com");
}
function itemHandler2(obj, item) {
getURL ("http://highwitamic.com/heist2walkthrough.txt");
}
function itemHandler2(obj, item) {
getURL ("http://highwitamic.com/heist2walkthrough.txt");
}
stopAllSounds();
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
item1 = new ContextMenuItem("Highwitamic.com", itemHandler1);
myMenu.customItems.push(item1);
myMenu.customItems.push(new ContextMenuItem("Highwitamic.com", itemHandler1));
item2 = new ContextMenuItem("Highwitamic.com", itemHandler2);
myMenu.customItems.push(item2);
myMenu.customItems.push(new ContextMenuItem("Download Walkthrough", itemHandler2));
_root.menu = myMenu;
Frame 10
function preloadSite() {
var _local3 = _root.getBytesLoaded();
var _local2 = _root.getBytesTotal();
var _local4 = Math.round((_local3 / _local2) * 100);
loadingBar._xscale = _local4;
percentClip.percentDisplay.text = _local4 + "%";
percentClip._x = loadingBar._x + loadingBar._width;
bytesDisplay.text = ((("loaded " + _local3) + " of ") + _local2) + " bytes";
if (_local3 >= _local2) {
clearInterval(loadingCall);
gotoAndPlay (10);
}
}
_global.playedonce = false;
stop();
loadingBar._xscale = 1;
var loadingCall = setInterval(preloadSite, 50);
Instance of Symbol 64 MovieClip "armorlogo" in Frame 10
on (release) {
getURL ("http://armorgames.com", "_blank");
}
Frame 11
_quality = "HIGH";
Frame 75
_root.armorlogo.play();
Frame 100
_root.money = 0;
gotoAndPlay (126);
Instance of Symbol 81 MovieClip in Frame 101
on (rollOver) {
_root.usingbox.text = "Turn dial";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
this.play();
}
Instance of Symbol 84 MovieClip in Frame 101
on (rollOver) {
_root.usingbox.text = "Turn dial";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
this.play();
}
Instance of Symbol 87 MovieClip in Frame 101
on (rollOver) {
_root.usingbox.text = "Turn dial";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
this.play();
}
Instance of Symbol 89 MovieClip in Frame 101
on (rollOver) {
_root.usingbox.text = "Pull safe handle";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (((_root.pad1 == _root.c1number) && (_root.pad2 == _root.c2number)) && (_root.pad3 == _root.c3number)) {
safesound = new Sound();
safesound.attachSound("opensafe");
safesound.start();
_global.safeopened = true;
_root.gotoAndStop("hallway1");
} else {
_root.usingbox.text = "Wrong combination!";
}
}
Frame 125
stop();
Instance of Symbol 81 MovieClip in Frame 125
on (rollOver) {
_root.usingbox.text = "Turn left dial";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
this.play();
}
Instance of Symbol 84 MovieClip in Frame 125
on (rollOver) {
_root.usingbox.text = "Turn middle dial";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
this.play();
}
Instance of Symbol 87 MovieClip in Frame 125
on (rollOver) {
_root.usingbox.text = "Turn right dial";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
this.play();
}
Frame 265
gotoAndPlay (441);
Frame 266
_global.keypressed = false;
Frame 326
onEnterFrame();
if (_global.keypressed == false) {
_root.gotoAndPlay("globbed");
}
Frame 327
_global.keypressed = false;
Frame 375
gotoAndStop (569);
Frame 440
_root.lives = _root.lives - 1;
gotoAndPlay (782);
Frame 441
_root.money = 0;
_root.nvision = 0;
_root.menubars.bottombar.cashbox = _root.money;
_global.autotoggle = true;
_global.skipintro = false;
_global.nightvision = false;
_global.nightvisionOn = false;
_quality = "MEDIUM";
Frame 480
_root.greedishell.play();
Frame 489
nightvision.onRollOver = function () {
captionFN(true, "Nightvision goggles - $800", this);
this.onRollOut = function () {
captionFN(false);
};
};
key2.onRollOver = function () {
captionFN(true, "Bedroom Key", this);
this.onRollOut = function () {
captionFN(false);
};
};
invMatches.onRollOver = function () {
captionFN(true, "Matches", this);
this.onRollOut = function () {
captionFN(false);
};
};
invfloppymeat.onRollOver = function () {
captionFN(true, "Floppy meat", this);
this.onRollOut = function () {
captionFN(false);
};
};
invcrowbar.onRollOver = function () {
captionFN(true, "Crowbar", this);
this.onRollOut = function () {
captionFN(false);
};
};
key3.onRollOver = function () {
captionFN(true, "Bathroom key", this);
this.onRollOut = function () {
captionFN(false);
};
};
clockb.onRollOver = function () {
captionFN(true, "Save Game", this);
this.onRollOut = function () {
captionFN(false);
};
};
captionFN = function (showCaption, captionText, bName) {
if (showCaption) {
_root.createEmptyMovieClip("hoverCaption", this.getNextHighestDepth());
cap.desc.text = captionText;
cap._width = 7 * cap.desc.text.length;
cap._alpha = 75;
if (((bName._width + bName._x) + cap._width) > Stage.width) {
xo = -2 - cap._width;
yo = -17;
} else {
xo = 2;
yo = -17;
}
hoverCaption.onEnterFrame = function () {
cap._x = _root._xmouse + xo;
cap._y = _root._ymouse + yo;
cap._visible = true;
};
} else {
delete hoverCaption.onEnterFrame;
cap._visible = false;
}
};
onEnterFrame();
_root.nightvision._visible = false;
_root.skipintro._visible = false;
_root.menubars.play();
stop();
Frame 490
_global.gamestarted = false;
Frame 499
_root.cashbox = _root.money;
_root.lives = 3;
_global.havepackage = false;
_global.corpsestab = false;
_global.dogdead = false;
_global.peekhole = false;
_global.phonerang = false;
_global.nail1 = false;
_global.nail2 = false;
_global.nail3 = false;
_global.nail4 = false;
_global.havepaper1 = false;
_global.havepaper2 = false;
_global.havepaper3 = false;
_global.spideroomentered = false;
_global.towelfire = false;
_global.venton = false;
_global.bearopen = false;
_global.haveknife = false;
_global.safeopened = false;
_global.glasslock1 = true;
_global.glasslock2 = false;
_global.paintingpulled = false;
_global.nightvision = false;
_global.nightvisionOn = false;
_global.middleofnowhere = true;
_global.corpseattack = false;
_global.scared = false;
_global.doorshadow = false;
_global.walkedpass = false;
_global.money1 = true;
_global.money2 = true;
_global.money3 = true;
_global.money4 = true;
_global.money5 = true;
_global.money6 = true;
_global.money7 = true;
_global.money8 = true;
_global.moneytaken = false;
_global.scared = true;
_global.goingup = false;
_global.goingdown = false;
_global.keyhasfallen = false;
_global.lightsoff = true;
_global.haveKey1 = false;
_global.haveKey2 = false;
_global.haveKey3 = false;
_global.haveKey4 = false;
_global.haveKey5 = false;
_global.havegascan = false;
_global.havefloppymeat = false;
_global.haveMatches = false;
_global.havecrowbar = false;
_global.havebottle = false;
_global.readpaper = false;
_global.ceilingdropped = true;
_global.scarydisc = false;
onEnterFrame();
if (_global.skipintro == true) {
bgmusic = new Sound();
bgmusic.attachSound("bkground");
bgmusic.start(0, 999);
} else {
bgmusic = new Sound();
bgmusic.attachSound("theapocalypse");
bgmusic.start(0, 999);
}
Frame 560
cbplace = new Array(1, 2, 3);
_root.cbplace = cbplace[random(3)];
c1number = new Array(1, 2, 3, 4, 5, 6, 7, 8);
_root.c1number = c1number[random(8)];
c2number = new Array(1, 2, 3, 4, 5, 6, 7, 8);
_root.c2number = c2number[random(8)];
c3number = new Array(1, 2, 3, 4, 5, 6, 7, 8);
_root.c3number = c3number[random(8)];
_global.usecrowbar = false;
_global.usematches = false;
_global.useknife = false;
_global.usefloppymeat = false;
onEnterFrame();
if (_global.skipintro == true) {
gotoAndStop (561);
} else {
gotoAndPlay (2522);
}
Frame 561
key1.onRollOver = function () {
captionFN(true, "Hallway Key", this);
this.onRollOut = function () {
captionFN(false);
};
};
key2.onRollOver = function () {
captionFN(true, "Bedroom Key", this);
this.onRollOut = function () {
captionFN(false);
};
};
invMatches.onRollOver = function () {
captionFN(true, "Matches", this);
this.onRollOut = function () {
captionFN(false);
};
};
invfloppymeat.onRollOver = function () {
captionFN(true, "Floppy meat", this);
this.onRollOut = function () {
captionFN(false);
};
};
invcrowbar.onRollOver = function () {
captionFN(true, "Crowbar", this);
this.onRollOut = function () {
captionFN(false);
};
};
key3.onRollOver = function () {
captionFN(true, "Storage room key", this);
this.onRollOut = function () {
captionFN(false);
};
};
clockb.onRollOver = function () {
captionFN(true, "Save Game", this);
this.onRollOut = function () {
captionFN(false);
};
};
key4.onRollOver = function () {
captionFN(true, "Bathroom key", this);
this.onRollOut = function () {
captionFN(false);
};
};
invknife.onRollOver = function () {
captionFN(true, "Knife", this);
this.onRollOut = function () {
captionFN(false);
};
};
invpaper1.onRollOver = function () {
captionFN(true, "Folded paper", this);
this.onRollOut = function () {
captionFN(false);
};
};
invpaper2.onRollOver = function () {
captionFN(true, "Folded paper", this);
this.onRollOut = function () {
captionFN(false);
};
};
invpaper3.onRollOver = function () {
captionFN(true, "Folded paper", this);
this.onRollOut = function () {
captionFN(false);
};
};
invgascan.onRollOver = function () {
captionFN(true, "Gas can", this);
this.onRollOut = function () {
captionFN(false);
};
};
invbottle.onRollOver = function () {
captionFN(true, "Bottle of pills", this);
this.onRollOut = function () {
captionFN(false);
};
};
captionFN = function (showCaption, captionText, bName) {
if (showCaption) {
_root.createEmptyMovieClip("hoverCaption", this.getNextHighestDepth());
cap.desc.text = captionText;
cap._width = 7 * cap.desc.text.length;
cap._alpha = 75;
if (((bName._width + bName._x) + cap._width) > Stage.width) {
xo = -2 - cap._width;
yo = -17;
} else {
xo = 2;
yo = -17;
}
hoverCaption.onEnterFrame = function () {
cap._x = _root._xmouse + xo;
cap._y = _root._ymouse + yo;
cap._visible = true;
};
} else {
delete hoverCaption.onEnterFrame;
cap._visible = false;
}
};
clock.onEnterFrame = function () {
var _local3 = new Date();
var _local6 = _local3.getSeconds();
var _local4 = _local3.getMinutes();
var _local5 = _local3.getHours();
this.secondHand._rotation = _local6 * 6;
this.minuteHand._rotation = _local4 * 6;
this.hourHand._rotation = (_local5 * 30) + (_local4 / 2);
if ((_local5 == 12) && (_local4 == 45)) {
_root.charView._visible = false;
} else {
_root.charView._visible = true;
}
};
_root.clock._visible = false;
onEnterFrame();
_root.scorebox = _root.lives;
onEnterFrame();
if (_global.ceilingdropped == false) {
_root.livingroom1.ceilingpiece.gotoAndStop(25);
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.livingroom1._x = mX * 0.1;
_root.livingroom1._y = mY * 0.1;
_root.livingroom1._x = _default_x - mX;
_root.livingroom1._y = _default_y - mY;
_root.forestbg._x = mX * 0.2;
_root.forestbg._x = _default_x - mX;
};
Instance of Symbol 338 MovieClip in Frame 561
onClipEvent (load) {
if (_global.nightvisionOn == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 344 MovieClip "lockmechanism" in Frame 561
on (rollOver) {
_root.usingbox.text = "Lock Status Symbol";
}
Instance of Symbol 351 MovieClip "invMatches" in Frame 561
on (rollOver) {
bgsound = new Sound();
bgsound.attachSound("itemroll");
bgsound.start();
_root.usingbox.text = "Use Matches...";
_root.invMatches.gotoAndStop(16);
}
on (rollOut) {
if (_global.usematches == true) {
_root.usingbox.text = "Use Matches with...";
} else {
_root.usingbox.text = "";
_root.invMatches.play();
}
}
onClipEvent (load) {
if (_global.haveMatches == true) {
this._visible = true;
} else {
this._visible = false;
}
}
on (release) {
if (_global.usematches == true) {
_global.usematches = false;
} else {
_global.usebottle = false;
_root.invbottle.gotoAndStop(15);
_global.usegascan = false;
_root.invgascan.gotoAndStop(15);
_global.useknife = false;
_root.invknife.gotoAndStop(15);
_global.usecrowbar = false;
_root.invcrowbar.gotoAndStop(15);
_global.usefloppymeat = false;
_root.invfloppymeat.gotoAndStop(15);
itsound = new Sound();
itsound.attachSound("crowbar");
itsound.start();
_global.usematches = true;
}
}
Instance of Symbol 355 MovieClip "invfloppymeat" in Frame 561
on (rollOver) {
bgsound = new Sound();
bgsound.attachSound("itemroll");
bgsound.start();
_root.usingbox.text = "Use floppy mysterious meat...";
_root.invfloppymeat.gotoAndStop(16);
}
on (rollOut) {
if (_global.usefloppymeat == true) {
_root.usingbox.text = "Use floppy mysterious meat with...";
} else {
_root.usingbox.text = "";
_root.invfloppymeat.play();
}
}
onClipEvent (load) {
if (_global.havefloppymeat == true) {
this._visible = true;
} else {
this._visible = false;
}
}
on (release) {
if (_global.usefloppymeat == true) {
_global.usefloppymeat = false;
} else {
_global.usebottle = false;
_root.invbottle.gotoAndStop(15);
_global.usegascan = false;
_root.invgascan.gotoAndStop(15);
_global.useknife = false;
_root.invknife.gotoAndStop(15);
_global.usematches = false;
_root.invMatches.gotoAndStop(15);
_global.usecrowbar = false;
_root.invcrowbar.gotoAndStop(15);
itsound = new Sound();
itsound.attachSound("crowbar");
itsound.start();
_global.usefloppymeat = true;
}
}
Instance of Symbol 359 MovieClip "invcrowbar" in Frame 561
on (rollOver) {
bgsound = new Sound();
bgsound.attachSound("itemroll");
bgsound.start();
_root.usingbox.text = "Use crowbar...";
_root.invcrowbar.gotoAndStop(16);
}
on (rollOut) {
if (_global.usecrowbar == true) {
_root.usingbox.text = "Use crowbar with...";
} else {
_root.usingbox.text = "";
_root.invcrowbar.play();
}
}
onClipEvent (load) {
if (_global.havecrowbar == true) {
this._visible = true;
} else {
this._visible = false;
}
}
on (release) {
if (_global.usecrowbar == true) {
_global.usecrowbar = false;
} else {
_global.usebottle = false;
_root.invbottle.gotoAndStop(15);
_global.usegascan = false;
_root.invgascan.gotoAndStop(15);
_global.useknife = false;
_root.invknife.gotoAndStop(15);
_global.usematches = false;
_root.invMatches.gotoAndStop(15);
_global.usefloppymeat = false;
_root.invfloppymeat.gotoAndStop(15);
itsound = new Sound();
itsound.attachSound("crowbar");
itsound.start();
_global.usecrowbar = true;
}
}
Instance of Symbol 363 MovieClip "invknife" in Frame 561
on (rollOver) {
bgsound = new Sound();
bgsound.attachSound("itemroll");
bgsound.start();
_root.usingbox.text = "Use knife...";
_root.invknife.gotoAndStop(16);
}
on (rollOut) {
if (_global.useknife == true) {
_root.usingbox.text = "Use knife with...";
} else {
_root.usingbox.text = "";
_root.invknife.play();
}
}
onClipEvent (load) {
if (_global.haveknife == true) {
this._visible = true;
} else {
this._visible = false;
}
}
on (release) {
if (_global.useknife == true) {
_global.useknife = false;
} else {
_global.usebottle = false;
_root.invbottle.gotoAndStop(15);
_global.usegascan = false;
_root.invgascan.gotoAndStop(15);
_global.usecrowbar = false;
_root.invcrowbar.gotoAndStop(15);
_global.usematches = false;
_root.invMatches.gotoAndStop(15);
_global.usefloppymeat = false;
_root.invfloppymeat.gotoAndStop(15);
itsound = new Sound();
itsound.attachSound("crowbar");
itsound.start();
_global.useknife = true;
}
}
Instance of Symbol 367 MovieClip "invgascan" in Frame 561
on (rollOver) {
bgsound = new Sound();
bgsound.attachSound("itemroll");
bgsound.start();
_root.usingbox.text = "Use gas can...";
_root.invgascan.gotoAndStop(16);
}
on (rollOut) {
if (_global.usegascan == true) {
_root.usingbox.text = "Use gas can with...";
} else {
_root.usingbox.text = "";
_root.invgascan.play();
}
}
onClipEvent (load) {
if (_global.havegascan == true) {
this._visible = true;
} else {
this._visible = false;
}
}
on (release) {
if (_global.usegascan == true) {
_global.usegascan = false;
} else {
_global.usebottle = false;
_root.invbottle.gotoAndStop(15);
_global.useknife = false;
_root.invknife.gotoAndStop(15);
_global.usecrowbar = false;
_root.invcrowbar.gotoAndStop(15);
_global.usematches = false;
_root.invMatches.gotoAndStop(15);
_global.usefloppymeat = false;
_root.invfloppymeat.gotoAndStop(15);
itsound = new Sound();
itsound.attachSound("crowbar");
itsound.start();
_global.usegascan = true;
}
}
Instance of Symbol 369 MovieClip "invpaper1" in Frame 561
onClipEvent (load) {
if (_global.havepaper1 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
on (release) {
papersound = new Sound();
papersound.attachSound("papercrackle");
papersound.start();
_root.paper1.gotoAndPlay(2);
_root.paper1._visible = true;
}
Instance of Symbol 369 MovieClip "invpaper2" in Frame 561
onClipEvent (load) {
if (_global.havepaper2 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
on (release) {
papersound = new Sound();
papersound.attachSound("papercrackle");
papersound.start();
_root.paper2.gotoAndPlay(2);
_root.paper2._visible = true;
}
Instance of Symbol 369 MovieClip "invpaper3" in Frame 561
onClipEvent (load) {
if (_global.havepaper3 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
on (release) {
papersound = new Sound();
papersound.attachSound("papercrackle");
papersound.start();
_root.paper3.gotoAndPlay(2);
_root.paper3._visible = true;
}
Instance of Symbol 373 MovieClip "invbottle" in Frame 561
on (rollOver) {
bgsound = new Sound();
bgsound.attachSound("itemroll");
bgsound.start();
_root.usingbox.text = "Use bottle of pills...";
_root.invbottle.gotoAndStop(16);
}
on (rollOut) {
if (_global.usebottle == true) {
_root.usingbox.text = "Use bottle of pills with...";
} else {
_root.usingbox.text = "";
_root.invbottle.play();
}
}
onClipEvent (load) {
if (_global.havebottle == true) {
this._visible = true;
} else {
this._visible = false;
}
}
on (release) {
if (_global.usebottle == true) {
_global.usebottle = false;
} else {
_global.usegascan = false;
_root.invgascan.gotoAndStop(15);
_global.useknife = false;
_root.invknife.gotoAndStop(15);
_global.usecrowbar = false;
_root.invcrowbar.gotoAndStop(15);
_global.usematches = false;
_root.invMatches.gotoAndStop(15);
_global.usefloppymeat = false;
_root.invfloppymeat.gotoAndStop(15);
itsound = new Sound();
itsound.attachSound("crowbar");
itsound.start();
_global.usebottle = true;
}
}
Instance of Symbol 383 MovieClip "paper1" in Frame 561
onClipEvent (load) {
this._visible = false;
}
on (release) {
papersound = new Sound();
papersound.attachSound("papercrackle");
papersound.start();
_root.paper1._visible = false;
}
Instance of Symbol 392 MovieClip "paper2" in Frame 561
onClipEvent (load) {
this._visible = false;
}
on (release) {
papersound = new Sound();
papersound.attachSound("papercrackle");
papersound.start();
_root.paper2._visible = false;
}
Instance of Symbol 401 MovieClip "paper3" in Frame 561
onClipEvent (load) {
this._visible = false;
}
on (release) {
papersound = new Sound();
papersound.attachSound("papercrackle");
papersound.start();
_root.paper3._visible = false;
}
Instance of Symbol 481 MovieClip "nightvision" in Frame 561
onClipEvent (load) {
if (_global.nightvisionOn == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 484 MovieClip "key1" in Frame 561
onClipEvent (load) {
if (_global.haveKey1 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 484 MovieClip "key2" in Frame 561
onClipEvent (load) {
if (_global.haveKey2 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 484 MovieClip "key3" in Frame 561
onClipEvent (load) {
if (_global.haveKey3 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 484 MovieClip "key4" in Frame 561
onClipEvent (load) {
if (_global.haveKey4 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 494 MovieClip in Frame 561
onClipEvent (load) {
if (_global.gamestarted == true) {
this._visible = false;
this.stop();
}
}
Frame 562
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "HIGH";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.livingroom3._x = mX * 0.1;
_root.livingroom3._y = mY * 0.1;
_root.livingroom3._x = _default_x - mX;
_root.livingroom3._y = _default_y - mY;
_root.forestbg._x = mX * 0.2;
_root.forestbg._x = _default_x - mX;
};
Instance of Symbol 504 MovieClip "gamecloser" in Frame 562
onClipEvent (load) {
this._visible = false;
}
Frame 563
_root.wallpaper._visible = false;
onEnterFrame();
if ((_global.keyhasfallen == true) && (_global.haveKey1 == false)) {
_root.livingroom2.fallingkey.gotoAndStop(17);
}
if (_global.autotoggle == true) {
_quality = "MEDIUM";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.livingroom2._x = mX * 0.1;
_root.livingroom2._y = mY * 0.1;
_root.livingroom2._x = _default_x - mX;
_root.livingroom2._y = _default_y - mY;
_root.forestbg._x = mX * 0.2;
_root.forestbg._x = _default_x - mX;
};
Frame 564
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "MEDIUM";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.outsideview3._x = mX * 0.1;
_root.outsideview3._y = mY * 0.1;
_root.outsideview3._x = _default_x - mX;
_root.outsideview3._y = _default_y - mY;
_root.forestbg._x = mX * 0.2;
_root.forestbg._x = _default_x - mX;
};
Frame 565
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "MEDIUM";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.livingroom4._x = mX * 0.1;
_root.livingroom4._y = mY * 0.1;
_root.livingroom4._x = _default_x - mX;
_root.livingroom4._y = _default_y - mY;
_root.forestbg._x = mX * 0.2;
_root.forestbg._x = _default_x - mX;
};
_global.youroutside = false;
Frame 566
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "MEDIUM";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.livingroom5._x = mX * 0.1;
_root.livingroom5._y = mY * 0.1;
_root.livingroom5._x = _default_x - mX;
_root.livingroom5._y = _default_y - mY;
_root.forestbg._x = mX * 0.2;
_root.forestbg._x = _default_x - mX;
};
Frame 567
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "LOW";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.outsideview4._x = mX * 0.1;
_root.outsideview4._y = mY * 0.1;
_root.outsideview4._x = _default_x - mX;
_root.outsideview4._y = _default_y - mY;
_root.forestbg._x = mX * 0.2;
_root.forestbg._x = _default_x - mX;
};
Frame 568
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "MEDIUM";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.outsideview2._x = mX * 0.1;
_root.outsideview2._y = mY * 0.1;
_root.outsideview2._x = _default_x - mX;
_root.outsideview2._y = _default_y - mY;
};
Frame 569
onEnterFrame();
if (_global.goingdown == true) {
_global.goingdown = false;
_root.upstairs2.play();
} else {
_root.upstairs2._visible = false;
}
onEnterFrame();
deathtrap = new Array(3, 3, 3, 3, 3, 3, 26, 3);
_root.deathtrap = deathtrap[random(8)];
if (_root.deathtrap == 26) {
gotoAndPlay (266);
}
if (_global.autotoggle == true) {
_quality = "MEDIUM";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.room1._x = mX * 0.1;
_root.room1._y = mY * 0.1;
_root.room1._x = _default_x - mX;
_root.room1._y = _default_y - mY;
};
Frame 570
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "MEDIUM";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.glassview._x = mX * 0.1;
_root.glassview._y = mY * 0.1;
_root.glassview._x = _default_x - mX;
_root.glassview._y = _default_y - mY;
};
Frame 571
key1.onRollOver = function () {
captionFN(true, "Hallway Key", this);
this.onRollOut = function () {
captionFN(false);
};
};
key2.onRollOver = function () {
captionFN(true, "Bedroom Key", this);
this.onRollOut = function () {
captionFN(false);
};
};
invMatches.onRollOver = function () {
captionFN(true, "Matches", this);
this.onRollOut = function () {
captionFN(false);
};
};
invfloppymeat.onRollOver = function () {
captionFN(true, "Floppy meat", this);
this.onRollOut = function () {
captionFN(false);
};
};
invcrowbar.onRollOver = function () {
captionFN(true, "Crowbar", this);
this.onRollOut = function () {
captionFN(false);
};
};
key3.onRollOver = function () {
captionFN(true, "Storage room key", this);
this.onRollOut = function () {
captionFN(false);
};
};
clockb.onRollOver = function () {
captionFN(true, "Save Game", this);
this.onRollOut = function () {
captionFN(false);
};
};
key4.onRollOver = function () {
captionFN(true, "Bathroom key", this);
this.onRollOut = function () {
captionFN(false);
};
};
invknife.onRollOver = function () {
captionFN(true, "Knife", this);
this.onRollOut = function () {
captionFN(false);
};
};
invpaper1.onRollOver = function () {
captionFN(true, "Folded paper", this);
this.onRollOut = function () {
captionFN(false);
};
};
invpaper2.onRollOver = function () {
captionFN(true, "Folded paper", this);
this.onRollOut = function () {
captionFN(false);
};
};
invpaper3.onRollOver = function () {
captionFN(true, "Folded paper", this);
this.onRollOut = function () {
captionFN(false);
};
};
invgascan.onRollOver = function () {
captionFN(true, "Gas can", this);
this.onRollOut = function () {
captionFN(false);
};
};
invbottle.onRollOver = function () {
captionFN(true, "Bottle of pills", this);
this.onRollOut = function () {
captionFN(false);
};
};
captionFN = function (showCaption, captionText, bName) {
if (showCaption) {
_root.createEmptyMovieClip("hoverCaption", this.getNextHighestDepth());
cap.desc.text = captionText;
cap._width = 7 * cap.desc.text.length;
cap._alpha = 75;
if (((bName._width + bName._x) + cap._width) > Stage.width) {
xo = -2 - cap._width;
yo = -17;
} else {
xo = 2;
yo = -17;
}
hoverCaption.onEnterFrame = function () {
cap._x = _root._xmouse + xo;
cap._y = _root._ymouse + yo;
cap._visible = true;
};
} else {
delete hoverCaption.onEnterFrame;
cap._visible = false;
}
};
onEnterFrame();
deathtrap = new Array(3, 3, 3, 3, 3, 3, 26, 3);
_root.deathtrap = deathtrap[random(8)];
if (_root.deathtrap == 26) {
gotoAndPlay (266);
}
if (_global.autotoggle == true) {
_quality = "HIGH";
}
if (_global.hightoggle == true) {
_quality = "HIGH";
}
if (_global.mediumtoggle == true) {
_quality = "MEDIUM";
}
if (_global.lowtoggle == true) {
_quality = "LOW";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.room3._x = mX * 0.1;
_root.room3._y = mY * 0.1;
_root.room3._x = _default_x - mX;
_root.room3._y = _default_y - mY;
};
Frame 572
_root.checkcrevice._visible = false;
var totalBlur = 8;
var noBlur = 0;
var blur = (new flash.filters.BlurFilter(totalBlur, totalBlur, 3));
checkcrevice.blurcheck.filters = new Array(blur);
var blurTween;
checkcrevice.blurcheck.onRollOut = function () {
blurTween = new mx.transitions.Tween(blur, "blurX", mx.transitions.easing.Strong.easeOut, blur.blurX, noBlur, 1, true);
blurTween.onMotionChanged = function () {
blur.blurY = blur.blurX;
room2.filters = new Array(blur);
};
};
checkcrevice.blurcheck.onRollOver = function () {
blurTween = new mx.transitions.Tween(blur, "blurX", mx.transitions.easing.Strong.easeOut, blur.blurX, totalBlur, 1, true);
blurTween.onMotionChanged = function () {
blur.blurY = blur.blurX;
room2.filters = new Array(blur);
};
};
checkcrevice.matches.onRollOver = function () {
blurTween = new mx.transitions.Tween(blur, "blurX", mx.transitions.easing.Strong.easeOut, blur.blurX, totalBlur, 1, true);
blurTween.onMotionChanged = function () {
blur.blurY = blur.blurX;
room2.filters = new Array(blur);
};
};
_quality = "MEDIUM";
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.room2._x = mX * 0.1;
_root.room2._y = mY * 0.1;
_root.room2._x = _default_x - mX;
_root.room2._y = _default_y - mY;
_root.forestbg._x = mX * 0.2;
_root.forestbg._x = _default_x - mX;
};
Frame 573
onEnterFrame();
if (_global.goingup == true) {
_global.goingup = false;
_root.upstairs2.play();
} else {
_root.upstairs2._visible = false;
}
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "MEDIUM";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.USroom7._x = mX * 0.1;
_root.USroom7._y = mY * 0.1;
_root.USroom7._x = _default_x - mX;
_root.USroom7._y = _default_y - mY;
_root.forestbg._x = mX * 0.2;
_root.forestbg._x = _default_x - mX;
};
Frame 574
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "MEDIUM";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.USroom2._x = mX * 0.1;
_root.USroom2._y = mY * 0.1;
_root.USroom2._x = _default_x - mX;
_root.USroom2._y = _default_y - mY;
_root.forestbg._x = mX * 0.2;
_root.forestbg._x = _default_x - mX;
};
Frame 575
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "MEDIUM";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.USroom3._x = mX * 0.1;
_root.USroom3._y = mY * 0.1;
_root.USroom3._x = _default_x - mX;
_root.USroom3._y = _default_y - mY;
_root.forestbg._x = mX * 0.2;
_root.forestbg._x = _default_x - mX;
};
Frame 576
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "MEDIUM";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.USroom1._x = mX * 0.1;
_root.USroom1._y = mY * 0.1;
_root.USroom1._x = _default_x - mX;
_root.USroom1._y = _default_y - mY;
_root.forestbg._x = mX * 0.2;
_root.forestbg._x = _default_x - mX;
};
Frame 577
onEnterFrame();
if (_global.scared == false) {
_root.USroom6.birdtowindow.gotoAndStop(16);
}
if (_global.autotoggle == true) {
_quality = "HIGH";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.USroom6._x = mX * 0.1;
_root.USroom6._y = mY * 0.1;
_root.USroom6._x = _default_x - mX;
_root.USroom6._y = _default_y - mY;
_root.forestbg._x = mX * 0.2;
_root.forestbg._x = _default_x - mX;
_root.USroom6.reflectshine._y = mY * 0.1;
_root.USroom6.reflectshine._y = _default_y - mY;
};
Frame 578
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "MEDIUM";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.bathroom._x = mX * 0.1;
_root.bathroom._y = mY * 0.1;
_root.bathroom._x = _default_x - mX;
_root.bathroom._y = _default_y - mY;
_root.forestbg._x = mX * 0.2;
_root.forestbg._x = _default_x - mX;
};
Frame 579
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "MEDIUM";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.keyview._x = mX * 0.1;
_root.keyview._y = mY * 0.1;
_root.keyview._x = _default_x - mX;
_root.keyview._y = _default_y - mY;
_root.forestbg._x = mX * 0.2;
_root.forestbg._x = _default_x - mX;
};
Frame 580
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "MEDIUM";
}
var MID_X = (Stage.width / 2);
var MID_Y = (Stage.height / 2);
var mX;
var mY;
onEnterFrame = function () {
mX = MID_X - _xmouse;
mY = MID_Y - _ymouse;
_root.spideroom._x = mX * 0.1;
_root.spideroom._y = mY * 0.1;
_root.spideroom._x = _default_x - mX;
_root.spideroom._y = _default_y - mY;
_root.forestbg._x = mX * 0.2;
_root.forestbg._x = _default_x - mX;
};
Frame 710
stop();
Frame 711
savefile.data.nightvision = _root.nvision;
savefile.data.money = _root.money;
savefile.flush();
_quality = "LOW";
Frame 781
gotoAndPlay (1572);
Frame 782
onEnterFrame();
if (_root.lives == 0) {
gotoAndPlay (895);
}
stopAllSounds();
Frame 822
stop();
Frame 833
_global.gamestarted = false;
bgmusic = new Sound();
bgmusic.attachSound("bkground");
bgmusic.start(0, 999);
Frame 894
gotoAndStop (561);
Frame 995
_global.gamestarted = false;
Frame 1056
gotoAndPlay (11);
Frame 1057
_global.keypressed = false;
Frame 1280
onEnterFrame();
_root.goon.gotoAndPlay(15);
Frame 1285
onEnterFrame();
if (_global.keypressed == false) {
_root.gotoAndPlay("died");
}
Frame 1286
_global.keypressed = false;
Frame 1318
onEnterFrame();
if (_global.keypressed == false) {
_root.lives = _root.lives - 1;
_root.gotoAndPlay("died");
}
Frame 1319
_global.keypressed = false;
Frame 1339
onEnterFrame();
if (_global.keypressed == false) {
_root.lives = _root.lives - 1;
_root.gotoAndPlay("died");
}
Frame 1340
_global.keypressed = false;
_root.tapratio = 0;
Frame 1455
onEnterFrame();
if (_root.tapratio >= 125) {
_root.gotoAndStop("Main Game", 1);
} else {
_root.lives = _root.lives - 1;
_root.gotoAndPlay("died");
}
Frame 1456
_global.keypressed = false;
Frame 1571
bgsound = new Sound();
bgsound.attachSound("Bkground");
bgsound.start(0, 999);
_global.corpsestab = true;
_global.corpseattack = false;
gotoAndStop (565);
Frame 1572
credmusic = new Sound();
credmusic.attachSound("title");
credmusic.start();
Frame 2450
_quality = "LOW";
Frame 2520
gotoAndPlay (11);
Instance of Symbol 1279 MovieClip in Frame 2522
onClipEvent (load) {
if (_global.gamestarted == true) {
this._visible = false;
this.stop();
}
}
Frame 2561
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "MEDIUM";
}
Frame 2765
_global.middleofnowhere = false;
Frame 2816
stop();
Frame 2817
stop();
Frame 2818
_root.driving.gotoAndPlay(233);
stop();
Instance of Symbol 1283 MovieClip "camFrame" in Frame 2819
onClipEvent (load) {
if (_global.middleofnowhere == false) {
_root.camFrame.middleofnowhere._visible = false;
} else {
_root.camFrame.middleofnowhere._visible = false;
}
}
Frame 2996
stop();
Frame 3066
_global.playedonce = true;
gotoAndStop (561);
Symbol 1468 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0
class mx.transitions.OnEnterFrameBeacon
{
function OnEnterFrameBeacon () {
}
static function init() {
var _local4 = _global.MovieClip;
if (!_root.__OnEnterFrameBeacon) {
mx.transitions.BroadcasterMX.initialize(_local4);
var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876);
_local3.onEnterFrame = function () {
_global.MovieClip.broadcastMessage("onEnterFrame");
};
}
}
static var version = "1.1.0.52";
}
Symbol 1469 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0
class mx.transitions.BroadcasterMX
{
var _listeners;
function BroadcasterMX () {
}
static function initialize(o, dontCreateArray) {
if (o.broadcastMessage != undefined) {
delete o.broadcastMessage;
}
o.addListener = mx.transitions.BroadcasterMX.prototype.addListener;
o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener;
if (!dontCreateArray) {
o._listeners = new Array();
}
}
function addListener(o) {
removeListener(o);
if (broadcastMessage == undefined) {
broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage;
}
return(_listeners.push(o));
}
function removeListener(o) {
var _local2 = _listeners;
var _local3 = _local2.length;
while (_local3--) {
if (_local2[_local3] == o) {
_local2.splice(_local3, 1);
if (!_local2.length) {
broadcastMessage = undefined;
}
return(true);
}
}
return(false);
}
function broadcastMessage() {
var _local5 = String(arguments.shift());
var _local4 = _listeners.concat();
var _local6 = _local4.length;
var _local3 = 0;
while (_local3 < _local6) {
_local4[_local3][_local5].apply(_local4[_local3], arguments);
_local3++;
}
}
static var version = "1.1.0.52";
}
Symbol 1470 MovieClip [__Packages.mx.transitions.Tween] Frame 0
class mx.transitions.Tween
{
var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime;
function Tween (obj, prop, func, begin, finish, duration, useSeconds) {
mx.transitions.OnEnterFrameBeacon.init();
if (!arguments.length) {
return;
}
this.obj = obj;
this.prop = prop;
this.begin = begin;
position = (begin);
this.duration = (duration);
this.useSeconds = useSeconds;
if (func) {
this.func = func;
}
this.finish = (finish);
_listeners = [];
addListener(this);
start();
}
function set time(t) {
prevTime = _time;
if (t > duration) {
if (looping) {
rewind(t - _duration);
update();
broadcastMessage("onMotionLooped", this);
} else {
if (useSeconds) {
_time = _duration;
update();
}
stop();
broadcastMessage("onMotionFinished", this);
}
} else if (t < 0) {
rewind();
update();
} else {
_time = t;
update();
}
//return(time);
}
function get time() {
return(_time);
}
function set duration(d) {
_duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d));
//return(duration);
}
function get duration() {
return(_duration);
}
function set FPS(fps) {
var _local2 = isPlaying;
stopEnterFrame();
_fps = fps;
if (_local2) {
startEnterFrame();
}
//return(FPS);
}
function get FPS() {
return(_fps);
}
function set position(p) {
setPosition(p);
//return(position);
}
function setPosition(p) {
prevPos = _pos;
obj[prop] = (_pos = p);
broadcastMessage("onMotionChanged", this, _pos);
updateAfterEvent();
}
function get position() {
return(getPosition());
}
function getPosition(t) {
if (t == undefined) {
t = _time;
}
return(func(t, begin, change, _duration));
}
function set finish(f) {
change = f - begin;
//return(finish);
}
function get finish() {
return(begin + change);
}
function continueTo(finish, duration) {
begin = position;
this.finish = (finish);
if (duration != undefined) {
this.duration = (duration);
}
start();
}
function yoyo() {
continueTo(begin, time);
}
function startEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.addListener(this);
} else {
_intervalID = setInterval(this, "onEnterFrame", 1000 / _fps);
}
isPlaying = true;
}
function stopEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.removeListener(this);
} else {
clearInterval(_intervalID);
}
isPlaying = false;
}
function start() {
rewind();
startEnterFrame();
broadcastMessage("onMotionStarted", this);
}
function stop() {
stopEnterFrame();
broadcastMessage("onMotionStopped", this);
}
function resume() {
fixTime();
startEnterFrame();
broadcastMessage("onMotionResumed", this);
}
function rewind(t) {
_time = ((t == undefined) ? 0 : (t));
fixTime();
update();
}
function fforward() {
time = (_duration);
fixTime();
}
function nextFrame() {
if (useSeconds) {
time = ((getTimer() - _startTime) / 1000);
} else {
time = (_time + 1);
}
}
function onEnterFrame() {
nextFrame();
}
function prevFrame() {
if (!useSeconds) {
time = (_time - 1);
}
}
function toString() {
return("[Tween]");
}
function fixTime() {
if (useSeconds) {
_startTime = getTimer() - (_time * 1000);
}
}
function update() {
position = (getPosition(_time));
}
static var version = "1.1.0.52";
static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init();
static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true);
function func(t, b, c, d) {
return(((c * t) / d) + b);
}
}
Symbol 1471 MovieClip [__Packages.mx.transitions.easing.Strong] Frame 0
class mx.transitions.easing.Strong
{
function Strong () {
}
static function easeIn(t, b, c, d) {
t = t / d;
return((((((c * t) * t) * t) * t) * t) + b);
}
static function easeOut(t, b, c, d) {
t = (t / d) - 1;
return((c * (((((t * t) * t) * t) * t) + 1)) + b);
}
static function easeInOut(t, b, c, d) {
t = t / (d / 2);
if (t < 1) {
return(((((((c / 2) * t) * t) * t) * t) * t) + b);
}
t = t - 2;
return(((c / 2) * (((((t * t) * t) * t) * t) + 2)) + b);
}
static var version = "1.1.0.52";
}
Symbol 64 MovieClip Frame 28
stop();
Symbol 64 MovieClip Frame 38
stop();
Symbol 81 MovieClip Frame 1
_root.pad1 = 1;
stop();
Symbol 81 MovieClip Frame 10
_root.pad1 = 2;
stop();
Symbol 81 MovieClip Frame 20
_root.pad1 = 3;
stop();
Symbol 81 MovieClip Frame 30
_root.pad1 = 4;
stop();
Symbol 81 MovieClip Frame 40
_root.pad1 = 5;
stop();
Symbol 81 MovieClip Frame 50
_root.pad1 = 6;
stop();
Symbol 81 MovieClip Frame 60
_root.pad1 = 7;
stop();
Symbol 81 MovieClip Frame 70
_root.pad1 = 8;
stop();
Symbol 84 MovieClip Frame 1
_root.pad2 = 1;
stop();
Symbol 84 MovieClip Frame 10
_root.pad2 = 2;
stop();
Symbol 84 MovieClip Frame 20
_root.pad2 = 3;
stop();
Symbol 84 MovieClip Frame 30
_root.pad2 = 4;
stop();
Symbol 84 MovieClip Frame 40
_root.pad2 = 5;
stop();
Symbol 84 MovieClip Frame 50
_root.pad2 = 6;
stop();
Symbol 84 MovieClip Frame 60
_root.pad2 = 7;
stop();
Symbol 84 MovieClip Frame 70
_root.pad2 = 8;
stop();
Symbol 87 MovieClip Frame 1
_root.pad3 = 1;
stop();
Symbol 87 MovieClip Frame 10
_root.pad3 = 2;
stop();
Symbol 87 MovieClip Frame 20
_root.pad3 = 3;
stop();
Symbol 87 MovieClip Frame 30
_root.pad3 = 4;
stop();
Symbol 87 MovieClip Frame 40
_root.pad3 = 5;
stop();
Symbol 87 MovieClip Frame 50
_root.pad3 = 6;
stop();
Symbol 87 MovieClip Frame 60
_root.pad3 = 7;
stop();
Symbol 87 MovieClip Frame 70
_root.pad3 = 8;
stop();
Symbol 93 Button
on (rollOver) {
_root.usingbox.text = "Back to hallway";
_root.doorsign20.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (571);
}
Symbol 105 MovieClip Frame 1
stop();
Symbol 120 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = true;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Symbol 128 Button
on (press, keyPress "<Up>") {
wsound = new Sound();
wsound.attachSound("wrong");
wsound.start();
_global.keypressed = false;
}
on (press, keyPress "<Left>") {
wsound = new Sound();
wsound.attachSound("wrong");
wsound.start();
_global.keypressed = false;
}
on (press, keyPress "<Right>") {
_global.keypressed = true;
}
on (press, keyPress "<Down>") {
wsound = new Sound();
wsound.attachSound("wrong");
wsound.start();
_global.keypressed = false;
}
Symbol 130 MovieClip Frame 16
stop();
Symbol 196 MovieClip Frame 495
gotoAndPlay (30);
Symbol 207 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 5
stop();
Symbol 210 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 5
stop();
Instance of Symbol 207 MovieClip "options" in Symbol 211 MovieClip Frame 1
on (rollOver) {
bgsound = new Sound();
bgsound.attachSound("itemroll");
bgsound.start();
_root.menubars.bottombar.options.gotoAndPlay(2);
}
on (rollOut) {
_root.menubars.bottombar.options.gotoAndPlay(6);
}
on (release) {
_root.optionscreen.play();
}
Instance of Symbol 210 MovieClip "store" in Symbol 211 MovieClip Frame 1
on (rollOver) {
bgsound = new Sound();
bgsound.attachSound("itemroll");
bgsound.start();
_root.menubars.bottombar.store.gotoAndPlay(2);
}
on (rollOut) {
_root.menubars.bottombar.store.gotoAndPlay(6);
}
on (release) {
_root.storescreen.play();
}
Symbol 217 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 5
stop();
Symbol 221 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 5
stop();
Symbol 225 MovieClip Frame 1
stop();
Symbol 225 MovieClip Frame 5
stop();
Instance of Symbol 217 MovieClip in Symbol 226 MovieClip Frame 1
on (rollOver) {
bgsound = new Sound();
bgsound.attachSound("itemroll");
bgsound.start();
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(6);
}
on (release) {
_root.skipintro._visible = true;
_global.skipintro = false;
}
Symbol 227 MovieClip Frame 1
stop();
Symbol 227 MovieClip Frame 20
stop();
Symbol 231 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 50
stop();
Instance of Symbol 237 MovieClip in Symbol 242 MovieClip Frame 1
on (release) {
getURL ("http://armorgames.com", "_blank");
}
Instance of Symbol 241 MovieClip in Symbol 242 MovieClip Frame 5
on (release) {
getURL ("http://just2play.com", "_blank");
}
Symbol 242 MovieClip Frame 35
stop();
Symbol 246 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 22
_root.menubars.bottombar.cashbox = _root.money;
Symbol 248 MovieClip Frame 1
stop();
Symbol 249 Button
on (rollOver) {
bgsound = new Sound();
bgsound.attachSound("itemroll");
bgsound.start();
_root.menubars.menubar.loadbutton.gotoAndPlay(2);
}
on (rollOut) {
_root.menubars.menubar.loadbutton.gotoAndPlay(6);
}
on (press) {
var savefile = SharedObject.getLocal("heist2");
if (savefile.data.money == undefined) {
_root.money = 0;
_root.cashbox = _root.money;
_root.noloadingdata.gotoAndPlay(2);
_root.noloadingdata.datashine.gotoAndPlay(2);
} else {
_root.money = savefile.data.money;
_root.cashbox = root.money;
_global.playedonce = true;
_root.gameloaded.gotoAndPlay(2);
_root.gameloaded.datashine.play(2);
}
if (savefile.data.nightvision == 1) {
_global.nightvisionOn = true;
_global.nightvision = true;
} else {
_global.nightvisionOn = false;
_global.nightvision = false;
}
}
Symbol 250 Button
on (rollOver) {
bgsound = new Sound();
bgsound.attachSound("itemroll");
bgsound.start();
_root.menubars.menubar.cleardata.gotoAndPlay(2);
}
on (rollOut) {
_root.menubars.menubar.cleardata.gotoAndPlay(6);
}
on (release) {
_root.datacleared.play();
savefile.clear();
savefile.flush();
}
Symbol 252 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 22
_root.money = 0;
_root.menubars.bottombar.cashbox = _root.money;
Symbol 256 Button
on (release) {
_quality = "MEDIUM";
_global.hightoggle = false;
_global.mediumtoggle = true;
_global.lowtoggle = false;
_global.autotoggle = false;
}
Symbol 259 Button
on (release) {
_quality = "LOW";
_global.hightoggle = false;
_global.mediumtoggle = false;
_global.lowtoggle = true;
_global.autotoggle = false;
}
Symbol 261 Button
on (release) {
_root.optionscreen.play();
}
Symbol 263 Button
on (release) {
_quality = "HIGH";
_global.hightoggle = true;
_global.mediumtoggle = false;
_global.lowtoggle = false;
_global.autotoggle = false;
}
Symbol 265 Button
on (release) {
_quality = "HIGH";
_global.hightoggle = false;
_global.mediumtoggle = false;
_global.lowtoggle = false;
_global.autotoggle = true;
}
Symbol 266 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 12
stop();
Symbol 268 Button
on (release) {
_root.storescreen.play();
}
Symbol 272 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 2
_global.storeopen = true;
Symbol 272 MovieClip Frame 12
onEnterFrame();
if (_global.nightvision == false) {
_root.nightvision._visible = true;
} else {
_root.nightvision._visible = false;
}
stop();
Symbol 272 MovieClip Frame 17
_root.nightvision._visible = false;
_global.storeopen = false;
Symbol 274 Button
on (release) {
_global.skipintro = true;
_root.skipintro._visible = false;
_root.play();
}
Symbol 276 Button
on (release) {
_global.skipintro = false;
_root.skipintro._visible = false;
_root.play();
}
Symbol 315 MovieClip Frame 140
onEnterFrame();
_root.livingroom3.moonglows3.gotoAndPlay(2);
_root.livingroom4.moonglows2.gotoAndPlay(2);
_root.livingroom1.moonglows1.gotoAndPlay(2);
Symbol 315 MovieClip Frame 142
onEnterFrame();
_root.livingroom4.moonglows2.gotoAndPlay(2);
_root.livingroom1.moonglows1.gotoAndPlay(2);
onEnterFrame();
if (_global.youroutside == false) {
outside2sound = new Sound();
outside2sound.attachSound("insidestorm");
outside2sound.start();
}
Symbol 315 MovieClip Frame 223
onEnterFrame();
_root.livingroom3.moonglows3.gotoAndPlay(2);
_root.livingroom4.moonglows2.gotoAndPlay(2);
_root.livingroom1.moonglows1.gotoAndPlay(2);
Symbol 315 MovieClip Frame 225
onEnterFrame();
_root.livingroom4.moonglows2.gotoAndPlay(2);
_root.livingroom1.moonglows1.gotoAndPlay(2);
Symbol 315 MovieClip Frame 321
_root.livingroom3.moonglows3.gotoAndPlay(6);
_root.livingroom4.moonglows2.gotoAndPlay(2);
_root.livingroom1.moonglows1.gotoAndPlay(2);
onEnterFrame();
if (_global.youroutside == true) {
outsidesound = new Sound();
outsidesound.attachSound("storm");
outsidesound.start();
}
Symbol 315 MovieClip Frame 323
onEnterFrame();
_root.livingroom4.moonglows2.gotoAndPlay(4);
_root.livingroom1.moonglows1.gotoAndPlay(4);
Symbol 319 MovieClip Frame 1
stop();
Symbol 319 MovieClip Frame 3
gotoAndStop (1);
Symbol 330 MovieClip Frame 1
stop();
Symbol 330 MovieClip Frame 10
_global.ceilingdropped = false;
Symbol 330 MovieClip Frame 25
stop();
Symbol 331 MovieClip Frame 1
stop();
Symbol 332 Button
on (rollOver) {
_root.usingbox.text = "Go to kitchen";
_root.doorsign.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.havecrowbar && (_global.ceilingdropped == true)) {
_root.livingroom1.ceilingpiece.play();
_root.livingroom1.play();
_root.charView.gotoAndPlay(264);
} else {
_root.usingbox.text = "";
gotoAndStop (563);
}
}
Symbol 333 Button
on (rollOver) {
_root.usingbox.text = "Turn right";
_root.doorsign3.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (562);
}
Symbol 334 Button
on (rollOver) {
_root.usingbox.text = "Turn left";
_root.doorsign2.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if ((_global.corpseattack == true) && (_global.spideroomentered == true)) {
bgsound = new Sound();
bgsound.attachSound("Bkground");
bgsound.stop("Bkground");
gotoAndPlay (1057);
} else {
_root.usingbox.text = "";
gotoAndStop (565);
}
}
Symbol 344 MovieClip Frame 1
stop();
Symbol 344 MovieClip Frame 22
gotoAndStop (1);
Symbol 344 MovieClip Frame 57
gotoAndStop (1);
Symbol 351 MovieClip Frame 1
stop();
Symbol 351 MovieClip Frame 15
stop();
Symbol 351 MovieClip Frame 16
stop();
Symbol 351 MovieClip Frame 30
_global.usematches = false;
Symbol 355 MovieClip Frame 1
stop();
Symbol 355 MovieClip Frame 15
stop();
Symbol 355 MovieClip Frame 16
stop();
Symbol 355 MovieClip Frame 30
_global.usefloppymeat = false;
Symbol 359 MovieClip Frame 1
stop();
Symbol 359 MovieClip Frame 15
stop();
Symbol 359 MovieClip Frame 16
stop();
Symbol 359 MovieClip Frame 30
_global.usecrowbar = false;
Symbol 363 MovieClip Frame 1
stop();
Symbol 363 MovieClip Frame 15
stop();
Symbol 363 MovieClip Frame 16
stop();
Symbol 363 MovieClip Frame 30
_global.useknife = false;
Symbol 367 MovieClip Frame 1
stop();
Symbol 367 MovieClip Frame 15
stop();
Symbol 367 MovieClip Frame 16
stop();
Symbol 367 MovieClip Frame 30
_global.usegascan = false;
Symbol 373 MovieClip Frame 1
stop();
Symbol 373 MovieClip Frame 15
stop();
Symbol 373 MovieClip Frame 16
stop();
Symbol 373 MovieClip Frame 30
_global.usebottle = false;
Symbol 383 MovieClip Frame 1
stop();
Symbol 383 MovieClip Frame 4
_root.paper1.c1n = _root.c1number;
Symbol 383 MovieClip Frame 13
stop();
Symbol 392 MovieClip Frame 1
stop();
Symbol 392 MovieClip Frame 4
_root.paper2.c2n = _root.c2number;
Symbol 392 MovieClip Frame 13
stop();
Symbol 401 MovieClip Frame 1
stop();
Symbol 401 MovieClip Frame 4
_root.paper3.c3n = _root.c3number;
Symbol 401 MovieClip Frame 13
stop();
Symbol 478 MovieClip Frame 230
gotoAndPlay (1);
Symbol 478 MovieClip Frame 263
gotoAndPlay (1);
Symbol 478 MovieClip Frame 295
_root.charView.gotoAndPlay(1);
Symbol 478 MovieClip Frame 319
if (_global.scared == true) {
_root.charView.gotoAndPlay(296);
} else {
_root.charView.gotoAndPlay(1);
}
Symbol 484 MovieClip Frame 1
stop();
Symbol 488 Button
on (rollOver) {
bgsound = new Sound();
bgsound.attachSound("itemroll");
bgsound.start();
_root.usingbox.text = "This will save money & items bought. Does NOT include game progress.";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
savefile.data.nightvision = _root.nvision;
savefile.data.money = _root.money;
savefile.flush();
_root.usingbox.text = "Data Saved";
}
Symbol 493 MovieClip Frame 1
stop();
Symbol 494 MovieClip Frame 5
_quality = "LOW";
Symbol 494 MovieClip Frame 15
_global.gamestarted = true;
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "HIGH";
}
if (_global.hightoggle == true) {
_quality = "HIGH";
}
if (_global.mediumtoggle == true) {
_quality = "MEDIUM";
}
if (_global.lowtoggle == true) {
_quality = "LOW";
}
stop();
Symbol 497 MovieClip Frame 1
stop();
Symbol 497 MovieClip Frame 5
gotoAndStop (1);
Instance of Symbol 499 MovieClip in Symbol 500 MovieClip Frame 1
onClipEvent (load) {
if (_global.safeopened == true) {
this._visible = true;
} else {
this._visible = false;
}
}
on (rollOver) {
_root.usingbox.text = "Get the hell out of here!";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
lockedopensound = new Sound();
lockedopensound.attachSound("opened door");
lockedopensound.start();
_root.gamecloser._visible = true;
_root.gamecloser.play();
}
Symbol 501 Button
on (rollOver) {
_root.usingbox.text = "Turn left";
_root.doorsign4.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (561);
}
Symbol 502 Button
on (rollOver) {
if (_global.haveKey1 == true) {
_root.usingbox.text = "Use hallway key";
_root.doorsign5.play();
} else {
_root.usingbox.text = "Go to hallway";
_root.doorsign5.play();
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.haveKey1 == true) {
_root.usingbox.text = "";
_root.lockmechanism.gotoAndPlay(2);
lockedopensound = new Sound();
lockedopensound.attachSound("opened door");
lockedopensound.start();
gotoAndStop (571);
} else {
_root.usingbox.text = "It's Locked";
_root.lockmechanism.gotoAndPlay(23);
lockedsound = new Sound();
lockedsound.attachSound("locked");
lockedsound.start();
}
}
Symbol 503 Button
on (rollOver) {
if (_global.haveKey4 == true) {
_root.usingbox.text = "Use bathroom key";
_root.doorsignX.play();
} else {
_root.usingbox.text = "Open bathroom door";
_root.doorsignX.play();
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.haveKey4 == true) {
_root.usingbox.text = "";
_root.lockmechanism.gotoAndPlay(2);
lockedopensound = new Sound();
lockedopensound.attachSound("opened door");
lockedopensound.start();
gotoAndStop (578);
} else {
_root.usingbox.text = "It's Locked";
_root.lockmechanism.gotoAndPlay(23);
lockedsound = new Sound();
lockedsound.attachSound("locked");
lockedsound.start();
}
}
Symbol 504 MovieClip Frame 1
stop();
Symbol 504 MovieClip Frame 2
_quality = "LOW";
Symbol 504 MovieClip Frame 10
bgsound = new Sound();
bgsound.attachSound("Bkground");
bgsound.stop("Bkground");
Symbol 504 MovieClip Frame 40
_quality = "HIGH";
_root.gotoAndPlay("endgame");
Symbol 515 MovieClip Frame 1
stop();
Symbol 515 MovieClip Frame 3
if (_global.haveKey2 == true) {
_global.usecrowbar = false;
_root.invcrowbar.play();
} else {
mysound = new Sound();
mysound.attachSound("keypickup");
mysound.start();
_root.usingbox.text = "You found a key";
_root.invcrowbar.play();
_global.usecrowbar = false;
_root.key2.play();
_root.key2._visible = true;
_global.haveKey2 = true;
_root.charView.gotoAndPlay(142);
}
Symbol 527 MovieClip Frame 1
stop();
Symbol 527 MovieClip Frame 55
stop();
Symbol 527 MovieClip Frame 65
_global.glasslock1 = false;
Symbol 532 MovieClip Frame 1
stop();
Symbol 532 MovieClip Frame 2
_global.keyhasfallen = true;
Instance of Symbol 531 MovieClip "Key3" in Symbol 532 MovieClip Frame 2
on (rollOver) {
_root.usingbox.text = "Pickup key";
}
on (rollOut) {
_root.usingbox.text = "";
}
onClipEvent (load) {
if (_global.haveKey1 == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
mysound = new Sound();
mysound.attachSound("keypickup");
mysound.start();
this._visible = false;
_root.key1._visible = true;
_root.key1.play();
_global.haveKey1 = true;
_root.charView.gotoAndPlay(142);
}
Symbol 532 MovieClip Frame 17
stop();
Symbol 538 MovieClip Frame 2
_root.tothelivingroom._visible = false;
_root.tothebalcony._visible = false;
Symbol 538 MovieClip Frame 50
_root.tothelivingroom._visible = true;
_root.tothebalcony._visible = true;
Symbol 538 MovieClip Frame 65
stop();
Symbol 539 MovieClip Frame 1
onEnterFrame();
_global.youroutside = false;
Instance of Symbol 518 MovieClip in Symbol 539 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Read paper";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
mysound = new Sound();
mysound.attachSound("papercrackle");
mysound.start();
_root.wallpaper._visible = true;
}
Instance of Symbol 527 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
if (_global.glasslock2 == true) {
this.gotoAndStop(55);
}
}
on (rollOver) {
if (_global.glasslock2 == true) {
_root.usingbox.text = "Lock glass doors";
} else {
_root.usingbox.text = "Unlock glass doors";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.glasslock2 == true) {
_global.glasslock2 = false;
this.play();
} else {
_global.glasslock2 = true;
this.play();
}
}
Instance of Symbol 529 MovieClip "microwave" in Symbol 539 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Look inside microwave";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "It's empty...";
}
Instance of Symbol 538 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
if (_global.doorshadow == true) {
_global.doorshadow = false;
this.play();
} else {
this.stop();
}
}
Symbol 540 Button
on (rollOver) {
_root.usingbox.text = "Go to balcony";
_root.doorsign9.play();
}
on (rollOut) {
_root.usingbox.text = "";
_root.doorsign9.play();
}
on (release) {
if (_global.glasslock2 == true) {
mysound = new Sound();
mysound.attachSound("doorclosed1");
mysound.start();
bgsound = new Sound();
bgsound.attachSound("rain");
bgsound.start(0, 99);
_root.usingbox.text = "";
gotoAndStop (567);
} else {
_root.usingbox.text = "It's Locked";
_root.lockmechanism.gotoAndPlay(23);
lockedsound = new Sound();
lockedsound.attachSound("locked");
lockedsound.start();
}
}
Symbol 541 Button
on (rollOver) {
_root.usingbox.text = "Go to livingroom";
_root.doorsign10.play();
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (561);
}
Symbol 542 Button
on (rollOver) {
if (_global.usecrowbar == true) {
_root.usingbox.text = "Use crowbar with drawer";
} else {
_root.usingbox.text = "Open drawer";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.usecrowbar == true) {
mysound = new Sound();
mysound.attachSound("opendrawer");
mysound.start();
_root.livingroom2.drawer.play();
_root.usingbox.text = "";
} else {
lockedsound = new Sound();
lockedsound.attachSound("locked");
lockedsound.start();
_root.charView.gotoAndPlay(231);
_root.usingbox.text = "It's stuck...";
}
if (_global.money1 && (_global.usecrowbar == true)) {
_global.money1 = false;
framenum = new Array(10, 25, 15, 5, 5, 10, 185, 25);
_root.money = _root.money + framenum[random(8)];
_root.cashbox = _root.money;
_root.moneyglow.play();
cashsound = new Sound();
cashsound.attachSound("chaching");
cashsound.start();
}
}
Symbol 543 Button
on (rollOver) {
if (_global.usecrowbar == true) {
_root.usingbox.text = "Use crowbar with drawer";
} else {
_root.usingbox.text = "Open drawer";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.usecrowbar == true) {
lockedsound = new Sound();
lockedsound.attachSound("locked");
lockedsound.start();
_root.invcrowbar.play();
_global.usecrowbar = false;
_root.usingbox.text = "It won't budge...";
} else {
lockedsound = new Sound();
lockedsound.attachSound("locked");
lockedsound.start();
_root.charView.gotoAndPlay(231);
_root.usingbox.text = "It's stuck...";
}
}
Instance of Symbol 548 MovieClip in Symbol 549 MovieClip Frame 1
on (release) {
if (_global.readpaper == true) {
_root.wallpaper._visible = false;
} else {
_root.wallpaper._visible = false;
_root.livingroom2.fallingkey.play();
_global.readpaper = true;
}
}
Symbol 552 Button
on (rollOver) {
_root.usingbox.text = "Go to edge of balcony";
_root.doorsign11.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (568);
}
Symbol 553 Button
on (rollOver) {
_root.usingbox.text = "Look through door window";
_root.doorsign12.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (570);
}
Symbol 558 MovieClip Frame 1
stop();
Symbol 558 MovieClip Frame 3
gotoAndStop (1);
Symbol 663 MovieClip Frame 2
_global.scared = true;
_global.corpseattack = true;
_root.charView.gotoAndPlay(296);
Symbol 663 MovieClip Frame 6
_global.walkedpass = false;
_root.walkwayleft._visible = false;
_root.walkwayright._visible = false;
_root.livingroom4.tothebalcony1._visible = false;
_root.livingroom4.tothebalcony2._visible = false;
Symbol 663 MovieClip Frame 256
onEnterFrame();
if (_global.glasslock1 == true) {
_global.scared = false;
_root.walkwayleft._visible = true;
_root.walkwayright._visible = true;
_root.unlockdeathani.play();
this._visible = false;
this.stop();
}
Symbol 663 MovieClip Frame 308
phonesound = new Sound();
phonesound.attachSound("ringingphone");
phonesound.stop("ringingphone");
_global.phonerang = false;
_global.scared = false;
_root.walkwayleft._visible = true;
_root.walkwayright._visible = true;
_root.livingroom4.tothebalcony1._visible = false;
_root.livingroom4.tothebalcony2._visible = false;
Symbol 663 MovieClip Frame 322
stop();
Symbol 669 Button
on (rollOver) {
_root.usingbox.text = "Go to balcony";
_root.doorsign9.play();
}
on (rollOut) {
_root.usingbox.text = "";
_root.doorsign9.play();
}
on (release) {
if (_global.glasslock1 == true) {
doorsound = new Sound();
doorsound.attachSound("doorclosed1");
doorsound.start();
bgsound = new Sound();
bgsound.attachSound("rain");
bgsound.start(0, 99);
_root.usingbox.text = "";
_root.gotoAndStop("outsideview4");
} else {
_root.usingbox.text = "It's Locked";
_root.lockmechanism.gotoAndPlay(23);
lockedsound = new Sound();
lockedsound.attachSound("locked");
lockedsound.start();
}
}
Instance of Symbol 369 MovieClip in Symbol 671 MovieClip Frame 1
onClipEvent (load) {
if (_global.havepaper3 == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
mysound = new Sound();
mysound.attachSound("bellsgliss");
mysound.start();
this._visible = false;
_global.havepaper3 = true;
_root.invpaper3._visible = true;
}
Instance of Symbol 527 MovieClip in Symbol 672 MovieClip Frame 1
onClipEvent (load) {
if (_global.glasslock1 == true) {
this.gotoAndStop(55);
}
}
on (rollOver) {
if (_global.glasslock1 == true) {
_root.usingbox.text = "Lock glass doors";
} else {
_root.usingbox.text = "Unlock glass doors";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_global.glasslock1 = true;
this.play();
}
Instance of Symbol 561 MovieClip in Symbol 672 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Unplug phone";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "Why? Thats not necessary...";
}
Instance of Symbol 663 MovieClip "corpsewalker" in Symbol 672 MovieClip Frame 1
onClipEvent (load) {
if ((_global.moneytaken == true) && (_global.walkedpass == true)) {
_global.doorshadow = true;
this.play();
} else {
this.stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 672 MovieClip Frame 1
on (rollOver) {
if (_global.phonerang == true) {
_root.usingbox.text = "Answer phone";
} else {
_root.usingbox.text = "Use phone";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.phonerang == true) {
_root.usingbox.text = "Nothing but static...and it's still ringing?!?";
} else {
_root.usingbox.text = "I don't need to call anybody...";
}
}
Instance of Symbol 668 MovieClip in Symbol 672 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Unplug phone";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "Why? Thats not necessary...";
}
Instance of Symbol 671 MovieClip in Symbol 672 MovieClip Frame 1
onClipEvent (load) {
if (_global.corpsestab == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Symbol 673 Button
on (rollOver) {
_root.usingbox.text = "Turn right";
_root.doorsign7.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if ((_global.corpseattack == true) && (_global.spideroomentered == true)) {
bgsound = new Sound();
bgsound.attachSound("Bkground");
bgsound.stop("Bkground");
gotoAndPlay (1057);
} else {
_root.usingbox.text = "";
gotoAndStop (561);
}
}
Symbol 674 Button
on (rollOver) {
_root.usingbox.text = "Turn left";
_root.doorsign6.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (566);
}
Symbol 688 MovieClip Frame 1
stop();
Symbol 688 MovieClip Frame 40
_root.lives = _root.lives - 1;
_root.gotoAndPlay("died");
Symbol 691 Button
on (rollOver) {
_root.usingbox.text = "Turn right";
_root.doorsign8.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (565);
}
Symbol 693 MovieClip Frame 1
onEnterFrame();
_global.youroutside = true;
Symbol 694 Button
on (rollOver) {
_root.usingbox.text = "Go inside";
_root.doorsign13.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.glasslock2 == true) {
_root.usingbox.text = "";
doorsound = new Sound();
doorsound.attachSound("doorclosed1");
doorsound.start();
bgsound.stop("rain");
gotoAndStop (563);
} else {
_root.usingbox.text = "It's Locked";
_root.lockmechanism.gotoAndPlay(23);
lockedsound = new Sound();
lockedsound.attachSound("locked");
lockedsound.start();
}
}
Symbol 695 Button
on (rollOver) {
_root.usingbox.text = "Go to edge of balcony";
_root.doorsign22.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (568);
}
Symbol 696 Button
on (rollOver) {
_root.usingbox.text = "Go inside";
_root.doorsign00.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.glasslock1 == true) {
_root.usingbox.text = "";
_root.lockmechanism.gotoAndPlay(2);
doorsound = new Sound();
doorsound.attachSound("doorclosed1");
doorsound.start();
bgsound.stop("rain");
gotoAndStop (565);
} else {
_root.usingbox.text = "It's Locked";
_root.lockmechanism.gotoAndPlay(23);
lockedsound = new Sound();
lockedsound.attachSound("locked");
lockedsound.start();
}
}
Symbol 699 Button
on (rollOver) {
_root.usingbox.text = "Go left";
_root.doorsign14.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (567);
}
Symbol 700 Button
on (rollOver) {
_root.usingbox.text = "Go right";
_root.doorsign15.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (564);
}
Symbol 708 MovieClip Frame 1
stop();
Symbol 708 MovieClip Frame 17
stop();
Symbol 710 Button
on (rollOver) {
if (_global.safeopened == true) {
_root.usingbox.text = "An open safe...";
} else {
_root.usingbox.text = "Operate safe";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.safeopened == true) {
_root.usingbox.text = "It's opened...";
} else {
_root.gotoAndPlay("safeclose");
}
}
Symbol 711 Button
on (release) {
if (((_root.pad1 == 3) && (_root.pad2 == 7)) && (_root.pad3 == 4)) {
gotoAndStop (1);
} else {
_root.wrongcode.play();
}
}
Symbol 715 MovieClip Frame 1
stop();
Symbol 715 MovieClip Frame 2
stop();
Instance of Symbol 714 MovieClip in Symbol 715 MovieClip Frame 2
onClipEvent (load) {
if (_global.havepackage == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (rollOver) {
_root.usingbox.text = "Take package";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.havepackage == false) {
_global.havepackage = true;
framenum = new Array(500, 1000, 500, 500, 2500, 500, 500, 725);
_root.money = _root.money + framenum[random(8)];
_root.cashbox = _root.money;
_root.moneyglow.play();
cashsound = new Sound();
cashsound.attachSound("chaching");
cashsound.start();
this._visible = false;
_root.escapehouse.gotoAndPlay(2);
_root.usingbox.text = "";
}
}
Symbol 718 Button
on (rollOver) {
_root.usingbox.text = "Look behind stairs";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.money5 == true) {
_global.money5 = false;
framenum = new Array(10, 25, 10, 5, 5, 50, 5, 25);
_root.money = _root.money + framenum[random(8)];
_root.cashbox = _root.money;
_root.moneyglow.play();
cashsound = new Sound();
cashsound.attachSound("chaching");
cashsound.start();
_root.usingbox.text = "";
} else {
_root.usingbox.text = "Nothing...";
}
}
Instance of Symbol 708 MovieClip in Symbol 719 MovieClip Frame 1
onClipEvent (load) {
if (_global.paintingpulled == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 715 MovieClip "safe" in Symbol 719 MovieClip Frame 1
onClipEvent (load) {
if (_global.paintingpulled == true) {
this._visible = true;
} else {
this._visible = false;
}
if (_global.safeopened == true) {
this.gotoAndStop(2);
}
}
Instance of Symbol 708 MovieClip in Symbol 719 MovieClip Frame 1
onClipEvent (load) {
if (_global.paintingpulled == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 717 MovieClip in Symbol 719 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Pickup crowbar";
}
on (rollOut) {
_root.usingbox.text = "";
}
onClipEvent (load) {
if ((_root.cbplace == 1) && (_global.havecrowbar == false)) {
this._visible = true;
} else {
this._visible = false;
}
}
on (release) {
mysound = new Sound();
mysound.attachSound("bellsgliss");
mysound.start();
this._visible = false;
_root.invcrowbar._visible = true;
_root.invcrowbar.gotoAndPlay(2);
_global.havecrowbar = true;
_global.ceilingdropped = true;
_root.charView.gotoAndPlay(142);
}
Symbol 720 Button
on (rollOver) {
_root.usingbox.text = "Go to hallway";
_root.doorsign16.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_root.deathtrap == 26) {
gotoAndPlay (266);
}
_root.usingbox.text = "";
gotoAndStop (571);
}
Symbol 721 Button
on (rollOver) {
_root.usingbox.text = "Ascend staircase";
_root.doorsign17.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
bgsound = new Sound();
bgsound.attachSound("Bkground");
bgsound.stop("Bkground");
walksound = new Sound();
walksound.attachSound("walking");
walksound.start();
newsound = new Sound();
newsound.attachSound("scaryloop");
newsound.start(0, 999);
_global.goingup = true;
gotoAndStop (573);
}
Symbol 724 MovieClip Frame 15
this._visible = false;
stop();
Symbol 726 Button
on (rollOver) {
_root.usingbox.text = "Inspect glass door";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.money7 == true) {
_global.money7 = false;
framenum = new Array(10, 25, 10, 5, 5, 50, 5, 25);
_root.money = _root.money + framenum[random(8)];
_root.cashbox = _root.money;
_root.moneyglow.play();
cashsound = new Sound();
cashsound.attachSound("chaching");
cashsound.start();
_root.usingbox.text = "";
} else {
_root.usingbox.text = "Nothing...";
}
}
Symbol 729 MovieClip Frame 1
stop();
Symbol 729 MovieClip Frame 2
stop();
Instance of Symbol 531 MovieClip "Key4" in Symbol 729 MovieClip Frame 2
on (rollOver) {
_root.usingbox.text = "Pickup key";
}
on (rollOut) {
_root.usingbox.text = "";
}
onClipEvent (load) {
if (_global.haveKey4 == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
mysound = new Sound();
mysound.attachSound("keypickup");
mysound.start();
this._visible = false;
_root.key4._visible = true;
_root.key4.play();
_global.haveKey4 = true;
_root.charView.gotoAndPlay(142);
}
Instance of Symbol 708 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (load) {
if (_global.paintingpulled == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 729 MovieClip "safe" in Symbol 730 MovieClip Frame 1
onClipEvent (load) {
if (_global.paintingpulled == true) {
this._visible = true;
} else {
this._visible = false;
}
if (_global.safeopened == true) {
this.gotoAndStop(2);
}
}
Instance of Symbol 708 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (load) {
if (_global.paintingpulled == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Symbol 731 Button
on (rollOver) {
_root.doorsign17.play();
}
on (release) {
gotoAndStop (564);
}
Symbol 734 MovieClip Frame 1
stop();
Symbol 734 MovieClip Frame 15
stop();
Instance of Symbol 715 MovieClip "safe" in Symbol 735 MovieClip Frame 1
onClipEvent (load) {
if (_global.paintingpulled == true) {
this._visible = true;
} else {
this._visible = false;
}
if (_global.safeopened == true) {
this.gotoAndStop(2);
}
}
Instance of Symbol 708 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (load) {
if (_global.paintingpulled == true) {
this._visible = false;
} else {
_root.safe._visible = true;
}
}
on (rollOver) {
if (_global.usecrowbar == true) {
_root.usingbox.text = "Use crowbar with painting";
} else {
_root.usingbox.text = "Look at painting";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (((((_global.usecrowbar == true) && (_global.nail1 == true)) && (_global.nail2 == true)) && (_global.nail3 == true)) && (_global.nail4 == true)) {
this.play();
_root.invcrowbar.play();
_root.room3.safe._visible = true;
_global.paintingpulled = true;
_root.usingbox.text = "Interesting...";
}
if (_global.usecrowbar == true) {
_root.usingbox.text = "I have to remove the nails first...";
}
}
Instance of Symbol 734 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (load) {
if (_global.nail1 == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (rollOver) {
if (_global.usecrowbar == true) {
_root.usingbox.text = "Use crowbar with nail";
} else {
_root.usingbox.text = "A Nail";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.usecrowbar == true) {
this.play();
bitsound = new Sound();
bitsound.attachSound("lightclick");
bitsound.start();
_global.nail1 = true;
_root.usingbox.text = "Removed...";
} else {
_root.usingbox.text = "It's a nail...";
}
}
Instance of Symbol 734 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (load) {
if (_global.nail2 == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (rollOver) {
if (_global.usecrowbar == true) {
_root.usingbox.text = "Use crowbar with nail";
} else {
_root.usingbox.text = "A Nail";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.usecrowbar == true) {
this.play();
bitsound = new Sound();
bitsound.attachSound("lightclick");
bitsound.start();
_global.nail2 = true;
_root.usingbox.text = "It's outta here...";
} else {
_root.usingbox.text = "It's a nail...";
}
}
Instance of Symbol 734 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (load) {
if (_global.nail3 == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (rollOver) {
if (_global.usecrowbar == true) {
_root.usingbox.text = "Use crowbar with nail";
} else {
_root.usingbox.text = "A Nail";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.usecrowbar == true) {
this.play();
bitsound = new Sound();
bitsound.attachSound("lightclick");
bitsound.start();
_global.nail3 = true;
_root.usingbox.text = "Pulled...";
} else {
_root.usingbox.text = "It's a nail...";
}
}
Instance of Symbol 734 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (load) {
if (_global.nail4 == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (rollOver) {
if (_global.usecrowbar == true) {
_root.usingbox.text = "Use crowbar with nail";
} else {
_root.usingbox.text = "A Nail";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.usecrowbar == true) {
this.play();
bitsound = new Sound();
bitsound.attachSound("lightclick");
bitsound.start();
_global.nail4 = true;
_root.usingbox.text = "Pop...";
} else {
_root.usingbox.text = "It's a nail...";
}
}
Symbol 736 Button
on (rollOver) {
_root.usingbox.text = "Go to utility room";
_root.doorsign19.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (572);
}
Symbol 737 Button
on (rollOver) {
_root.usingbox.text = "Go to livingroom";
_root.doorsign18.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (562);
}
Symbol 738 Button
on (rollOver) {
_root.usingbox.text = "Go to bedroom";
_root.doorsign20.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (569);
}
Symbol 741 MovieClip Frame 1
stop();
Symbol 751 MovieClip Frame 1
stop();
Symbol 751 MovieClip Frame 2
_root.usingbox.text = "It moved a little...";
stop();
Symbol 751 MovieClip Frame 3
_root.usingbox.text = "It's still a little stuck...";
stop();
Symbol 751 MovieClip Frame 4
_root.usingbox.text = "Almost...";
stop();
Symbol 751 MovieClip Frame 5
_root.invcrowbar.play();
openedsound = new Sound();
openedsound.attachSound("openedw");
openedsound.start();
_root.usingbox.text = "And I'm in...";
_root.room2.dryerb._visible = false;
Symbol 751 MovieClip Frame 16
onEnterFrame();
if (_global.haveKey4 == false) {
mysound = new Sound();
mysound.attachSound("keypickup");
mysound.start();
_root.usingbox.text = "You found a key";
_root.key4.play();
_root.key4._visible = true;
_global.haveKey4 = true;
_root.charView.gotoAndPlay(142);
} else {
_root.usingbox.text = "It's empty...";
}
stop();
Instance of Symbol 751 MovieClip "washerdryer" in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
if (_global.haveKey4 == true) {
this.gotoAndStop(16);
_root.room2.dryerb._visible = false;
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 717 MovieClip in Symbol 753 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Pickup crowbar";
}
on (rollOut) {
_root.usingbox.text = "";
}
onClipEvent (load) {
if ((_root.cbplace == 3) && (_global.havecrowbar == false)) {
this._visible = true;
} else {
this._visible = false;
}
}
on (release) {
mysound = new Sound();
mysound.attachSound("bellsgliss");
mysound.start();
this._visible = false;
_root.invcrowbar._visible = true;
_root.invcrowbar.gotoAndPlay(2);
_global.havecrowbar = true;
_global.ceilingdropped = true;
_root.charView.gotoAndPlay(142);
}
Instance of Symbol 752 MovieClip in Symbol 753 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Open dryer door";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "Who puts a lock on a dryer door...?!?";
_root.charView.gotoAndPlay(231);
gotoAndStop (11);
}
Instance of Symbol 752 MovieClip "dryerb" in Symbol 753 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Open washer lid";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.usecrowbar == true) {
prysound = new Sound();
prysound.attachSound("metalhit");
prysound.start();
_root.room2.washerdryer.play();
} else {
_root.usingbox.text = "It feels like its welded shut...?";
_root.charView.gotoAndPlay(231);
}
}
Instance of Symbol 752 MovieClip in Symbol 753 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Look in crevice";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_global.creviceopen = true;
_root.checkcrevice._visible = true;
_root.matches._visible = true;
}
Symbol 754 Button
on (rollOver) {
_root.usingbox.text = "Go to hallway";
_root.doorsign21.play();
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
gotoAndStop (571);
}
Symbol 762 Button
on (rollOver) {
_root.usingbox.text = "Close window";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.checkcrevice._visible = false;
}
Instance of Symbol 351 MovieClip "matches" in Symbol 763 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Pickup matches";
}
on (rollOut) {
_root.usingbox.text = "";
}
onClipEvent (load) {
if (_global.haveMatches == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
mysound = new Sound();
mysound.attachSound("bellsgliss");
mysound.start();
this._visible = false;
_root.checkcrevice.matches._visible = false;
_root.invMatches._visible = true;
_root.invMatches.gotoAndPlay(2);
_global.haveMatches = true;
_root.charView.gotoAndPlay(142);
}
Symbol 765 Button
on (rollOver) {
_root.usingbox.text = "Look behind sofa";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.money3 == true) {
_global.money3 = false;
framenum = new Array(10, 25, 10, 5, 5, 50, 5, 25);
_root.money = _root.money + framenum[random(8)];
_root.cashbox = _root.money;
_root.moneyglow.play();
cashsound = new Sound();
cashsound.attachSound("chaching");
cashsound.start();
_root.usingbox.text = "";
} else {
_root.usingbox.text = "Nothing...";
}
}
Instance of Symbol 770 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
if (_global.moneytaken == true) {
this._visible = false;
}
}
on (rollOver) {
_root.usingbox.text = "Check the mysterious dark corpse...";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.money3 == true) {
_global.money3 = false;
_global.moneytaken = true;
_global.walkedpass = true;
framenum = new Array(10, 25, 275, 5, 5, 10, 5, 25);
_root.money = _root.money + framenum[random(8)];
_root.cashbox = _root.money;
_root.moneyglow.play();
cashsound = new Sound();
cashsound.attachSound("chaching");
cashsound.start();
phonesound = new Sound();
phonesound.attachSound("ringingphone");
phonesound.setVolume = 20;
phonesound.start(0, 999);
_global.phonerang = true;
_root.usingbox.text = "I know, I'm going to hell for taking a dead man's cash";
} else {
_root.usingbox.text = "He's empty, I cleaned em' out!";
}
}
Instance of Symbol 717 MovieClip in Symbol 772 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Pickup crowbar";
}
on (rollOut) {
_root.usingbox.text = "";
}
onClipEvent (load) {
if ((_root.cbplace == 2) && (_global.havecrowbar == false)) {
this._visible = true;
} else {
this._visible = false;
}
}
on (release) {
mysound = new Sound();
mysound.attachSound("bellsgliss");
mysound.start();
this._visible = false;
_root.invcrowbar._visible = true;
_root.invcrowbar.gotoAndPlay(2);
_global.havecrowbar = true;
_global.ceilingdropped = true;
_root.charView.gotoAndPlay(142);
}
Symbol 773 Button
on (rollOver) {
_root.doorsign20.play();
_root.usingbox.text = "Go downstairs";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
newsound = new Sound();
newsound.attachSound("scaryloop");
newsound.stop("scaryloop");
walksound = new Sound();
walksound.attachSound("walking");
walksound.start();
bgsound = new Sound();
bgsound.attachSound("Bkground");
bgsound.start(0, 999);
_global.goingdown = true;
gotoAndStop (569);
}
Symbol 774 Button
on (rollOver) {
_root.doorsign16.play();
_root.usingbox.text = "Open hallway door";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.haveKey2 == true) {
unlockedopensound = new Sound();
unlockedopensound.attachSound("opened door");
unlockedopensound.start();
gotoAndStop (574);
_root.usingbox.text = "";
} else {
_root.usingbox.text = "Its locked...";
_root.lockmechanism.gotoAndPlay(23);
lockedsound = new Sound();
lockedsound.attachSound("locked");
lockedsound.start();
}
}
Symbol 777 Button
on (rollOver) {
_root.usingbox.text = "Peek through keyhole";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.towelfire == true) {
_root.usingbox.text = "Looks like the coast is clear...";
_global.peekhole = true;
_root.gotoAndStop("keyview");
} else {
root.usingbox.text = "";
_root.gotoAndStop("keyview");
}
}
Symbol 778 Button
on (rollOver) {
_root.usingbox.text = "Go into bedroom";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.peekhole == true) {
doorsound = new Sound();
doorsound.attachSound("doorclosed1");
doorsound.start();
_global.spideroomentered = true;
_root.usingbox.text = "";
_root.gotoAndStop("spideroom");
} else {
_root.usingbox.text = "I'm not going in there until it's safe...";
}
}
Symbol 780 Button
on (rollOver) {
_root.doorsign14.play();
_root.usingbox.text = "Go to main room";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (575);
}
Symbol 781 Button
on (rollOver) {
_root.doorsign22.play();
_root.usingbox.text = "Go back to staircase";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (573);
}
Symbol 782 Button
on (rollOver) {
_root.doorsign15.play();
_root.usingbox.text = "Go to bedroom";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (577);
}
Symbol 786 MovieClip Frame 2
_global.bearopen = true;
Symbol 869 MovieClip Frame 370
gotoAndPlay (1);
Symbol 869 MovieClip Frame 371
_root.gostorage._visible = false;
_root.gohall._visible = false;
Symbol 869 MovieClip Frame 492
_root.USroom3.dogbowl.gotoAndStop(4);
Symbol 869 MovieClip Frame 530
_root.gostorage._visible = true;
_root.gohall._visible = true;
_global.dogdead = true;
stop();
Symbol 869 MovieClip Frame 550
gotoAndPlay (1);
Symbol 874 MovieClip Frame 1
stop();
Instance of Symbol 871 MovieClip in Symbol 874 MovieClip Frame 1
on (rollOver) {
if (_global.usebottle == true) {
_root.usingbox.text = "Use bottle of pills with dog's bowl";
} else {
_root.usingbox.text = "Dog's bowl";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.usebottle == true) {
_root.USroom3.dogbowl.gotoAndStop(2);
_global.usebottle = false;
_root.invbottle.play();
_root.usingbox.text = "He's not going to eat those pills willingly...";
} else {
_root.usingbox.text = "It's his bowl, I'm not taking it...";
}
}
Symbol 874 MovieClip Frame 2
stop();
Instance of Symbol 871 MovieClip in Symbol 874 MovieClip Frame 2
on (rollOver) {
if (_global.usefloppymeat == true) {
_root.usingbox.text = "Use floppy mysterious meat with dog's bowl";
} else {
_root.usingbox.text = "Dog's bowl";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.usefloppymeat == true) {
_root.invfloppymeat.play();
_root.USroom3.dog.gotoAndPlay(371);
_root.USroom3.dogbowl.gotoAndStop(3);
_root.usingbox.text = "There we go...";
} else {
_root.usingbox.text = "It's his bowl, I'm not taking it...";
}
}
Symbol 874 MovieClip Frame 3
stop();
Instance of Symbol 871 MovieClip in Symbol 874 MovieClip Frame 3
on (rollOver) {
_root.usingbox.text = "Dog's bowl";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "It's his bowl, I'm not taking it...";
}
Symbol 874 MovieClip Frame 4
stop();
Instance of Symbol 786 MovieClip in Symbol 876 MovieClip Frame 1
onClipEvent (load) {
if (_global.bearopen == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
on (rollOver) {
_root.usingbox.text = "A cute lil' teddy bear...";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if ((_global.useknife == true) && (_global.bearopen == false)) {
tearsound = new Sound();
tearsound.attachSound("knifecut");
tearsound.start();
_root.USroom3.Key3._visible = true;
_root.usingbox.text = "Hmmm...?";
_global.useknife = false;
_root.invknife.play();
this.gotoAndStop(2);
} else {
_root.usingbox.text = "Well... At least he has both eyes...";
}
}
Instance of Symbol 788 MovieClip in Symbol 876 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Look inside dusty box of junk";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "Useless crap...";
}
Instance of Symbol 788 MovieClip in Symbol 876 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Look inside small dusty box of junk";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "Nothing of interest...";
}
Instance of Symbol 788 MovieClip in Symbol 876 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Look inside dusty box of junk";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.money4 == true) {
_global.money4 = false;
framenum = new Array(10, 25, 10, 5, 5, 50, 5, 25);
_root.money = _root.money + framenum[random(8)];
_root.cashbox = _root.money;
_root.moneyglow.play();
cashsound = new Sound();
cashsound.attachSound("chaching");
cashsound.start();
_root.usingbox.text = "";
} else {
_root.usingbox.text = "Nothing I would want...";
}
}
Instance of Symbol 791 MovieClip "Key3" in Symbol 876 MovieClip Frame 1
onClipEvent (load) {
if ((_global.haveKey3 == false) && (_global.bearopen == true)) {
this._visible = true;
} else {
this._visible = false;
}
}
on (rollOver) {
_root.usingbox.text = "Pickup key";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
mysound = new Sound();
mysound.attachSound("keypickup");
mysound.start();
this._visible = false;
_root.key3._visible = true;
_root.key3.play();
_global.haveKey3 = true;
_root.charView.gotoAndPlay(142);
}
Instance of Symbol 869 MovieClip "dog" in Symbol 876 MovieClip Frame 1
on (rollOver) {
if (_global.dogdied == true) {
_root.usingbox.text = "He...didn't make it...hehe.";
} else {
_root.usingbox.text = "Large hungry-looking dog";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
onClipEvent (load) {
if (_global.dogdead == true) {
this.gotoAndStop(530);
}
}
Instance of Symbol 874 MovieClip "dogbowl" in Symbol 876 MovieClip Frame 1
onClipEvent (load) {
if (_global.dogdead == true) {
_root.USroom3.dogbowl.gotoAndStop(4);
}
}
Symbol 877 Button
on (rollOver) {
_root.doorsign17.play();
_root.usingbox.text = "Go to hallway";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (574);
}
Symbol 878 Button
on (rollOver) {
_root.doorsign18.play();
_root.usingbox.text = "Go to storage room";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if ((_global.haveKey3 == true) && (_global.dogdead == true)) {
unlockedopensound = new Sound();
unlockedopensound.attachSound("opened door");
unlockedopensound.start();
gotoAndStop (576);
_root.usingbox.text = "";
}
if (_global.dogdead == false) {
_root.USroom3.dog.gotoAndPlay(531);
_root.usingbox.text = "There is a big dog in the way...He looks hungry.";
}
if ((_global.haveKey3 == false) && (_global.dogdead == true)) {
_root.lockmechanism.gotoAndPlay(23);
lockedsound = new Sound();
lockedsound.attachSound("locked");
lockedsound.start();
_root.usingbox.text = "It's locked";
}
}
Symbol 882 Button
on (rollOver) {
_root.usingbox.text = "Look under table";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.money6 == true) {
_global.money6 = false;
framenum = new Array(10, 25, 10, 5, 5, 50, 5, 25);
_root.money = _root.money + framenum[random(8)];
_root.cashbox = _root.money;
_root.moneyglow.play();
cashsound = new Sound();
cashsound.attachSound("chaching");
cashsound.start();
_root.usingbox.text = "";
} else {
_root.usingbox.text = "Nothing...";
}
}
Instance of Symbol 881 MovieClip in Symbol 883 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Pickup gas can";
}
on (rollOut) {
_root.usingbox.text = "";
}
onClipEvent (load) {
if (_global.havegascan == false) {
this._visible = true;
} else {
this._visible = false;
}
}
on (release) {
mysound = new Sound();
mysound.attachSound("bellsgliss");
mysound.start();
this._visible = false;
_root.invgascan._visible = true;
_root.invgascan.gotoAndPlay(2);
_global.havegascan = true;
_global.ceilingdropped = true;
_root.charView.gotoAndPlay(142);
}
Symbol 884 Button
on (rollOver) {
_root.doorsign21.play();
_root.usingbox.text = "Go to main room";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (575);
}
Symbol 901 MovieClip Frame 1
stop();
Symbol 901 MovieClip Frame 16
stop();
Symbol 913 Button
on (rollOver) {
if (_global.scared == true) {
_root.USroom6.birdtowindow.play();
_global.scared = false;
_root.usingbox.text = "Bloody, broken window...";
} else {
_root.usingbox.text = "Bloody, broken window...";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
gotoAndStop (14);
}
Instance of Symbol 904 MovieClip in Symbol 914 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Use light switch";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.lightsoff == true) {
_root.USroom6.lightsoff._visible = false;
_global.lightsoff = false;
bgsound = new Sound();
bgsound.attachSound("lightclick");
bgsound.start();
} else {
_root.USroom6.lightsoff._visible = true;
_global.lightsoff = true;
bgsound = new Sound();
bgsound.attachSound("lightclick");
bgsound.start();
}
if (_global.scarydisc == false) {
bgsound = new Sound();
bgsound.attachSound("scarydisc");
bgsound.start();
dgsound = new Sound();
dgsound.attachSound("screamecho");
dgsound.start();
_global.scarydisc = true;
}
}
Instance of Symbol 910 MovieClip "floppymeat" in Symbol 914 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Pickup floppy chunk of mysterious meat";
}
on (rollOut) {
_root.usingbox.text = "";
}
onClipEvent (load) {
if (_global.havefloppymeat == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
mysound = new Sound();
mysound.attachSound("bellsgliss");
mysound.start();
this._visible = false;
_root.invfloppymeat._visible = true;
_root.invfloppymeat.gotoAndPlay(2);
_global.havefloppymeat = true;
_root.charView.gotoAndPlay(142);
}
Instance of Symbol 912 MovieClip "lightsoff" in Symbol 914 MovieClip Frame 1
onClipEvent (load) {
if (_global.lightsoff == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Symbol 915 Button
on (rollOver) {
_root.doorsign20.play();
_root.usingbox.text = "Go to hallway";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (574);
}
Instance of Symbol 919 MovieClip in Symbol 922 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Toilet paper";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "I don't think I could shit here if I had to...";
}
Instance of Symbol 921 MovieClip in Symbol 922 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Pickup knife";
}
on (rollOut) {
_root.usingbox.text = "";
}
onClipEvent (load) {
if (_global.haveknife == false) {
this._visible = true;
} else {
this._visible = false;
}
}
on (release) {
mysound = new Sound();
mysound.attachSound("bellsgliss");
mysound.start();
this._visible = false;
_root.invknife._visible = true;
_root.invknife.gotoAndPlay(2);
_global.haveknife = true;
_root.charView.gotoAndPlay(142);
}
Instance of Symbol 925 MovieClip in Symbol 926 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Pickup bottle of pills";
}
on (rollOut) {
_root.usingbox.text = "";
}
onClipEvent (load) {
if (_global.havebottle == false) {
this._visible = true;
} else {
this._visible = false;
}
}
on (release) {
mysound = new Sound();
mysound.attachSound("bellsgliss");
mysound.start();
this._visible = false;
_root.invbottle._visible = true;
_root.invbottle.gotoAndPlay(2);
_global.havebottle = true;
_root.charView.gotoAndPlay(142);
}
Symbol 930 MovieClip Frame 1
stop();
Symbol 944 MovieClip Frame 1
firesound = new Sound();
firesound.attachSound("fire");
firesound.stop("fire");
stop();
Instance of Symbol 930 MovieClip in Symbol 944 MovieClip Frame 1
onClipEvent (load) {
if (_global.towelsoak == true) {
_root.bathroom.bathshelf.gotoAndStop(2);
} else {
_root.bathroom.bathshelf.gotoAndStop(1);
}
}
on (rollOver) {
if (_global.usegascan == true) {
_root.usingbox.text = "Use gas can with stack of towels";
} else {
_root.usingbox.text = "Stack of towels";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.usegascan == true) {
_root.invgascan.play();
_global.towelsoak = true;
_root.bathroom.bathshelf.gotoAndStop(2);
_root.usingbox.text = "Ready to cook, hehe...";
} else {
_root.usingbox.text = "I'm already dry...?";
}
}
Symbol 944 MovieClip Frame 2
onEnterFrame();
if (_global.towelfire == true) {
_root.bathroom.bathshelf.gotoAndStop(3);
}
stop();
Instance of Symbol 930 MovieClip in Symbol 944 MovieClip Frame 2
on (rollOver) {
if (_global.usematches == true) {
_root.usingbox.text = "Use matches with gas-soaked stack of towels";
} else {
_root.usingbox.text = "Gas-soaked stack of towels...";
}
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if ((_global.usematches == true) && (_global.venton == true)) {
_root.invMatches.play();
_global.towelfire = true;
_root.bathroom.bathshelf.gotoAndStop(3);
_root.usingbox.text = "Towels a' blazin'...That should smoke out any vermin upstairs.";
} else {
_root.usingbox.text = "They're soaked...In gas...I should turn on the vent...";
}
}
Symbol 944 MovieClip Frame 3
onEnterFrame();
if (_global.spideroomentered == true) {
_root.bathroom.bathshelf.gotoAndStop(4);
} else {
firesound = new Sound();
firesound.attachSound("fire");
firesound.start(0, 999);
stop();
}
Instance of Symbol 930 MovieClip in Symbol 944 MovieClip Frame 3
on (rollOver) {
_root.usingbox.text = "Burning towels...";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "It's a stack of burning towels...";
}
Symbol 944 MovieClip Frame 4
stop();
Instance of Symbol 369 MovieClip in Symbol 944 MovieClip Frame 4
onClipEvent (load) {
if (_global.havepaper1 == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
mysound = new Sound();
mysound.attachSound("bellsgliss");
mysound.start();
this._visible = false;
_global.havepaper1 = true;
_root.invpaper1._visible = true;
}
Symbol 950 MovieClip Frame 1
fansound.stop("fanloop");
_root.bathroom.vent.stop();
stop();
Symbol 950 MovieClip Frame 2
fansound = new Sound();
fansound.attachSound("fanloop");
fansound.start(0, 9999);
_root.bathroom.vent.play();
stop();
Instance of Symbol 947 MovieClip "vent" in Symbol 951 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Ceiling vent";
}
on (rollOut) {
_root.usingbox.text = "";
}
onClipEvent (load) {
if (_global.venton == true) {
this.play();
} else {
fansound.stop("fanloop");
this.stop();
}
}
on (release) {
_root.usingbox.text = "Looks like it leads upstairs...";
}
Instance of Symbol 950 MovieClip "ventswitch" in Symbol 951 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Turn vent on/off";
}
on (rollOut) {
_root.usingbox.text = "";
}
onClipEvent (load) {
if (_global.venton == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
on (release) {
if (_global.venton == false) {
_global.venton = true;
this.play();
} else {
_global.venton = false;
this.play();
}
}
Symbol 952 Button
on (rollOver) {
_root.doorsign19.play();
_root.usingbox.text = "Go to hallway";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
fansound = new Sound();
fansound.attachSound("fanloop");
fansound.stop("fanloop");
firesound = new Sound();
firesound.attachSound("fire");
firesound.stop("fire");
mysound = new Sound();
mysound.attachSound("doorclosed1");
mysound.start();
_root.usingbox.text = "";
gotoAndStop (562);
}
Symbol 978 MovieClip Frame 140
gotoAndPlay (1);
Symbol 978 MovieClip Frame 270
gotoAndPlay (141);
Instance of Symbol 961 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
if (_global.towelfire == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 978 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
if (_global.towelfire == true) {
this.gotoAndPlay(141);
}
}
Symbol 982 Button
on (rollOver) {
_root.doorsign20.play();
_root.usingbox.text = "Back to hallway";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
_root.usingbox.text = "";
gotoAndStop (574);
}
Symbol 996 Button
on (rollOver) {
_root.usingbox.text = "Inspect spider web";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
if (_global.money8 == true) {
_global.money8 = false;
framenum = new Array(10, 25, 10, 5, 5, 50, 5, 25);
_root.money = _root.money + framenum[random(8)];
_root.cashbox = _root.money;
_root.moneyglow.play();
cashsound = new Sound();
cashsound.attachSound("chaching");
cashsound.start();
_root.usingbox.text = "";
} else {
_root.usingbox.text = "Nothing...";
}
}
Instance of Symbol 987 MovieClip in Symbol 997 MovieClip Frame 1
on (rollOver) {
_root.usingbox.text = "Dead spider victim...";
}
on (rollOut) {
_root.usingbox.text = "";
}
Instance of Symbol 369 MovieClip in Symbol 997 MovieClip Frame 1
onClipEvent (load) {
if (_global.havepaper2 == true) {
this._visible = false;
} else {
this._visible = true;
}
}
on (release) {
mysound = new Sound();
mysound.attachSound("bellsgliss");
mysound.start();
this._visible = false;
_global.havepaper2 = true;
_root.invpaper2._visible = true;
}
Instance of Symbol 993 MovieClip in Symbol 997 MovieClip Frame 1
onClipEvent (load) {
if (_global.towelfire == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Symbol 998 Button
on (rollOver) {
_root.doorsign20.play();
_root.usingbox.text = "Back to hallway";
}
on (rollOut) {
_root.usingbox.text = "";
}
on (release) {
doorsound = new Sound();
doorsound.attachSound("doorclosed1");
doorsound.start();
_root.usingbox.text = "";
gotoAndStop (574);
}
Symbol 1000 MovieClip Frame 16
stop();
Symbol 1003 Button
on (release) {
_root.gotoAndPlay(101);
}
Symbol 1004 Button
on (release) {
_root.gotoAndPlay("closend");
}
Symbol 1005 MovieClip Frame 1
_root.moneyfound = 0;
_root.paperfound = 0;
Symbol 1005 MovieClip Frame 10
onEnterFrame();
if (_global.money1 == false) {
_root.moneyfound = _root.moneyfound + 1;
}
if (_global.money2 == false) {
_root.moneyfound = _root.moneyfound + 1;
}
if (_global.money3 == false) {
_root.moneyfound = _root.moneyfound + 1;
}
if (_global.money4 == false) {
_root.moneyfound = _root.moneyfound + 1;
}
if (_global.money5 == false) {
_root.moneyfound = _root.moneyfound + 1;
}
if (_global.money6 == false) {
_root.moneyfound = _root.moneyfound + 1;
}
if (_global.money7 == false) {
_root.moneyfound = _root.moneyfound + 1;
}
if (_global.money8 == false) {
_root.moneyfound = _root.moneyfound + 1;
}
if (_global.havepaper1 == true) {
_root.paperfound = _root.paperfound + 1;
}
if (_global.havepaper2 == true) {
_root.paperfound = _root.paperfound + 1;
}
if (_global.havepaper3 == true) {
_root.paperfound = _root.paperfound + 1;
}
if ((((((_global.havegascan == true) && (_global.havefloppymeat == true)) && (_global.haveMatches == true)) && (_global.havecrowbar == true)) && (_global.havebottle == true)) && (_global.haveknife == true)) {
_root.allitems = true;
}
_root.moneyfound = _root.moneyfound;
_root.paperfound = _root.paperfound;
_root.itemsfound = _root.itemsfound;
Symbol 1005 MovieClip Frame 31
stop();
Symbol 1020 Button
on (release) {
gotoAndPlay (823);
}
Symbol 1021 Button
on (release) {
gotoAndStop (824);
}
Symbol 1094 MovieClip Frame 14
stop();
Symbol 1094 MovieClip Frame 30
stop();
Symbol 1098 Button
on (press, keyPress "<Up>") {
wsound = new Sound();
wsound.attachSound("wrong");
wsound.start();
_global.keypressed = false;
}
on (press, keyPress "<Left>") {
wsound = new Sound();
wsound.attachSound("wrong");
wsound.start();
_global.keypressed = false;
}
on (press, keyPress "<Right>") {
wsound = new Sound();
wsound.attachSound("wrong");
wsound.start();
_global.keypressed = false;
}
on (press, keyPress "<Down>") {
_global.keypressed = true;
}
Symbol 1127 Button
on (press, keyPress "<Up>") {
_global.keypressed = true;
}
on (press, keyPress "<Left>") {
wsound = new Sound();
wsound.attachSound("wrong");
wsound.start();
_global.keypressed = false;
}
on (press, keyPress "<Right>") {
wsound = new Sound();
wsound.attachSound("wrong");
wsound.start();
_global.keypressed = false;
}
on (press, keyPress "<Down>") {
wsound = new Sound();
wsound.attachSound("wrong");
wsound.start();
_global.keypressed = false;
}
Symbol 1185 Button
on (press, keyPress "<Space>") {
_root.tapratio = _root.tapratio + 5;
_global.keypressed = true;
}
on (press, keyPress "<Up>") {
wsound = new Sound();
wsound.attachSound("wrong");
wsound.start();
_global.keypressed = false;
}
on (press, keyPress "<Left>") {
wsound = new Sound();
wsound.attachSound("wrong");
wsound.start();
_global.keypressed = false;
}
on (press, keyPress "<Right>") {
wsound = new Sound();
wsound.attachSound("wrong");
wsound.start();
_global.keypressed = false;
}
on (press, keyPress "<Down>") {
wsound = new Sound();
wsound.attachSound("wrong");
wsound.start();
_global.keypressed = false;
}
Symbol 1278 Button
on (release) {
credmusic = new Sound();
credmusic.attachSound("title");
credmusic.stop("title");
gotoAndPlay (2451);
}
Symbol 1279 MovieClip Frame 5
_quality = "LOW";
Symbol 1279 MovieClip Frame 15
onEnterFrame();
if (_global.autotoggle == true) {
_quality = "MEDIUM";
}
if (_global.hightoggle == true) {
_quality = "HIGH";
}
if (_global.mediumtoggle == true) {
_quality = "MEDIUM";
}
if (_global.lowtoggle == true) {
_quality = "LOW";
}
stop();
Symbol 1282 MovieClip Frame 131
stop();
Symbol 1283 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = true;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Symbol 1307 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = true;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Symbol 1372 MovieClip Frame 232
_root.play();
Symbol 1372 MovieClip Frame 255
_root.play();
Symbol 1404 MovieClip Frame 240
_root.play();
Instance of Symbol 1283 MovieClip in Symbol 1404 MovieClip Frame 240
onClipEvent (load) {
if (_global.middleofnowhere == false) {
this.middleofnowhere._visible = false;
} else {
this.middleofnowhere._visible = true;
}
}
Symbol 1441 MovieClip Frame 1
stop();
Symbol 1441 MovieClip Frame 60
_root.enteringhouse.play();
stop();
Symbol 1453 MovieClip Frame 10
stopAllSounds();
Symbol 1453 MovieClip Frame 40
_root.pickinglock.play();
stop();
Symbol 1464 MovieClip Frame 1
stop();
Symbol 1464 MovieClip Frame 110
_root.play();
stop();