Frame 1
Stage.align = "TL";
Stage.scaleMode = "noScale";
Instance of Symbol 39 MovieClip "next" in Frame 1
onClipEvent (load) {
this._visible = false;
}
on (press) {
_parent.roomA.gotoAndPlay(_parent.roomA._currentframe + 1);
_parent.roomB.gotoAndPlay(_parent.roomB._currentframe + 1);
this._visible = false;
}
Instance of Symbol 60 MovieClip "swPan" in Frame 1
onClipEvent (enterFrame) {
if ((((_parent._xmouse > this._x) && (_parent._xmouse < (this._x + this._width))) && (_parent._ymouse > this._y)) && (_parent._ymouse < (this._y + this._height))) {
this._alpha = Math.min(100, this._alpha + 10);
} else {
this._alpha = Math.max(0, this._alpha - 10);
}
}
onClipEvent (load) {
sit._visible = false;
xxx._visible = false;
tear._visible = false;
pee._visible = false;
}
Symbol 18 MovieClip Frame 159
stop();
Symbol 18 MovieClip Frame 168
stop();
Symbol 18 MovieClip Frame 177
stop();
Instance of Symbol 14 MovieClip in Symbol 18 MovieClip Frame 177
onClipEvent (enterFrame) {
if (_root._ymouse < 30) {
this._y = Math.min(0, this._y + 3);
} else if (_root._ymouse > (Stage.height - 30)) {
this._y = Math.max(Stage.height - this._height, this._y - 3);
}
}
Instance of Symbol 17 MovieClip in Symbol 18 MovieClip Frame 185
onClipEvent (enterFrame) {
if (_root._ymouse < 30) {
this._y = Math.min(0, this._y + 3);
} else if (_root._ymouse > (Stage.height - 30)) {
this._y = Math.max(Stage.height - this._height, this._y - 3);
}
}
Symbol 35 MovieClip Frame 159
if (_parent.walkthrough != true) {
_parent.next._visible = true;
}
stop();
Symbol 35 MovieClip Frame 168
if (_parent.walkthrough != true) {
_parent.next._visible = true;
}
stop();
Symbol 35 MovieClip Frame 177
_parent.walkthrough = true;
_parent.swPan.sit._visible = true;
_parent.swPan.xxx._visible = true;
_parent.swPan.tear._visible = true;
_parent.swPan.pee._visible = true;
stop();
Instance of Symbol 31 MovieClip in Symbol 35 MovieClip Frame 177
onClipEvent (enterFrame) {
if (_root._ymouse < 30) {
this._y = Math.min(0, this._y + 3);
} else if (_root._ymouse > (Stage.height - 30)) {
this._y = Math.max(Stage.height - this._height, this._y - 3);
}
}
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip Frame 185
onClipEvent (enterFrame) {
if (_root._ymouse < 30) {
this._y = Math.min(0, this._y + 3);
} else if (_root._ymouse > (Stage.height - 30)) {
this._y = Math.max(Stage.height - this._height, this._y - 3);
}
}
Instance of Symbol 43 MovieClip in Symbol 60 MovieClip Frame 1
onClipEvent (load) {
this.lights = false;
_parent._parent.roomA.onEnterFrame = function () {
this._alpha = Math.max(0, (this._alpha = this._alpha - 3));
if (this._alpha == 0) {
this.onEnterFrame = null;
}
};
}
on (press) {
if (this.lights) {
_parent._parent.roomB._visible = true;
_parent._parent.roomA.onEnterFrame = function () {
this._alpha = Math.max(0, (this._alpha = this._alpha - 13));
if (this._alpha == 0) {
this.onEnterFrame = null;
}
};
this.lights = false;
} else {
_parent._parent.roomA.onEnterFrame = function () {
this._alpha = Math.min(100, (this._alpha = this._alpha + 13));
if (this._alpha == 100) {
this._parent.roomB._visible = false;
this.onEnterFrame = null;
}
};
this.lights = true;
}
}
Instance of Symbol 48 MovieClip "tear" in Symbol 60 MovieClip Frame 1
onClipEvent (load) {
_parent.tears = true;
this.gotoAndStop(1);
}
on (press) {
if (_parent.tears) {
if (_parent._parent.roomA._currentframe == 177) {
_parent._parent.roomA.gotoAndStop("xxx");
_parent._parent.roomB.gotoAndStop("xxx");
}
_parent.tears = false;
this.gotoAndStop(2);
} else {
if (_parent._parent.roomA._currentframe == 185) {
_parent._parent.roomA.gotoAndStop("tear");
_parent._parent.roomB.gotoAndStop("tear");
}
_parent.tears = true;
this.gotoAndStop(1);
}
}
Instance of Symbol 51 MovieClip "xxx" in Symbol 60 MovieClip Frame 1
on (press) {
if (_parent.tears) {
_parent._parent.roomA.gotoAndStop("tear");
_parent._parent.roomB.gotoAndStop("tear");
} else {
_parent._parent.roomA.gotoAndStop("xxx");
_parent._parent.roomB.gotoAndStop("xxx");
}
}
Instance of Symbol 54 MovieClip "sit" in Symbol 60 MovieClip Frame 1
on (press) {
if (_parent.peeing) {
_parent._parent.roomA.gotoAndStop("pee");
_parent._parent.roomB.gotoAndStop("pee");
} else {
_parent._parent.roomA.gotoAndStop("sit");
_parent._parent.roomB.gotoAndStop("sit");
}
}
Instance of Symbol 59 MovieClip "pee" in Symbol 60 MovieClip Frame 1
onClipEvent (load) {
_parent.peeing = false;
this.gotoAndStop(2);
}
on (press) {
if (_parent.peeing) {
if (_parent._parent.roomA._currentframe == 168) {
_parent._parent.roomA.gotoAndStop("sit");
_parent._parent.roomB.gotoAndStop("sit");
}
_parent.peeing = false;
this.gotoAndStop(2);
} else {
if (_parent._parent.roomA._currentframe == 159) {
_parent._parent.roomA.gotoAndStop("pee");
_parent._parent.roomB.gotoAndStop("pee");
}
_parent.peeing = true;
this.gotoAndStop(1);
}
}