Frame 1
stop();
Frame 2
dopen = 0;
popen = 0;
floss = 0;
paper = 0;
wrench = 0;
note = 0;
ring = 0;
stop();
Symbol 7 Button
on (press) {
gotoAndStop ("playgame");
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
on (press) {
_root.messagetxt = "A keyhole... but where is the key?";
}
Symbol 20 Button
on (press) {
_root.messagetxt = "Hmm... a clock with no hands.";
}
Symbol 24 Button
on (press) {
_root.messagetxt = "Picked up a piece of paper.";
_root.paper = 1;
}
Symbol 28 Button
on (press) {
_root.messagetxt = "A filthy piece of pepperoni pleading for mercy.";
}
Symbol 31 Button
on (press) {
_root.messagetxt = "";
gotoAndStop ("wall2");
}
Symbol 32 Button
on (press) {
_root.messagetxt = "";
gotoAndStop ("wall4");
}
Symbol 36 Button
on (press) {
_root.dopen = 3;
_root.messagetxt = "";
gotoAndPlay ("d2");
}
Symbol 38 Button
on (press) {
_parent.drawer1._visible = false;
_parent.drawer2._visible = false;
_parent.soda._visible = false;
gotoAndPlay ("d3");
}
Symbol 40 Button
on (press) {
_parent.drawer1._visible = true;
_parent.drawer2._visible = true;
_parent.soda._visible = true;
_root.dopen = 0;
_root.messagetxt = "";
gotoAndPlay ("d1");
}
Symbol 46 Button
on (press) {
_root.messagetxt = "This note might be important.";
_root.note = 1;
}
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 2
stop();
Symbol 48 MovieClip Frame 3
stop();
Instance of Symbol 47 MovieClip in Symbol 48 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.note == 0) {
this._visible = true;
} else {
this._visible = false;
}
}
Symbol 49 Button
on (press) {
_root.dopen = 2;
_root.messagetxt = "";
gotoAndPlay ("d2");
}
Symbol 50 Button
on (press) {
_parent.drawer1._visible = false;
_parent.drawer3._visible = false;
_parent.soda._visible = false;
gotoAndPlay ("d3");
}
Symbol 51 Button
on (press) {
_parent.drawer1._visible = true;
_parent.drawer3._visible = true;
_parent.soda._visible = true;
_root.dopen = 0;
_root.messagetxt = "";
gotoAndPlay ("d1");
}
Symbol 67 Button
on (press) {
_root.messagetxt = "Dental floss... this could come in handy.";
_root.floss = 1;
}
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 2
stop();
Symbol 69 MovieClip Frame 3
stop();
Instance of Symbol 68 MovieClip in Symbol 69 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.floss == 0) {
this._visible = true;
} else {
this._visible = false;
}
}
Symbol 70 Button
on (press) {
_root.dopen = 1;
_root.messagetxt = "";
gotoAndPlay ("d2");
}
Symbol 71 Button
on (press) {
_parent.drawer2._visible = false;
_parent.drawer3._visible = false;
_parent.soda._visible = false;
gotoAndPlay ("d3");
}
Symbol 77 Button
on (press) {
_root.messagetxt = "Just some rubbers...";
}
Symbol 79 Button
on (press) {
_parent.drawer2._visible = true;
_parent.drawer3._visible = true;
_parent.soda._visible = true;
_root.dopen = 0;
_root.messagetxt = "";
gotoAndPlay ("d1");
}
Symbol 82 Button
on (press) {
_root.messagetxt = "Oh snap! A wrench.";
_root.wrench = 1;
}
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 2
stop();
Symbol 84 MovieClip Frame 3
stop();
Instance of Symbol 83 MovieClip in Symbol 84 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.wrench == 0) {
this._visible = true;
} else {
this._visible = false;
}
}
Symbol 90 Button
on (press) {
_root.messagetxt = "Empty can of grape soda.";
}
Instance of Symbol 48 MovieClip "drawer3" in Symbol 92 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.dopen == 1) or (_root.dopen == 2)) {
this.dbutton._visible = false;
} else {
this.dbutton._visible = true;
}
}
Instance of Symbol 69 MovieClip "drawer2" in Symbol 92 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.dopen == 1) or (_root.dopen == 3)) {
this.dbutton._visible = false;
} else {
this.dbutton._visible = true;
}
}
Instance of Symbol 84 MovieClip "drawer1" in Symbol 92 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.dopen == 2) or (_root.dopen == 3)) {
this.dbutton._visible = false;
} else {
this.dbutton._visible = true;
}
}
Symbol 93 Button
on (press) {
_root.messagetxt = "";
gotoAndStop ("wall3");
}
Symbol 94 Button
on (press) {
_root.messagetxt = "";
gotoAndStop ("wall1");
}
Symbol 101 Button
on (press) {
_root.popen = 1;
_root.messagetxt = "";
_parent.basketball._visible = false;
gotoAndStop ("p2");
}
Symbol 104 Button
on (press) {
_root.ring = 1;
_root.messagetxt = "A golden ring!";
}
Symbol 106 Button
on (press) {
_root.popen = 0;
_parent.basketball._visible = true;
_root.messagetxt = "";
gotoAndPlay ("p1");
}
Symbol 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 2
stop();
Instance of Symbol 105 MovieClip in Symbol 107 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.ring == 0) {
this._visible = true;
} else {
this._visible = false;
}
}
Symbol 110 Button
on (press) {
_root.messagetxt = "What is this basketball doing here?";
}
Symbol 114 Button
on (press) {
_root.messagetxt = "A huge stereo system.";
}
Symbol 118 Button
on (press) {
_root.messagetxt = "A big ol bucket of fried chicken. Looks like its been here for awhile.";
}
Symbol 120 MovieClip Frame 1
stop();
Instance of Symbol 25 MovieClip in Symbol 120 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paper == 0) {
this._visible = true;
} else {
this._visible = false;
}
}
Symbol 120 MovieClip Frame 2
stop();
Instance of Symbol 95 MovieClip in Symbol 120 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.dopen != 0) {
_parent.nav1._visible = false;
_parent.nav2._visible = false;
} else {
_parent.nav1._visible = true;
_parent.nav2._visible = true;
}
}
Symbol 120 MovieClip Frame 3
stop();
Instance of Symbol 95 MovieClip in Symbol 120 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.popen != 0) {
_parent.nav1._visible = false;
_parent.nav2._visible = false;
} else {
_parent.nav1._visible = true;
_parent.nav2._visible = true;
}
}
Symbol 120 MovieClip Frame 4
stop();
Symbol 124 Button
on (press) {
gotoAndStop (2);
}
Symbol 126 Button
on (press) {
gotoAndStop (1);
}
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 2
stop();
Symbol 129 Button
on (press) {
gotoAndStop (2);
}
Symbol 130 Button
on (press) {
gotoAndStop (1);
}
Symbol 131 MovieClip Frame 1
stop();
Symbol 131 MovieClip Frame 2
stop();
Symbol 134 Button
on (press) {
gotoAndStop (2);
}
Symbol 135 Button
on (press) {
gotoAndStop (1);
}
Symbol 136 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 2
stop();
Symbol 138 Button
on (press) {
gotoAndStop (2);
}
Symbol 139 Button
on (press) {
gotoAndStop (1);
}
Symbol 140 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 2
stop();
Symbol 142 Button
on (press) {
gotoAndStop (2);
}
Symbol 143 Button
on (press) {
gotoAndStop (1);
}
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 2
stop();
Instance of Symbol 127 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paper == 1) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 131 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.wrench == 1) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 136 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.floss == 1) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 140 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.note == 1) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 144 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ring == 1) {
this._visible = true;
} else {
this._visible = false;
}
}
Symbol 147 MovieClip Frame 10
stop();