STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
229671
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2596 · P5191

Happy New Year!

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/37538808?noj=FRM37538808-3DC" width="1" height="1"></div>

Hyper Square.swf

This is the info page for
Flash #25615

(Click the ID number above for more basic data on this flash file.)


Text
?

P
L
A
Y

P
L
A
Y

S
E
T
T
I
N
G
S

S
E
T
T
I
N
G
S

H
E
L
P

H
E
L
P

Easy

1

1

1

1

2

2

2

2

3

3

3

3

4

4

4

4

5

5

5

5

Medium

1

1

1

1

2

2

2

2

3

3

3

3

4

4

4

4

5

5

5

5

Hard

1

1

1

1

2

2

2

2

3

3

3

3

4

4

4

4

5

5

5

5

Back to Menu

Play More Games

Music -

On

Off

Flash V-Cam

The end is at 6,6
before any turning.
You are at 1,1

Settings

Quality -

Medium

High

Low

Help

You have woken up in the Hyper Square.
You have no idea how you got there, the
last thing you remember is having a few beers at
the pub. Try find your way out without getting killed.

End of Level

Up

Down

Left   Right

Level Rotater

Jump Pad

Graphics and Animation by: Drew
Programming by: Eggy

Back to Menu

ActionScript [AS1/AS2]

Frame 1
function doSomething() { getURL ("http://www.eggysgames.com", _blank); } function doSomething2() { getURL ("http://www.eggysgames.com", _blank); } function doSomething3() { getURL ("http://www.mofunzone.com", _blank); } _root.level1done = false; _root.level2done = false; _root.level3done = false; _root.level4done = false; _root.level5done = false; _root.level6done = false; _root.level7done = false; _root.level8done = false; _root.level9done = false; _root.level10done = false; _root.level11done = false; _root.level12done = false; _root.level13done = false; _root.level14done = false; _root.level15done = false; _root.music = true; MENU.customItems.push(Functioned2); MENU = new ContextMenu(); MENU.hideBuiltInItems(); Functioned = new ContextMenuItem("Made by Eggy", doSomething); Functioned2 = new ContextMenuItem("Made by Midget", doSomething2); Functioned3 = new ContextMenuItem("MoFunZone.com - Play More Games", doSomething3); MENU.customItems.push(Functioned); MENU.customItems.push(Functioned2); MENU.customItems.push(Functioned3); _root.menu = MENU;
Frame 4
function __com_mochibot__(swfid, mc, lv, trk) { 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=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); 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); } stop(); if (_root.music == true) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } __com_mochibot__("174e6ec5", this, 10301, true);
Frame 5
stop();
Frame 6
stop(); stopAllSounds(); dice = random(4) + 1; if ((_root.music == true) and (dice == 1)) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 2)) { someSound = new Sound(); someSound.attachSound("haunted", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 3)) { someSound = new Sound(); someSound.attachSound("cnc", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 4)) { someSound = new Sound(); someSound.attachSound("dream", this); someSound.start(0, 99999999); }
Instance of Symbol 495 MovieClip "char" in Frame 6
onClipEvent (load) { _root.backtostartX = _x; _root.backtostartY = _y; _root.cambacktostartX = _root.cam._x; _root.cambacktostartY = _root.cam._y; _root.dying = false; _root.gravity = 0; jumpheight = 12; speed = 5; rightface = this._xscale; } onClipEvent (enterFrame) { _root.gravity++; if (_root.gravity >= 20) { _root.gravity = 20; } this._y = this._y + _root.gravity; while (_root.ground.hitTest(this._x, this._y, true)) { this._y--; _root.gravity = 0; } if ((Key.isDown(38) and _root.ground.hitTest(this._x, this._y + 3, true)) and (_root.dying == false)) { _root.gravity = -jumpheight; this._y = this._y - 4; this.gotoAndStop(4); } if ((Key.isDown(39) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x + speed; this._xscale = rightface; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(1); } } else if ((Key.isDown(37) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x - speed; this._xscale = -rightface; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(1); } } else if ((_root.ground.hitTest(this._x, this._y + 3, true) and (!Key.isDown(40))) and (_root.dying == false)) { this.gotoAndStop(1); } if (_root.ground.hitTest(_x + 20, _y - (_height / 2), true) || (_root.ground.hitTest(_x + 20, _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - 20, _y - (_height / 2), true) || (_root.ground.hitTest(_x - 20, _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { _root.gravity = 2; } if ((Key.isDown(40) and _root.ground.hitTest(_x, _y + 3, true)) and (_root.dying == false)) { this.gotoAndStop(5); } if (_root.flamer.hitter.hitTest(this)) { _root.dying = true; this.gotoAndStop(6); } }
Instance of Symbol 504 MovieClip in Frame 6
onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { _root.level1done = true; _root.gotoAndStop(5); } }
Instance of Symbol 539 MovieClip in Frame 6
onClipEvent (enterFrame) { this._x = _root.cam._x - 120; this._y = _root.cam._y - 120; }
Instance of Symbol 542 MovieClip "cam" in Frame 6
onClipEvent (load) { sigh = false; sigh2 = false; sigh3 = false; bob = 0; bob2 = 0; bob3 = 0; } onClipEvent (enterFrame) { if (_root.char._x < (this._x - 150)) { sigh = true; if (bob >= 10) { bob = 0; } } if (_root.char._x > (this._x + 150)) { sigh2 = true; if (bob2 >= 10) { bob2 = 0; } } if (_root.char._y > (this._y + 150)) { sigh3 = true; if (bob3 >= 10) { bob3 = 0; } } if ((sigh == true) and (bob < 10)) { this._x = this._x - 29.7; bob = bob + 1; } if (bob >= 10) { sigh = false; } if ((sigh2 == true) and (bob2 < 10)) { this._x = this._x + 29.7; bob2 = bob2 + 1; } if (bob2 >= 10) { sigh2 = false; } if ((sigh3 == true) and (bob3 < 10)) { this._y = this._y + 27.2; bob3 = bob3 + 1; } if (bob3 >= 10) { sigh3 = false; } }
Frame 7
stop(); stopAllSounds(); dice = random(4) + 1; if ((_root.music == true) and (dice == 1)) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 2)) { someSound = new Sound(); someSound.attachSound("haunted", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 3)) { someSound = new Sound(); someSound.attachSound("cnc", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 4)) { someSound = new Sound(); someSound.attachSound("dream", this); someSound.start(0, 99999999); }
Instance of Symbol 650 MovieClip "char" in Frame 7
onClipEvent (load) { _root.backtostartX = _x; _root.backtostartY = _y; _root.cambacktostartX = _root.cam._x; _root.cambacktostartY = _root.cam._y; _root.dying = false; _root.gravity = 0; jumpheight = 12; speed = 5; rightface = this._xscale; } onClipEvent (enterFrame) { _root.gravity++; if (_root.gravity >= 20) { _root.gravity = 20; } this._y = this._y + _root.gravity; while (_root.ground.groundin.hitTest(this._x, this._y, true)) { this._y--; _root.gravity = 0; } if ((Key.isDown(38) and _root.ground.groundin.hitTest(this._x, this._y + 3, true)) and (_root.dying == false)) { _root.gravity = -jumpheight; this._y = this._y - 4; this.gotoAndStop(4); } if ((Key.isDown(39) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x + speed; this._xscale = rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((Key.isDown(37) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x - speed; this._xscale = -rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((_root.ground.groundin.hitTest(this._x, this._y + 3, true) and (!Key.isDown(40))) and (_root.dying == false)) { this.gotoAndStop(1); } if (_root.ground.groundin.hitTest(_x + 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x + 20, _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.groundin.hitTest(_x - 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x - 20, _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.groundin.hitTest(_x, _y - _height, true)) { _root.gravity = 2; } if ((Key.isDown(40) and _root.ground.groundin.hitTest(_x, _y + 3, true)) and (_root.dying == false)) { this.gotoAndStop(5); } }
Instance of Symbol 504 MovieClip in Frame 7
onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { _root.level2done = true; _root.gotoAndStop(5); } }
Instance of Symbol 539 MovieClip in Frame 7
onClipEvent (enterFrame) { this._x = _root.cam._x - 110; this._y = _root.cam._y - 120; }
Instance of Symbol 542 MovieClip "cam" in Frame 7
onClipEvent (load) { sigh = false; sigh2 = false; sigh3 = false; bob = 0; bob2 = 0; bob3 = 0; } onClipEvent (enterFrame) { if (_root.char._x < (this._x - 150)) { sigh = true; if (bob >= 10) { bob = 0; } } if (_root.char._x > (this._x + 150)) { sigh2 = true; if (bob2 >= 10) { bob2 = 0; } } if (_root.char._y > (this._y + 150)) { sigh3 = true; if (bob3 >= 10) { bob3 = 0; } } if ((sigh == true) and (bob < 10)) { this._x = this._x - 29.7; bob = bob + 1; } if (bob >= 10) { sigh = false; } if ((sigh2 == true) and (bob2 < 10)) { this._x = this._x + 29.7; bob2 = bob2 + 1; } if (bob2 >= 10) { sigh2 = false; } if ((sigh3 == true) and (bob3 < 10)) { this._y = this._y + 29.7; bob3 = bob3 + 1; } if (bob3 >= 10) { sigh3 = false; } }
Frame 8
stop(); stopAllSounds(); dice = random(4) + 1; if ((_root.music == true) and (dice == 1)) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 2)) { someSound = new Sound(); someSound.attachSound("haunted", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 3)) { someSound = new Sound(); someSound.attachSound("cnc", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 4)) { someSound = new Sound(); someSound.attachSound("dream", this); someSound.start(0, 99999999); }
Instance of Symbol 650 MovieClip "char" in Frame 8
onClipEvent (load) { _root.backtostartX = _x; _root.backtostartY = _y; _root.cambacktostartX = _root.cam._x; _root.cambacktostartY = _root.cam._y; _root.dying = false; _root.gravity = 0; jumpheight = 12; speed = 5; rightface = this._xscale; } onClipEvent (enterFrame) { _root.gravity++; if (_root.gravity >= 20) { _root.gravity = 20; } this._y = this._y + _root.gravity; while (_root.ground.groundin.hitTest(this._x, this._y, true)) { this._y--; _root.gravity = 0; } if ((Key.isDown(38) and _root.ground.groundin.hitTest(this._x, this._y + 3, true)) and (_root.dying == false)) { _root.gravity = -jumpheight; this._y = this._y - 4; this.gotoAndStop(4); } if ((Key.isDown(39) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x + speed; this._xscale = rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((Key.isDown(37) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x - speed; this._xscale = -rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((_root.ground.groundin.hitTest(this._x, this._y + 3, true) and (!Key.isDown(40))) and (_root.dying == false)) { this.gotoAndStop(1); } if (_root.ground.groundin.hitTest(_x + 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x + 20, _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.groundin.hitTest(_x - 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x - 20, _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.groundin.hitTest(_x, _y - _height, true)) { _root.gravity = 2; } if ((Key.isDown(40) and _root.ground.groundin.hitTest(_x, _y + 3, true)) and (_root.dying == false)) { this.gotoAndStop(5); } if (_x <= 90) { _root.cam._x = _root.cam._x + 1188; _x = 1282; } if (_x >= 1283) { _root.cam._x = _root.cam._x - 1188; _x = 91; } if (_y >= 1050) { _root.cam._y = _root.cam._y - 1188; _y = -138; } }
Instance of Symbol 504 MovieClip in Frame 8
onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { _root.level3done = true; _root.gotoAndStop(5); } }
Instance of Symbol 504 MovieClip in Frame 8
onClipEvent (enterFrame) { if (_root.char.hitTest(_x, _y, true)) { _root.level2done = true; _root.gotoAndStop(5); } }
Instance of Symbol 504 MovieClip in Frame 8
onClipEvent (enterFrame) { if (_root.char.hitTest(_x, _y, true)) { _root.level2done = true; _root.gotoAndStop(5); } }
Instance of Symbol 539 MovieClip in Frame 8
onClipEvent (enterFrame) { this._x = _root.cam._x - 120; this._y = _root.cam._y - 120; }
Frame 9
stop(); stopAllSounds(); dice = random(4) + 1; if ((_root.music == true) and (dice == 1)) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 2)) { someSound = new Sound(); someSound.attachSound("haunted", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 3)) { someSound = new Sound(); someSound.attachSound("cnc", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 4)) { someSound = new Sound(); someSound.attachSound("dream", this); someSound.start(0, 99999999); }
Instance of Symbol 738 MovieClip in Frame 9
onClipEvent (enterFrame) { if (_root.char.hitTest(_x, _y, true)) { _root.level4done = true; _root.gotoAndStop(5); } }
Instance of Symbol 738 MovieClip in Frame 9
onClipEvent (enterFrame) { if (_root.char.hitTest(_x, _y, true)) { _root.level4done = true; _root.gotoAndStop(5); } }
Instance of Symbol 738 MovieClip in Frame 9
onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { _root.level4done = true; _root.gotoAndStop(5); } }
Frame 10
stop(); stopAllSounds(); dice = random(4) + 1; if ((_root.music == true) and (dice == 1)) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 2)) { someSound = new Sound(); someSound.attachSound("haunted", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 3)) { someSound = new Sound(); someSound.attachSound("cnc", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 4)) { someSound = new Sound(); someSound.attachSound("dream", this); someSound.start(0, 99999999); }
Instance of Symbol 650 MovieClip "char" in Frame 10
onClipEvent (load) { _root.backtostartX = _x; _root.backtostartY = _y; _root.cambacktostartX = _root.cam._x; _root.cambacktostartY = _root.cam._y; _root.dying = false; _root.gravity = 0; jumpheight = 12; speed = 5; rightface = this._xscale; } onClipEvent (enterFrame) { _root.gravity++; if (_root.gravity >= 20) { _root.gravity = 20; } this._y = this._y + _root.gravity; while (_root.ground.groundin.hitTest(this._x, this._y, true)) { this._y--; _root.gravity = 0; } if ((Key.isDown(38) and _root.ground.groundin.hitTest(this._x, this._y + 3, true)) and (_root.dying == false)) { _root.gravity = -jumpheight; this._y = this._y - 4; this.gotoAndStop(4); } if ((Key.isDown(39) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x + speed; this._xscale = rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((Key.isDown(37) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x - speed; this._xscale = -rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((_root.ground.groundin.hitTest(this._x, this._y + 3, true) and (!Key.isDown(40))) and (_root.dying == false)) { this.gotoAndStop(1); } if (_root.ground.groundin.hitTest(_x + 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x + 20, _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.groundin.hitTest(_x - 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x - 20, _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.groundin.hitTest(_x, _y - _height, true)) { _root.gravity = 2; } if ((Key.isDown(40) and _root.ground.groundin.hitTest(_x, _y + 3, true)) and (_root.dying == false)) { this.gotoAndStop(5); } }
Instance of Symbol 763 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { stopAllSounds(); _root.level5done = true; _root.gotoAndStop(23); } }
Instance of Symbol 542 MovieClip "cam" in Frame 10
onClipEvent (load) { sigh = false; sigh2 = false; sigh3 = false; sigh4 = false; bob = 0; bob2 = 0; bob3 = 0; bob4 = 0; } onClipEvent (enterFrame) { if (_root.char._x < (this._x - 150)) { sigh = true; if (bob >= 10) { bob = 0; } } if (_root.char._x > (this._x + 150)) { sigh2 = true; if (bob2 >= 10) { bob2 = 0; } } if (_root.char._y > (this._y + 150)) { sigh3 = true; if (bob3 >= 10) { bob3 = 0; } } if (_root.char._y < (this._y - 150)) { sigh4 = true; if (bob4 >= 10) { bob4 = 0; } } if ((sigh == true) and (bob < 10)) { this._x = this._x - 29.7; bob = bob + 1; } if (bob >= 10) { sigh = false; } if ((sigh2 == true) and (bob2 < 10)) { this._x = this._x + 29.7; bob2 = bob2 + 1; } if (bob2 >= 10) { sigh2 = false; } if ((sigh3 == true) and (bob3 < 10)) { this._y = this._y + 29.7; bob3 = bob3 + 1; } if (bob3 >= 10) { sigh3 = false; } if ((sigh4 == true) and (bob4 < 10)) { this._y = this._y - 29.7; bob4 = bob4 + 1; } if (bob4 >= 10) { sigh4 = false; } }
Frame 11
stop(); stopAllSounds(); dice = random(4) + 1; if ((_root.music == true) and (dice == 1)) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 2)) { someSound = new Sound(); someSound.attachSound("haunted", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 3)) { someSound = new Sound(); someSound.attachSound("cnc", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 4)) { someSound = new Sound(); someSound.attachSound("dream", this); someSound.start(0, 99999999); }
Instance of Symbol 650 MovieClip "char" in Frame 11
onClipEvent (load) { _root.backtostartX = _x; _root.backtostartY = _y; _root.cambacktostartX = _root.cam._x; _root.cambacktostartY = _root.cam._y; _root.dying = false; _root.gravity = 0; jumpheight = 12; speed = 5; rightface = this._xscale; } onClipEvent (enterFrame) { _root.gravity++; if (_root.gravity >= 20) { _root.gravity = 20; } this._y = this._y + _root.gravity; while (_root.ground.groundin.hitTest(this._x, this._y, true)) { this._y--; _root.gravity = 0; } if ((Key.isDown(38) and _root.ground.groundin.hitTest(this._x, this._y + 3, true)) and (_root.dying == false)) { _root.gravity = -jumpheight; this._y = this._y - 4; this.gotoAndStop(4); } if ((Key.isDown(39) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x + speed; this._xscale = rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((Key.isDown(37) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x - speed; this._xscale = -rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((_root.ground.groundin.hitTest(this._x, this._y + 3, true) and (!Key.isDown(40))) and (_root.dying == false)) { this.gotoAndStop(1); } if (_root.ground.groundin.hitTest(_x + 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x + 20, _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.groundin.hitTest(_x - 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x - 20, _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.groundin.hitTest(_x, _y - _height, true)) { _root.gravity = 2; } if ((Key.isDown(40) and _root.ground.groundin.hitTest(_x, _y + 3, true)) and (_root.dying == false)) { this.gotoAndStop(5); } }
Frame 12
stop(); stopAllSounds(); dice = random(4) + 1; if ((_root.music == true) and (dice == 1)) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 2)) { someSound = new Sound(); someSound.attachSound("haunted", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 3)) { someSound = new Sound(); someSound.attachSound("cnc", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 4)) { someSound = new Sound(); someSound.attachSound("dream", this); someSound.start(0, 99999999); }
Frame 13
stop(); stopAllSounds(); dice = random(4) + 1; if ((_root.music == true) and (dice == 1)) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 2)) { someSound = new Sound(); someSound.attachSound("haunted", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 3)) { someSound = new Sound(); someSound.attachSound("cnc", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 4)) { someSound = new Sound(); someSound.attachSound("dream", this); someSound.start(0, 99999999); }
Instance of Symbol 650 MovieClip "char" in Frame 13
onClipEvent (load) { _root.backtostartX = _x; _root.backtostartY = _y; _root.cambacktostartX = _root.cam._x; _root.cambacktostartY = _root.cam._y; _root.dying = false; _root.gravity = 0; jumpheight = 12; speed = 5; rightface = this._xscale; } onClipEvent (enterFrame) { _root.gravity++; if (_root.gravity >= 20) { _root.gravity = 20; } this._y = this._y + _root.gravity; while (_root.ground.groundin.hitTest(this._x, this._y, true)) { this._y--; _root.gravity = 0; } if ((Key.isDown(38) and _root.ground.groundin.hitTest(this._x, this._y + 3, true)) and (_root.dying == false)) { _root.gravity = -jumpheight; this._y = this._y - 4; this.gotoAndStop(4); } if ((Key.isDown(39) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x + speed; this._xscale = rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((Key.isDown(37) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x - speed; this._xscale = -rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((_root.ground.groundin.hitTest(this._x, this._y + 3, true) and (!Key.isDown(40))) and (_root.dying == false)) { this.gotoAndStop(1); } if (_root.ground.groundin.hitTest(_x + 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x + 20, _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.groundin.hitTest(_x - 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x - 20, _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.groundin.hitTest(_x, _y - _height, true)) { _root.gravity = 2; } if ((Key.isDown(40) and _root.ground.groundin.hitTest(_x, _y + 3, true)) and (_root.dying == false)) { this.gotoAndStop(5); } if (_x <= 90) { _root.cam._x = _root.cam._x + 1485; _x = 1572; } if (_x >= 1573) { _root.cam._x = _root.cam._x - 1485; _x = 91; } if (_y >= 650) { _root.cam._y = _root.cam._y - 1485; _y = -823; } }
Instance of Symbol 542 MovieClip "cam" in Frame 13
onClipEvent (load) { sigh = false; sigh2 = false; sigh3 = false; bob = 0; bob2 = 0; bob3 = 0; } onClipEvent (enterFrame) { if (_root.char._x < (this._x - 150)) { sigh = true; if (bob >= 10) { bob = 0; } } if (_root.char._x > (this._x + 150)) { sigh2 = true; if (bob2 >= 10) { bob2 = 0; } } if (_root.char._y > (this._y + 150)) { sigh3 = true; if (bob3 >= 10) { bob3 = 0; } } if ((sigh == true) and (bob < 10)) { this._x = this._x - 29.7; bob = bob + 1; } if (bob >= 10) { sigh = false; } if ((sigh2 == true) and (bob2 < 10)) { this._x = this._x + 29.7; bob2 = bob2 + 1; } if (bob2 >= 10) { sigh2 = false; } if ((sigh3 == true) and (bob3 < 10)) { this._y = this._y + 29.7; bob3 = bob3 + 1; } if (bob3 >= 10) { sigh3 = false; } }
Frame 14
stop(); stopAllSounds(); dice = random(4) + 1; if ((_root.music == true) and (dice == 1)) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 2)) { someSound = new Sound(); someSound.attachSound("haunted", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 3)) { someSound = new Sound(); someSound.attachSound("cnc", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 4)) { someSound = new Sound(); someSound.attachSound("dream", this); someSound.start(0, 99999999); }
Frame 15
stop(); stopAllSounds(); dice = random(4) + 1; if ((_root.music == true) and (dice == 1)) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 2)) { someSound = new Sound(); someSound.attachSound("haunted", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 3)) { someSound = new Sound(); someSound.attachSound("cnc", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 4)) { someSound = new Sound(); someSound.attachSound("dream", this); someSound.start(0, 99999999); }
Frame 16
stop(); stopAllSounds(); dice = random(4) + 1; if ((_root.music == true) and (dice == 1)) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 2)) { someSound = new Sound(); someSound.attachSound("haunted", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 3)) { someSound = new Sound(); someSound.attachSound("cnc", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 4)) { someSound = new Sound(); someSound.attachSound("dream", this); someSound.start(0, 99999999); }
Instance of Symbol 650 MovieClip "char" in Frame 16
onClipEvent (load) { _root.backtostartX = _x; _root.backtostartY = _y; _root.cambacktostartX = _root.cam._x; _root.cambacktostartY = _root.cam._y; _root.dying = false; _root.gravity = 0; jumpheight = 12; speed = 5; rightface = this._xscale; } onClipEvent (enterFrame) { _root.gravity++; if (_root.gravity >= 20) { _root.gravity = 20; } this._y = this._y + _root.gravity; while (_root.ground.groundin.hitTest(this._x, this._y, true)) { this._y--; _root.gravity = 0; } if ((Key.isDown(38) and _root.ground.groundin.hitTest(this._x, this._y + 3, true)) and (_root.dying == false)) { _root.gravity = -jumpheight; this._y = this._y - 4; this.gotoAndStop(4); } if ((Key.isDown(39) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x + speed; this._xscale = rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((Key.isDown(37) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x - speed; this._xscale = -rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((_root.ground.groundin.hitTest(this._x, this._y + 3, true) and (!Key.isDown(40))) and (_root.dying == false)) { this.gotoAndStop(1); } if (_root.ground.groundin.hitTest(_x + 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x + 20, _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.groundin.hitTest(_x - 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x - 20, _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.groundin.hitTest(_x, _y - _height, true)) { _root.gravity = 2; } if ((Key.isDown(40) and _root.ground.groundin.hitTest(_x, _y + 3, true)) and (_root.dying == false)) { this.gotoAndStop(5); } if (_x <= 90) { _root.cam._x = _root.cam._x + 2079; _x = 2165; } if (_x >= 2166) { _root.cam._x = _root.cam._x - 2079; _x = 91; } if (_y >= 2175) { _root.cam._y = _root.cam._y - 2079; _y = 90; } }
Frame 17
stop(); stopAllSounds(); dice = random(4) + 1; if ((_root.music == true) and (dice == 1)) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 2)) { someSound = new Sound(); someSound.attachSound("haunted", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 3)) { someSound = new Sound(); someSound.attachSound("cnc", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 4)) { someSound = new Sound(); someSound.attachSound("dream", this); someSound.start(0, 99999999); }
Instance of Symbol 650 MovieClip "char" in Frame 17
onClipEvent (load) { _root.backtostartX = _x; _root.backtostartY = _y; _root.cambacktostartX = _root.cam._x; _root.cambacktostartY = _root.cam._y; _root.dying = false; _root.gravity = 0; jumpheight = 12; speed = 5; rightface = this._xscale; } onClipEvent (enterFrame) { _root.gravity++; if (_root.gravity >= 20) { _root.gravity = 20; } this._y = this._y + _root.gravity; while (_root.ground.groundin.hitTest(this._x, this._y, true)) { this._y--; _root.gravity = 0; } if ((Key.isDown(38) and _root.ground.groundin.hitTest(this._x, this._y + 3, true)) and (_root.dying == false)) { _root.gravity = -jumpheight; this._y = this._y - 4; this.gotoAndStop(4); } if ((Key.isDown(39) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x + speed; this._xscale = rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((Key.isDown(37) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x - speed; this._xscale = -rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((_root.ground.groundin.hitTest(this._x, this._y + 3, true) and (!Key.isDown(40))) and (_root.dying == false)) { this.gotoAndStop(1); } if (_root.ground.groundin.hitTest(_x + 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x + 20, _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.groundin.hitTest(_x - 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x - 20, _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.groundin.hitTest(_x, _y - _height, true)) { _root.gravity = 2; } if ((Key.isDown(40) and _root.ground.groundin.hitTest(_x, _y + 3, true)) and (_root.dying == false)) { this.gotoAndStop(5); } if (_x <= 90) { _root.cam._x = _root.cam._x + 2079; _x = 2165; } if (_x >= 2166) { _root.cam._x = _root.cam._x - 2079; _x = 91; } if (_y >= 2175) { _root.cam._y = _root.cam._y - 2079; _y = 90; } }
Frame 18
stop(); stopAllSounds(); dice = random(4) + 1; if ((_root.music == true) and (dice == 1)) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 2)) { someSound = new Sound(); someSound.attachSound("haunted", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 3)) { someSound = new Sound(); someSound.attachSound("cnc", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 4)) { someSound = new Sound(); someSound.attachSound("dream", this); someSound.start(0, 99999999); }
Frame 19
stop(); stopAllSounds(); dice = random(4) + 1; if ((_root.music == true) and (dice == 1)) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 2)) { someSound = new Sound(); someSound.attachSound("haunted", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 3)) { someSound = new Sound(); someSound.attachSound("cnc", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 4)) { someSound = new Sound(); someSound.attachSound("dream", this); someSound.start(0, 99999999); }
Instance of Symbol 650 MovieClip "char" in Frame 19
onClipEvent (load) { _root.backtostartX = _x; _root.backtostartY = _y; _root.cambacktostartX = _root.cam._x; _root.cambacktostartY = _root.cam._y; _root.dying = false; _root.gravity = 0; jumpheight = 12; speed = 5; rightface = this._xscale; } onClipEvent (enterFrame) { _root.gravity++; if (_root.gravity >= 20) { _root.gravity = 20; } this._y = this._y + _root.gravity; while (_root.ground.groundin.hitTest(this._x, this._y, true)) { this._y--; _root.gravity = 0; } if ((Key.isDown(38) and _root.ground.groundin.hitTest(this._x, this._y + 3, true)) and (_root.dying == false)) { _root.gravity = -jumpheight; this._y = this._y - 4; this.gotoAndStop(4); } if ((Key.isDown(39) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x + speed; this._xscale = rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((Key.isDown(37) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x - speed; this._xscale = -rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((_root.ground.groundin.hitTest(this._x, this._y + 3, true) and (!Key.isDown(40))) and (_root.dying == false)) { this.gotoAndStop(1); } if (_root.ground.groundin.hitTest(_x + 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x + 20, _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.groundin.hitTest(_x - 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x - 20, _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.groundin.hitTest(_x, _y - _height, true)) { _root.gravity = 2; } if ((Key.isDown(40) and _root.ground.groundin.hitTest(_x, _y + 3, true)) and (_root.dying == false)) { this.gotoAndStop(5); } if (_x <= 90) { _root.cam._x = _root.cam._x + 2079; _x = 2165; } if (_x >= 2166) { _root.cam._x = _root.cam._x - 2079; _x = 91; } if (_y >= 2175) { _root.cam._y = _root.cam._y - 2079; _y = 90; } }
Frame 20
stop(); stopAllSounds(); dice = random(4) + 1; if ((_root.music == true) and (dice == 1)) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 2)) { someSound = new Sound(); someSound.attachSound("haunted", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 3)) { someSound = new Sound(); someSound.attachSound("cnc", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 4)) { someSound = new Sound(); someSound.attachSound("dream", this); someSound.start(0, 99999999); }
Instance of Symbol 821 MovieClip "char" in Frame 20
onClipEvent (load) { _root.backtostartX = _x; _root.backtostartY = _y; _root.cambacktostartX = _root.cam._x; _root.cambacktostartY = _root.cam._y; _root.dying = false; _root.gravity = 0; jumpheight = 12; speed = 5; rightface = this._xscale; } onClipEvent (enterFrame) { _root.gravity++; if (_root.gravity >= 20) { _root.gravity = 20; } this._y = this._y + _root.gravity; while (_root.ground.groundin.hitTest(this._x, this._y, true)) { this._y--; _root.gravity = 0; } if ((Key.isDown(38) and _root.ground.groundin.hitTest(this._x, this._y + 3, true)) and (_root.dying == false)) { _root.gravity = -jumpheight; this._y = this._y - 4; this.gotoAndStop(4); } if ((Key.isDown(39) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x + speed; this._xscale = rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((Key.isDown(37) and (_currentframe != 5)) and (_root.dying == false)) { this._x = this._x - speed; this._xscale = -rightface; if (_root.ground.groundin.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (_root.ground.groundin.hitTest(!this)) { this.gotoAndStop(1); } } else if ((_root.ground.groundin.hitTest(this._x, this._y + 3, true) and (!Key.isDown(40))) and (_root.dying == false)) { this.gotoAndStop(1); } if (_root.ground.groundin.hitTest(_x + 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x + 20, _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.groundin.hitTest(_x - 20, _y - (_height / 2), true) || (_root.ground.groundin.hitTest(_x - 20, _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.groundin.hitTest(_x, _y - _height, true)) { _root.gravity = 2; } if ((Key.isDown(40) and _root.ground.groundin.hitTest(_x, _y + 3, true)) and (_root.dying == false)) { this.gotoAndStop(5); } if (_x <= 90) { _root.cam._x = _root.cam._x + 2673; _x = 2765; } if (_x >= 2766) { _root.cam._x = _root.cam._x - 2673; _x = 91; } if (_y >= 2770) { _root.cam._y = _root.cam._y - 2673; _y = 80; } }
Frame 21
stop();
Instance of Symbol 830 MovieClip "quilsel" in Frame 21
onClipEvent (enterFrame) { if (_quality == "LOW") { _root.quilsel.gotoAndStop(3); } else if (_quality == "MEDIUM") { _root.quilsel.gotoAndStop(2); } else if (_quality == "HIGH") { _root.quilsel.gotoAndStop(1); } }
Instance of Symbol 524 MovieClip "musicsel" in Frame 21
onClipEvent (enterFrame) { if (_root.music == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Frame 22
stop();
Frame 23
stop();
Symbol 30 MovieClip Frame 11
_parent.gotoAndStop(2);
Symbol 40 MovieClip Frame 1
this.onEnterFrame = function () { bytesloaded = Math.round(_root.getBytesLoaded()); bytestotal = Math.round(_root.getBytesTotal()); percent = bytesloaded / bytestotal; barmask._xscale = percent * 100; };
Symbol 72 MovieClip Frame 1
if (Math.random() > 0.5) { _xscale = (-_xscale); _x = (_x - _parent.shiftamt); }
Symbol 72 MovieClip Frame 90
if (_parent.isloaded) { _parent.gotoAndStop(10); } else { thenextframe = Math.ceil(Math.random() * 8) + 1; if (thenextframe == _parent._currentframe) { _parent.nextFrame(); } else { _parent.gotoAndStop(thenextframe); } }
Symbol 83 MovieClip Frame 1
if (Math.random() > 0.5) { _xscale = (-_xscale); _x = (_x - _parent.shiftamt); }
Symbol 83 MovieClip Frame 90
if (_parent.isloaded) { _parent.gotoAndStop(10); } else { thenextframe = Math.ceil(Math.random() * 8) + 1; if (thenextframe == _parent._currentframe) { _parent.nextFrame(); } else { _parent.gotoAndStop(thenextframe); } }
Symbol 91 MovieClip Frame 1
if (Math.random() > 0.5) { _xscale = (-_xscale); _x = (_x - _parent.shiftamt); }
Symbol 91 MovieClip Frame 90
if (_parent.isloaded) { _parent.gotoAndStop(10); } else { thenextframe = Math.ceil(Math.random() * 8) + 1; if (thenextframe == _parent._currentframe) { _parent.nextFrame(); } else { _parent.gotoAndStop(thenextframe); } }
Symbol 99 MovieClip Frame 1
if (Math.random() > 0.5) { _xscale = (-_xscale); _x = (_x - _parent.shiftamt); }
Symbol 99 MovieClip Frame 90
if (_parent.isloaded) { _parent.gotoAndStop(10); } else { thenextframe = Math.ceil(Math.random() * 8) + 1; if (thenextframe == _parent._currentframe) { _parent.nextFrame(); } else { _parent.gotoAndStop(thenextframe); } }
Symbol 107 MovieClip Frame 1
if (Math.random() > 0.5) { _xscale = (-_xscale); _x = (_x - _parent.shiftamt); }
Symbol 107 MovieClip Frame 90
if (_parent.isloaded) { _parent.gotoAndStop(10); } else { thenextframe = Math.ceil(Math.random() * 8) + 1; if (thenextframe == _parent._currentframe) { _parent.nextFrame(); } else { _parent.gotoAndStop(thenextframe); } }
Symbol 115 MovieClip Frame 1
if (Math.random() > 0.5) { _xscale = (-_xscale); _x = (_x - _parent.shiftamt); }
Symbol 115 MovieClip Frame 90
if (_parent.isloaded) { _parent.gotoAndStop(10); } else { thenextframe = Math.ceil(Math.random() * 8) + 1; if (thenextframe == _parent._currentframe) { _parent.nextFrame(); } else { _parent.gotoAndStop(thenextframe); } }
Symbol 123 MovieClip Frame 1
if (Math.random() > 0.5) { _xscale = (-_xscale); _x = (_x - _parent.shiftamt); }
Symbol 123 MovieClip Frame 90
if (_parent.isloaded) { _parent.gotoAndStop(10); } else { thenextframe = Math.ceil(Math.random() * 8) + 1; if (thenextframe == _parent._currentframe) { _parent.nextFrame(); } else { _parent.gotoAndStop(thenextframe); } }
Symbol 131 MovieClip Frame 1
if (Math.random() > 0.5) { _xscale = (-_xscale); _x = (_x - _parent.shiftamt); }
Symbol 131 MovieClip Frame 90
if (_parent.isloaded) { _parent.gotoAndStop(10); } else { thenextframe = Math.ceil(Math.random() * 8) + 1; if (thenextframe == _parent._currentframe) { _parent.gotoAndStop(2); } else { _parent.gotoAndStop(thenextframe); } }
Symbol 138 MovieClip Frame 133
_root.play();
Symbol 139 MovieClip Frame 1
stop(); _root.stop(); shiftamt = 17; isloaded = false; this.onEnterFrame = function () { bytesloaded = Math.round(_root.getBytesLoaded()); bytestotal = Math.round(_root.getBytesTotal()); percent = bytesloaded / bytestotal; if (bytesloaded == bytestotal) { isloaded = true; } }; this.onRelease = function () { getURL ("http://www.mofunzone.com/", "_blank"); };
Symbol 161 Button
on (press) { if (_root.waitmenu._currentframe == 103) { _root.nextFrame(); } }
Symbol 165 MovieClip Frame 35
stop();
Instance of Symbol 162 MovieClip in Symbol 165 MovieClip Frame 35
onClipEvent (load) { gotoAndPlay (2); }
Symbol 173 Button
on (press) { if (_root.waitmenu._currentframe == 103) { _root.gotoAndStop(21); } }
Symbol 178 Button
on (press) { if (_root.waitmenu._currentframe == 103) { _root.gotoAndStop(22); } }
Symbol 189 MovieClip Frame 1
Mouse.hide();
Symbol 189 MovieClip Frame 64
stop();
Symbol 197 MovieClip Frame 103
stop(); Mouse.show();
Symbol 200 Button
on (release) { getURL ("http://www.mofunzone.com/", _blank); }
Instance of Symbol 162 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (2); }
Symbol 201 MovieClip Frame 20
stop();
Symbol 202 MovieClip Frame 20
stop();
Symbol 203 MovieClip Frame 20
stop();
Symbol 211 Button
on (press) { stopAllSounds(); _root.gotoAndStop(6); }
Symbol 216 Button
on (press) { stopAllSounds(); _root.gotoAndStop(6); }
Symbol 217 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 2
stop();
Symbol 222 Button
on (press) { _root.gotoAndStop(7); }
Symbol 226 Button
on (press) { _root.gotoAndStop(7); }
Symbol 227 MovieClip Frame 1
stop();
Symbol 227 MovieClip Frame 2
stop();
Symbol 227 MovieClip Frame 3
stop();
Symbol 232 Button
on (press) { _root.gotoAndStop(8); }
Symbol 236 Button
on (press) { _root.gotoAndStop(8); }
Symbol 237 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 2
stop();
Symbol 237 MovieClip Frame 3
stop();
Symbol 241 Button
on (press) { _root.gotoAndStop(9); }
Symbol 245 Button
on (press) { _root.gotoAndStop(9); }
Symbol 246 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 2
stop();
Symbol 246 MovieClip Frame 3
stop();
Symbol 250 Button
on (press) { _root.gotoAndStop(10); }
Symbol 254 Button
on (press) { _root.gotoAndStop(10); }
Symbol 255 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 2
stop();
Symbol 255 MovieClip Frame 3
stop();
Instance of Symbol 217 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.level1done == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 227 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.level1done == true) and (_root.level2done == false)) { this.gotoAndStop(2); } else if ((_root.level1done == true) and (_root.level2done == true)) { this.gotoAndStop(3); } else { this.gotoAndStop(1); } }
Instance of Symbol 237 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.level2done == true) and (_root.level3done == false)) { this.gotoAndStop(2); } else if ((_root.level2done == true) and (_root.level3done == true)) { this.gotoAndStop(3); } else { this.gotoAndStop(1); } }
Instance of Symbol 246 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.level3done == true) and (_root.level4done == false)) { this.gotoAndStop(2); } else if ((_root.level3done == true) and (_root.level4done == true)) { this.gotoAndStop(3); } else { this.gotoAndStop(1); } }
Instance of Symbol 255 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.level4done == true) and (_root.level5done == false)) { this.gotoAndStop(2); } else if ((_root.level4done == true) and (_root.level5done == true)) { this.gotoAndStop(3); } else { this.gotoAndStop(1); } }
Symbol 260 Button
on (press) { _root.gotoAndStop(11); }
Symbol 263 Button
on (press) { _root.gotoAndStop(11); }
Symbol 264 MovieClip Frame 1
stop();
Symbol 264 MovieClip Frame 2
stop();
Symbol 269 Button
on (press) { _root.gotoAndStop(12); }
Symbol 273 Button
on (press) { _root.gotoAndStop(12); }
Symbol 274 MovieClip Frame 1
stop();
Symbol 274 MovieClip Frame 2
stop();
Symbol 274 MovieClip Frame 3
stop();
Symbol 278 Button
on (press) { _root.gotoAndStop(13); }
Symbol 282 Button
on (press) { _root.gotoAndStop(13); }
Symbol 283 MovieClip Frame 1
stop();
Symbol 283 MovieClip Frame 2
stop();
Symbol 283 MovieClip Frame 3
stop();
Symbol 287 Button
on (press) { _root.gotoAndStop(14); }
Symbol 291 Button
on (press) { _root.gotoAndStop(14); }
Symbol 292 MovieClip Frame 1
stop();
Symbol 292 MovieClip Frame 2
stop();
Symbol 292 MovieClip Frame 3
stop();
Symbol 295 Button
on (press) { _root.gotoAndStop(15); }
Symbol 299 Button
on (press) { _root.gotoAndStop(15); }
Symbol 300 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 2
stop();
Symbol 300 MovieClip Frame 3
stop();
Instance of Symbol 264 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.level6done == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 274 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.level6done == true) and (_root.level7done == false)) { this.gotoAndStop(2); } else if ((_root.level6done == true) and (_root.level7done == true)) { this.gotoAndStop(3); } else { this.gotoAndStop(1); } }
Instance of Symbol 283 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.level7done == true) and (_root.level8done == false)) { this.gotoAndStop(2); } else if ((_root.level7done == true) and (_root.level8done == true)) { this.gotoAndStop(3); } else { this.gotoAndStop(1); } }
Instance of Symbol 292 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.level8done == true) and (_root.level9done == false)) { this.gotoAndStop(2); } else if ((_root.level8done == true) and (_root.level9done == true)) { this.gotoAndStop(3); } else { this.gotoAndStop(1); } }
Instance of Symbol 300 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.level9done == true) and (_root.level10done == false)) { this.gotoAndStop(2); } else if ((_root.level9done == true) and (_root.level10done == true)) { this.gotoAndStop(3); } else { this.gotoAndStop(1); } }
Symbol 305 Button
on (press) { _root.gotoAndStop(16); }
Symbol 308 Button
on (press) { _root.gotoAndStop(16); }
Symbol 309 MovieClip Frame 1
stop();
Symbol 309 MovieClip Frame 2
stop();
Symbol 314 Button
on (press) { _root.gotoAndStop(17); }
Symbol 318 Button
on (press) { _root.gotoAndStop(17); }
Symbol 319 MovieClip Frame 1
stop();
Symbol 319 MovieClip Frame 2
stop();
Symbol 319 MovieClip Frame 3
stop();
Symbol 323 Button
on (press) { _root.gotoAndStop(18); }
Symbol 327 Button
on (press) { _root.gotoAndStop(18); }
Symbol 328 MovieClip Frame 1
stop();
Symbol 328 MovieClip Frame 2
stop();
Symbol 328 MovieClip Frame 3
stop();
Symbol 332 Button
on (press) { _root.gotoAndStop(19); }
Symbol 336 Button
on (press) { _root.gotoAndStop(19); }
Symbol 337 MovieClip Frame 1
stop();
Symbol 337 MovieClip Frame 2
stop();
Symbol 337 MovieClip Frame 3
stop();
Symbol 340 Button
on (press) { _root.gotoAndStop(20); }
Symbol 344 Button
on (press) { _root.gotoAndStop(20); }
Symbol 345 MovieClip Frame 1
stop();
Symbol 345 MovieClip Frame 2
stop();
Symbol 345 MovieClip Frame 3
stop();
Instance of Symbol 309 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.level11done == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 319 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.level11done == true) and (_root.level12done == false)) { this.gotoAndStop(2); } else if ((_root.level11done == true) and (_root.level12done == true)) { this.gotoAndStop(3); } else { this.gotoAndStop(1); } }
Instance of Symbol 328 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.level12done == true) and (_root.level13done == false)) { this.gotoAndStop(2); } else if ((_root.level12done == true) and (_root.level13done == true)) { this.gotoAndStop(3); } else { this.gotoAndStop(1); } }
Instance of Symbol 337 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.level13done == true) and (_root.level14done == false)) { this.gotoAndStop(2); } else if ((_root.level13done == true) and (_root.level14done == true)) { this.gotoAndStop(3); } else { this.gotoAndStop(1); } }
Instance of Symbol 345 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.level14done == true) and (_root.level15done == false)) { this.gotoAndStop(2); } else if ((_root.level14done == true) and (_root.level15done == true)) { this.gotoAndStop(3); } else { this.gotoAndStop(1); } }
Symbol 350 Button
on (press) { stopAllSounds(); _root.gotoAndStop(4); }
Symbol 352 Button
on (release) { getURL ("http://www.mofunzone.com/", _blank); }
Symbol 402 MovieClip Frame 9
stop();
Symbol 458 MovieClip Frame 80
stop(); _root.char._x = _root.backtostartX; _root.char._y = _root.backtostartY; _root.cam._x = _root.cambacktostartX; _root.cam._y = _root.cambacktostartY; _root.dying = false; _root.char.gotoAndStop(1);
Symbol 473 MovieClip Frame 50
stop(); _root.char._x = _root.backtostartX; _root.char._y = _root.backtostartY; _root.cam._x = _root.cambacktostartX; _root.cam._y = _root.cambacktostartY; _root.dying = false; _root.char.gotoAndStop(1);
Symbol 494 MovieClip Frame 30
stop(); _root.char._x = _root.backtostartX; _root.char._y = _root.backtostartY; _root.cam._x = _root.cambacktostartX; _root.cam._y = _root.cambacktostartY; _root.dying = false; _root.char.gotoAndStop(1);
Symbol 495 MovieClip Frame 1
stop();
Symbol 495 MovieClip Frame 2
stop();
Symbol 495 MovieClip Frame 3
stop();
Symbol 495 MovieClip Frame 4
stop();
Symbol 495 MovieClip Frame 5
stop();
Symbol 495 MovieClip Frame 6
stop();
Symbol 495 MovieClip Frame 7
stop();
Symbol 495 MovieClip Frame 8
stop();
Instance of Symbol 513 MovieClip in Symbol 521 MovieClip Frame 41
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.dying = true; _root.char.gotoAndStop(6); } }
Symbol 524 MovieClip Frame 1
stop();
Symbol 524 MovieClip Frame 2
stop();
Symbol 526 Button
on (press) { _root.music = true; dice = random(4) + 1; if ((_root.music == true) and (dice == 1)) { someSound = new Sound(); someSound.attachSound("forsaken", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 2)) { someSound = new Sound(); someSound.attachSound("haunted", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 3)) { someSound = new Sound(); someSound.attachSound("cnc", this); someSound.start(0, 99999999); } if ((_root.music == true) and (dice == 4)) { someSound = new Sound(); someSound.attachSound("dream", this); someSound.start(0, 99999999); } }
Symbol 528 Button
on (press) { _root.music = false; stopAllSounds(); }
Instance of Symbol 524 MovieClip "musicsel" in Symbol 539 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.music == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 538 MovieClip in Symbol 539 MovieClip Frame 1
on (rollOver) { this._alpha = 100; } on (rollOut) { this._alpha = 25; } on (release) { getURL ("http://www.mofunzone.com/", _blank); }
Symbol 542 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } parentColor.setTransform(camColor.getTransform()); this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Symbol 567 MovieClip Frame 30
stop(); _root.char._x = _root.backtostartX; _root.char._y = _root.backtostartY; _root.cam._x = _root.cambacktostartX; _root.cam._y = _root.cambacktostartY; _root.dying = false; _root.char.gotoAndStop(1);
Symbol 606 MovieClip Frame 45
stop(); _root.char._x = _root.backtostartX; _root.char._y = _root.backtostartY; _root.cam._x = _root.cambacktostartX; _root.cam._y = _root.cambacktostartY; _root.dying = false; _root.char.gotoAndStop(1);
Symbol 626 MovieClip Frame 45
stop(); _root.char._x = _root.backtostartX; _root.char._y = _root.backtostartY; _root.cam._x = _root.cambacktostartX; _root.cam._y = _root.cambacktostartY; _root.dying = false; _root.char.gotoAndStop(1);
Symbol 641 MovieClip Frame 30
stop(); _root.char._x = _root.backtostartX; _root.char._y = _root.backtostartY; _root.cam._x = _root.cambacktostartX; _root.cam._y = _root.cambacktostartY; _root.dying = false; _root.char.gotoAndStop(1);
Symbol 649 MovieClip Frame 30
stop(); _root.char._x = _root.backtostartX; _root.char._y = _root.backtostartY; _root.cam._x = _root.cambacktostartX; _root.cam._y = _root.cambacktostartY; _root.dying = false; _root.char.gotoAndStop(1);
Symbol 650 MovieClip Frame 1
stop();
Symbol 650 MovieClip Frame 2
stop();
Symbol 650 MovieClip Frame 3
stop();
Symbol 650 MovieClip Frame 4
stop();
Symbol 650 MovieClip Frame 5
stop();
Symbol 650 MovieClip Frame 6
stop();
Symbol 650 MovieClip Frame 7
stop();
Symbol 650 MovieClip Frame 8
stop();
Symbol 650 MovieClip Frame 9
stop();
Symbol 650 MovieClip Frame 10
stop();
Symbol 650 MovieClip Frame 11
stop();
Symbol 650 MovieClip Frame 12
stop();
Instance of Symbol 668 MovieClip in Symbol 674 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.dying = true; _root.char.gotoAndStop(7); } }
Instance of Symbol 688 MovieClip in Symbol 692 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.dying = true; _root.char.gotoAndStop(8); } }
Instance of Symbol 705 MovieClip in Symbol 714 MovieClip Frame 12
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.dying = true; _root.char.gotoAndStop(9); } }
Instance of Symbol 727 MovieClip in Symbol 736 MovieClip Frame 46
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.dying = true; _root.char.gotoAndStop(11); } }
Instance of Symbol 727 MovieClip in Symbol 736 MovieClip Frame 51
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.dying = true; _root.char.gotoAndStop(11); } }
Instance of Symbol 749 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { _root.dying = true; _root.char.gotoAndStop(10); } }
Instance of Symbol 756 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.dying = true; _root.char.gotoAndStop(12); } }
Instance of Symbol 747 MovieClip "spinner" in Symbol 762 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { if (_root.ground._rotation < 180) { _root.char._x = _root.ground.spinner._x + _root.ground._x; _root.char._y = _root.ground.spinner._y + _root.ground._y; _root.gravity = 0; _root.ground._rotation = _root.ground._rotation + 4; } } }
Instance of Symbol 747 MovieClip "spinner" in Symbol 788 MovieClip Frame 1
onClipEvent (load) { holder = 0; } onClipEvent (enterFrame) { if (holder < 90) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.char._x = _root.ground.spinner._x + _root.ground._x; _root.char._y = _root.ground.spinner._y + _root.ground._y; _root.gravity = 0; _root.ground._rotation = _root.ground._rotation + 5; holder = holder + 5; } } if (!_root.char.hitTest(this)) { holder = 0; } }
Instance of Symbol 763 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.level6done = true; _root.gotoAndStop(5); } }
Instance of Symbol 787 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.char.hitTest(this) and (_root.dying == false)) and (_root.ground._rotation == 0)) { _root.gravity = -45; _root.char._y = _root.char._y - 10; _root.char.gotoAndStop(4); } }
Instance of Symbol 787 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.char.hitTest(this) and (_root.dying == false)) and (_root.ground._rotation == 90)) { _root.gravity = -45; _root.char._y = _root.char._y - 10; _root.char.gotoAndStop(4); } }
Instance of Symbol 787 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.char.hitTest(this) and (_root.dying == false)) and (_root.ground._rotation == -90)) { _root.gravity = -45; _root.char._y = _root.char._y - 10; _root.char.gotoAndStop(4); } }
Instance of Symbol 787 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.char.hitTest(this) and (_root.dying == false)) and (_root.ground._rotation == 180)) { _root.gravity = -45; _root.char._y = _root.char._y - 10; _root.char.gotoAndStop(4); } }
Instance of Symbol 747 MovieClip "spinner" in Symbol 792 MovieClip Frame 1
onClipEvent (load) { holder = 0; } onClipEvent (enterFrame) { if (holder < 90) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.char._x = _root.ground.spinner._x + _root.ground._x; _root.char._y = _root.ground.spinner._y + _root.ground._y; _root.gravity = 0; _root.ground._rotation = _root.ground._rotation + 5; holder = holder + 5; } } if (!_root.char.hitTest(this)) { holder = 0; } }
Instance of Symbol 763 MovieClip in Symbol 792 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.level7done = true; _root.gotoAndStop(5); } }
Instance of Symbol 787 MovieClip in Symbol 792 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.char.hitTest(this) and (_root.dying == false)) and (_root.ground._rotation == 0)) { _root.gravity = -45; _root.char._y = _root.char._y - 10; _root.char.gotoAndStop(4); } }
Instance of Symbol 787 MovieClip in Symbol 792 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.char.hitTest(this) and (_root.dying == false)) and (_root.ground._rotation == 90)) { _root.gravity = -45; _root.char._y = _root.char._y - 10; _root.char.gotoAndStop(4); } }
Instance of Symbol 787 MovieClip in Symbol 792 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.char.hitTest(this) and (_root.dying == false)) and (_root.ground._rotation == -90)) { _root.gravity = -45; _root.char._y = _root.char._y - 10; _root.char.gotoAndStop(4); } }
Instance of Symbol 787 MovieClip in Symbol 792 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.char.hitTest(this) and (_root.dying == false)) and (_root.ground._rotation == 180)) { _root.gravity = -45; _root.char._y = _root.char._y - 10; _root.char.gotoAndStop(4); } }
Instance of Symbol 747 MovieClip "spinner" in Symbol 795 MovieClip Frame 1
onClipEvent (load) { holder = 0; } onClipEvent (enterFrame) { if (holder < 90) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.char._x = _root.ground.spinner._x + _root.ground._x; _root.char._y = _root.ground.spinner._y + _root.ground._y; _root.gravity = 0; _root.ground._rotation = _root.ground._rotation + 5; holder = holder + 5; } } if (!_root.char.hitTest(this)) { holder = 0; } }
Instance of Symbol 794 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.level8done = true; _root.gotoAndStop(5); } }
Instance of Symbol 747 MovieClip "spinner" in Symbol 798 MovieClip Frame 1
onClipEvent (load) { holder = 0; } onClipEvent (enterFrame) { if (holder < 90) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.char._x = _root.ground.spinner._x + _root.ground._x; _root.char._y = _root.ground.spinner._y + _root.ground._y; _root.gravity = 0; _root.ground._rotation = _root.ground._rotation + 5; holder = holder + 5; } } if (!_root.char.hitTest(this)) { holder = 0; } }
Instance of Symbol 794 MovieClip in Symbol 798 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.level9done = true; _root.gotoAndStop(5); } }
Instance of Symbol 747 MovieClip "spinner" in Symbol 804 MovieClip Frame 1
onClipEvent (load) { holder = 0; } onClipEvent (enterFrame) { if (holder < 90) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.char._x = _root.ground.spinner._x + _root.ground._x; _root.char._y = _root.ground.spinner._y + _root.ground._y; _root.gravity = 0; _root.ground._rotation = _root.ground._rotation + 5; holder = holder + 5; } } if (!_root.char.hitTest(this)) { holder = 0; } }
Instance of Symbol 801 MovieClip in Symbol 804 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { stopAllSounds(); _root.level10done = true; _root.gotoAndStop(23); } }
Instance of Symbol 747 MovieClip "spinner" in Symbol 807 MovieClip Frame 1
onClipEvent (load) { holder = 0; } onClipEvent (enterFrame) { if (holder < 90) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.char._x = _root.ground.spinner._x + _root.ground._x; _root.char._y = _root.ground.spinner._y + _root.ground._y; _root.gravity = 0; _root.ground._rotation = _root.ground._rotation + 5; holder = holder + 5; } } if (!_root.char.hitTest(this)) { holder = 0; } }
Instance of Symbol 794 MovieClip in Symbol 807 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.level11done = true; _root.gotoAndStop(5); } }
Instance of Symbol 747 MovieClip "spinner" in Symbol 812 MovieClip Frame 1
onClipEvent (load) { holder = 0; } onClipEvent (enterFrame) { if (holder < 90) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.char._x = _root.ground.spinner._x + _root.ground._x; _root.char._y = _root.ground.spinner._y + _root.ground._y; _root.gravity = 0; _root.ground._rotation = _root.ground._rotation + 5; holder = holder + 5; } } if (!_root.char.hitTest(this)) { holder = 0; } }
Instance of Symbol 794 MovieClip in Symbol 812 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.level12done = true; _root.gotoAndStop(5); } }
Instance of Symbol 794 MovieClip in Symbol 815 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.level13done = true; _root.gotoAndStop(5); } }
Instance of Symbol 794 MovieClip in Symbol 819 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.level14done = true; _root.gotoAndStop(5); } }
Instance of Symbol 747 MovieClip "spinner" in Symbol 819 MovieClip Frame 1
onClipEvent (load) { holder = 0; } onClipEvent (enterFrame) { if (holder < 90) { if (_root.char.hitTest(this) and (_root.dying == false)) { _root.char._x = _root.ground.spinner._x + _root.ground._x; _root.char._y = _root.ground.spinner._y + _root.ground._y; _root.gravity = 0; _root.ground._rotation = _root.ground._rotation + 5; holder = holder + 5; } } if (!_root.char.hitTest(this)) { holder = 0; } }
Symbol 821 MovieClip Frame 1
stop();
Symbol 821 MovieClip Frame 2
stop();
Symbol 821 MovieClip Frame 3
stop();
Symbol 821 MovieClip Frame 4
stop();
Symbol 821 MovieClip Frame 5
stop();
Symbol 821 MovieClip Frame 6
stop();
Symbol 821 MovieClip Frame 7
stop();
Instance of Symbol 794 MovieClip in Symbol 824 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.char.hitTest(this) and (_root.dying == false)) { stopAllSounds(); _root.level14done = true; _root.level15done = true; _root.gotoAndStop(23); } }
Symbol 830 MovieClip Frame 1
stop();
Symbol 830 MovieClip Frame 2
stop();
Symbol 830 MovieClip Frame 3
stop();
Symbol 832 Button
on (press) { _quality = "MEDIUM"; }
Symbol 834 Button
on (press) { _quality = "HIGH"; }
Symbol 836 Button
on (press) { _quality = "LOW"; }
Symbol 837 Button
on (press) { _root.music = true; }
Symbol 874 MovieClip Frame 39
stop();
Symbol 903 Button
on (press) { stopAllSounds(); _root.gotoAndStop(4); }
Symbol 904 Button
on (release) { getURL ("http://www.mofunzone.com/", _blank); }
Symbol 905 MovieClip Frame 349
stop();

Library Items

Symbol 1 Sound [dream]
Symbol 2 Sound [haunted]
Symbol 3 Sound [forsaken]
Symbol 4 Sound [cnc]
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:30 31 132
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:30 31 132
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:30 31 132
Symbol 11 GraphicUsed by:12 13 26
Symbol 12 MovieClipUses:11Used by:30 31 132
Symbol 13 MovieClipUses:11Used by:30 31 132
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:30 31 132
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:30 31 132
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:30 31 132
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:30 31 132
Symbol 22 GraphicUsed by:23 27
Symbol 23 MovieClipUses:22Used by:30 31 132
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:30 31 132
Symbol 26 MovieClipUses:11Used by:30 31 132
Symbol 27 MovieClipUses:22Used by:30 31 132
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:30 31 132
Symbol 30 MovieClipUses:6 8 10 12 13 15 17 19 21 23 25 26 27 29Used by:139
Symbol 31 MovieClipUses:6 8 12 15 19 23 25 26 27 29 21 17 13 10Used by:139
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:139
Symbol 34 GraphicUsed by:139
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:40
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:39
Symbol 39 MovieClipUses:38Used by:40
Symbol 40 MovieClipUses:36 39Used by:139
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:72 83 91 99 107 115 123 131 138
Symbol 43 GraphicUsed by:72
Symbol 44 GraphicUsed by:72 83 91 99 107 115 123 131
Symbol 45 GraphicUsed by:72 83 91 99 107 115 123 131
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:72 83 91 99 107 115 123 131
Symbol 48 GraphicUsed by:72 83 91 99 107 115 123 131
Symbol 49 GraphicUsed by:67 72
Symbol 50 GraphicUsed by:72 83 91 99 107 115 123 131
Symbol 51 GraphicUsed by:72 83 91 99 107 115 123 131
Symbol 52 GraphicUsed by:72 83 91 99 107 115 123 131
Symbol 53 GraphicUsed by:72 83 91 99 107 115 123 131
Symbol 54 GraphicUsed by:72 83 91 99 107 115 123 131
Symbol 55 GraphicUsed by:72 83 91 99 107 115 123 131
Symbol 56 GraphicUsed by:72 83 91 99 107 115 123 131
Symbol 57 FontUsed by:58 541
Symbol 58 EditableTextUses:57Used by:72 83 91 99 107 115 123 131
Symbol 59 GraphicUsed by:72
Symbol 60 ShapeTweeningUsed by:72
Symbol 61 GraphicUsed by:72 83 91 99 107 115 123 131
Symbol 62 ShapeTweeningUsed by:72
Symbol 63 GraphicUsed by:72 83 91 99 107 115 123 131
Symbol 64 GraphicUsed by:72 83 91 99 107 115 123 131
Symbol 65 GraphicUsed by:72
Symbol 66 GraphicUsed by:72 83 91 99 107 115 123 131
Symbol 67 MovieClipUses:49Used by:72
Symbol 68 SoundUsed by:72 83 91 99 107 115 123 131
Symbol 69 GraphicUsed by:72 83 91 99 107 115 123 131 138
Symbol 70 GraphicUsed by:72 83 91 99 107 115 123 131
Symbol 71 GraphicUsed by:72 83 91 99 107 115 123 131
Symbol 72 MovieClipUses:42 43 44 45 47 48 49 50 51 52 53 54 55 56 58 59 60 61 62 63 64 65 66 67 68 69 70 71Used by:139
Symbol 73 GraphicUsed by:83
Symbol 74 GraphicUsed by:80 83
Symbol 75 GraphicUsed by:83 91 99 107 115 123 131
Symbol 76 GraphicUsed by:83
Symbol 77 ShapeTweeningUsed by:83
Symbol 78 ShapeTweeningUsed by:83
Symbol 79 GraphicUsed by:83
Symbol 80 MovieClipUses:74Used by:83
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:83
Symbol 83 MovieClipUses:42 73 44 45 47 48 74 50 51 52 53 54 55 56 75 58 76 77 61 78 63 64 79 66 80 68 69 70 71 82Used by:139
Symbol 84 GraphicUsed by:91
Symbol 85 GraphicUsed by:90 91
Symbol 86 GraphicUsed by:91
Symbol 87 ShapeTweeningUsed by:91
Symbol 88 ShapeTweeningUsed by:91
Symbol 89 GraphicUsed by:91
Symbol 90 MovieClipUses:85Used by:91
Symbol 91 MovieClipUses:42 84 44 45 47 48 85 50 51 52 53 54 55 56 75 58 86 87 61 88 63 64 89 66 90 68 69 70 71Used by:139
Symbol 92 GraphicUsed by:99
Symbol 93 GraphicUsed by:98 99
Symbol 94 GraphicUsed by:99
Symbol 95 ShapeTweeningUsed by:99
Symbol 96 ShapeTweeningUsed by:99
Symbol 97 GraphicUsed by:99
Symbol 98 MovieClipUses:93Used by:99
Symbol 99 MovieClipUses:42 92 44 45 47 48 93 50 51 52 53 54 55 56 75 58 94 95 61 96 63 64 97 66 98 68 69 70 71Used by:139
Symbol 100 GraphicUsed by:107
Symbol 101 GraphicUsed by:106 107
Symbol 102 GraphicUsed by:107
Symbol 103 ShapeTweeningUsed by:107
Symbol 104 ShapeTweeningUsed by:107
Symbol 105 GraphicUsed by:107
Symbol 106 MovieClipUses:101Used by:107
Symbol 107 MovieClipUses:42 100 44 45 47 48 101 50 51 52 53 54 55 56 75 58 102 103 61 104 63 64 105 66 106 68 69 70 71Used by:139
Symbol 108 GraphicUsed by:115
Symbol 109 GraphicUsed by:114 115
Symbol 110 GraphicUsed by:115
Symbol 111 ShapeTweeningUsed by:115
Symbol 112 ShapeTweeningUsed by:115
Symbol 113 GraphicUsed by:115
Symbol 114 MovieClipUses:109Used by:115
Symbol 115 MovieClipUses:42 108 44 45 47 48 109 50 51 52 53 54 55 56 75 58 110 111 61 112 63 64 113 66 114 68 69 70 71Used by:139
Symbol 116 GraphicUsed by:123
Symbol 117 GraphicUsed by:122 123
Symbol 118 GraphicUsed by:123
Symbol 119 ShapeTweeningUsed by:123
Symbol 120 ShapeTweeningUsed by:123
Symbol 121 GraphicUsed by:123
Symbol 122 MovieClipUses:117Used by:123
Symbol 123 MovieClipUses:42 116 44 45 47 48 117 50 51 52 53 54 55 56 75 58 118 119 61 120 63 64 121 66 122 68 69 70 71Used by:139
Symbol 124 GraphicUsed by:131
Symbol 125 GraphicUsed by:130 131
Symbol 126 GraphicUsed by:131
Symbol 127 ShapeTweeningUsed by:131
Symbol 128 ShapeTweeningUsed by:131
Symbol 129 GraphicUsed by:131
Symbol 130 MovieClipUses:125Used by:131
Symbol 131 MovieClipUses:42 124 44 45 47 48 125 50 51 52 53 54 55 56 75 58 126 127 61 128 63 64 129 66 130 68 69 70 71Used by:139
Symbol 132 MovieClipUses:6 8 12 15 19 23 25 26 27 29 21 17 13 10Used by:139
Symbol 133 GraphicUsed by:138
Symbol 134 GraphicUsed by:138
Symbol 135 GraphicUsed by:138
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:138
Symbol 138 MovieClipUses:42 69 133 134 135 137 SS1Used by:139
Symbol 139 MovieClipUses:30 31 33 34 40 72 83 91 99 107 115 123 131 132 138Used by:Timeline
Symbol 140 GraphicUsed by:513 668 688 705 727 749 756  Timeline
Symbol 141 GraphicUsed by:Timeline
Symbol 142 GraphicUsed by:148
Symbol 143 GraphicUsed by:148
Symbol 144 GraphicUsed by:148
Symbol 145 GraphicUsed by:148
Symbol 146 GraphicUsed by:148
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:142 143 144 145 146 147Used by:202  Timeline
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:149Used by:153
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:151Used by:153
Symbol 153 MovieClipUses:150 152Used by:203  Timeline
Symbol 154 GraphicUsed by:165
Symbol 155 GraphicUsed by:162 502
Symbol 156 GraphicUsed by:161
Symbol 157 FontUsed by:158 160 349 351 522 525 527 826 828 831 833 835 838 840 843 845 846 854 857 902
Symbol 158 EditableTextUses:157Used by:161
Symbol 159 GraphicUsed by:161
Symbol 160 EditableTextUses:157Used by:161
Symbol 161 ButtonUses:156 158 159 160Used by:162 502
Symbol 162 MovieClipUses:155 161Used by:165 201
Symbol 163 GraphicUsed by:165
Symbol 164 GraphicUsed by:165 201
Symbol 165 MovieClipUses:154 162 163 164Used by:Timeline
Symbol 166 GraphicUsed by:189
Symbol 167 GraphicUsed by:179
Symbol 168 GraphicUsed by:173
Symbol 169 FontUsed by:170 172 175 177 205 207 210 212 215 220 221 224 225 230 231 234 235 239 240 243 244 248 249 252 253 257 258 259 261 262 267 268 271 272 276 277 280 281 285 286 289 290 293 294 297 298 302 303 304 306 307 312 313 316 317 321 322 325 326 330 331 334 335 338 339 342 343
Symbol 170 EditableTextUses:169Used by:173
Symbol 171 GraphicUsed by:173
Symbol 172 EditableTextUses:169Used by:173
Symbol 173 ButtonUses:168 170 171 172Used by:179
Symbol 174 GraphicUsed by:178
Symbol 175 EditableTextUses:169Used by:178
Symbol 176 GraphicUsed by:178
Symbol 177 EditableTextUses:169Used by:178
Symbol 178 ButtonUses:174 175 176 177Used by:179
Symbol 179 MovieClipUses:167 173 178Used by:186
Symbol 180 GraphicUsed by:186
Symbol 181 GraphicUsed by:186
Symbol 182 GraphicUsed by:186
Symbol 183 GraphicUsed by:186
Symbol 184 GraphicUsed by:186
Symbol 185 GraphicUsed by:186
Symbol 186 MovieClipUses:179 180 181 182 183 184 185Used by:189 201
Symbol 187 GraphicUsed by:189
Symbol 188 GraphicUsed by:189 201
Symbol 189 MovieClipUses:166 186 187 188Used by:Timeline
Symbol 190 GraphicUsed by:197
Symbol 191 GraphicUsed by:197
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:192Used by:197
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:194Used by:197
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:190 191 193 195 196Used by:Timeline
Symbol 198 BitmapUsed by:199
Symbol 199 GraphicUses:198Used by:200
Symbol 200 ButtonUses:199Used by:Timeline
Symbol 201 MovieClipUses:188 186 164 162Used by:Timeline
Symbol 202 MovieClipUses:148Used by:Timeline
Symbol 203 MovieClipUses:153Used by:Timeline
Symbol 204 GraphicUsed by:Timeline
Symbol 205 EditableTextUses:169Used by:256
Symbol 206 GraphicUsed by:211 216 260 305
Symbol 207 EditableTextUses:169Used by:211
Symbol 208 GraphicUsed by:211 216 222 226 232 236 241 245 250 254 260 263 269 273 278 282 287 291 295 299 305 308 314 318 323 327 332 336 340 344
Symbol 209 GraphicUsed by:211 216 222 226 232 236 241 245 250 254 260 263 269 273 278 282 287 291 295 299 305 308 314 318 323 327 332 336 340 344 524 830
Symbol 210 EditableTextUses:169Used by:211
Symbol 211 ButtonUses:206 207 208 209 210Used by:217
Symbol 212 EditableTextUses:169Used by:216
Symbol 213 GraphicUsed by:214 216 226 236 245 254 263 273 282 291 299 308 318 327 336 344
Symbol 214 MovieClipUses:213Used by:216 226 236 245 254 263 273 282 291 299 308 318 327 336 344
Symbol 215 EditableTextUses:169Used by:216
Symbol 216 ButtonUses:206 212 214 208 209 215 213Used by:217
Symbol 217 MovieClipUses:211 216Used by:256
Symbol 218 GraphicUsed by:227
Symbol 219 GraphicUsed by:222
Symbol 220 EditableTextUses:169Used by:222
Symbol 221 EditableTextUses:169Used by:222
Symbol 222 ButtonUses:219 220 208 209 221Used by:227
Symbol 223 GraphicUsed by:226
Symbol 224 EditableTextUses:169Used by:226
Symbol 225 EditableTextUses:169Used by:226
Symbol 226 ButtonUses:223 224 214 208 209 225 213Used by:227
Symbol 227 MovieClipUses:218 222 226Used by:256
Symbol 228 GraphicUsed by:237 246 255 283 292 300 328 337 345
Symbol 229 GraphicUsed by:232
Symbol 230 EditableTextUses:169Used by:232
Symbol 231 EditableTextUses:169Used by:232
Symbol 232 ButtonUses:229 230 208 209 231Used by:237
Symbol 233 GraphicUsed by:236
Symbol 234 EditableTextUses:169Used by:236
Symbol 235 EditableTextUses:169Used by:236
Symbol 236 ButtonUses:233 234 214 208 209 235 213Used by:237
Symbol 237 MovieClipUses:228 232 236Used by:256
Symbol 238 GraphicUsed by:241
Symbol 239 EditableTextUses:169Used by:241
Symbol 240 EditableTextUses:169Used by:241
Symbol 241 ButtonUses:238 239 208 209 240Used by:246
Symbol 242 GraphicUsed by:245
Symbol 243 EditableTextUses:169Used by:245
Symbol 244 EditableTextUses:169Used by:245
Symbol 245 ButtonUses:242 243 214 208 209 244 213Used by:246
Symbol 246 MovieClipUses:228 241 245Used by:256
Symbol 247 GraphicUsed by:250 263 295 308 340
Symbol 248 EditableTextUses:169Used by:250
Symbol 249 EditableTextUses:169Used by:250
Symbol 250 ButtonUses:247 248 208 209 249Used by:255
Symbol 251 GraphicUsed by:254
Symbol 252 EditableTextUses:169Used by:254
Symbol 253 EditableTextUses:169Used by:254
Symbol 254 ButtonUses:251 252 214 208 209 253 213Used by:255
Symbol 255 MovieClipUses:228 250 254Used by:256
Symbol 256 MovieClipUses:205 217 227 237 246 255Used by:Timeline
Symbol 257 EditableTextUses:169Used by:301
Symbol 258 EditableTextUses:169Used by:260
Symbol 259 EditableTextUses:169Used by:260
Symbol 260 ButtonUses:206 258 208 209 259Used by:264
Symbol 261 EditableTextUses:169Used by:263
Symbol 262 EditableTextUses:169Used by:263
Symbol 263 ButtonUses:247 261 214 208 209 262 213Used by:264
Symbol 264 MovieClipUses:260 263Used by:301
Symbol 265 GraphicUsed by:274
Symbol 266 GraphicUsed by:269
Symbol 267 EditableTextUses:169Used by:269
Symbol 268 EditableTextUses:169Used by:269
Symbol 269 ButtonUses:266 267 208 209 268Used by:274
Symbol 270 GraphicUsed by:273
Symbol 271 EditableTextUses:169Used by:273
Symbol 272 EditableTextUses:169Used by:273
Symbol 273 ButtonUses:270 271 214 208 209 272 213Used by:274
Symbol 274 MovieClipUses:265 269 273Used by:301
Symbol 275 GraphicUsed by:278
Symbol 276 EditableTextUses:169Used by:278
Symbol 277 EditableTextUses:169Used by:278
Symbol 278 ButtonUses:275 276 208 209 277Used by:283
Symbol 279 GraphicUsed by:282
Symbol 280 EditableTextUses:169Used by:282
Symbol 281 EditableTextUses:169Used by:282
Symbol 282 ButtonUses:279 280 214 208 209 281 213Used by:283
Symbol 283 MovieClipUses:228 278 282Used by:301
Symbol 284 GraphicUsed by:287
Symbol 285 EditableTextUses:169Used by:287
Symbol 286 EditableTextUses:169Used by:287
Symbol 287 ButtonUses:284 285 208 209 286Used by:292
Symbol 288 GraphicUsed by:291
Symbol 289 EditableTextUses:169Used by:291
Symbol 290 EditableTextUses:169Used by:291
Symbol 291 ButtonUses:288 289 214 208 209 290 213Used by:292
Symbol 292 MovieClipUses:228 287 291Used by:301
Symbol 293 EditableTextUses:169Used by:295
Symbol 294 EditableTextUses:169Used by:295
Symbol 295 ButtonUses:247 293 208 209 294Used by:300
Symbol 296 GraphicUsed by:299
Symbol 297 EditableTextUses:169Used by:299
Symbol 298 EditableTextUses:169Used by:299
Symbol 299 ButtonUses:296 297 214 208 209 298 213Used by:300
Symbol 300 MovieClipUses:228 295 299Used by:301
Symbol 301 MovieClipUses:257 264 274 283 292 300Used by:Timeline
Symbol 302 EditableTextUses:169Used by:346
Symbol 303 EditableTextUses:169Used by:305
Symbol 304 EditableTextUses:169Used by:305
Symbol 305 ButtonUses:206 303 208 209 304Used by:309
Symbol 306 EditableTextUses:169Used by:308
Symbol 307 EditableTextUses:169Used by:308
Symbol 308 ButtonUses:247 306 214 208 209 307 213Used by:309
Symbol 309 MovieClipUses:305 308Used by:346
Symbol 310 GraphicUsed by:319
Symbol 311 GraphicUsed by:314
Symbol 312 EditableTextUses:169Used by:314
Symbol 313 EditableTextUses:169Used by:314
Symbol 314 ButtonUses:311 312 208 209 313Used by:319
Symbol 315 GraphicUsed by:318
Symbol 316 EditableTextUses:169Used by:318
Symbol 317 EditableTextUses:169Used by:318
Symbol 318 ButtonUses:315 316 214 208 209 317 213Used by:319
Symbol 319 MovieClipUses:310 314 318Used by:346
Symbol 320 GraphicUsed by:323
Symbol 321 EditableTextUses:169Used by:323
Symbol 322 EditableTextUses:169Used by:323
Symbol 323 ButtonUses:320 321 208 209 322Used by:328
Symbol 324 GraphicUsed by:327
Symbol 325 EditableTextUses:169Used by:327
Symbol 326 EditableTextUses:169Used by:327
Symbol 327 ButtonUses:324 325 214 208 209 326 213Used by:328
Symbol 328 MovieClipUses:228 323 327Used by:346
Symbol 329 GraphicUsed by:332
Symbol 330 EditableTextUses:169Used by:332
Symbol 331 EditableTextUses:169Used by:332
Symbol 332 ButtonUses:329 330 208 209 331Used by:337
Symbol 333 GraphicUsed by:336
Symbol 334 EditableTextUses:169Used by:336
Symbol 335 EditableTextUses:169Used by:336
Symbol 336 ButtonUses:333 334 214 208 209 335 213Used by:337
Symbol 337 MovieClipUses:228 332 336Used by:346
Symbol 338 EditableTextUses:169Used by:340
Symbol 339 EditableTextUses:169Used by:340
Symbol 340 ButtonUses:247 338 208 209 339Used by:345
Symbol 341 GraphicUsed by:344
Symbol 342 EditableTextUses:169Used by:344
Symbol 343 EditableTextUses:169Used by:344
Symbol 344 ButtonUses:341 342 214 208 209 343 213Used by:345
Symbol 345 MovieClipUses:228 340 344Used by:346
Symbol 346 MovieClipUses:302 309 319 328 337 345Used by:Timeline
Symbol 347 GraphicUsed by:348
Symbol 348 MovieClipUses:347Used by:Timeline
Symbol 349 EditableTextUses:157Used by:350
Symbol 350 ButtonUses:349Used by:539  Timeline
Symbol 351 EditableTextUses:157Used by:352
Symbol 352 ButtonUses:351Used by:Timeline
Symbol 353 GraphicUsed by:354
Symbol 354 MovieClipUses:353Used by:367
Symbol 355 GraphicUsed by:356
Symbol 356 MovieClipUses:355Used by:367
Symbol 357 GraphicUsed by:358
Symbol 358 MovieClipUses:357Used by:367
Symbol 359 GraphicUsed by:360
Symbol 360 MovieClipUses:359Used by:367
Symbol 361 GraphicUsed by:362
Symbol 362 MovieClipUses:361Used by:367
Symbol 363 GraphicUsed by:364
Symbol 364 MovieClipUses:363Used by:367
Symbol 365 GraphicUsed by:366
Symbol 366 MovieClipUses:365Used by:367
Symbol 367 MovieClipUses:354 356 358 360 362 364 366Used by:Timeline
Symbol 368 GraphicUsed by:378
Symbol 369 GraphicUsed by:378
Symbol 370 GraphicUsed by:378
Symbol 371 GraphicUsed by:378
Symbol 372 GraphicUsed by:378
Symbol 373 GraphicUsed by:378
Symbol 374 GraphicUsed by:378
Symbol 375 GraphicUsed by:378
Symbol 376 GraphicUsed by:378
Symbol 377 GraphicUsed by:378
Symbol 378 MovieClipUses:368 369 370 371 372 373 374 375 376 377Used by:495 650 821
Symbol 379 GraphicUsed by:389
Symbol 380 GraphicUsed by:389
Symbol 381 GraphicUsed by:389
Symbol 382 GraphicUsed by:389
Symbol 383 GraphicUsed by:389
Symbol 384 GraphicUsed by:389
Symbol 385 GraphicUsed by:389
Symbol 386 GraphicUsed by:389
Symbol 387 GraphicUsed by:389
Symbol 388 GraphicUsed by:389
Symbol 389 MovieClipUses:379 380 381 382 383 384 385 386 387 388Used by:495 650 821  Timeline
Symbol 390 GraphicUsed by:495
Symbol 391 GraphicUsed by:392
Symbol 392 MovieClipUses:391Used by:495 650 821  Timeline
Symbol 393 GraphicUsed by:402
Symbol 394 GraphicUsed by:402
Symbol 395 GraphicUsed by:402
Symbol 396 GraphicUsed by:402
Symbol 397 GraphicUsed by:401
Symbol 398 GraphicUsed by:401
Symbol 399 GraphicUsed by:401
Symbol 400 GraphicUsed by:401
Symbol 401 MovieClipUses:397 398 399 400Used by:402 852
Symbol 402 MovieClipUses:393 394 395 396 401Used by:495 650 821
Symbol 403 GraphicUsed by:458
Symbol 404 GraphicUsed by:458
Symbol 405 GraphicUsed by:458
Symbol 406 GraphicUsed by:458
Symbol 407 GraphicUsed by:458
Symbol 408 GraphicUsed by:458
Symbol 409 GraphicUsed by:458
Symbol 410 GraphicUsed by:458
Symbol 411 GraphicUsed by:458
Symbol 412 GraphicUsed by:458
Symbol 413 GraphicUsed by:458
Symbol 414 GraphicUsed by:458
Symbol 415 GraphicUsed by:458
Symbol 416 GraphicUsed by:458
Symbol 417 GraphicUsed by:458
Symbol 418 GraphicUsed by:458
Symbol 419 GraphicUsed by:458
Symbol 420 GraphicUsed by:458
Symbol 421 GraphicUsed by:458
Symbol 422 GraphicUsed by:458
Symbol 423 GraphicUsed by:458
Symbol 424 GraphicUsed by:458
Symbol 425 GraphicUsed by:458
Symbol 426 GraphicUsed by:458
Symbol 427 GraphicUsed by:458
Symbol 428 GraphicUsed by:458
Symbol 429 GraphicUsed by:458
Symbol 430 GraphicUsed by:458
Symbol 431 GraphicUsed by:458
Symbol 432 GraphicUsed by:458
Symbol 433 GraphicUsed by:458
Symbol 434 GraphicUsed by:458
Symbol 435 GraphicUsed by:458
Symbol 436 GraphicUsed by:458
Symbol 437 GraphicUsed by:458
Symbol 438 GraphicUsed by:458
Symbol 439 GraphicUsed by:458
Symbol 440 GraphicUsed by:458
Symbol 441 GraphicUsed by:458
Symbol 442 GraphicUsed by:458
Symbol 443 GraphicUsed by:458
Symbol 444 GraphicUsed by:458
Symbol 445 GraphicUsed by:458
Symbol 446 GraphicUsed by:458
Symbol 447 GraphicUsed by:458
Symbol 448 GraphicUsed by:458
Symbol 449 GraphicUsed by:458
Symbol 450 GraphicUsed by:458
Symbol 451 GraphicUsed by:458
Symbol 452 GraphicUsed by:458
Symbol 453 GraphicUsed by:458
Symbol 454 GraphicUsed by:458
Symbol 455 GraphicUsed by:458
Symbol 456 GraphicUsed by:458
Symbol 457 GraphicUsed by:458
Symbol 458 MovieClipUses:403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457Used by:495 650 821
Symbol 459 GraphicUsed by:473
Symbol 460 GraphicUsed by:473
Symbol 461 GraphicUsed by:473
Symbol 462 GraphicUsed by:473
Symbol 463 GraphicUsed by:473
Symbol 464 GraphicUsed by:473
Symbol 465 GraphicUsed by:473
Symbol 466 GraphicUsed by:473
Symbol 467 GraphicUsed by:473
Symbol 468 GraphicUsed by:473
Symbol 469 GraphicUsed by:473
Symbol 470 GraphicUsed by:473
Symbol 471 GraphicUsed by:473
Symbol 472 GraphicUsed by:473
Symbol 473 MovieClipUses:459 460 461 462 463 464 465 466 467 468 469 470 471 472Used by:495 650 821
Symbol 474 GraphicUsed by:494
Symbol 475 GraphicUsed by:494
Symbol 476 GraphicUsed by:494
Symbol 477 GraphicUsed by:494
Symbol 478 GraphicUsed by:494
Symbol 479 GraphicUsed by:494
Symbol 480 GraphicUsed by:494
Symbol 481 GraphicUsed by:494
Symbol 482 GraphicUsed by:494
Symbol 483 GraphicUsed by:494
Symbol 484 GraphicUsed by:494
Symbol 485 GraphicUsed by:494
Symbol 486 GraphicUsed by:494
Symbol 487 GraphicUsed by:494
Symbol 488 GraphicUsed by:494
Symbol 489 GraphicUsed by:494
Symbol 490 GraphicUsed by:494
Symbol 491 GraphicUsed by:494
Symbol 492 GraphicUsed by:494
Symbol 493 GraphicUsed by:494
Symbol 494 MovieClipUses:474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493Used by:495
Symbol 495 MovieClipUses:378 389 390 392 402 458 473 494Used by:Timeline
Symbol 496 GraphicUsed by:502
Symbol 497 GraphicUsed by:502
Symbol 498 GraphicUsed by:502
Symbol 499 GraphicUsed by:502
Symbol 500 GraphicUsed by:502
Symbol 501 GraphicUsed by:502
Symbol 502 MovieClipUses:155 161 496 497 498 499 500 501Used by:503
Symbol 503 MovieClipUses:502Used by:504 738 763 794 801 842
Symbol 504 MovieClipUses:503Used by:Timeline
Symbol 505 GraphicUsed by:511
Symbol 506 GraphicUsed by:511
Symbol 507 GraphicUsed by:511
Symbol 508 GraphicUsed by:511
Symbol 509 GraphicUsed by:511
Symbol 510 GraphicUsed by:511
Symbol 511 MovieClipUses:505 506 507 508 509 510Used by:521
Symbol 512 GraphicUsed by:521
Symbol 513 MovieClipUses:140Used by:521
Symbol 514 GraphicUsed by:521
Symbol 515 GraphicUsed by:521
Symbol 516 GraphicUsed by:521
Symbol 517 GraphicUsed by:521
Symbol 518 GraphicUsed by:521
Symbol 519 GraphicUsed by:521
Symbol 520 GraphicUsed by:521
Symbol 521 MovieClipUses:511 512 513 514 515 516 517 518 519 520Used by:695 716 788 792 798 804 807 812 819 824  Timeline
Symbol 522 EditableTextUses:157Used by:523
Symbol 523 MovieClipUses:522Used by:539  Timeline
Symbol 524 MovieClipUses:209Used by:539  Timeline
Symbol 525 EditableTextUses:157Used by:526 837
Symbol 526 ButtonUses:525Used by:539
Symbol 527 EditableTextUses:157Used by:528
Symbol 528 ButtonUses:527Used by:539  Timeline
Symbol 529 GraphicUsed by:538 904
Symbol 530 GraphicUsed by:531 904
Symbol 531 MovieClipUses:530Used by:538 904
Symbol 532 GraphicUsed by:538 904
Symbol 533 GraphicUsed by:538 904
Symbol 534 GraphicUsed by:538 904
Symbol 535 BitmapUsed by:536
Symbol 536 GraphicUses:535Used by:537 904
Symbol 537 MovieClipUses:536Used by:538 904
Symbol 538 MovieClipUses:529 531 532 533 534 537Used by:539
Symbol 539 MovieClipUses:523 524 526 528 350 538Used by:Timeline
Symbol 540 GraphicUsed by:542
Symbol 541 EditableTextUses:57Used by:542
Symbol 542 MovieClipUses:540 541Used by:Timeline
Symbol 543 GraphicUsed by:650
Symbol 544 GraphicUsed by:567
Symbol 545 GraphicUsed by:567
Symbol 546 GraphicUsed by:567
Symbol 547 GraphicUsed by:567
Symbol 548 GraphicUsed by:567
Symbol 549 GraphicUsed by:567
Symbol 550 GraphicUsed by:567
Symbol 551 GraphicUsed by:567
Symbol 552 GraphicUsed by:567
Symbol 553 GraphicUsed by:567
Symbol 554 GraphicUsed by:567
Symbol 555 GraphicUsed by:567
Symbol 556 GraphicUsed by:567
Symbol 557 GraphicUsed by:567
Symbol 558 GraphicUsed by:567
Symbol 559 GraphicUsed by:567
Symbol 560 GraphicUsed by:567
Symbol 561 GraphicUsed by:567
Symbol 562 GraphicUsed by:567
Symbol 563 GraphicUsed by:567
Symbol 564 GraphicUsed by:567
Symbol 565 GraphicUsed by:567
Symbol 566 GraphicUsed by:567
Symbol 567 MovieClipUses:544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566Used by:650
Symbol 568 GraphicUsed by:606
Symbol 569 GraphicUsed by:606
Symbol 570 GraphicUsed by:606
Symbol 571 GraphicUsed by:606
Symbol 572 GraphicUsed by:606
Symbol 573 GraphicUsed by:606
Symbol 574 GraphicUsed by:606
Symbol 575 GraphicUsed by:606
Symbol 576 GraphicUsed by:606
Symbol 577 GraphicUsed by:606
Symbol 578 GraphicUsed by:606
Symbol 579 GraphicUsed by:606
Symbol 580 GraphicUsed by:606
Symbol 581 GraphicUsed by:606
Symbol 582 GraphicUsed by:606
Symbol 583 GraphicUsed by:606
Symbol 584 GraphicUsed by:606
Symbol 585 GraphicUsed by:606
Symbol 586 GraphicUsed by:606
Symbol 587 GraphicUsed by:606
Symbol 588 GraphicUsed by:606
Symbol 589 GraphicUsed by:606
Symbol 590 GraphicUsed by:606
Symbol 591 GraphicUsed by:606
Symbol 592 GraphicUsed by:606
Symbol 593 GraphicUsed by:606
Symbol 594 GraphicUsed by:606
Symbol 595 GraphicUsed by:606
Symbol 596 GraphicUsed by:606
Symbol 597 GraphicUsed by:606
Symbol 598 GraphicUsed by:606
Symbol 599 GraphicUsed by:606
Symbol 600 GraphicUsed by:606
Symbol 601 GraphicUsed by:606
Symbol 602 GraphicUsed by:606
Symbol 603 GraphicUsed by:606
Symbol 604 GraphicUsed by:606
Symbol 605 GraphicUsed by:606
Symbol 606 MovieClipUses:568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605Used by:650
Symbol 607 GraphicUsed by:626
Symbol 608 GraphicUsed by:626
Symbol 609 GraphicUsed by:626
Symbol 610 GraphicUsed by:626
Symbol 611 GraphicUsed by:626
Symbol 612 GraphicUsed by:626
Symbol 613 GraphicUsed by:626
Symbol 614 GraphicUsed by:626
Symbol 615 GraphicUsed by:626
Symbol 616 GraphicUsed by:626
Symbol 617 GraphicUsed by:626
Symbol 618 GraphicUsed by:626
Symbol 619 GraphicUsed by:626
Symbol 620 GraphicUsed by:626
Symbol 621 GraphicUsed by:626
Symbol 622 GraphicUsed by:626
Symbol 623 GraphicUsed by:626
Symbol 624 GraphicUsed by:626
Symbol 625 GraphicUsed by:626
Symbol 626 MovieClipUses:607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625Used by:650
Symbol 627 GraphicUsed by:641
Symbol 628 GraphicUsed by:641
Symbol 629 GraphicUsed by:641
Symbol 630 GraphicUsed by:641
Symbol 631 GraphicUsed by:641
Symbol 632 GraphicUsed by:641
Symbol 633 GraphicUsed by:641
Symbol 634 GraphicUsed by:641
Symbol 635 GraphicUsed by:641
Symbol 636 GraphicUsed by:641
Symbol 637 GraphicUsed by:641
Symbol 638 GraphicUsed by:641
Symbol 639 GraphicUsed by:641
Symbol 640 GraphicUsed by:641
Symbol 641 MovieClipUses:627 628 629 630 631 632 633 634 635 636 637 638 639 640Used by:650
Symbol 642 GraphicUsed by:649
Symbol 643 GraphicUsed by:649
Symbol 644 GraphicUsed by:649
Symbol 645 GraphicUsed by:649
Symbol 646 GraphicUsed by:649
Symbol 647 GraphicUsed by:649
Symbol 648 GraphicUsed by:649
Symbol 649 MovieClipUses:642 643 644 645 646 647 648Used by:650
Symbol 650 MovieClipUses:378 389 543 392 402 458 473 567 606 626 641 649Used by:Timeline
Symbol 651 GraphicUsed by:652
Symbol 652 MovieClipUses:651Used by:656
Symbol 653 GraphicUsed by:654
Symbol 654 MovieClipUses:653Used by:656
Symbol 655 GraphicUsed by:656
Symbol 656 MovieClipUses:652 654 655Used by:695
Symbol 657 GraphicUsed by:685
Symbol 658 GraphicUsed by:665
Symbol 659 GraphicUsed by:665
Symbol 660 GraphicUsed by:665
Symbol 661 GraphicUsed by:665
Symbol 662 GraphicUsed by:665
Symbol 663 GraphicUsed by:665
Symbol 664 GraphicUsed by:665
Symbol 665 MovieClipUses:658 659 660 661 662 663 664Used by:685
Symbol 666 GraphicUsed by:685
Symbol 667 GraphicUsed by:674
Symbol 668 MovieClipUses:140Used by:674
Symbol 669 GraphicUsed by:674
Symbol 670 GraphicUsed by:674
Symbol 671 GraphicUsed by:674
Symbol 672 GraphicUsed by:674
Symbol 673 GraphicUsed by:674
Symbol 674 MovieClipUses:667 668 669 670 671 672 673Used by:685
Symbol 675 GraphicUsed by:685
Symbol 676 GraphicUsed by:685
Symbol 677 GraphicUsed by:685
Symbol 678 GraphicUsed by:685
Symbol 679 GraphicUsed by:685
Symbol 680 GraphicUsed by:685
Symbol 681 GraphicUsed by:685
Symbol 682 GraphicUsed by:685
Symbol 683 GraphicUsed by:685
Symbol 684 GraphicUsed by:685
Symbol 685 MovieClipUses:657 665 666 674 675 676 677 678 679 680 681 682 683 684Used by:695 737 792 795 804 807 819 824
Symbol 686 GraphicUsed by:692
Symbol 687 GraphicUsed by:692
Symbol 688 MovieClipUses:140Used by:692
Symbol 689 GraphicUsed by:692
Symbol 690 GraphicUsed by:692
Symbol 691 GraphicUsed by:692
Symbol 692 MovieClipUses:686 687 688 689 690 691Used by:694
Symbol 693 GraphicUsed by:694
Symbol 694 MovieClipUses:692 693Used by:695 716 737 788 798 804 806 807 812 817 819 824
Symbol 695 MovieClipUses:521 656 685 694Used by:Timeline
Symbol 696 GraphicUsed by:697
Symbol 697 MovieClipUses:696Used by:715 718 741 766 791 793 797 800 806 809 814 817 822
Symbol 698 GraphicUsed by:699
Symbol 699 MovieClipUses:698Used by:715 718 741 766 791 793 797 800 806 809 814 817 822
Symbol 700 GraphicUsed by:715
Symbol 701 GraphicUsed by:714
Symbol 702 GraphicUsed by:714
Symbol 703 GraphicUsed by:714
Symbol 704 GraphicUsed by:714
Symbol 705 MovieClipUses:140Used by:714
Symbol 706 GraphicUsed by:714
Symbol 707 GraphicUsed by:714
Symbol 708 GraphicUsed by:714
Symbol 709 GraphicUsed by:714
Symbol 710 GraphicUsed by:714
Symbol 711 GraphicUsed by:714
Symbol 712 GraphicUsed by:714
Symbol 713 GraphicUsed by:714
Symbol 714 MovieClipUses:701 702 703 704 705 706 707 708 709 710 711 712 713Used by:715 788 804 807  Timeline
Symbol 715 MovieClipUses:697 699 700 714Used by:716
Symbol 716 MovieClipUses:715 521 694Used by:Timeline
Symbol 717 GraphicUsed by:718
Symbol 718 MovieClipUses:697 699 717Used by:737
Symbol 719 GraphicUsed by:736
Symbol 720 GraphicUsed by:736
Symbol 721 GraphicUsed by:736
Symbol 722 GraphicUsed by:736
Symbol 723 GraphicUsed by:736
Symbol 724 GraphicUsed by:736
Symbol 725 GraphicUsed by:736
Symbol 726 GraphicUsed by:736
Symbol 727 MovieClipUses:140Used by:736
Symbol 728 GraphicUsed by:736
Symbol 729 GraphicUsed by:736
Symbol 730 GraphicUsed by:736
Symbol 731 GraphicUsed by:736
Symbol 732 GraphicUsed by:736
Symbol 733 GraphicUsed by:736
Symbol 734 GraphicUsed by:736
Symbol 735 GraphicUsed by:736
Symbol 736 MovieClipUses:719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735Used by:737 788 798 812 824
Symbol 737 MovieClipUses:718 685 736 694Used by:Timeline
Symbol 738 MovieClipUses:503Used by:Timeline
Symbol 739 GraphicUsed by:741
Symbol 740 GraphicUsed by:741
Symbol 741 MovieClipUses:697 699 739 740Used by:762
Symbol 742 GraphicUsed by:744
Symbol 743 GraphicUsed by:744
Symbol 744 MovieClipUses:742 743Used by:747 853
Symbol 745 GraphicUsed by:746
Symbol 746 MovieClipUses:745Used by:747 853
Symbol 747 MovieClipUses:744 746Used by:762 788 792 795 798 804 807 812 819
Symbol 748 GraphicUsed by:753
Symbol 749 MovieClipUses:140Used by:753
Symbol 750 GraphicUsed by:753
Symbol 751 GraphicUsed by:753
Symbol 752 GraphicUsed by:753
Symbol 753 MovieClipUses:748 749 750 751 752Used by:754
Symbol 754 MovieClipUses:753Used by:762 792 798 807 812
Symbol 755 GraphicUsed by:761
Symbol 756 MovieClipUses:140Used by:761
Symbol 757 GraphicUsed by:761
Symbol 758 GraphicUsed by:761
Symbol 759 GraphicUsed by:761
Symbol 760 GraphicUsed by:761
Symbol 761 MovieClipUses:755 756 757 758 759 760Used by:762 788 792 812 814 815 819  Timeline
Symbol 762 MovieClipUses:741 747 754 761Used by:Timeline
Symbol 763 MovieClipUses:503Used by:788 792  Timeline
Symbol 764 GraphicUsed by:766
Symbol 765 GraphicUsed by:766
Symbol 766 MovieClipUses:697 699 764 765Used by:788
Symbol 767 GraphicUsed by:768
Symbol 768 MovieClipUses:767Used by:788
Symbol 769 GraphicUsed by:786
Symbol 770 GraphicUsed by:780
Symbol 771 GraphicUsed by:780
Symbol 772 GraphicUsed by:780
Symbol 773 GraphicUsed by:780
Symbol 774 GraphicUsed by:780
Symbol 775 GraphicUsed by:780
Symbol 776 GraphicUsed by:780
Symbol 777 GraphicUsed by:780
Symbol 778 GraphicUsed by:780
Symbol 779 GraphicUsed by:780
Symbol 780 MovieClipUses:770 771 772 773 774 775 776 777 778 779Used by:786
Symbol 781 GraphicUsed by:785
Symbol 782 GraphicUsed by:785
Symbol 783 GraphicUsed by:785
Symbol 784 GraphicUsed by:785
Symbol 785 MovieClipUses:781 782 783 784Used by:786
Symbol 786 MovieClipUses:769 780 785Used by:787 856
Symbol 787 MovieClipUses:786Used by:788 792
Symbol 788 MovieClipUses:766 521 747 768 763 787 736 714 694 761Used by:Timeline
Symbol 789 GraphicUsed by:791
Symbol 790 GraphicUsed by:791
Symbol 791 MovieClipUses:697 699 789 790Used by:792
Symbol 792 MovieClipUses:791 521 747 763 787 761 754 685Used by:Timeline
Symbol 793 MovieClipUses:697 699Used by:795
Symbol 794 MovieClipUses:503Used by:795 798 807 812 815 819 824
Symbol 795 MovieClipUses:793 747 794 685Used by:Timeline
Symbol 796 GraphicUsed by:797
Symbol 797 MovieClipUses:697 699 796Used by:798
Symbol 798 MovieClipUses:797 747 794 694 736 521 754Used by:Timeline
Symbol 799 GraphicUsed by:800
Symbol 800 MovieClipUses:697 699 799Used by:804
Symbol 801 MovieClipUses:503Used by:804
Symbol 802 GraphicUsed by:803
Symbol 803 MovieClipUses:802Used by:804
Symbol 804 MovieClipUses:800 521 747 801 803 694 714 685Used by:Timeline
Symbol 805 GraphicUsed by:806
Symbol 806 MovieClipUses:697 699 805 694Used by:807
Symbol 807 MovieClipUses:806 747 794 685 714 694 521 754Used by:Timeline
Symbol 808 GraphicUsed by:809
Symbol 809 MovieClipUses:697 699 808Used by:812
Symbol 810 FontUsed by:811
Symbol 811 TextUses:810Used by:812
Symbol 812 MovieClipUses:809 747 794 811 761 754 521 694 736Used by:Timeline
Symbol 813 GraphicUsed by:814
Symbol 814 MovieClipUses:697 699 813 761Used by:815
Symbol 815 MovieClipUses:814 794 761Used by:Timeline
Symbol 816 GraphicUsed by:817
Symbol 817 MovieClipUses:697 699 816 694Used by:819
Symbol 818 GraphicUsed by:819
Symbol 819 MovieClipUses:817 794 747 818 761 521 694 685Used by:Timeline
Symbol 820 GraphicUsed by:821
Symbol 821 MovieClipUses:378 389 820 392 402 458 473Used by:Timeline
Symbol 822 MovieClipUses:697 699Used by:824
Symbol 823 GraphicUsed by:824
Symbol 824 MovieClipUses:822 823 794 685 521 694 736Used by:Timeline
Symbol 825 GraphicUsed by:Timeline
Symbol 826 EditableTextUses:157Used by:827
Symbol 827 MovieClipUses:826Used by:Timeline
Symbol 828 EditableTextUses:157Used by:829
Symbol 829 MovieClipUses:828Used by:Timeline
Symbol 830 MovieClipUses:209Used by:Timeline
Symbol 831 EditableTextUses:157Used by:832
Symbol 832 ButtonUses:831Used by:Timeline
Symbol 833 EditableTextUses:157Used by:834
Symbol 834 ButtonUses:833Used by:Timeline
Symbol 835 EditableTextUses:157Used by:836
Symbol 836 ButtonUses:835Used by:Timeline
Symbol 837 ButtonUses:525Used by:Timeline
Symbol 838 EditableTextUses:157Used by:839
Symbol 839 MovieClipUses:838Used by:Timeline
Symbol 840 EditableTextUses:157Used by:841
Symbol 841 MovieClipUses:840Used by:Timeline
Symbol 842 MovieClipUses:503Used by:Timeline
Symbol 843 EditableTextUses:157Used by:844
Symbol 844 MovieClipUses:843Used by:Timeline
Symbol 845 EditableTextUses:157Used by:847
Symbol 846 EditableTextUses:157Used by:847
Symbol 847 MovieClipUses:845 846Used by:Timeline
Symbol 848 GraphicUsed by:852
Symbol 849 GraphicUsed by:852
Symbol 850 GraphicUsed by:852
Symbol 851 GraphicUsed by:852
Symbol 852 MovieClipUses:848 849 850 851 401Used by:Timeline
Symbol 853 MovieClipUses:744 746Used by:Timeline
Symbol 854 EditableTextUses:157Used by:855
Symbol 855 MovieClipUses:854Used by:Timeline
Symbol 856 MovieClipUses:786Used by:Timeline
Symbol 857 EditableTextUses:157Used by:858
Symbol 858 MovieClipUses:857Used by:Timeline
Symbol 859 GraphicUsed by:862
Symbol 860 GraphicUsed by:861
Symbol 861 MovieClipUses:860Used by:862
Symbol 862 MovieClipUses:859 861Used by:905
Symbol 863 GraphicUsed by:864
Symbol 864 MovieClipUses:863Used by:867
Symbol 865 GraphicUsed by:866
Symbol 866 MovieClipUses:865Used by:867
Symbol 867 MovieClipUses:864 866Used by:905
Symbol 868 SoundUsed by:905
Symbol 869 GraphicUsed by:870
Symbol 870 MovieClipUses:869Used by:905
Symbol 871 GraphicUsed by:905
Symbol 872 GraphicUsed by:874
Symbol 873 GraphicUsed by:874
Symbol 874 MovieClipUses:872 873Used by:905
Symbol 875 GraphicUsed by:905
Symbol 876 GraphicUsed by:905
Symbol 877 GraphicUsed by:905
Symbol 878 GraphicUsed by:905
Symbol 879 GraphicUsed by:905
Symbol 880 GraphicUsed by:905
Symbol 881 GraphicUsed by:905
Symbol 882 GraphicUsed by:905
Symbol 883 GraphicUsed by:905
Symbol 884 FontUsed by:885
Symbol 885 TextUses:884Used by:905
Symbol 886 GraphicUsed by:905
Symbol 887 GraphicUsed by:905
Symbol 888 GraphicUsed by:905
Symbol 889 GraphicUsed by:905
Symbol 890 GraphicUsed by:905
Symbol 891 GraphicUsed by:905
Symbol 892 GraphicUsed by:905
Symbol 893 GraphicUsed by:905
Symbol 894 GraphicUsed by:905
Symbol 895 GraphicUsed by:905
Symbol 896 GraphicUsed by:905
Symbol 897 GraphicUsed by:905
Symbol 898 GraphicUsed by:905
Symbol 899 GraphicUsed by:905
Symbol 900 GraphicUsed by:905
Symbol 901 GraphicUsed by:905
Symbol 902 EditableTextUses:157Used by:903
Symbol 903 ButtonUses:902Used by:905
Symbol 904 ButtonUses:529 531 532 533 534 537 530 536Used by:905
Symbol 905 MovieClipUses:862 867 868 870 871 874 875 876 877 878 879 880 881 882 883 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 903 904Used by:Timeline
Streaming Sound 1Used by:Symbol 138 MovieClip

Instance Names

"waitmenu"Frame 4Symbol 197 MovieClip
"ground"Frame 6Symbol 367 MovieClip
"char"Frame 6Symbol 495 MovieClip
"cam"Frame 6Symbol 542 MovieClip
"char"Frame 7Symbol 650 MovieClip
"ground"Frame 7Symbol 695 MovieClip
"cam"Frame 7Symbol 542 MovieClip
"char"Frame 8Symbol 650 MovieClip
"ground"Frame 8Symbol 716 MovieClip
"ground"Frame 9Symbol 737 MovieClip
"char"Frame 10Symbol 650 MovieClip
"ground"Frame 10Symbol 762 MovieClip
"cam"Frame 10Symbol 542 MovieClip
"ground"Frame 11Symbol 788 MovieClip
"char"Frame 11Symbol 650 MovieClip
"ground"Frame 12Symbol 792 MovieClip
"ground"Frame 13Symbol 795 MovieClip
"char"Frame 13Symbol 650 MovieClip
"cam"Frame 13Symbol 542 MovieClip
"ground"Frame 14Symbol 798 MovieClip
"ground"Frame 15Symbol 804 MovieClip
"char"Frame 16Symbol 650 MovieClip
"ground"Frame 16Symbol 807 MovieClip
"char"Frame 17Symbol 650 MovieClip
"ground"Frame 17Symbol 812 MovieClip
"ground"Frame 18Symbol 815 MovieClip
"char"Frame 19Symbol 650 MovieClip
"ground"Frame 19Symbol 819 MovieClip
"char"Frame 20Symbol 821 MovieClip
"ground"Frame 20Symbol 824 MovieClip
"quilsel"Frame 21Symbol 830 MovieClip
"musicsel"Frame 21Symbol 524 MovieClip
"barmask"Symbol 40 MovieClip Frame 1Symbol 36 MovieClip
"musicsel"Symbol 539 MovieClip Frame 1Symbol 524 MovieClip
"groundin"Symbol 695 MovieClip Frame 1Symbol 656 MovieClip
"groundin"Symbol 716 MovieClip Frame 1Symbol 715 MovieClip
"groundin"Symbol 737 MovieClip Frame 1Symbol 718 MovieClip
"groundin"Symbol 762 MovieClip Frame 1Symbol 741 MovieClip
"spinner"Symbol 762 MovieClip Frame 1Symbol 747 MovieClip
"groundin"Symbol 788 MovieClip Frame 1Symbol 766 MovieClip
"spinner"Symbol 788 MovieClip Frame 1Symbol 747 MovieClip
"groundin"Symbol 792 MovieClip Frame 1Symbol 791 MovieClip
"spinner"Symbol 792 MovieClip Frame 1Symbol 747 MovieClip
"groundin"Symbol 795 MovieClip Frame 1Symbol 793 MovieClip
"spinner"Symbol 795 MovieClip Frame 1Symbol 747 MovieClip
"groundin"Symbol 798 MovieClip Frame 1Symbol 797 MovieClip
"spinner"Symbol 798 MovieClip Frame 1Symbol 747 MovieClip
"groundin"Symbol 804 MovieClip Frame 1Symbol 800 MovieClip
"spinner"Symbol 804 MovieClip Frame 1Symbol 747 MovieClip
"groundin"Symbol 807 MovieClip Frame 1Symbol 806 MovieClip
"spinner"Symbol 807 MovieClip Frame 1Symbol 747 MovieClip
"groundin"Symbol 812 MovieClip Frame 1Symbol 809 MovieClip
"spinner"Symbol 812 MovieClip Frame 1Symbol 747 MovieClip
"groundin"Symbol 815 MovieClip Frame 1Symbol 814 MovieClip
"groundin"Symbol 819 MovieClip Frame 1Symbol 817 MovieClip
"spinner"Symbol 819 MovieClip Frame 1Symbol 747 MovieClip
"groundin"Symbol 824 MovieClip Frame 1Symbol 822 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "dream"
ExportAssets (56)Timeline Frame 1Symbol 2 as "haunted"
ExportAssets (56)Timeline Frame 1Symbol 3 as "forsaken"
ExportAssets (56)Timeline Frame 1Symbol 4 as "cnc"




http://swfchan.com/6/25615/info.shtml
Created: 23/5 -2019 12:55:40 Last modified: 23/5 -2019 12:55:40 Server time: 03/01 -2025 01:52:38