Combined Code
movieClip 6 {
}
movieClip 12 {
frame 1 {
function timerHandler() {
if (!loadingComplete) {
var v4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * v4;
if (v4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop('loaded');
}
return undefined;
}
}
dt = getTimer() - time;
time += dt;
frameAccum += dt;
var v3 = 0;
for (;;) {
if (!(frameAccum >= FRAME_TIME && v3 < MAX_FRAME_SKIP)) break;
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
frameAccum -= FRAME_TIME;
v3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return undefined;
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof clip[childName] == 'movieclip') {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.33333333333334;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, 'timerHandler', FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
}
frame 37 {
startMovie();
}
}
// unknown tag 88 length 78
movieClip 17 {
}
instance menu hider of movieClip 17 {
onClipEvent (load) {
Stage.showMenu = false;
_root._focusrect = false;
TextField.prototype.tabEnabled = false;
Button.prototype.tabEnabled = TextField.prototype.tabEnabled;
MovieClip.prototype.tabEnabled = TextField.prototype.tabEnabled;
ASSetPropFlags(MovieClip.prototype, ['tabEnabled'], 1);
ASSetPropFlags(Button.prototype, ['tabEnabled'], 1);
ASSetPropFlags(TextField.prototype, ['tabEnabled'], 1);
}
}
movieClip 20 {
}
movieClip 25 {
}
movieClip 26 {
}
movieClip 30 {
}
movieClip 31 {
}
movieClip 34 {
frame 723 {
++_global.bustednut;
}
}
movieClip 37 {
}
movieClip 38 {
}
movieClip 39 {
frame 1 {
stop();
}
frame 5 {
_root.gotoAndStop(_global.nextmap);
}
}
frame 2 {
stop();
}
movieClip 42 {
}
movieClip 43 {
frame 108 {
_root.fadetool.gotoAndPlay('fadeout');
_global.nextmap = 'logowarm';
stop();
}
}
instance of movieClip 43 {
onClipEvent (load) {
this.onPress = function () {
getURL('http://www.gamershood.com/', '_blank');
};
}
}
frame 3 {
stop();
}
movieClip 46 {
}
movieClip 48 {
frame 124 {
_root.fadetool.gotoAndPlay('fadeout');
_global.nextmap = 'menu';
}
frame 125 {
stop();
}
}
instance of movieClip 48 {
onClipEvent (load) {
clicksound = new Sound();
clicksound.attachSound('intro');
clicksound.start();
this.onPress = function () {
getURL('http://lorestrome.com/', '_blank');
};
}
}
movieClip 51 {
frame 1 {
stop();
}
}
instance of movieClip 51 {
onClipEvent (load) {
Color.prototype.setTint = function (r, g, b, amount) {
var v2 = new Object();
v2.ba = 100 - amount;
v2.ga = v2.ba;
v2.ra = v2.ba;
var v3 = amount / 100;
v2.rb = r * v3;
v2.gb = g * v3;
v2.bb = b * v3;
this.setTransform(v2);
};
_global.buttoncode = function (scope) {
if (_global.currentbutton != _global.buttonname) {
_global.currentbutton = _global.buttonname;
clicksound = new Sound();
clicksound.attachSound('click');
clicksound.start();
clearcolor();
myColor = new Color(scope);
myColor.setTint(0, 255, 50, 30);
} else {
if (_global.currentbutton == _global.buttonname) {
clicksound = new Sound();
clicksound.attachSound('click');
clicksound.start();
_global.currentbutton = undefined;
_global.buttonname = undefined;
clearcolor();
}
}
trace(_global.buttonname);
};
clearcolor = function () {
myColor = new Color(_root.Brick);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.Incense);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.SmallKey);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.LargeKey);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.Lighter);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.Candle);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.Crest1);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.Crest2);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.Twigs);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.Bar);
myColor.setTint(0, 0, 0, 30);
};
}
}
frame 4 {
stop();
}
movieClip 56 {
}
movieClip 57 {
frame 40 {
stop();
}
}
movieClip 60 {
}
movieClip 61 {
frame 70 {
stop();
}
}
instance of movieClip 61 {
onClipEvent (load) {
this._alpha = 50;
this.onPress = function () {
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = 'town';
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
movieClip 62 {
frame 88 {
stop();
}
}
instance of movieClip 62 {
onClipEvent (load) {
this.onPress = function () {
getURL('http://www.gamershood.com/', '_blank');
};
}
}
movieClip 65 {
}
instance of movieClip 65 {
onClipEvent (load) {
music = new Sound(this);
music.attachSound('music');
music.start(0, 99);
}
}
frame 5 {
stop();
}
movieClip 70 {
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Leave town man. I gotta get out of here, it\'s such a drag.';
goto = 'woods1';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
// unknown tag 88 length 197
movieClip 74 {
}
instance of movieClip 74 {
onClipEvent (load) {
rollover = 'I could take a sec, and talk to the peck.';
goto = 'cosmo';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
movieClip 76 {
}
instance of movieClip 76 {
onClipEvent (load) {
rollover = 'Deader than disco.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 78 {
}
instance of movieClip 78 {
onClipEvent (load) {
rollover = 'No need to go in there, that just wouldn\'t be fair.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 80 {
}
instance of movieClip 80 {
onClipEvent (load) {
rollover = 'Well, Oh dear me, that\'s one dead tree.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 86 {
}
instance Incense of movieClip 86 {
onClipEvent (load) {
desc = 'In my brother\'s defense, this is fine incense.';
buttonname = 'Incense';
this.onPress = function () {
if (_global.buttonname != buttonname) {
pill = _global.buttonname;
_parent[pill].gotoAndStop(1);
}
_global.buttonname = buttonname;
_global.buttoncode(this);
};
this.onRollOver = function () {
_parent.textbox.text = desc;
};
this.onDragOver = function () {
_parent.textbox.text = desc;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 89 {
}
instance SmallKey of movieClip 89 {
onClipEvent (load) {
desc = 'Why this key is so darn small, I suspect it belonged to a doll!';
buttonname = 'SmallKey';
this.onPress = function () {
if (_global.buttonname != buttonname) {
pill = _global.buttonname;
_parent[pill].gotoAndStop(1);
}
_global.buttonname = buttonname;
_global.buttoncode(this);
};
this.onRollOver = function () {
_parent.textbox.text = desc;
};
this.onDragOver = function () {
_parent.textbox.text = desc;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 92 {
}
instance LargeKey of movieClip 92 {
onClipEvent (load) {
desc = 'To some a key might seem trivial, but for me they are most convivial.';
buttonname = 'LargeKey';
this.onPress = function () {
if (_global.buttonname != buttonname) {
pill = _global.buttonname;
_parent[pill].gotoAndStop(1);
}
_global.buttonname = buttonname;
_global.buttoncode(this);
};
this.onRollOver = function () {
_parent.textbox.text = desc;
};
this.onDragOver = function () {
_parent.textbox.text = desc;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 95 {
}
instance Lighter of movieClip 95 {
onClipEvent (load) {
desc = 'My brother always loved to smoke a cigar. I hated them myself! It\'s true.';
buttonname = 'Lighter';
this.onPress = function () {
if (_global.buttonname != buttonname) {
pill = _global.buttonname;
_parent[pill].gotoAndStop(1);
}
_global.buttonname = buttonname;
_global.buttoncode(this);
};
this.onRollOver = function () {
_parent.textbox.text = desc;
};
this.onDragOver = function () {
_parent.textbox.text = desc;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 98 {
}
instance Candle of movieClip 98 {
onClipEvent (load) {
desc = 'A Black Hour candle, used for speaking to long dead spirits. So spooky.';
buttonname = 'Candle';
this.onPress = function () {
if (_global.buttonname != buttonname) {
pill = _global.buttonname;
_parent[pill].gotoAndStop(1);
}
_global.buttonname = buttonname;
_global.buttoncode(this);
};
this.onRollOver = function () {
_parent.textbox.text = desc;
};
this.onDragOver = function () {
_parent.textbox.text = desc;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 101 {
}
instance Crest2 of movieClip 101 {
onClipEvent (load) {
desc = 'One piece of our family crest.';
buttonname = 'Crest2';
this.onPress = function () {
if (_global.buttonname != buttonname) {
pill = _global.buttonname;
_parent[pill].gotoAndStop(1);
}
_global.buttonname = buttonname;
_global.buttoncode(this);
};
this.onRollOver = function () {
_parent.textbox.text = desc;
};
this.onDragOver = function () {
_parent.textbox.text = desc;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 104 {
}
instance Crest1 of movieClip 104 {
onClipEvent (load) {
desc = 'One piece of our family crest.';
buttonname = 'Crest1';
this.onPress = function () {
if (_global.buttonname != buttonname) {
pill = _global.buttonname;
_parent[pill].gotoAndStop(1);
}
_global.buttonname = buttonname;
_global.buttoncode(this);
};
this.onRollOver = function () {
_parent.textbox.text = desc;
};
this.onDragOver = function () {
_parent.textbox.text = desc;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 107 {
}
instance Twigs of movieClip 107 {
onClipEvent (load) {
desc = 'Bound ghostwood. An offering to be made to those in the ground.';
buttonname = 'Twigs';
this.onPress = function () {
if (_global.buttonname != buttonname) {
pill = _global.buttonname;
_parent[pill].gotoAndStop(1);
}
_global.buttonname = buttonname;
_global.buttoncode(this);
};
this.onRollOver = function () {
_parent.textbox.text = desc;
};
this.onDragOver = function () {
_parent.textbox.text = desc;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 110 {
}
instance Brick of movieClip 110 {
onClipEvent (load) {
desc = 'This right here is one mean brick, when troubled it\'ll do the trick.';
buttonname = 'Brick';
this.onPress = function () {
if (_global.buttonname != buttonname) {
pill = _global.buttonname;
_parent[pill].gotoAndStop(1);
}
_global.buttonname = buttonname;
_global.buttoncode(this);
};
this.onRollOver = function () {
_parent.textbox.text = desc;
};
this.onDragOver = function () {
_parent.textbox.text = desc;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 113 {
}
instance Bar of movieClip 113 {
onClipEvent (load) {
desc = 'My brother\'s old paintbrush. He opened a lot of doors with this thing... heads too.';
buttonname = 'Bar';
this.onPress = function () {
if (_global.buttonname != buttonname) {
pill = _global.buttonname;
_parent[pill].gotoAndStop(1);
}
_global.buttonname = buttonname;
_global.buttoncode(this);
};
this.onRollOver = function () {
_parent.textbox.text = desc;
};
this.onDragOver = function () {
_parent.textbox.text = desc;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
instance of movieClip 51 {
onClipEvent (load) {
Color.prototype.setTint = function (r, g, b, amount) {
var v2 = new Object();
v2.ba = 100 - amount;
v2.ga = v2.ba;
v2.ra = v2.ba;
var v3 = amount / 100;
v2.rb = r * v3;
v2.gb = g * v3;
v2.bb = b * v3;
this.setTransform(v2);
};
_global.buttoncode = function (scope) {
if (_global.currentbutton != _global.buttonname) {
_global.currentbutton = _global.buttonname;
clicksound = new Sound();
clicksound.attachSound('click');
clicksound.start();
clearcolor();
myColor = new Color(scope);
myColor.setTint(0, 255, 50, 30);
} else {
if (_global.currentbutton == _global.buttonname) {
clicksound = new Sound();
clicksound.attachSound('click');
clicksound.start();
_global.currentbutton = undefined;
_global.buttonname = undefined;
clearcolor();
}
}
trace(_global.buttonname);
};
clearcolor = function () {
myColor = new Color(_root.Brick);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.Incense);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.SmallKey);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.LargeKey);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.Lighter);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.Candle);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.Crest1);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.Crest2);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.Twigs);
myColor.setTint(0, 0, 0, 30);
myColor = new Color(_root.Bar);
myColor.setTint(0, 0, 0, 30);
};
}
}
movieClip 117 {
}
instance of movieClip 117 {
onClipEvent (load) {
globalsound = new Sound();
this.onRelease = function () {
if (_parent.muted == true) {
globalsound.setVolume(100);
_parent.muted = false;
} else {
globalsound.setVolume(0);
_parent.muted = true;
}
};
}
}
instance of movieClip 62 {
onClipEvent (load) {
this.onPress = function () {
getURL('http://www.gamershood.com/', '_blank');
};
}
}
movieClip 120 {
}
instance of movieClip 120 {
onClipEvent (load) {
this.onPress = function () {
getURL('http://www.gamershood.com/24664/walkthrough/crimson-eve', '_blank');
};
}
}
frame 6 {
stop();
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Enter town. Man, these woods, they\'re just so damn spooky.';
goto = 'town';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Go deeper into the woods. \'Cause enough is never enough, ya\' know?';
goto = 'woods2';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
movieClip 124 {
}
instance of movieClip 124 {
onClipEvent (load) {
rollover = 'These woods are haunted. Like all woods, you know.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
frame 7 {
stop();
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Head back towards town. \'Cause man, that\'s where my heart is at. Right now.';
goto = 'woods1';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'This way goes to the old pumpkin patch. Ghosts like to sing their songs there.';
goto = 'pumpkins';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'My brother\'s cabin. A fine place with an excellent view. Right by the moon and all ten trees.';
goto = 'inside';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
movieClip 128 {
}
instance of movieClip 128 {
onClipEvent (load) {
rollover = 'My lovely sister-in-law planted these wonderful trees. She\'s dead now.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 130 {
}
instance of movieClip 130 {
onClipEvent (load) {
rollover = 'My brother\'s cabin. Great scenic view.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 132 {
}
instance of movieClip 132 {
onClipEvent (load) {
rollover = 'These giant trees hold up our broken sky.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
frame 8 {
stop();
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Maybe I should go back towards my brother\'s cabin.';
goto = 'woods2';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'To my sister-in-law\'s grave. Like shaking jowls on the dog\'s face, she was.';
goto = 'grave';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
movieClip 136 {
}
instance of movieClip 136 {
onClipEvent (load) {
rollover = 'I don\'t talk to these guys, they\'ve got nothing good to say.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 138 {
}
instance of movieClip 138 {
onClipEvent (load) {
rollover = 'A patch of soon-to-bes. Good luck guys.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
frame 9 {
stop();
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'This way goes to the old pumpkin patch. Ghosts like to sing their songs there.';
goto = 'pumpkins';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
movieClip 146 {
}
movieClip 147 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance of movieClip 147 {
onClipEvent (load) {
if (_global.hasLitIncense == 1 && _global.hasPlacedIncense == 1) {
this.gotoAndStop(3);
} else {
if (_global.hasPlacedIncense == 1) {
this.gotoAndStop(2);
}
}
rollover = 'This is a ceremonial incense dish. Used for blessing the spirits of loved ones.';
this.onPress = function () {
if (_global.hasLitIncense == 1) {
_parent.textbox.text = 'There we go, this should do just fine.';
} else {
if (_global.buttonname == 'Incense') {
_global.hasPlacedIncense = 1;
this.gotoAndStop(2);
_parent.textbox.text = 'That\'ll do, pig.';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.buttonname = undefined;
_root.Incense._x = -600;
} else {
if (_global.buttonname == 'Lighter' && _global.hasPlacedIncense == 1) {
_global.hasLitIncense = 1;
this.gotoAndStop(3);
_parent.textbox.text = 'Burning bright, very good.';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.buttonname = undefined;
} else {
if (_global.buttonname != 'Lighter') {
_parent.textbox.text = 'Yes, yes, very important.';
} else {
_parent.textbox.text = 'There is nothing to light! What am I, MAD? Ring-ding-ding-ding-dingeringeding!';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
}
}
}
}
if (_global.hasLitIncense == 1 && _global.hasPlacedIncense == 1 && _global.piece2Placed == 1 && _global.piece1Placed == 1) {
_root.hand.gotoAndPlay(2);
}
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 148 {
}
movieClip 149 {
}
movieClip 150 {
}
instance of movieClip 150 {
onClipEvent (load) {
if (_global.piece1Placed != 1) {
this.piece1._alpha = 0;
}
if (_global.piece2Placed != 1) {
this.piece2._alpha = 0;
}
rollover = 'This is a crest lock, I didn\'t know my brother put this on her grave.';
this.onPress = function () {
_parent.textbox.text = 'Hrmm, even given my history... this here\'s a mystery.';
if (_global.buttonname == 'Crest1') {
_global.buttonname = undefined;
_root.Crest1._x = -600;
_parent.textbox.text = 'A perfect fit, excellent.';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.piece1Placed = 1;
this.piece1._alpha = 100;
}
if (_global.buttonname == 'Crest2') {
_global.buttonname = undefined;
_root.Crest2._x = -600;
_parent.textbox.text = 'Fantastic, now this, my friends, is how you put a crest into a gravestone.';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.piece2Placed = 1;
this.piece2._alpha = 100;
}
if (_global.hasLitIncense == 1 && _global.hasPlacedIncense == 1 && _global.piece2Placed == 1 && _global.piece1Placed == 1) {
_root.hand.gotoAndPlay(2);
}
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 153 {
}
movieClip 154 {
frame 1 {
stop();
}
frame 40 {
_root.gogothisway._x = 18;
_root.gogothisway._y = 219;
stop();
}
}
instance gogothisway of movieClip 70 {
onClipEvent (load) {
if (_global.hasLitIncense == 1 && _global.hasPlacedIncense == 1 && _global.piece2Placed == 1 && _global.piece1Placed == 1) {
_root.gogothisway._x = 18;
_root.gogothisway._y = 219;
}
rollover = 'Seems I should go this way, a fine ending to this day.';
goto = 'entrance';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
movieClip 156 {
}
instance of movieClip 156 {
onClipEvent (load) {
rollover = 'Someone lost their cinderblock.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 158 {
}
instance of movieClip 158 {
onClipEvent (load) {
rollover = 'A fancy scroll case, resting at tombstone\'s base.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 160 {
}
instance of movieClip 160 {
onClipEvent (load) {
rollover = 'This land used to be plagued by war, now it is simply plagued.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
frame 10 {
stop();
}
movieClip 165 {
}
movieClip 173 {
}
movieClip 174 {
}
movieClip 189 {
}
movieClip 190 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Leave the cabin, for now anyway.';
goto = 'woods2';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
movieClip 192 {
}
instance of movieClip 192 {
onClipEvent (load) {
rollover = 'I made that for my brother. I\'m glad he kept it.';
goto = 'jar';
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
instance of movieClip 192 {
onClipEvent (load) {
rollover = 'Hrmmm, what mystery is this?';
goto = 'brick';
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
instance of movieClip 192 {
onClipEvent (load) {
rollover = 'I\'ll never let myself take rest, \'til revealed what hides in chest.';
goto = 'chesthidden';
this.onPress = function () {
if (_global.chestLocked == 1) {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
} else {
if (_global.buttonname == 'SmallKey') {
_global.chestLocked = 1;
_parent.textbox.text = 'What fabulous luck! I won\'t get stuck! Good for me, that I found this key!';
_root.SmallKey._x = -600;
_global.buttonname = undefined;
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
} else {
_parent.textbox.text = 'That won\'t do, it is locked! Secrety-secrets.';
}
}
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 194 {
}
instance of movieClip 194 {
onClipEvent (load) {
rollover = 'What could be held inside this trunk? Mystery, mystery, as I say.';
goto = 'chesthidden2';
this.onPress = function () {
if (_global.trunkLocked == 1) {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
} else {
if (_global.buttonname == 'LargeKey') {
_global.trunkLocked = 1;
_parent.textbox.text = 'There you go, Edgar Allan Poe.';
_root.LargeKey._x = -600;
_global.buttonname = undefined;
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
} else {
_parent.textbox.text = 'Please. Don\'t be shocked, it is locked.';
}
}
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 195 {
}
instance of movieClip 195 {
onClipEvent (load) {
rollover = 'Dig under the couch? If I must.';
this.onPress = function () {
if (_global.gotLargeKey == 1) {
_parent.textbox.text = 'I search and search, but find nothing.';
} else {
_parent.textbox.text = 'It\'s blowing my mind, what I can find!';
_global.gotLargeKey = 1;
_global.buttonname = undefined;
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_root.LargeKey._x = 230;
_root.LargeKey._y = 464;
}
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
instance of movieClip 192 {
onClipEvent (load) {
rollover = 'Brother always told that he thought it too cold.';
if (_global.fireLit == 1) {
_root.bg1.gotoAndStop(2);
}
this.onPress = function () {
if (_global.fireLit == 1) {
_parent.textbox.text = 'Nice and toasty. But mostly roasty.';
} else {
if (_global.buttonname == 'Lighter') {
_root.bg1.gotoAndStop(2);
_global.fireLit = 1;
_parent.textbox.text = 'There we go, warm at last. I love this place, what a blast!';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
} else {
_parent.textbox.text = 'Stocked and ready, just need the flame. I can\'t breathe fire, I\'m not to blame.';
}
}
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 197 {
}
instance of movieClip 197 {
onClipEvent (load) {
rollover = 'No time for rest. I must find who killed my brother.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 199 {
}
instance of movieClip 199 {
onClipEvent (load) {
rollover = 'I don\'t know who that is. Hrmmm.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 201 {
}
instance of movieClip 201 {
onClipEvent (load) {
rollover = 'An old hide passed down through the family. No clue where it came from.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 203 {
}
instance of movieClip 203 {
onClipEvent (load) {
rollover = 'This shield belonged to our father.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
frame 11 {
stop();
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Back.';
goto = 'inside';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
movieClip 206 {
}
instance of movieClip 206 {
onClipEvent (load) {
if (_global.hasCrest1 == 1) {
this._x = -600;
}
rollover = 'Only the best, our family crest!';
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.hasCrest1 = 1;
this._alpha = 100;
this._x = -600;
_parent.Crest1._x = 333;
_parent.Crest1._y = 420;
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 207 {
}
instance of movieClip 207 {
onClipEvent (load) {
if (_global.hasLighter == 1) {
this._x = -600;
}
rollover = 'Oh yes. My brother\'s favorite lighter. He got it from a drag-queen in the city.';
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.hasLighter = 1;
this._alpha = 100;
this._x = -600;
_parent.Lighter._x = 248;
_parent.Lighter._y = 413;
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
frame 12 {
stop();
}
movieClip 210 {
}
instance of movieClip 210 {
onClipEvent (load) {
if (_global.hasCandle == 1) {
this._x = -600;
}
rollover = 'No need for me to cower, just a candle of black hour.';
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.hasCandle = 1;
this._alpha = 100;
this._x = -600;
_parent.Candle._x = 288;
_parent.Candle._y = 414;
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 211 {
}
instance of movieClip 211 {
onClipEvent (load) {
if (_global.hasCrest2 == 1) {
this._x = -600;
}
rollover = 'Our family crest, better than the rest!';
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.hasCrest2 = 1;
this._alpha = 100;
this._x = -600;
_parent.Crest2._x = 377;
_parent.Crest2._y = 421;
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
frame 13 {
stop();
}
movieClip 216 {
}
instance of movieClip 216 {
onClipEvent (load) {
if (_global.hasBrick == 1) {
this._alpha = 100;
}
rollover = 'Well, what a riddle mothergoose, this-here brick, it seems loose.';
if (_global.hasBrick != 1) {
this.onPress = function () {
if (_global.hasBrick != 1) {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.hasBrick = 1;
this._alpha = 100;
_parent.smallkey._x = 316;
_parent.smallkey._y = 145;
_root.Brick._x = 430;
_root.Brick._y = 435;
}
};
}
this.onRollOver = function () {
if (_global.hasBrick != 1) {
_parent.textbox.text = rollover;
}
};
this.onDragOver = function () {
if (_global.hasBrick != 1) {
_parent.textbox.text = rollover;
}
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 217 {
}
instance smallkey of movieClip 217 {
onClipEvent (load) {
if (_global.hasBrick == 1 && _global.hasSmallkey != 1) {
this._x = 316;
this._y = 145;
}
if (_global.hasBrick == 1 && _global.hasSmallkey == 1) {
this._x = 569;
this._y = 145;
}
rollover = 'Now what could this be, \'haps a tiny brass key?';
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.hasSmallkey = 1;
this._alpha = 100;
this._x = 569;
this._y = 145;
_parent.SmallKey._x = 149;
_parent.SmallKey._y = 420;
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
frame 14 {
stop();
}
movieClip 221 {
}
movieClip 222 {
}
instance incense of movieClip 222 {
onClipEvent (load) {
if (_global.hasWitchwood == 1) {
this._x = -600;
}
rollover = 'This is Witchwood Incense. It is used to open one\'s mind.';
this.stick.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.hasWitchwood = 1;
_parent.incense._x = -600;
_root.Incense._x = 146;
_root.Incense._y = 459;
};
this.stick.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.stick.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.stick.onRollOut = function () {
_parent.textbox.text = '';
};
this.stick.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
frame 15 {
stop();
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'To my sister-in-law\'s tombstone. I miss her too.';
goto = 'grave';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'It is damn creepy in the crypt, wish I didn\'t have to...';
goto = 'crypt';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
movieClip 226 {
}
instance of movieClip 226 {
onClipEvent (load) {
if (_global.hasWood == 1) {
this._x = -600;
}
rollover = 'Ghostwood is a fine offering, guess this never got delivered.';
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.hasWood = 1;
this._alpha = 100;
this._x = -600;
_parent.Twigs._x = 147;
_parent.Twigs._y = 418;
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 228 {
}
instance of movieClip 228 {
onClipEvent (load) {
rollover = 'I wonder how these smell? See, I\'ve got \'no nose\'. Hehe.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
frame 16 {
stop();
}
movieClip 232 {
}
instance of movieClip 232 {
onClipEvent (load) {
if (_global.hasBar == 1) {
this._x = -600;
}
rollover = 'My brother\'s old crow bar. Guess he visited one last time before being killed.';
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.hasBar = 1;
this._alpha = 100;
this._x = -600;
_parent.Bar._x = 426;
_parent.Bar._y = 418;
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Maybe I should step out for a moment. It\'s wicked creepy down here.';
goto = 'entrance';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
movieClip 246 {
}
movieClip 248 {
}
instance of movieClip 248 {
onClipEvent (load) {
_global.trees = 1;
_parent.trees.gotoAndStop(_global.trees);
rollover = 'Here is a button that I could mash, perhaps it\'ll reveal some hidden stash?';
this._alpha = 0;
this.onPress = function () {
_parent.textbox.text = 'Clickty-click!';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
++_global.trees;
if (_global.trees == 14) {
_global.trees = 1;
}
_parent.trees.gotoAndStop(_global.trees);
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 253 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 258 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 260 {
}
instance of movieClip 260 {
onClipEvent (load) {
_global.puz1 = 1;
_parent.puz1.gotoAndStop(_global.puz1);
rollover = 'I have no clue what these do.';
this._alpha = 0;
this.onPress = function () {
_parent.textbox.text = 'Snap doodle!';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.puz1 = 2;
_parent.puz1.gotoAndStop(_global.puz1);
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
instance of movieClip 260 {
onClipEvent (load) {
_parent.puz1.gotoAndStop(_global.puz1);
rollover = 'I\'m sure it is just a riddle...';
this._alpha = 0;
this.onPress = function () {
_parent.textbox.text = 'Bang bang bang!';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.puz1 = 3;
_parent.puz1.gotoAndStop(_global.puz1);
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
instance of movieClip 260 {
onClipEvent (load) {
_parent.puz1.gotoAndStop(_global.puz1);
rollover = 'Here I goze.';
this._alpha = 0;
this.onPress = function () {
_parent.textbox.text = 'Pop pop!';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.puz1 = 4;
_parent.puz1.gotoAndStop(_global.puz1);
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
instance of movieClip 260 {
onClipEvent (load) {
_global.puz2 = 1;
_parent.puz2.gotoAndStop(_global.puz2);
rollover = 'Mystery, schmystery.';
this._alpha = 0;
this.onPress = function () {
_parent.textbox.text = 'I have but one button push to give.';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.puz2 = 2;
_parent.puz2.gotoAndStop(_global.puz2);
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
instance of movieClip 260 {
onClipEvent (load) {
_parent.puz2.gotoAndStop(_global.puz2);
rollover = 'So many...';
this._alpha = 0;
this.onPress = function () {
_parent.textbox.text = 'I\'m like a dog with two bones.';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.puz2 = 3;
_parent.puz2.gotoAndStop(_global.puz2);
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
instance of movieClip 260 {
onClipEvent (load) {
_parent.puz2.gotoAndStop(_global.puz2);
rollover = 'I wonder if...';
this._alpha = 0;
this.onPress = function () {
_parent.textbox.text = 'Wash my lucky draws!';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.puz2 = 4;
_parent.puz2.gotoAndStop(_global.puz2);
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 264 {
frame 4 {
if (_global.puz1 == 3 && _global.puz2 == 4 && _global.trees == 10 && _global.doorOpen != 1) {
_global.doorOpen = 1;
_root.letme._x = 117;
_root.letme._y = 264;
_parent.gotoAndStop(2);
}
}
}
movieClip 266 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance doorway of movieClip 266 {
onClipEvent (load) {
trace(_global.doorOpen);
if (_global.doorOpen == 1) {
this.gotoAndStop(2);
_root.letme._x = 117;
_root.letme._y = 264;
}
}
}
instance letme of movieClip 70 {
onClipEvent (load) {
rollover = 'The threat isn\'t much steeper, unless I go much deeper.';
goto = 'france';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
movieClip 268 {
}
instance of movieClip 268 {
onClipEvent (load) {
rollover = 'A shimmer-stone viewport.';
this._alpha = 0;
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
frame 17 {
stop();
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Maybe I should leeeeaaavvveee... probably got spiders down here.';
goto = 'crypt';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
movieClip 271 {
}
instance of movieClip 271 {
onClipEvent (load) {
this._alpha = 0;
if (_global.twigsPlaced == 1) {
this._alpha = 100;
}
rollover = 'This pan is for offerings to those that have entered the spirit world.';
this.onPress = function () {
_parent.textbox.text = 'Damn skippy.';
if (_global.buttonname == 'Twigs') {
_global.buttonname = undefined;
_root.Twigs._x = -600;
_parent.textbox.text = 'That should do it right good.';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.twigsPlaced = 1;
this._alpha = 100;
}
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 272 {
}
instance of movieClip 272 {
onClipEvent (load) {
this._alpha = 0;
if (_global.candlePlaced == 1) {
this._alpha = 100;
}
rollover = 'This is where the candle should go.';
this.onPress = function () {
_parent.textbox.text = 'Right there.';
if (_global.buttonname == 'Candle') {
_global.buttonname = undefined;
_root.Candle._x = -600;
_parent.textbox.text = 'This should work.';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.candlePlaced = 1;
this._alpha = 100;
}
if (_global.buttonname == 'Lighter' && _global.candlePlaced == 1 && _global.brickPlaced == 1 && _global.twigsPlaced == 1) {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = 'ending1';
} else {
if (_global.buttonname == 'Lighter') {
_parent.textbox.text = 'It won\'t light.';
}
}
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
movieClip 278 {
}
movieClip 284 {
frame 1 {
stop();
}
frame 30 {
stop();
}
}
instance of movieClip 284 {
onClipEvent (load) {
if (_global.brickPlaced == 1) {
this.gotoAndStop(30);
}
rollover = 'Some sort of scale, hrmmmmm... What weights a lot I wonder.';
this.onPress = function () {
_parent.textbox.text = 'Just need to find a heavy thing.';
if (_global.buttonname == 'Brick') {
_global.buttonname = undefined;
_root.Brick._x = -600;
_parent.textbox.text = 'Well there we go.';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_global.brickPlaced = 1;
this.gotoAndPlay(2);
}
};
this.onRollOver = function () {
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
_parent.textbox.text = '';
};
this.onDragOut = function () {
_parent.textbox.text = '';
};
}
}
frame 18 {
stop();
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Okay, okay.';
goto = 'town';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
movieClip 290 {
}
movieClip 291 {
}
movieClip 292 {
}
frame 19 {
stop();
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Enter town. Man, these woods, they\'re just so damn spooky.';
goto = 'ending2';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
frame 20 {
stop();
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Enter town. Man, these woods, they\'re just so damn spooky.';
goto = 'ending3';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
frame 21 {
stop();
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Enter town. Man, these woods, they\'re just so damn spooky.';
goto = 'ending4';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
frame 22 {
stop();
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Enter town. Man, these woods, they\'re just so damn spooky.';
goto = 'ending5';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
frame 23 {
stop();
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Enter town. Man, these woods, they\'re just so damn spooky.';
goto = 'ending6';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
frame 24 {
stop();
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Enter town. Man, these woods, they\'re just so damn spooky.';
goto = 'ending7';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
frame 25 {
stop();
}
instance of movieClip 70 {
onClipEvent (load) {
rollover = 'Enter town. Man, these woods, they\'re just so damn spooky.';
goto = 'ending8';
this._alpha = 50;
this.onPress = function () {
_parent.textbox.text = '';
clicksound = new Sound(this);
clicksound.attachSound('click');
clicksound.start();
_parent.fadetool.gotoAndPlay('fadeout');
_global.nextmap = goto;
};
this.onRollOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onDragOver = function () {
this._alpha = 100;
_parent.textbox.text = rollover;
};
this.onRollOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
this.onDragOut = function () {
this._alpha = 50;
_parent.textbox.text = '';
};
}
}
frame 26 {
stop();
}
instance of movieClip 62 {
onClipEvent (load) {
this.onPress = function () {
getURL('http://www.gamershood.com/', '_blank');
};
}
}