Frame 1
var trialNavigation = new ContextMenu();
trialNavigation.builtInItems.zoom = true;
trialNavigation.builtInItems.quality = true;
trialNavigation.builtInItems.print = true;
trialNavigation.builtInItems.save = false;
trialNavigation.builtInItems.loop = false;
trialNavigation.builtInItems.rewind = false;
trialNavigation.builtInItems.forward_back = false;
trialNavigation.builtInItems.play = false;
_level0.menu = trialNavigation;
if (Key.isDown(9)) {
_root.styxLogo.gotoAndStop(2);
}
Frame 2
function __com_mochibot__(swfid, mc, lv) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = ((((((((((("http://" + mbc) + "/my/core.swf?mv=5&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("074ad0ea", this, 10301);
stop();
Frame 3
stop();
Instance of Symbol 50 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(16)) {
_root.styxLogo.nextFrame();
}
}
Instance of Symbol 108 MovieClip "walls" in Frame 3
onClipEvent (enterFrame) {
with (_root.player) {
mySpeed = 3;
myBounce = 3;
if (Key.isDown(40)) {
_y = _y + mySpeed;
_root.player._rotation = -180;
_root.player.gotoAndPlay(2);
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
_root.player._rotation = 0;
_root.player.gotoAndPlay(2);
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
_root.player._rotation = -90;
_root.player.gotoAndPlay(2);
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
_root.player._rotation = 90;
_root.player.gotoAndPlay(2);
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.nextFrame();
}
}
}
Frame 4
stop();
Frame 5
stop();
Instance of Symbol 50 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(16)) {
_root.styxLogo.nextFrame();
}
}
Instance of Symbol 135 MovieClip "walls" in Frame 5
onClipEvent (enterFrame) {
with (_root.player) {
mySpeed = 3;
myBounce = 3;
if (Key.isDown(40)) {
_y = _y + mySpeed;
_root.player._rotation = -180;
_root.player.play();
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
_root.player._rotation = 0;
_root.player.play();
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
_root.player._rotation = -90;
_root.player.play();
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
_root.player._rotation = 90;
_root.player.play();
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.nextFrame();
}
}
}
Frame 6
stop();
Frame 7
stop();
Instance of Symbol 50 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (Key.isDown(16)) {
_root.styxLogo.nextFrame();
}
}
Instance of Symbol 146 MovieClip "walls" in Frame 7
onClipEvent (enterFrame) {
with (_root.player) {
mySpeed = 4;
myBounce = 4;
if (Key.isDown(40)) {
_y = _y + mySpeed;
_root.player._rotation = -180;
_root.player.play();
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
_root.player._rotation = 0;
_root.player.play();
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
_root.player._rotation = -90;
_root.player.play();
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
_root.player._rotation = 90;
_root.player.play();
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.nextFrame();
}
}
}
Frame 8
stop();
Frame 9
stop();
Instance of Symbol 50 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (Key.isDown(16)) {
_root.styxLogo.nextFrame();
}
}
Instance of Symbol 157 MovieClip "walls" in Frame 9
onClipEvent (enterFrame) {
with (_root.player) {
mySpeed = 3;
myBounce = 3;
if (Key.isDown(40)) {
_y = _y + mySpeed;
_root.player._rotation = -180;
_root.player.play();
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
_root.player._rotation = 0;
_root.player.play();
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
_root.player._rotation = -90;
_root.player.play();
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
_root.player._rotation = 90;
_root.player.play();
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.nextFrame();
}
}
}
Frame 10
stop();
Frame 11
stop();
Instance of Symbol 50 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (Key.isDown(16)) {
_root.styxLogo.nextFrame();
}
}
Instance of Symbol 168 MovieClip "walls" in Frame 11
onClipEvent (enterFrame) {
with (_root.player) {
mySpeed = 3;
myBounce = 3;
if (Key.isDown(40)) {
_y = _y + mySpeed;
_root.player._rotation = -180;
_root.player.play();
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
_root.player._rotation = 0;
_root.player.play();
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
_root.player._rotation = -90;
_root.player.play();
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
_root.player._rotation = 90;
_root.player.play();
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.nextFrame();
}
}
}
Frame 12
stop();
Frame 13
stop();
Instance of Symbol 50 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (Key.isDown(16)) {
_root.styxLogo.nextFrame();
}
}
Instance of Symbol 179 MovieClip "walls" in Frame 13
onClipEvent (enterFrame) {
with (_root.player) {
mySpeed = 3;
myBounce = 3;
if (Key.isDown(40)) {
_y = _y + mySpeed;
_root.player._rotation = -180;
_root.player.play();
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
_root.player._rotation = 0;
_root.player.play();
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
_root.player._rotation = -90;
_root.player.play();
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
_root.player._rotation = 90;
_root.player.play();
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.nextFrame();
}
}
}
Frame 14
stop();
Frame 15
stop();
Instance of Symbol 50 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (Key.isDown(16)) {
_root.styxLogo.nextFrame();
}
}
Instance of Symbol 190 MovieClip "walls" in Frame 15
onClipEvent (enterFrame) {
with (_root.player) {
mySpeed = 3;
myBounce = 3;
if (Key.isDown(40)) {
_y = _y + mySpeed;
_root.player._rotation = -180;
_root.player.play();
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
_root.player._rotation = 0;
_root.player.play();
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
_root.player._rotation = -90;
_root.player.play();
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
_root.player._rotation = 90;
_root.player.play();
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.nextFrame();
}
}
}
Frame 16
stop();
Frame 17
stop();
Instance of Symbol 50 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (Key.isDown(16)) {
_root.styxLogo.nextFrame();
}
}
Instance of Symbol 197 MovieClip "walls" in Frame 17
onClipEvent (enterFrame) {
with (_root.player) {
mySpeed = 3;
myBounce = 3;
if (Key.isDown(40)) {
_y = _y + mySpeed;
_root.player._rotation = -180;
_root.player.play();
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
_root.player._rotation = 0;
_root.player.play();
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
_root.player._rotation = -90;
_root.player.play();
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
_root.player._rotation = 90;
_root.player.play();
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.nextFrame();
}
}
}
Frame 18
stop();
Frame 19
stop();
Instance of Symbol 50 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (Key.isDown(16)) {
_root.styxLogo.nextFrame();
}
}
Instance of Symbol 209 MovieClip "walls" in Frame 19
onClipEvent (enterFrame) {
with (_root.player) {
mySpeed = 3;
myBounce = 3;
if (Key.isDown(40)) {
_y = _y + mySpeed;
_root.player._rotation = -180;
_root.player.play();
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
_root.player._rotation = 0;
_root.player.play();
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
_root.player._rotation = -90;
_root.player.play();
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
_root.player._rotation = 90;
_root.player.play();
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.nextFrame();
}
}
}
Frame 20
stop();
Frame 21
stop();
Instance of Symbol 50 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (Key.isDown(16)) {
_root.styxLogo.nextFrame();
}
}
Instance of Symbol 227 MovieClip "walls" in Frame 21
onClipEvent (enterFrame) {
with (_root.player) {
mySpeed = 3;
myBounce = 3;
if (Key.isDown(40)) {
_y = _y + mySpeed;
_root.player._rotation = -180;
_root.player.play();
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
_root.player._rotation = 0;
_root.player.play();
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
_root.player._rotation = -90;
_root.player.play();
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
_root.player._rotation = 90;
_root.player.play();
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.nextFrame();
}
}
}
Frame 22
stop();
Frame 23
stop();
submit_btn.onRelease = function () {
if (_root.code_txt.text === "a181n0") {
gotoAndPlay (5);
} else if (_root.code_txt.text === "f145h8") {
gotoAndPlay (7);
} else if (_root.code_txt.text === "5h33p13") {
gotoAndPlay (9);
} else if (_root.code_txt.text === "57yx0z1") {
gotoAndPlay (11);
} else if (_root.code_txt.text === "j199a") {
gotoAndPlay (13);
} else if (_root.code_txt.text === "pwn3d") {
gotoAndPlay (15);
} else if (_root.code_txt.text === "u171m473") {
gotoAndPlay (17);
} else if (_root.code_txt.text === "1n73rn37") {
gotoAndPlay (19);
} else if (_root.code_txt.text === "41m057") {
gotoAndPlay (21);
} else if (_root.code_txt.text === "8u773r") {
gotoAndPlay (25);
} else {
!(_root.code_txt.text === "a181n0");
if ("8u773r") {
_root.alert_txt.text = "<!--please enter valid code--!>";
}
}
};
Frame 24
stop();
Frame 25
stop();
myHealth = 100;
Instance of Symbol 255 MovieClip "walls" in Frame 25
onClipEvent (enterFrame) {
with (_root.player) {
mySpeed = 3;
myBounce = 3;
if (Key.isDown(40)) {
_y = _y + mySpeed;
_root.player.gotoAndStop(2);
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
_root.player.gotoAndStop(4);
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
_root.player.gotoAndStop(1);
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
_root.player.gotoAndStop(3);
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
}
}
Instance of Symbol 260 MovieClip "portal1" in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 399.9;
_root.player._y = 12.1;
_root.nextFrame();
}
}
Frame 26
stop();
Instance of Symbol 272 MovieClip "walls" in Frame 26
onClipEvent (enterFrame) {
with (_root.player) {
mySpeed = 3;
myBounce = 3;
if (Key.isDown(40)) {
_y = _y + mySpeed;
_root.player.gotoAndStop(2);
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
_root.player.gotoAndStop(4);
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
_root.player.gotoAndStop(1);
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
_root.player.gotoAndStop(3);
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
}
}
Instance of Symbol 260 MovieClip "portal2" in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 60;
_root.player._y = 569.9;
_root.prevFrame();
}
}
Symbol 29 Button
on (release) {
_root.play();
}
Symbol 31 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(loading_bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 31 MovieClip Frame 2
gotoAndPlay (1);
Symbol 37 Button
on (release) {
getURL ("http://www.albinoblacksheep.com", "_blank");
}
Symbol 43 Button
on (release) {
getURL ("http://www.geocities.com/styx021/index.html", "_blank");
}
Symbol 55 Button
on (release) {
_root.menuMusic.gotoAndStop(144);
nextFrame();
}
Symbol 58 Button
on (release) {
_root.menuMusic.gotoAndPlay(1);
prevFrame();
}
Symbol 59 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 2
stop();
Symbol 61 MovieClip Frame 121
gotoAndPlay (1);
Symbol 61 MovieClip Frame 122
stop();
Symbol 73 Button
on (release) {
gotoAndStop (3);
}
Symbol 77 Button
on (release) {
gotoAndPlay (23);
}
Symbol 81 Button
on (release) {
gotoAndPlay (24);
}
Symbol 105 MovieClip Frame 1
stop();
frame = 1;
Symbol 105 MovieClip Frame 2
stop();
frame = 2;
Symbol 105 MovieClip Frame 3
stop();
frame = 1;
Symbol 105 MovieClip Frame 4
stop();
frame = 2;
Symbol 105 MovieClip Frame 5
stop();
frame = 1;
Symbol 105 MovieClip Frame 6
stop();
frame = 2;
Symbol 105 MovieClip Frame 7
gotoAndStop (1);
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 17
gotoAndPlay (2);
Symbol 119 MovieClip Frame 243
gotoAndPlay (1);
Symbol 119 MovieClip Frame 244
stop();
Symbol 120 Button
on (release) {
_root.gameSound.gotoAndStop(244);
nextFrame();
}
Symbol 121 Button
on (release) {
_root.gameSound.gotoAndPlay(1);
prevFrame();
}
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 2
stop();
Symbol 128 Button
on (release) {
gotoAndPlay (5);
}
Symbol 132 Button
on (release) {
gotoAndPlay (3);
}
Symbol 138 MovieClip Frame 241
gotoAndPlay (1);
Symbol 138 MovieClip Frame 242
stop();
Symbol 139 Button
on (release) {
_root.gameSound.gotoAndStop(242);
nextFrame();
}
Symbol 140 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 2
stop();
Symbol 142 Button
on (release) {
gotoAndPlay (7);
}
Symbol 143 Button
on (release) {
gotoAndPlay (5);
}
Symbol 149 MovieClip Frame 245
gotoAndPlay (1);
Symbol 149 MovieClip Frame 246
stop();
Symbol 150 Button
on (release) {
_root.gameSound.gotoAndStop(246);
nextFrame();
}
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 2
stop();
Symbol 152 Button
on (release) {
gotoAndPlay (7);
}
Symbol 154 Button
on (release) {
gotoAndPlay (9);
}
Symbol 160 MovieClip Frame 240
gotoAndPlay (1);
Symbol 160 MovieClip Frame 241
stop();
Symbol 161 Button
on (release) {
_root.gameSound.gotoAndStop(241);
nextFrame();
}
Symbol 162 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 2
stop();
Symbol 163 Button
on (release) {
gotoAndPlay (9);
}
Symbol 165 Button
on (release) {
gotoAndPlay (11);
}
Symbol 171 MovieClip Frame 237
gotoAndPlay (1);
Symbol 171 MovieClip Frame 238
stop();
Symbol 172 Button
on (release) {
_root.gameSound.gotoAndStop(238);
nextFrame();
}
Symbol 173 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 2
stop();
Symbol 174 Button
on (release) {
gotoAndPlay (11);
}
Symbol 176 Button
on (release) {
gotoAndPlay (13);
}
Symbol 182 MovieClip Frame 238
gotoAndPlay (1);
Symbol 182 MovieClip Frame 239
stop();
Symbol 183 Button
on (release) {
_root.gameSound.gotoAndStop(239);
nextFrame();
}
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 2
stop();
Symbol 185 Button
on (release) {
gotoAndPlay (13);
}
Symbol 187 Button
on (release) {
gotoAndPlay (15);
}
Symbol 192 Button
on (release) {
gotoAndPlay (15);
}
Symbol 194 Button
on (release) {
gotoAndPlay (17);
}
Symbol 199 Button
on (release) {
gotoAndPlay (17);
}
Symbol 201 Button
on (release) {
gotoAndPlay (19);
}
Symbol 217 Button
on (release) {
gotoAndPlay (19);
}
Symbol 219 Button
on (release) {
gotoAndPlay (21);
}
Symbol 236 Button
on (release) {
gotoAndPlay (21);
}
Symbol 248 Button
on (release) {
gotoAndPlay (3);
}
Symbol 268 MovieClip Frame 1
stop();
frame = 1;
Symbol 268 MovieClip Frame 2
stop();
frame = 2;
Symbol 268 MovieClip Frame 3
stop();
frame = 1;
Symbol 268 MovieClip Frame 4
stop();
frame = 2;