Frame 1
function init() {
if (!inited) {
fscommand ("showmenu", false);
clearInterval(fill1);
clearInterval(fill2);
stop();
inited = true;
batterytaken = false;
itemToClose_mc = "";
items_array = ["f1_mc", "f2_mc", "tv_big_mc", "windowkey_mc", "battery_mc", "battery2_mc", "floatie1_mc", "floatie2_mc", "bulb_mc", "fridge_big_mc", "clock_big_mc", "hammer_mc", "key_mc", "screwdriver_mc", "close_btn", "security_mc", "big_wine_mc"];
var i = 0;
while (i < items_array.length) {
eval (items_array[i])._visible = false;
i++;
}
}
}
function close() {
itemToClose_mc._visible = false;
close_btn._visible = false;
bg_mc.gotoAndStop(1);
}
function assign2close(prm) {
itemToClose_mc = eval (prm);
close_btn._visible = true;
bg_mc.gotoAndStop(2);
}
function opendoor() {
if (security_mc._currentframe > 1) {
secretdoor_mc.gotoAndStop(2);
}
}
function environment() {
if (bulb_mc._currentframe < 3) {
environment_mc.gotoAndStop(2);
} else {
environment_mc.gotoAndStop(3);
}
}
function timerfor1() {
fill1 = setInterval(fillair1, 1000);
f1count = 0;
}
function timerfor2() {
fill2 = setInterval(fillair2, 1000);
f2count = 0;
}
function fillair1() {
f1count++;
if (f1count >= 30) {
f1_mc.play();
clearInterval(fill1);
}
}
function fillair2() {
f2count++;
if (f2count >= 30) {
f2_mc.play();
clearInterval(fill2);
}
}
function clearone() {
clearInterval(fill1);
}
function cleartwo() {
clearInterval(fill2);
}
function waterfilling() {
if (f1_mc.hitTest(floor_mc)) {
if (f2_mc.hitTest(floor_mc)) {
waterfill_mc.play();
f2_mc._visible = false;
f1_mc._visible = false;
} else {
waterfill_mc.gotoAndPlay(191);
}
} else {
waterfill_mc.gotoAndPlay(191);
}
}
init();
Instance of Symbol 31 MovieClip "secu_mc" in Frame 1
on (release) {
_parent.security_mc._visible = true;
_parent.assign2close("security_mc");
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 34 MovieClip in Frame 1
on (release) {
_parent.key_mc._visible = true;
_visible = false;
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 50 MovieClip in Frame 1
on (release) {
_parent.floatie2_mc._visible = true;
_visible = false;
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 50 MovieClip in Frame 1
on (release) {
_parent.floatie1_mc._visible = true;
_visible = false;
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 52 MovieClip in Frame 1
on (release) {
if (_parent.waterfill_mc._currentframe > 1) {
_parent.error_mc.gotoAndStop(5);
_parent.waterfill_mc.stop();
}
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 50 MovieClip "f1_mc" in Frame 1
on (press) {
if (this._currentframe >= 30) {
_parent.clearone();
startDrag (this, false, 10, 10, 750, 600);
}
}
on (release) {
this.stopDrag();
if (this.hitTest(_parent.floor_mc)) {
_xscale = 14;
_yscale = 14;
_x = 420;
_y = 449;
} else {
_x = initx;
_y = inity;
}
}
on (releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.floor_mc)) {
_parent.clearone();
_xscale = 14;
_yscale = 14;
_x = 420;
_y = 449;
} else {
_x = initx;
_y = inity;
}
}
onClipEvent (load) {
initx = _x;
inity = _y;
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 50 MovieClip "f2_mc" in Frame 1
on (press) {
if (this._currentframe >= 30) {
_parent.cleartwo();
startDrag (this, false, 10, 10, 750, 600);
}
}
on (release) {
this.stopDrag();
if (this.hitTest(_parent.floor_mc)) {
_xscale = 14;
_yscale = 14;
_x = 394;
_y = 449;
} else {
_x = initx;
_y = inity;
}
}
on (releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.floor_mc)) {
_x = 394;
_y = 449;
_xscale = 14;
_yscale = 14;
} else {
_x = initx;
_y = inity;
}
}
onClipEvent (load) {
initx = _x;
inity = _y;
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 89 MovieClip "small_wine_mc" in Frame 1
on (release) {
_parent.big_wine_mc._visible = true;
_parent.assign2close("big_wine_mc");
_parent.big_wine_mc.resetbottles();
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 114 MovieClip "clock_mc" in Frame 1
on (release) {
_parent.clock_big_mc._visible = true;
_parent.clock_big_mc.gotoAndStop(1);
_parent.assign2close("clock_big_mc");
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 125 MovieClip "fridge_mc" in Frame 1
on (release) {
_parent.fridge_big_mc._visible = true;
_parent.assign2close("fridge_big_mc");
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 128 MovieClip "bg_mc" in Frame 1
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
on (press) {
}
on (release) {
}
Instance of Symbol 203 MovieClip "screwdriver_mc" in Frame 1
on (press) {
startDrag (this, false, 10, 10, 750, 600);
_parent.depth_mc.swapDepths(this);
}
on (release) {
this.stopDrag();
if (this.area_mc.hitTest(_parent.tv_big_mc.tvscrew1_mc) and (_parent.tv_big_mc._visible == true)) {
if (_parent.tvswitch_mc._currentframe < 2) {
_parent.error_mc.gotoAndStop(2);
_x = initx;
_y = inity;
} else {
_parent.tv_big_mc.tvscrew1_mc._visible = false;
play();
}
} else if (this.area_mc.hitTest(_parent.tv_big_mc.tvscrew2_mc) and (_parent.tv_big_mc._visible == true)) {
if (_parent.tvswitch_mc._currentframe < 2) {
_parent.error_mc.gotoAndStop(2);
_x = initx;
_y = inity;
} else {
play();
_parent.tv_big_mc.tvscrew2_mc._visible = false;
}
} else if (this.area_mc.hitTest(_parent.tv_big_mc.tvscrew3_mc) and (_parent.tv_big_mc._visible == true)) {
play();
_parent.tv_big_mc.tvscrew3_mc._visible = false;
} else if (this.area_mc.hitTest(_parent.tv_big_mc.tvscrew4_mc) and (_parent.tv_big_mc._visible == true)) {
play();
_parent.tv_big_mc.tvscrew4_mc._visible = false;
} else if (this.area_mc.hitTest(_parent.powerpanel_mc.area_mc)) {
play();
_parent.powerpanel_mc.play();
} else {
_x = initx;
_y = inity;
}
}
on (releaseOutside) {
this.stopDrag();
if (this.area_mc.hitTest(_parent.tv_big_mc.tvscrew1_mc)) {
if (_parent.tvswitch_mc._currentframe < 2) {
_parent.error_mc.gotoAndStop(2);
_x = initx;
_y = inity;
} else {
play();
_parent.tv_big_mc.tvscrew1_mc._visible = false;
}
} else if (this.area_mc.hitTest(_parent.tv_big_mc.tvscrew2_mc)) {
if (_parent.tvswitch_mc._currentframe < 2) {
_parent.error_mc.gotoAndStop(2);
_x = initx;
_y = inity;
} else {
play();
_parent.tv_big_mc.tvscrew2_mc._visible = false;
}
} else if (this.area_mc.hitTest(_parent.tv_big_mc.tvscrew3_mc)) {
play();
_parent.tv_big_mc.tvscrew3_mc._visible = false;
} else if (this.area_mc.hitTest(_parent.tv_big_mc.tvscrew4_mc)) {
play();
_parent.tv_big_mc.tvscrew4_mc._visible = false;
} else if (this.area_mc.hitTest(_parent.powerpanel_mc.area_mc)) {
play();
_parent.powerpanel_mc.play();
} else {
_x = initx;
_y = inity;
}
}
onClipEvent (load) {
initx = _x;
inity = _y;
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 34 MovieClip "key_mc" in Frame 1
on (press) {
this.startDrag(false, 15, 15, 700, 600);
this.swapDepths(_parent.depth_mc);
}
on (release) {
stopDrag();
if (_parent.clock_big_mc._visible) {
if (this.hitTest(_parent.clock_big_mc.keyhole_mc)) {
if (_parent.batterytaken == true) {
_x = initx;
_y = inity;
} else {
this._visible = false;
_parent.clock_big_mc.keyhole_mc.gotoAndStop(2);
_parent.opendoor();
}
} else {
_x = initx;
_y = inity;
}
} else {
_x = initx;
_y = inity;
}
}
on (releaseOutside) {
stopDrag();
if (_parent.clock_big_mc._visible) {
if (this.hitTest(_parent.clock_big_mc.keyhole_mc)) {
trace(_parent.batterytaken);
if (_parent.batterytaken == true) {
_x = initx;
_y = inity;
} else {
this._visible = false;
_parent.clock_big_mc.keyhole_mc.gotoAndStop(2);
_parent.opendoor();
}
} else {
_x = initx;
_y = inity;
}
} else {
_x = initx;
_y = inity;
}
}
onClipEvent (load) {
initx = _x;
inity = _y;
this.useHandCursor = false;
this.tabEnabled = false;
}
Instance of Symbol 67 MovieClip "hammer_mc" in Frame 1
on (press) {
startDrag (this, false, 10, 10, 750, 600);
}
on (release) {
this.stopDrag();
if (this.area_mc.hitTest(_parent.heater_mc.pipearea_mc)) {
_parent.heater_mc.play();
play();
if (_parent.powerpanel_mc._currentframe < 10) {
_parent.error_mc.gotoAndStop(3);
_x = initx;
_y = inity;
}
} else if (this.area_mc.hitTest(_parent.environment_mc.pipearea_mc)) {
_parent.heater_mc.play();
play();
} else {
_x = initx;
_y = inity;
}
}
on (releaseOutside) {
this.stopDrag();
if (this.area_mc.hitTest(_parent.heater_mc.pipearea_mc)) {
_parent.heater_mc.play();
play();
if (_parent.powerpanel_mc._currentframe < 10) {
_parent.error_mc.gotoAndStop(3);
_x = initx;
_y = inity;
}
} else if (this.area_mc.hitTest(_parent.environment_mc.pipearea_mc)) {
_parent.heater_mc.play();
play();
} else {
_x = initx;
_y = inity;
}
}
onClipEvent (load) {
initx = _x;
inity = _y;
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 50 MovieClip "floatie2_mc" in Frame 1
on (press) {
_parent.cleartwo();
startDrag (this, false, 10, 10, 750, 600);
}
on (release) {
this.stopDrag();
if (this.hitTest(_parent.heater_mc.area_mc)) {
_parent.f2_mc._visible = true;
_parent.timerfor2();
_visible = false;
} else {
_x = initx;
_y = inity;
}
}
on (releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.heater_mc.area_mc)) {
_parent.f2_mc._visible = true;
_parent.timerfor2();
_visible = false;
} else {
_x = initx;
_y = inity;
}
}
onClipEvent (load) {
initx = _x;
inity = _y;
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 50 MovieClip "floatie1_mc" in Frame 1
on (press) {
_parent.clearone();
startDrag (this, false, 10, 10, 750, 600);
}
on (release) {
this.stopDrag();
if (this.hitTest(_parent.heater_mc.area_mc)) {
_parent.f1_mc._visible = true;
_parent.timerfor1();
_visible = false;
} else {
_x = initx;
_y = inity;
}
}
on (releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.heater_mc.area_mc)) {
_parent.f1_mc._visible = true;
_parent.timerfor1();
_visible = false;
} else {
_x = initx;
_y = inity;
}
}
onClipEvent (load) {
initx = _x;
inity = _y;
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 11 MovieClip "windowkey_mc" in Frame 1
on (press) {
this.startDrag(false, 15, 15, 700, 600);
this.swapDepths(_parent.depth_mc);
}
on (release) {
stopDrag();
if (this.hitTest(_parent.waterfill_mc.area_mc)) {
_parent.waterfill_mc.window_mc.play();
_visible = false;
} else {
_x = initx;
_y = inity;
}
}
on (releaseOutside) {
stopDrag();
if (this.hitTest(_parent.waterfill_mc.area_mc)) {
_parent.waterfill_mc.window_mc.play();
_visible = false;
} else {
_x = initx;
_y = inity;
}
}
onClipEvent (load) {
initx = _x;
inity = _y;
this.useHandCursor = false;
this.tabEnabled = false;
}
Instance of Symbol 113 MovieClip "battery_mc" in Frame 1
on (press) {
startDrag (this, false, 10, 10, 750, 600);
}
on (release) {
this.stopDrag();
if (this.hitTest(_parent.bulb_mc)) {
_parent.bulb_mc.gotoAndStop(2);
_visible = false;
} else {
_x = initx;
_y = inity;
}
}
on (releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.bulb_mc)) {
_parent.bulb_mc.gotoAndStop(2);
_visible = false;
} else {
_x = initx;
_y = inity;
}
}
onClipEvent (load) {
initx = _x;
inity = _y;
this.tabEnabled = false;
this.useHandCursor = false;
}
Frame 2
inited = false;
Symbol 12 MovieClip Frame 1
stop();
Instance of Symbol 8 MovieClip in Symbol 12 MovieClip Frame 2
on (release) {
_parent.nextFrame();
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 3
on (release) {
_parent._parent.windowkey_mc._visible = true;
_visible = false;
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Symbol 31 MovieClip Frame 1
function correctCode() {
if (code_txt.text == "1341965") {
play();
}
}
stop();
Instance of Symbol 28 MovieClip "1" in Symbol 31 MovieClip Frame 1
on (release) {
_parent.code_txt.text = _parent.code_txt.text + this._name;
_parent.correctCode();
}
Instance of Symbol 28 MovieClip "2" in Symbol 31 MovieClip Frame 1
on (release) {
_parent.code_txt.text = _parent.code_txt.text + this._name;
_parent.correctCode();
}
Instance of Symbol 28 MovieClip "3" in Symbol 31 MovieClip Frame 1
on (release) {
_parent.code_txt.text = _parent.code_txt.text + this._name;
_parent.correctCode();
}
Instance of Symbol 28 MovieClip "6" in Symbol 31 MovieClip Frame 1
on (release) {
_parent.code_txt.text = _parent.code_txt.text + this._name;
_parent.correctCode();
}
Instance of Symbol 28 MovieClip "5" in Symbol 31 MovieClip Frame 1
on (release) {
_parent.code_txt.text = _parent.code_txt.text + this._name;
_parent.correctCode();
}
Instance of Symbol 28 MovieClip "4" in Symbol 31 MovieClip Frame 1
on (release) {
_parent.code_txt.text = _parent.code_txt.text + this._name;
_parent.correctCode();
}
Instance of Symbol 28 MovieClip "7" in Symbol 31 MovieClip Frame 1
on (release) {
_parent.code_txt.text = _parent.code_txt.text + this._name;
_parent.correctCode();
}
Instance of Symbol 28 MovieClip "8" in Symbol 31 MovieClip Frame 1
on (release) {
_parent.code_txt.text = _parent.code_txt.text + this._name;
_parent.correctCode();
}
Instance of Symbol 28 MovieClip "9" in Symbol 31 MovieClip Frame 1
on (release) {
_parent.code_txt.text = _parent.code_txt.text + this._name;
_parent.correctCode();
}
Instance of Symbol 28 MovieClip "0" in Symbol 31 MovieClip Frame 1
on (release) {
_parent.code_txt.text = _parent.code_txt.text + this._name;
_parent.correctCode();
}
Instance of Symbol 28 MovieClip "0" in Symbol 31 MovieClip Frame 1
on (release) {
_parent.code_txt.text = substring(_parent.code_txt.text, 0, Number(_parent.code_txt.text.length - 1));
_parent.correctCode();
}
Symbol 31 MovieClip Frame 22
stop();
Symbol 34 MovieClip Frame 1
stop();
Symbol 38 MovieClip Frame 1
stop();
Instance of Symbol 37 MovieClip in Symbol 38 MovieClip Frame 1
on (release) {
_parent._parent.tv_big_mc._visible = true;
_parent._parent.assign2close("tv_big_mc");
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Symbol 46 MovieClip Frame 1
stop();
Instance of Symbol 40 MovieClip in Symbol 46 MovieClip Frame 1
on (release) {
_parent.gotoAndStop(2);
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Symbol 50 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 30
stop();
Symbol 61 MovieClip Frame 1
stop();
Instance of Symbol 8 MovieClip "pipearea_mc" in Symbol 61 MovieClip Frame 1
on (release) {
_parent.nextFrame();
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 8 MovieClip "area_mc" in Symbol 61 MovieClip Frame 1
on (release) {
_parent.nextFrame();
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Symbol 61 MovieClip Frame 3
stop();
Symbol 61 MovieClip Frame 5
stop();
Symbol 61 MovieClip Frame 7
stop();
Symbol 61 MovieClip Frame 9
play();
_parent.hammer_mc._x = _parent.hammer_mc.initx;
_parent.hammer_mc._y = _parent.hammer_mc.inity;
Symbol 61 MovieClip Frame 20
_parent.waterfilling();
stop();
Symbol 67 MovieClip Frame 1
stop();
Instance of Symbol 8 MovieClip "area_mc" in Symbol 67 MovieClip Frame 1
on (release) {
_parent.nextFrame();
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Symbol 89 MovieClip Frame 1
function resetbottles() {
var i = 1;
while (i < 10) {
bottle_mc = eval ("bottle" + i);
bottle_mc._y = bottle_mc.inity;
bottle_mc.swapDepths(bottle_mc.initdepth);
i++;
}
}
Instance of Symbol 64 MovieClip "bottle5" in Symbol 89 MovieClip Frame 1
on (release) {
_parent.resetbottles();
_y = -60;
this.swapDepths(this.getNextHighestDepth());
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
inity = _y;
initdepth = this.getDepth();
}
Instance of Symbol 67 MovieClip "hammer_mc" in Symbol 89 MovieClip Frame 1
on (release) {
_visible = false;
_parent._parent.hammer_mc._visible = true;
_parent._parent.big_wine_mc.hammer_mc._visible = false;
_parent._parent.small_wine_mc.hammer_mc._visible = false;
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 69 MovieClip "bottle2" in Symbol 89 MovieClip Frame 1
on (release) {
_parent.resetbottles();
_y = -60;
this.swapDepths(this.getNextHighestDepth());
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
inity = _y;
initdepth = this.getDepth();
}
Instance of Symbol 71 MovieClip "bottle3" in Symbol 89 MovieClip Frame 1
on (release) {
_parent.resetbottles();
_y = -60;
this.swapDepths(this.getNextHighestDepth());
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
inity = _y;
initdepth = this.getDepth();
}
Instance of Symbol 73 MovieClip "bottle4" in Symbol 89 MovieClip Frame 1
on (release) {
_parent.resetbottles();
_y = -60;
this.swapDepths(this.getNextHighestDepth());
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
inity = _y;
initdepth = this.getDepth();
}
Instance of Symbol 75 MovieClip "bottle6" in Symbol 89 MovieClip Frame 1
on (release) {
_parent.resetbottles();
_y = -60;
this.swapDepths(this.getNextHighestDepth());
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
inity = _y;
initdepth = this.getDepth();
}
Instance of Symbol 79 MovieClip "bottle9" in Symbol 89 MovieClip Frame 1
on (release) {
_parent.resetbottles();
_y = -60;
this.swapDepths(this.getNextHighestDepth());
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
inity = _y;
initdepth = this.getDepth();
}
Instance of Symbol 81 MovieClip "bottle1" in Symbol 89 MovieClip Frame 1
on (release) {
_parent.resetbottles();
_y = -60;
this.swapDepths(this.getNextHighestDepth());
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
inity = _y;
initdepth = this.getDepth();
}
Instance of Symbol 83 MovieClip "bottle7" in Symbol 89 MovieClip Frame 1
on (release) {
_parent.resetbottles();
_y = -60;
this.swapDepths(this.getNextHighestDepth());
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
inity = _y;
initdepth = this.getDepth();
}
Instance of Symbol 86 MovieClip "bottle8" in Symbol 89 MovieClip Frame 1
on (release) {
_parent.resetbottles();
_y = -60;
this.swapDepths(this.getNextHighestDepth());
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
inity = _y;
initdepth = this.getDepth();
}
Instance of Symbol 88 MovieClip in Symbol 89 MovieClip Frame 1
on (release) {
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Symbol 94 MovieClip Frame 7
stop();
Symbol 97 MovieClip Frame 1
stop();
Instance of Symbol 8 MovieClip "area_mc" in Symbol 97 MovieClip Frame 1
on (release) {
_parent.nextFrame();
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Symbol 97 MovieClip Frame 2
stop();
Symbol 97 MovieClip Frame 3
stop();
Symbol 97 MovieClip Frame 4
_parent.screwdriver_mc._x = _parent.screwdriver_mc.initx;
_parent.screwdriver_mc._y = _parent.screwdriver_mc.inity;
Symbol 97 MovieClip Frame 10
_parent.environment();
stop();
Symbol 101 Button
on (release) {
getURL ("http://www.gameshandbook.com/cheats/basement-escape.php", "_blank");
}
Symbol 108 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 1
stop();
Instance of Symbol 104 MovieClip in Symbol 114 MovieClip Frame 1
on (release) {
if (_parent._parent.batterytaken == true) {
_parent.gotoAndStop(5);
} else {
_parent.gotoAndStop(2);
}
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 104 MovieClip in Symbol 114 MovieClip Frame 2
on (release) {
_parent.gotoAndStop(1);
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 8 MovieClip in Symbol 114 MovieClip Frame 2
on (release) {
_parent.nextFrame();
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Symbol 114 MovieClip Frame 5
if (_parent.batterytaken == true) {
battery_mc._visible = false;
}
Instance of Symbol 113 MovieClip "battery_mc" in Symbol 114 MovieClip Frame 5
on (release) {
_parent._parent.battery_mc._visible = true;
_parent._parent.batterytaken = true;
_visible = false;
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Symbol 125 MovieClip Frame 1
stop();
Instance of Symbol 117 MovieClip in Symbol 125 MovieClip Frame 1
on (release) {
_parent.gotoAndStop(2);
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 121 MovieClip in Symbol 125 MovieClip Frame 2
on (release) {
_parent._parent.error_mc.gotoAndStop(4);
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 123 MovieClip in Symbol 125 MovieClip Frame 2
on (release) {
_parent._parent.screwdriver_mc._visible = true;
_visible = false;
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Symbol 128 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 1
stop();
Instance of Symbol 8 MovieClip in Symbol 136 MovieClip Frame 1
on (release) {
if (_parent.tvscrew2_mc._visible == false) {
if (_parent.tvscrew1_mc._visible == false) {
_parent._parent.screwdriver_mc._x = _parent._parent.screwdriver_mc.initx;
_parent._parent.screwdriver_mc._y = _parent._parent.screwdriver_mc.inity;
_parent.nextFrame();
}
}
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 8 MovieClip in Symbol 136 MovieClip Frame 2
on (release) {
if (_parent.tvscrew3_mc._visible == false) {
if (_parent.tvscrew4_mc._visible == false) {
_parent._parent.screwdriver_mc._x = _parent._parent.screwdriver_mc.initx;
_parent._parent.screwdriver_mc._y = _parent._parent.screwdriver_mc.inity;
_parent.nextFrame();
}
}
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 8 MovieClip in Symbol 136 MovieClip Frame 3
on (release) {
_parent.nextFrame();
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Symbol 136 MovieClip Frame 4
_parent.bulb_mc._visible = true;
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 16
_parent.charecter_mc._visible = false;
Symbol 153 MovieClip Frame 51
stop();
_parent._parent.escape_mc.play();
_parent.stop();
Symbol 165 Button
on (release) {
_parent.play();
}
Symbol 166 MovieClip Frame 1
stop();
Instance of Symbol 8 MovieClip "area_mc" in Symbol 166 MovieClip Frame 151
on (release) {
_parent.nextFrame();
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Symbol 166 MovieClip Frame 190
gotoAndPlay (151);
Symbol 166 MovieClip Frame 339
stop();
Instance of Symbol 156 MovieClip in Symbol 166 MovieClip Frame 339
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
on (release) {
}
on (press) {
}
Symbol 187 MovieClip Frame 40
stop();
Symbol 190 Button
on (release) {
_parent.play();
}
Symbol 192 Button
on (release) {
getURL ("http://www.gameshandbook.com", "_blank");
}
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 2
_parent.environment_mc.gotoAndStop(1);
Symbol 193 MovieClip Frame 79
stop();
Symbol 196 MovieClip Frame 1
stop();
Instance of Symbol 8 MovieClip "pipearea_mc" in Symbol 196 MovieClip Frame 3
on (release) {
_parent.nextFrame();
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Symbol 203 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 2
if (_parent.powerpanel_mc._currentframe >= 10) {
_parent.environment_mc.gotoAndStop(2);
}
Instance of Symbol 113 MovieClip "battery_mc" in Symbol 212 MovieClip Frame 2
on (release) {
_parent.battery2_mc._visible = true;
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Instance of Symbol 8 MovieClip in Symbol 212 MovieClip Frame 2
on (release) {
_parent.nextFrame();
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Symbol 212 MovieClip Frame 3
if (_parent.powerpanel_mc._currentframe >= 10) {
_parent.environment_mc.gotoAndStop(3);
}
Instance of Symbol 8 MovieClip in Symbol 212 MovieClip Frame 3
on (release) {
_parent.gotoAndStop(2);
}
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
Symbol 216 Button
on (release) {
play();
}
Symbol 219 Button
on (release) {
close();
}
Symbol 225 MovieClip Frame 1
stop();
Instance of Symbol 156 MovieClip in Symbol 225 MovieClip Frame 2
onClipEvent (load) {
this.tabEnabled = false;
this.useHandCursor = false;
}
on (release) {
}
on (press) {
}
Symbol 233 Button
on (release) {
_visible = false;
}
Symbol 237 Button
on (release) {
getURL ("http://www.gameshandbook.com/freegames.php", "_blank");
}
Instance of Symbol 227 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (load) {
initx = _x;
inity = _y;
this.tabEnabled = false;
this.useHandCursor = false;
}
on (press) {
}
on (release) {
}