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

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

Super Mario Revived.swf

This is the info page for
Flash #24176

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


Text
Press SPACE to jump
RIGHT and LEFT to walk!

Some enemies are impossible
to kill, evade them!

With Bowser defeated once
again, the Mushroom
Kingdom is once again in
peace!

With Bowser defeated once
again, the Mushroom
Kingdom is once again in
peace!

The End!

Super Mario Revived

Creator: Sinterkaas
Actionscripting: Sinterkaas
Sprites: Nintendo and Gsarchives.net
Music: Nintendo and Classicgaming.com

Special Thanks to:
Testers: iBear, Hoohah, Eviludy, Gregosan, Mini_bean and others
You, for playing

The End!

ActionScript [AS1/AS2]

Frame 50
stopAllSounds();
Frame 94
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4; _root.lives = 30; _root.totalscore = 0; _root.score = 0;
Instance of Symbol 86 MovieClip "c1" in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c2" in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c3" in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c4" in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c5" in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c7" in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c6" in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 92 MovieClip in Frame 94
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 110) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(21); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 98 MovieClip "blox" in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc)) { this.gotoAndPlay("2"); } }
Instance of Symbol 105 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC)) { _root.nextFrame(); } }
Instance of Symbol 120 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Frame 95
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Instance of Symbol 86 MovieClip "c1" in Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c2" in Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c3" in Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c4" in Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c5" in Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c7" in Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c6" in Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 129 MovieClip in Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 134 MovieClip in Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc)) { this.gotoAndPlay("2"); } }
Frame 96
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Instance of Symbol 86 MovieClip "c5" in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c7" in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c6" in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 150 MovieClip "bill" in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Frame 97
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Instance of Symbol 86 MovieClip "c1" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c2" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c3" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c4" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c5" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c7" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c6" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 105 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC)) { _root.nextFrame(); } }
Frame 98
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Instance of Symbol 92 MovieClip in Frame 98
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 110) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(21); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 92 MovieClip in Frame 98
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 110) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(21); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 92 MovieClip in Frame 98
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 110) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(21); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 92 MovieClip in Frame 98
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 110) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(21); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 92 MovieClip in Frame 98
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 110) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(21); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 176 MovieClip "exit" in Frame 98
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.play(); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.play(); } }
Frame 99
stopAllSounds();
Instance of Symbol 179 MovieClip in Frame 99
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.gotoAndPlay(267); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.gotoAndPlay(267); } }
Frame 243
stopAllSounds();
Frame 287
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Instance of Symbol 225 MovieClip in Frame 287
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(203); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 105 MovieClip in Frame 287
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC)) { _root.nextFrame(); } }
Instance of Symbol 86 MovieClip "c1" in Frame 287
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c2" in Frame 287
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c3" in Frame 287
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c4" in Frame 287
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c5" in Frame 287
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c7" in Frame 287
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c6" in Frame 287
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 120 MovieClip in Frame 287
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Frame 288
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Instance of Symbol 105 MovieClip in Frame 288
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC)) { _root.nextFrame(); } }
Instance of Symbol 225 MovieClip in Frame 288
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(203); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 225 MovieClip in Frame 288
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(203); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 86 MovieClip "c1" in Frame 288
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c2" in Frame 288
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c3" in Frame 288
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c4" in Frame 288
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c5" in Frame 288
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c7" in Frame 288
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c6" in Frame 288
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Frame 289
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Instance of Symbol 105 MovieClip in Frame 289
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC)) { _root.nextFrame(); } }
Instance of Symbol 86 MovieClip "c1" in Frame 289
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c2" in Frame 289
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c3" in Frame 289
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c4" in Frame 289
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c5" in Frame 289
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c7" in Frame 289
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c6" in Frame 289
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 260 MovieClip in Frame 289
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 110) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(15); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 260 MovieClip in Frame 289
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 110) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(15); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 260 MovieClip in Frame 289
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 110) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(15); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Frame 290
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Instance of Symbol 105 MovieClip in Frame 290
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC)) { _root.nextFrame(); } }
Instance of Symbol 86 MovieClip "c1" in Frame 290
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c2" in Frame 290
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c3" in Frame 290
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c4" in Frame 290
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c5" in Frame 290
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c7" in Frame 290
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c6" in Frame 290
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 271 MovieClip in Frame 290
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 110) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 271 MovieClip in Frame 290
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 110) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 277 MovieClip in Frame 290
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Frame 291
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Instance of Symbol 284 MovieClip in Frame 291
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 110) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(17); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 284 MovieClip in Frame 291
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 110) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(17); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 284 MovieClip in Frame 291
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 110) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(17); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 284 MovieClip in Frame 291
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 110) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(17); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 277 MovieClip in Frame 291
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Frame 292
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Instance of Symbol 293 MovieClip in Frame 292
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 105 MovieClip in Frame 292
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC)) { _root.nextFrame(); } }
Instance of Symbol 86 MovieClip "c1" in Frame 292
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c2" in Frame 292
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c3" in Frame 292
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c4" in Frame 292
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c5" in Frame 292
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c7" in Frame 292
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c6" in Frame 292
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Frame 293
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Instance of Symbol 105 MovieClip in Frame 293
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC)) { _root.nextFrame(); } }
Instance of Symbol 308 MovieClip "ninjer" in Frame 293
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.ninjer.gotoAndPlay(131); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 86 MovieClip "c1" in Frame 293
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c2" in Frame 293
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c3" in Frame 293
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c4" in Frame 293
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c5" in Frame 293
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c7" in Frame 293
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c6" in Frame 293
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 179 MovieClip in Frame 293
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.play(); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.play(); } }
Frame 294
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Instance of Symbol 105 MovieClip in Frame 294
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC)) { _root.nextFrame(); } }
Instance of Symbol 86 MovieClip "c1" in Frame 294
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c2" in Frame 294
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c3" in Frame 294
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c4" in Frame 294
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c5" in Frame 294
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c7" in Frame 294
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c6" in Frame 294
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Frame 295
stopAllSounds();
Instance of Symbol 179 MovieClip in Frame 295
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.gotoAndPlay(267); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.gotoAndPlay(267); } }
Instance of Symbol 176 MovieClip "exit" in Frame 295
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.play(); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.play(); } }
Instance of Symbol 86 MovieClip "c1" in Frame 439
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c2" in Frame 439
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c3" in Frame 439
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c4" in Frame 439
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c5" in Frame 439
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c7" in Frame 439
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 86 MovieClip "c6" in Frame 439
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.score = _root.score + 1; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.coinreader)) { _root.totalscore = _root.totalscore + 100; this.gotoAndPlay(17); } }
Instance of Symbol 120 MovieClip in Frame 440
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Frame 483
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Instance of Symbol 105 MovieClip in Frame 483
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC)) { _root.nextFrame(); } }
Frame 484
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Instance of Symbol 340 MovieClip in Frame 484
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 340 MovieClip in Frame 484
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 105 MovieClip in Frame 484
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC)) { _root.nextFrame(); } }
Frame 485
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Instance of Symbol 340 MovieClip in Frame 485
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 340 MovieClip in Frame 485
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 340 MovieClip in Frame 485
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 340 MovieClip in Frame 485
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 340 MovieClip in Frame 485
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 340 MovieClip in Frame 485
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 347 MovieClip in Frame 485
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 348 MovieClip in Frame 485
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 349 MovieClip in Frame 485
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 350 MovieClip in Frame 485
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 351 MovieClip in Frame 485
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 105 MovieClip in Frame 485
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC)) { _root.nextFrame(); } }
Frame 486
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Instance of Symbol 340 MovieClip in Frame 486
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 340 MovieClip in Frame 486
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 350 MovieClip in Frame 486
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 351 MovieClip in Frame 486
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 360 MovieClip in Frame 486
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC)) { _root.nextFrame(); } }
Frame 487
function restart_co() { _root.bubMC._y = _root.standard_y; _root.bubMC._x = _root.standard_x; _root.bubMC.gotoAndStop(1); } _root.standard_y = _root.bubMC._y; _root.standard_x = _root.bubMC._x; _root.depijpuit = false; function move_wait() { if (Key.isDown(Kleft)) { this.bubMC._xscale = -100; this.bubMC.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.bubMC._xscale = 100; this.bubMC.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.bubMC.gotoAndStop("jumpUp"); } } function fall_wait() { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC.gotoAndStop("jumpDown"); } } function move_left(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x - valueX; } } function move_right(valueX) { if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) { this.bubMC._x = this.bubMC._x + valueX; } } function jump_down(valueY) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) { this.bubMC._y = this.bubMC._y + valueY; } else { i = 1; while (5 >= i) { if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) { this.bubMC._y = this.bubMC._y - (i - 3); break; } i++; } this.bubMC.gotoAndStop("stand"); } } stop(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); _quality = "high"; this.stageMC.limitMC._visible = false; Kleft = 37; Kright = 39; Kjump = 32; Kdown = 40; walkSpeed = 2.5; jumpHeight = 9; jumpSpeed = 0.9; fallSpeed = 4;
Frame 488
stopAllSounds();
Symbol 16 MovieClip Frame 11
stop();
Symbol 45 Button
on (release) { _root.gotoandplay(2); }
Symbol 46 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 46 MovieClip Frame 2
gotoAndPlay (1);
Symbol 86 MovieClip Frame 16
gotoAndPlay (1);
Symbol 86 MovieClip Frame 26
stop();
Symbol 92 MovieClip Frame 20
gotoAndPlay (1);
Symbol 92 MovieClip Frame 30
stop();
Symbol 98 MovieClip Frame 2
stop();
Symbol 98 MovieClip Frame 128
stop(); stop();
Symbol 107 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 1
_root.depijpuit = false;
Symbol 114 MovieClip Frame 2
_root.depijpuit = true;
Symbol 114 MovieClip Frame 95
_root.restart_co();
Symbol 117 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 2
stop();
Symbol 118 MovieClip Frame 1
this.gotoAndStop("jumpDown");
Instance of Symbol 107 MovieClip in Symbol 118 MovieClip Frame 2
onClipEvent (enterFrame) { _root.move_wait(); _root.jump_wait(); }
Instance of Symbol 107 MovieClip in Symbol 118 MovieClip Frame 3
onClipEvent (enterFrame) { if (_parent._xscale == 100) { _root.move_right(_root.walkSpeed); if (!Key.isDown(_root.Kright)) { _parent.gotoAndStop("stand"); } } else { _root.move_left(_root.walkSpeed); if (!Key.isDown(_root.Kleft)) { _parent.gotoAndStop("stand"); } } _root.jump_wait(); _root.fall_wait(); }
Instance of Symbol 107 MovieClip in Symbol 118 MovieClip Frame 4
onClipEvent (load) { jumpH = -_root.jumpHeight; } onClipEvent (enterFrame) { _parent._y = _parent._y + jumpH; jumpH = jumpH + _root.jumpSpeed; if (jumpH >= 0) { _parent.gotoAndStop("jumpDown"); } if (Key.isDown(_root.Kright)) { _parent._xscale = 100; _root.move_right(_root.walkSpeed); } else if (Key.isDown(_root.Kleft)) { _parent._xscale = -100; _root.move_left(_root.walkSpeed); } }
Instance of Symbol 108 MovieClip "foot" in Symbol 118 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.wiggler - boss.head)) { _root.playGame = false; _root.wiggler - boss.gotoAndPlay(13); } }
Instance of Symbol 107 MovieClip in Symbol 118 MovieClip Frame 5
onClipEvent (load) { jumpH = 0; } onClipEvent (enterFrame) { if (jumpH < _root.fallSpeed) { jumpH = jumpH + _root.jumpSpeed; } _root.jump_down(jumpH); if (Key.isDown(_root.Kright)) { _parent._xscale = 100; _root.move_right(_root.walkSpeed); } else if (Key.isDown(_root.Kleft)) { _parent._xscale = -100; _root.move_left(_root.walkSpeed); } }
Instance of Symbol 117 MovieClip in Symbol 118 MovieClip Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 106 MovieClip "bukkken" in Symbol 118 MovieClip Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 107 MovieClip in Symbol 118 MovieClip Frame 7
onClipEvent (load) { jumpH = 0; } onClipEvent (enterFrame) { if (jumpH < _root.fallSpeed) { jumpH = jumpH + _root.jumpSpeed; } _root.jump_down(jumpH); if (Key.isDown(_root.Kright)) { _parent._xscale = 100; _root.move_right(_root.walkSpeed); } else if (Key.isDown(_root.Kleft)) { _parent._xscale = -100; _root.move_left(_root.walkSpeed); } }
Symbol 134 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 127
stop();
Instance of Symbol 162 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 162 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 162 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 162 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 162 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 195 MovieClip in Symbol 198 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; this.gotoAndPlay(203); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 201 MovieClip in Symbol 224 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Symbol 225 MovieClip Frame 202
gotoAndPlay (1);
Symbol 225 MovieClip Frame 203
stop();
Symbol 249 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 14
gotoAndPlay (1);
Symbol 260 MovieClip Frame 16
stop();
Symbol 284 MovieClip Frame 16
gotoAndPlay (1);
Symbol 284 MovieClip Frame 18
stop();
Instance of Symbol 304 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubMC.foot)) { _root.totalscore = _root.totalscore + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.ninjer.gotoAndPlay(132); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Symbol 308 MovieClip Frame 131
gotoAndPlay (1);
Symbol 308 MovieClip Frame 132
stop();
Instance of Symbol 335 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 381 MovieClip in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 381 MovieClip in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 381 MovieClip in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 381 MovieClip in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 381 MovieClip in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 381 MovieClip in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Symbol 409 MovieClip Frame 580
stop();
Symbol 410 MovieClip Frame 1
stop();
Instance of Symbol 372 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 110) { count = 0; n = -n; this._xscale = -this._xscale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 386 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.finalfight.gotoAndPlay(2); } }
Symbol 410 MovieClip Frame 41
stop();
Instance of Symbol 372 MovieClip in Symbol 410 MovieClip Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 398 MovieClip in Symbol 410 MovieClip Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.finalfight.gotoAndPlay(42); } }
Symbol 410 MovieClip Frame 86
stop();
Instance of Symbol 372 MovieClip in Symbol 410 MovieClip Frame 86
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.lives = _root.lives - 1; } if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } if (this.hitTest(_root.bubmc.coinreader)) { _root.playGame = false; _root.bubmc.gotoAndStop(6); } }
Instance of Symbol 399 MovieClip in Symbol 410 MovieClip Frame 86
onClipEvent (enterFrame) { if (this.hitTest(_root.bubmc.foot)) { _root.playGame = false; _root.finalfight.gotoAndPlay(87); } }
Symbol 410 MovieClip Frame 185
Symbol 410 MovieClip Frame 186
stop();

Library Items

Symbol 1 BitmapUsed by:3 22
Symbol 2 BitmapUsed by:3 22
Symbol 3 GraphicUses:1 2Used by:37
Symbol 4 BitmapUsed by:5
Symbol 5 GraphicUses:4Used by:8 118
Symbol 6 BitmapUsed by:7
Symbol 7 GraphicUses:6Used by:8
Symbol 8 MovieClipUses:5 7Used by:37 118  Timeline
Symbol 9 BitmapUsed by:11 12 17 18 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
Symbol 10 BitmapUsed by:11 12 17 18 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
Symbol 11 GraphicUses:9 10Used by:37
Symbol 12 GraphicUses:9 10Used by:37
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:16
Symbol 15 SoundUsed by:16
Symbol 16 MovieClipUses:14 15Used by:37 118
Symbol 17 GraphicUses:9 10Used by:37
Symbol 18 GraphicUses:9 10Used by:37
Symbol 19 BitmapUsed by:20 22
Symbol 20 GraphicUses:19Used by:37 118
Symbol 21 GraphicUses:9 10Used by:37
Symbol 22 GraphicUses:9 10 19 1 2Used by:37
Symbol 23 GraphicUses:9 10Used by:37
Symbol 24 GraphicUses:9 10Used by:37
Symbol 25 GraphicUses:9 10Used by:37
Symbol 26 GraphicUses:9 10Used by:37
Symbol 27 GraphicUses:9 10Used by:37
Symbol 28 GraphicUses:9 10Used by:37
Symbol 29 GraphicUses:9 10Used by:37
Symbol 30 GraphicUses:9 10Used by:37
Symbol 31 GraphicUses:9 10Used by:37
Symbol 32 GraphicUses:9 10Used by:37
Symbol 33 GraphicUses:9 10Used by:37
Symbol 34 GraphicUses:9 10Used by:37
Symbol 35 GraphicUses:9 10Used by:37
Symbol 36 GraphicUses:9 10Used by:37
Symbol 37 MovieClipUses:3 8 11 12 16 17 18 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36Used by:Timeline
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:46
Symbol 40 GraphicUsed by:46
Symbol 41 GraphicUsed by:45
Symbol 42 GraphicUsed by:45
Symbol 43 GraphicUsed by:45
Symbol 44 GraphicUsed by:45
Symbol 45 ButtonUses:41 42 43 44Used by:46
Symbol 46 MovieClipUses:39 40 45Used by:Timeline
Symbol 47 ShapeTweeningUsed by:Timeline
Symbol 48 SoundUsed by:Timeline
Symbol 49 GraphicUsed by:98 134 335  Timeline
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:Timeline
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:54
Symbol 54 MovieClipUses:53Used by:Timeline
Symbol 55 BitmapUsed by:57 123 147 153 164 329
Symbol 56 BitmapUsed by:57 123 138 140 153 168
Symbol 57 GraphicUses:55 56Used by:Timeline
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:66
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:66
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:66
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:66
Symbol 66 MovieClipUses:59 61 63 65Used by:67 68
Symbol 67 MovieClipUses:66Used by:68
Symbol 68 MovieClipUses:66 67Used by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 FontUsed by:71 76 96 101 132 135 136 137 144 145 146 165 166 167 169 170 171 172 173 174 182 183 184 185 186 187 238 239 240 242 243 244 253 254 255 264 265 266 286 287 288 295 296 297 298 299 300 309 310 311 312 313 314 317 318 319 330 331 332 341 342 343 352 353 354 355 356 357 361 362 363 401 402 404 405 406 408
Symbol 71 EditableTextUses:70Used by:Timeline
Symbol 72 GraphicUsed by:75
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:73Used by:75
Symbol 75 MovieClipUses:72 74Used by:Timeline
Symbol 76 EditableTextUses:70Used by:Timeline
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:86
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:86
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:86
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:86
Symbol 85 SoundUsed by:86
Symbol 86 MovieClipUses:78 80 82 84 85Used by:Timeline
Symbol 87 GraphicUsed by:92
Symbol 88 GraphicUsed by:92
Symbol 89 GraphicUsed by:92
Symbol 90 SoundUsed by:92 225 260 284 308
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:87 88 89 90 91Used by:Timeline
Symbol 93 GraphicUsed by:98 134
Symbol 94 ShapeTweeningUsed by:98
Symbol 95 ShapeTweeningUsed by:98
Symbol 96 TextUses:70Used by:98
Symbol 97 ShapeTweeningUsed by:98
Symbol 98 MovieClipUses:93 94 95 96 97 49 SS1Used by:Timeline
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:Timeline
Symbol 101 EditableTextUses:70Used by:Timeline
Symbol 102 BitmapUsed by:103
Symbol 103 GraphicUses:102Used by:Timeline
Symbol 104 GraphicUsed by:105 106 108 195 280
Symbol 105 MovieClipUses:104Used by:Timeline
Symbol 106 MovieClipUses:104Used by:118
Symbol 107 MovieClipUsed by:118
Symbol 108 MovieClipUses:104Used by:118
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:113
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:113
Symbol 113 MovieClipUses:110 112Used by:114
Symbol 114 MovieClipUses:113 SS2Used by:118
Symbol 115 BitmapUsed by:116
Symbol 116 GraphicUses:115Used by:117
Symbol 117 MovieClipUses:116Used by:118
Symbol 118 MovieClipUses:5 106 107 8 16 20 108 114 117Used by:Timeline
Symbol 119 GraphicUsed by:120 409 410  Timeline
Symbol 120 MovieClipUses:119Used by:Timeline
Symbol 121 SoundUsed by:Timeline
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:55 56 122Used by:Timeline
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:128
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:128
Symbol 128 MovieClipUses:125 127Used by:129
Symbol 129 MovieClipUses:128Used by:Timeline
Symbol 130 ShapeTweeningUsed by:134
Symbol 131 ShapeTweeningUsed by:134
Symbol 132 TextUses:70Used by:134
Symbol 133 ShapeTweeningUsed by:134
Symbol 134 MovieClipUses:93 130 131 132 133 49 SS3Used by:Timeline
Symbol 135 EditableTextUses:70Used by:Timeline
Symbol 136 EditableTextUses:70Used by:Timeline
Symbol 137 EditableTextUses:70Used by:Timeline
Symbol 138 GraphicUses:56Used by:Timeline
Symbol 139 BitmapUsed by:140
Symbol 140 GraphicUses:139 56Used by:Timeline
Symbol 141 GraphicUsed by:142 143
Symbol 142 MovieClipUses:141Used by:143
Symbol 143 MovieClipUses:141 142Used by:Timeline
Symbol 144 EditableTextUses:70Used by:Timeline
Symbol 145 EditableTextUses:70Used by:Timeline
Symbol 146 EditableTextUses:70Used by:Timeline
Symbol 147 GraphicUses:55Used by:Timeline
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:150
Symbol 150 MovieClipUses:149Used by:Timeline
Symbol 151 BitmapUsed by:153 168
Symbol 152 BitmapUsed by:153 168
Symbol 153 GraphicUses:56 151 152 55Used by:Timeline
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:162
Symbol 156 BitmapUsed by:157
Symbol 157 GraphicUses:156Used by:162
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:162
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:162
Symbol 162 MovieClipUses:155 157 159 161Used by:163
Symbol 163 MovieClipUses:162Used by:Timeline
Symbol 164 GraphicUses:55Used by:Timeline
Symbol 165 EditableTextUses:70Used by:Timeline
Symbol 166 EditableTextUses:70Used by:Timeline
Symbol 167 EditableTextUses:70Used by:Timeline
Symbol 168 GraphicUses:56 151 152Used by:Timeline
Symbol 169 EditableTextUses:70Used by:Timeline
Symbol 170 EditableTextUses:70Used by:Timeline
Symbol 171 EditableTextUses:70Used by:Timeline
Symbol 172 EditableTextUses:70Used by:Timeline
Symbol 173 EditableTextUses:70Used by:Timeline
Symbol 174 EditableTextUses:70Used by:Timeline
Symbol 175 GraphicUsed by:176 179 201
Symbol 176 MovieClipUses:175Used by:Timeline
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:177Used by:Timeline
Symbol 179 MovieClipUses:175Used by:Timeline
Symbol 180 ShapeTweeningUsed by:Timeline
Symbol 181 SoundUsed by:Timeline
Symbol 182 EditableTextUses:70Used by:Timeline
Symbol 183 EditableTextUses:70Used by:Timeline
Symbol 184 EditableTextUses:70Used by:Timeline
Symbol 185 EditableTextUses:70Used by:Timeline
Symbol 186 EditableTextUses:70Used by:Timeline
Symbol 187 EditableTextUses:70Used by:Timeline
Symbol 188 SoundUsed by:Timeline
Symbol 189 BitmapUsed by:190
Symbol 190 GraphicUses:189Used by:Timeline
Symbol 191 BitmapUsed by:192 316
Symbol 192 GraphicUses:191Used by:Timeline
Symbol 193 BitmapUsed by:194
Symbol 194 GraphicUses:193Used by:198
Symbol 195 MovieClipUses:104Used by:198
Symbol 196 BitmapUsed by:197
Symbol 197 GraphicUses:196Used by:198
Symbol 198 MovieClipUses:194 195 197Used by:225
Symbol 199 BitmapUsed by:200
Symbol 200 GraphicUses:199Used by:224
Symbol 201 MovieClipUses:175Used by:224
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:224
Symbol 204 BitmapUsed by:205
Symbol 205 GraphicUses:204Used by:224
Symbol 206 BitmapUsed by:207
Symbol 207 GraphicUses:206Used by:224
Symbol 208 BitmapUsed by:209
Symbol 209 GraphicUses:208Used by:224
Symbol 210 BitmapUsed by:211
Symbol 211 GraphicUses:210Used by:224
Symbol 212 BitmapUsed by:213
Symbol 213 GraphicUses:212Used by:224
Symbol 214 BitmapUsed by:215
Symbol 215 GraphicUses:214Used by:224
Symbol 216 BitmapUsed by:217
Symbol 217 GraphicUses:216Used by:224
Symbol 218 BitmapUsed by:219
Symbol 219 GraphicUses:218Used by:224
Symbol 220 BitmapUsed by:221
Symbol 221 GraphicUses:220Used by:224
Symbol 222 BitmapUsed by:223
Symbol 223 GraphicUses:222Used by:224
Symbol 224 MovieClipUses:200 201 203 205 207 209 211 213 215 217 219 221 223Used by:225
Symbol 225 MovieClipUses:198 224 90Used by:Timeline
Symbol 226 GraphicUsed by:229
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:227Used by:229
Symbol 229 MovieClipUses:226 228Used by:Timeline
Symbol 230 BitmapUsed by:231
Symbol 231 GraphicUses:230Used by:234
Symbol 232 BitmapUsed by:233
Symbol 233 GraphicUses:232Used by:234
Symbol 234 MovieClipUses:231 233Used by:235 236
Symbol 235 MovieClipUses:234Used by:236
Symbol 236 MovieClipUses:234 235Used by:Timeline
Symbol 237 GraphicUsed by:Timeline
Symbol 238 EditableTextUses:70Used by:Timeline
Symbol 239 EditableTextUses:70Used by:Timeline
Symbol 240 EditableTextUses:70Used by:Timeline
Symbol 241 SoundUsed by:Timeline
Symbol 242 EditableTextUses:70Used by:Timeline
Symbol 243 EditableTextUses:70Used by:Timeline
Symbol 244 EditableTextUses:70Used by:Timeline
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:Timeline
Symbol 247 BitmapUsed by:248
Symbol 248 GraphicUses:247Used by:249 250 261 262
Symbol 249 MovieClipUses:248Used by:251
Symbol 250 MovieClipUses:248Used by:251
Symbol 251 MovieClipUses:249 250Used by:Timeline
Symbol 252 GraphicUsed by:Timeline
Symbol 253 EditableTextUses:70Used by:Timeline
Symbol 254 EditableTextUses:70Used by:Timeline
Symbol 255 EditableTextUses:70Used by:Timeline
Symbol 256 GraphicUsed by:260
Symbol 257 GraphicUsed by:260
Symbol 258 BitmapUsed by:259
Symbol 259 GraphicUses:258Used by:260
Symbol 260 MovieClipUses:256 257 259 90Used by:Timeline
Symbol 261 MovieClipUses:248Used by:262
Symbol 262 MovieClipUses:248 261Used by:Timeline
Symbol 263 GraphicUsed by:Timeline
Symbol 264 EditableTextUses:70Used by:Timeline
Symbol 265 EditableTextUses:70Used by:Timeline
Symbol 266 EditableTextUses:70Used by:Timeline
Symbol 267 BitmapUsed by:268
Symbol 268 GraphicUses:267Used by:271
Symbol 269 BitmapUsed by:270
Symbol 270 GraphicUses:269Used by:271
Symbol 271 MovieClipUses:268 270Used by:Timeline
Symbol 272 BitmapUsed by:273
Symbol 273 GraphicUses:272Used by:276
Symbol 274 BitmapUsed by:275
Symbol 275 GraphicUses:274Used by:276
Symbol 276 MovieClipUses:273 275Used by:277
Symbol 277 MovieClipUses:276Used by:Timeline
Symbol 278 BitmapUsed by:279
Symbol 279 GraphicUses:278Used by:284
Symbol 280 MovieClipUses:104Used by:284
Symbol 281 BitmapUsed by:282 283
Symbol 282 GraphicUses:281Used by:284
Symbol 283 GraphicUses:281Used by:284
Symbol 284 MovieClipUses:279 280 282 283 90Used by:Timeline
Symbol 285 GraphicUsed by:Timeline
Symbol 286 EditableTextUses:70Used by:Timeline
Symbol 287 EditableTextUses:70Used by:Timeline
Symbol 288 EditableTextUses:70Used by:Timeline
Symbol 289 BitmapUsed by:290
Symbol 290 GraphicUses:289Used by:292
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:290 291Used by:293
Symbol 293 MovieClipUses:292Used by:Timeline
Symbol 294 GraphicUsed by:Timeline
Symbol 295 EditableTextUses:70Used by:Timeline
Symbol 296 EditableTextUses:70Used by:Timeline
Symbol 297 EditableTextUses:70Used by:Timeline
Symbol 298 EditableTextUses:70Used by:Timeline
Symbol 299 EditableTextUses:70Used by:Timeline
Symbol 300 EditableTextUses:70Used by:Timeline
Symbol 301 BitmapUsed by:302
Symbol 302 GraphicUses:301Used by:307
Symbol 303 GraphicUsed by:304
Symbol 304 MovieClipUses:303Used by:307
Symbol 305 BitmapUsed by:306
Symbol 306 GraphicUses:305Used by:307
Symbol 307 MovieClipUses:302 304 306Used by:308
Symbol 308 MovieClipUses:307 90Used by:Timeline
Symbol 309 EditableTextUses:70Used by:Timeline
Symbol 310 EditableTextUses:70Used by:Timeline
Symbol 311 EditableTextUses:70Used by:Timeline
Symbol 312 EditableTextUses:70Used by:Timeline
Symbol 313 EditableTextUses:70Used by:Timeline
Symbol 314 EditableTextUses:70Used by:Timeline
Symbol 315 ShapeTweeningUsed by:Timeline
Symbol 316 GraphicUses:191Used by:Timeline
Symbol 317 EditableTextUses:70Used by:Timeline
Symbol 318 EditableTextUses:70Used by:Timeline
Symbol 319 EditableTextUses:70Used by:Timeline
Symbol 320 BitmapUsed by:321
Symbol 321 GraphicUses:320Used by:Timeline
Symbol 322 BitmapUsed by:324
Symbol 323 BitmapUsed by:324 344
Symbol 324 GraphicUses:322 323Used by:Timeline
Symbol 325 BitmapUsed by:326
Symbol 326 GraphicUses:325Used by:327 328
Symbol 327 MovieClipUses:326Used by:328
Symbol 328 MovieClipUses:326 327Used by:Timeline
Symbol 329 GraphicUses:55Used by:Timeline
Symbol 330 EditableTextUses:70Used by:Timeline
Symbol 331 EditableTextUses:70Used by:Timeline
Symbol 332 EditableTextUses:70Used by:Timeline
Symbol 333 BitmapUsed by:334
Symbol 334 GraphicUses:333Used by:336
Symbol 335 MovieClipUses:49Used by:336
Symbol 336 MovieClipUses:334 335Used by:337
Symbol 337 MovieClipUses:336Used by:Timeline
Symbol 338 BitmapUsed by:339
Symbol 339 GraphicUses:338Used by:340
Symbol 340 MovieClipUses:339Used by:Timeline
Symbol 341 EditableTextUses:70Used by:Timeline
Symbol 342 EditableTextUses:70Used by:Timeline
Symbol 343 EditableTextUses:70Used by:Timeline
Symbol 344 GraphicUses:323Used by:Timeline
Symbol 345 BitmapUsed by:346
Symbol 346 GraphicUses:345Used by:347 348 349 350 351  Timeline
Symbol 347 MovieClipUses:346Used by:Timeline
Symbol 348 MovieClipUses:346Used by:Timeline
Symbol 349 MovieClipUses:346Used by:Timeline
Symbol 350 MovieClipUses:346Used by:Timeline
Symbol 351 MovieClipUses:346Used by:Timeline
Symbol 352 EditableTextUses:70Used by:Timeline
Symbol 353 EditableTextUses:70Used by:Timeline
Symbol 354 EditableTextUses:70Used by:Timeline
Symbol 355 EditableTextUses:70Used by:Timeline
Symbol 356 EditableTextUses:70Used by:Timeline
Symbol 357 EditableTextUses:70Used by:Timeline
Symbol 358 BitmapUsed by:359
Symbol 359 GraphicUses:358Used by:360
Symbol 360 MovieClipUses:359Used by:Timeline
Symbol 361 EditableTextUses:70Used by:Timeline
Symbol 362 EditableTextUses:70Used by:Timeline
Symbol 363 EditableTextUses:70Used by:Timeline
Symbol 364 BitmapUsed by:365
Symbol 365 GraphicUses:364Used by:372
Symbol 366 BitmapUsed by:367
Symbol 367 GraphicUses:366Used by:372
Symbol 368 BitmapUsed by:369
Symbol 369 GraphicUses:368Used by:372
Symbol 370 BitmapUsed by:371
Symbol 371 GraphicUses:370Used by:372
Symbol 372 MovieClipUses:365 367 369 371Used by:410
Symbol 373 BitmapUsed by:374
Symbol 374 GraphicUses:373Used by:381
Symbol 375 BitmapUsed by:376
Symbol 376 GraphicUses:375Used by:381
Symbol 377 BitmapUsed by:378
Symbol 378 GraphicUses:377Used by:381
Symbol 379 BitmapUsed by:380
Symbol 380 GraphicUses:379Used by:381
Symbol 381 MovieClipUses:374 376 378 380Used by:382
Symbol 382 MovieClipUses:381Used by:383
Symbol 383 MovieClipUses:382Used by:410
Symbol 384 BitmapUsed by:385
Symbol 385 GraphicUses:384Used by:386 398 399
Symbol 386 MovieClipUses:385Used by:410
Symbol 387 GraphicUsed by:410
Symbol 388 BitmapUsed by:389
Symbol 389 GraphicUses:388Used by:396
Symbol 390 BitmapUsed by:391
Symbol 391 GraphicUses:390Used by:396
Symbol 392 BitmapUsed by:393
Symbol 393 GraphicUses:392Used by:396
Symbol 394 BitmapUsed by:395
Symbol 395 GraphicUses:394Used by:396
Symbol 396 MovieClipUses:389 391 393 395Used by:410
Symbol 397 SoundUsed by:410
Symbol 398 MovieClipUses:385Used by:410
Symbol 399 MovieClipUses:385Used by:410
Symbol 400 ShapeTweeningUsed by:410
Symbol 401 EditableTextUses:70Used by:409
Symbol 402 EditableTextUses:70Used by:409
Symbol 403 GraphicUsed by:409
Symbol 404 EditableTextUses:70Used by:409
Symbol 405 EditableTextUses:70Used by:407
Symbol 406 EditableTextUses:70Used by:407
Symbol 407 MovieClipUses:405 406Used by:409
Symbol 408 EditableTextUses:70Used by:409
Symbol 409 MovieClipUses:119 401 402 403 404 407 408Used by:410
Symbol 410 MovieClipUses:372 383 386 387 396 397 398 399 400 119 409Used by:Timeline
Symbol 411 BitmapUsed by:412 416 418
Symbol 412 GraphicUses:411Used by:Timeline
Symbol 413 BitmapUsed by:414 416 418
Symbol 414 GraphicUses:413Used by:Timeline
Symbol 415 SoundUsed by:Timeline
Symbol 416 GraphicUses:413 411Used by:Timeline
Symbol 417 ShapeTweeningUsed by:Timeline
Symbol 418 GraphicUses:413 411Used by:Timeline
Streaming Sound 1Used by:Symbol 98 MovieClip
Streaming Sound 2Used by:Symbol 114 MovieClip
Streaming Sound 3Used by:Symbol 134 MovieClip

Instance Names

"stageMC"Frame 94Symbol 75 MovieClip
"c1"Frame 94Symbol 86 MovieClip
"c2"Frame 94Symbol 86 MovieClip
"c3"Frame 94Symbol 86 MovieClip
"c4"Frame 94Symbol 86 MovieClip
"c5"Frame 94Symbol 86 MovieClip
"c7"Frame 94Symbol 86 MovieClip
"c6"Frame 94Symbol 86 MovieClip
"blox"Frame 94Symbol 98 MovieClip
"bubmc"Frame 94Symbol 118 MovieClip
"c1"Frame 95Symbol 86 MovieClip
"c2"Frame 95Symbol 86 MovieClip
"c3"Frame 95Symbol 86 MovieClip
"c4"Frame 95Symbol 86 MovieClip
"c5"Frame 95Symbol 86 MovieClip
"c7"Frame 95Symbol 86 MovieClip
"c6"Frame 95Symbol 86 MovieClip
"bubmc"Frame 95Symbol 118 MovieClip
"stagemc"Frame 96Symbol 143 MovieClip
"c5"Frame 96Symbol 86 MovieClip
"c7"Frame 96Symbol 86 MovieClip
"c6"Frame 96Symbol 86 MovieClip
"bubmc"Frame 96Symbol 118 MovieClip
"bill"Frame 96Symbol 150 MovieClip
"c1"Frame 97Symbol 86 MovieClip
"c2"Frame 97Symbol 86 MovieClip
"c3"Frame 97Symbol 86 MovieClip
"c4"Frame 97Symbol 86 MovieClip
"c5"Frame 97Symbol 86 MovieClip
"c7"Frame 97Symbol 86 MovieClip
"c6"Frame 97Symbol 86 MovieClip
"stageMC"Frame 97Symbol 75 MovieClip
"bubmc"Frame 97Symbol 118 MovieClip
"bubmc"Frame 98Symbol 118 MovieClip
"exit"Frame 98Symbol 176 MovieClip
"stagemc"Frame 287Symbol 229 MovieClip
"c1"Frame 287Symbol 86 MovieClip
"c2"Frame 287Symbol 86 MovieClip
"c3"Frame 287Symbol 86 MovieClip
"c4"Frame 287Symbol 86 MovieClip
"c5"Frame 287Symbol 86 MovieClip
"c7"Frame 287Symbol 86 MovieClip
"c6"Frame 287Symbol 86 MovieClip
"bubmc"Frame 287Symbol 118 MovieClip
"stagemc"Frame 288Symbol 229 MovieClip
"c1"Frame 288Symbol 86 MovieClip
"c2"Frame 288Symbol 86 MovieClip
"c3"Frame 288Symbol 86 MovieClip
"c4"Frame 288Symbol 86 MovieClip
"c5"Frame 288Symbol 86 MovieClip
"c7"Frame 288Symbol 86 MovieClip
"c6"Frame 288Symbol 86 MovieClip
"bubmc"Frame 288Symbol 118 MovieClip
"stagemc"Frame 289Symbol 251 MovieClip
"c1"Frame 289Symbol 86 MovieClip
"c2"Frame 289Symbol 86 MovieClip
"c3"Frame 289Symbol 86 MovieClip
"c4"Frame 289Symbol 86 MovieClip
"c5"Frame 289Symbol 86 MovieClip
"c7"Frame 289Symbol 86 MovieClip
"c6"Frame 289Symbol 86 MovieClip
"bubmc"Frame 289Symbol 118 MovieClip
"stagemc"Frame 290Symbol 262 MovieClip
"c1"Frame 290Symbol 86 MovieClip
"c2"Frame 290Symbol 86 MovieClip
"c3"Frame 290Symbol 86 MovieClip
"c4"Frame 290Symbol 86 MovieClip
"c5"Frame 290Symbol 86 MovieClip
"c7"Frame 290Symbol 86 MovieClip
"c6"Frame 290Symbol 86 MovieClip
"bubmc"Frame 290Symbol 118 MovieClip
"stagemc"Frame 292Symbol 262 MovieClip
"c1"Frame 292Symbol 86 MovieClip
"c2"Frame 292Symbol 86 MovieClip
"c3"Frame 292Symbol 86 MovieClip
"c4"Frame 292Symbol 86 MovieClip
"c5"Frame 292Symbol 86 MovieClip
"c7"Frame 292Symbol 86 MovieClip
"c6"Frame 292Symbol 86 MovieClip
"bubmc"Frame 292Symbol 118 MovieClip
"stagemc"Frame 293Symbol 229 MovieClip
"ninjer"Frame 293Symbol 308 MovieClip
"c1"Frame 293Symbol 86 MovieClip
"c2"Frame 293Symbol 86 MovieClip
"c3"Frame 293Symbol 86 MovieClip
"c4"Frame 293Symbol 86 MovieClip
"c5"Frame 293Symbol 86 MovieClip
"c7"Frame 293Symbol 86 MovieClip
"c6"Frame 293Symbol 86 MovieClip
"bubmc"Frame 293Symbol 118 MovieClip
"stagemc"Frame 294Symbol 262 MovieClip
"c1"Frame 294Symbol 86 MovieClip
"c2"Frame 294Symbol 86 MovieClip
"c3"Frame 294Symbol 86 MovieClip
"c4"Frame 294Symbol 86 MovieClip
"c5"Frame 294Symbol 86 MovieClip
"c7"Frame 294Symbol 86 MovieClip
"c6"Frame 294Symbol 86 MovieClip
"bubmc"Frame 294Symbol 118 MovieClip
"stagemc"Frame 295Symbol 262 MovieClip
"exit"Frame 295Symbol 176 MovieClip
"c1"Frame 439Symbol 86 MovieClip
"c2"Frame 439Symbol 86 MovieClip
"c3"Frame 439Symbol 86 MovieClip
"c4"Frame 439Symbol 86 MovieClip
"c5"Frame 439Symbol 86 MovieClip
"c7"Frame 439Symbol 86 MovieClip
"c6"Frame 439Symbol 86 MovieClip
"stagemc"Frame 483Symbol 328 MovieClip
"bubmc"Frame 483Symbol 118 MovieClip
"stagemc"Frame 484Symbol 328 MovieClip
"stagemc"Frame 484Symbol 328 MovieClip
"bubmc"Frame 484Symbol 118 MovieClip
"stagemc"Frame 485Symbol 328 MovieClip
"bubmc"Frame 485Symbol 118 MovieClip
"bubmc"Frame 486Symbol 118 MovieClip
"stagemc"Frame 487Symbol 328 MovieClip
"bubmc"Frame 487Symbol 118 MovieClip
"finalfight"Frame 487Symbol 410 MovieClip
"bar"Symbol 46 MovieClip Frame 1Symbol 39 MovieClip
"limitMC"Symbol 75 MovieClip Frame 1Symbol 74 MovieClip
"coinreader"Symbol 118 MovieClip Frame 1Symbol 106 MovieClip
"foot"Symbol 118 MovieClip Frame 5Symbol 108 MovieClip
"bukkken"Symbol 118 MovieClip Frame 7Symbol 106 MovieClip
"limitmc"Symbol 143 MovieClip Frame 1Symbol 142 MovieClip
"limitmc"Symbol 229 MovieClip Frame 1Symbol 228 MovieClip
"poep"Symbol 251 MovieClip Frame 1Symbol 249 MovieClip
"limitmc"Symbol 251 MovieClip Frame 1Symbol 250 MovieClip
"limitmc"Symbol 262 MovieClip Frame 1Symbol 261 MovieClip
"limitmc"Symbol 328 MovieClip Frame 1Symbol 327 MovieClip

Labels

"gameover"Frame 488
"loaded"Symbol 46 MovieClip Frame 3
"stand"Symbol 118 MovieClip Frame 2
"walk"Symbol 118 MovieClip Frame 3
"jumpUp"Symbol 118 MovieClip Frame 4
"jumpDown"Symbol 118 MovieClip Frame 5
"death"Symbol 118 MovieClip Frame 6
"evade"Symbol 118 MovieClip Frame 7
"end"Symbol 409 MovieClip Frame 1

Dynamic Text Variables

scoreSymbol 71 EditableText""
totalscoreSymbol 76 EditableText""
livesSymbol 101 EditableText""
scoreSymbol 135 EditableText""
totalscoreSymbol 136 EditableText""
livesSymbol 137 EditableText""
scoreSymbol 144 EditableText""
totalscoreSymbol 145 EditableText""
livesSymbol 146 EditableText""
scoreSymbol 165 EditableText""
totalscoreSymbol 166 EditableText""
livesSymbol 167 EditableText""
scoreSymbol 169 EditableText""
totalscoreSymbol 170 EditableText""
livesSymbol 171 EditableText""
scoreSymbol 172 EditableText""
totalscoreSymbol 173 EditableText""
livesSymbol 174 EditableText""
scoreSymbol 182 EditableText""
totalscoreSymbol 183 EditableText""
livesSymbol 184 EditableText""
scoreSymbol 185 EditableText""
totalscoreSymbol 186 EditableText""
livesSymbol 187 EditableText""
scoreSymbol 238 EditableText""
totalscoreSymbol 239 EditableText""
livesSymbol 240 EditableText""
scoreSymbol 242 EditableText""
totalscoreSymbol 243 EditableText""
livesSymbol 244 EditableText""
totalscoreSymbol 253 EditableText""
livesSymbol 254 EditableText""
scoreSymbol 255 EditableText""
totalscoreSymbol 264 EditableText""
livesSymbol 265 EditableText""
scoreSymbol 266 EditableText""
totalscoreSymbol 286 EditableText""
livesSymbol 287 EditableText""
scoreSymbol 288 EditableText""
totalscoreSymbol 295 EditableText""
livesSymbol 296 EditableText""
scoreSymbol 297 EditableText""
scoreSymbol 298 EditableText""
totalscoreSymbol 299 EditableText""
livesSymbol 300 EditableText""
scoreSymbol 309 EditableText""
totalscoreSymbol 310 EditableText""
livesSymbol 311 EditableText""
scoreSymbol 312 EditableText""
totalscoreSymbol 313 EditableText""
livesSymbol 314 EditableText""
scoreSymbol 317 EditableText""
totalscoreSymbol 318 EditableText""
livesSymbol 319 EditableText""
scoreSymbol 330 EditableText""
totalscoreSymbol 331 EditableText""
livesSymbol 332 EditableText""
scoreSymbol 341 EditableText""
totalscoreSymbol 342 EditableText""
livesSymbol 343 EditableText""
scoreSymbol 352 EditableText""
totalscoreSymbol 353 EditableText""
livesSymbol 354 EditableText""
scoreSymbol 355 EditableText""
totalscoreSymbol 356 EditableText""
livesSymbol 357 EditableText""
scoreSymbol 361 EditableText""
totalscoreSymbol 362 EditableText""
livesSymbol 363 EditableText""




http://swfchan.com/5/24176/info.shtml
Created: 25/5 -2019 10:55:34 Last modified: 25/5 -2019 10:55:34 Server time: 13/05 -2024 20:19:53