Frame 50 (17 B)
stopAllSounds();
Frame 94 (1.72 KiB) ●
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (590 B)
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 (90 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubmc)) {
this.gotoAndPlay("2");
}
}
Instance of Symbol 105 MovieClip in Frame 94 (86 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.nextFrame();
}
}
Instance of Symbol 120 MovieClip in Frame 94 (438 B)
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 (1.66 KiB) ●
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (438 B)
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 (90 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubmc)) {
this.gotoAndPlay("2");
}
}
Frame 96 (1.66 KiB) ●
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 (547 B)
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 (547 B)
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 (547 B)
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 (438 B)
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 (1.66 KiB) ●
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (86 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.nextFrame();
}
}
Frame 98 (1.66 KiB) ●
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 (590 B)
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 (590 B)
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 (590 B)
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 (590 B)
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 (590 B)
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 (202 B)
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 (17 B)
stopAllSounds();
Instance of Symbol 179 MovieClip in Frame 99 (222 B)
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 (17 B)
stopAllSounds();
Frame 287 (1.66 KiB) ●
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 (480 B)
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 (86 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.nextFrame();
}
}
Instance of Symbol 86 MovieClip "c1" in Frame 287 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (438 B)
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 (1.66 KiB) ●
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 (86 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.nextFrame();
}
}
Instance of Symbol 225 MovieClip in Frame 288 (480 B)
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 (480 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (1.66 KiB) ●
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 (86 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.nextFrame();
}
}
Instance of Symbol 86 MovieClip "c1" in Frame 289 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (590 B)
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 (590 B)
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 (590 B)
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 (1.66 KiB) ●
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 (86 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.nextFrame();
}
}
Instance of Symbol 86 MovieClip "c1" in Frame 290 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (583 B)
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 (583 B)
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 (438 B)
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 (1.66 KiB) ●
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 (590 B)
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 (590 B)
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 (590 B)
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 (590 B)
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 (438 B)
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 (1.88 KiB) ●
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 (438 B)
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 (86 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.nextFrame();
}
}
Instance of Symbol 86 MovieClip "c1" in Frame 292 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (1.88 KiB) ●
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 (86 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.nextFrame();
}
}
Instance of Symbol 308 MovieClip "ninjer" in Frame 293 (454 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (202 B)
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 (1.88 KiB) ●
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 (86 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.nextFrame();
}
}
Instance of Symbol 86 MovieClip "c1" in Frame 294 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (17 B)
stopAllSounds();
Instance of Symbol 179 MovieClip in Frame 295 (222 B)
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 (202 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (547 B)
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 (438 B)
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 (1.66 KiB) ●
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 (86 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.nextFrame();
}
}
Frame 484 (1.66 KiB) ●
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 (438 B)
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 (438 B)
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 (86 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.nextFrame();
}
}
Frame 485 (1.66 KiB) ●
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 (438 B)
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 (438 B)
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 (438 B)
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 (438 B)
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 (438 B)
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 (438 B)
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 (438 B)
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 (438 B)
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 (438 B)
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 (438 B)
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 (438 B)
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 (86 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.nextFrame();
}
}
Frame 486 (1.66 KiB) ●
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 (438 B)
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 (438 B)
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 (438 B)
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 (438 B)
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 (86 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.nextFrame();
}
}
Frame 487 (1.66 KiB) ●
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 (17 B)
stopAllSounds();
Symbol 16 MovieClip Frame 11 (8 B)
stop();
Symbol 45 Button (39 B)
on (release) {
_root.gotoandplay(2);
}
Symbol 46 MovieClip Frame 1 (200 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 46 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 86 MovieClip Frame 16 (17 B)
gotoAndPlay (1);
Symbol 86 MovieClip Frame 26 (8 B)
stop();
Symbol 92 MovieClip Frame 20 (17 B)
gotoAndPlay (1);
Symbol 92 MovieClip Frame 30 (8 B)
stop();
Symbol 98 MovieClip Frame 2 (8 B)
stop();
Symbol 98 MovieClip Frame 128 (18 B)
stop();
stop();
Symbol 107 MovieClip Frame 1 (8 B)
stop();
Symbol 114 MovieClip Frame 1 (25 B)
_root.depijpuit = false;
Symbol 114 MovieClip Frame 2 (24 B)
_root.depijpuit = true;
Symbol 114 MovieClip Frame 95 (20 B)
_root.restart_co();
Symbol 117 MovieClip Frame 1 (8 B)
stop();
Symbol 117 MovieClip Frame 2 (8 B)
stop();
Symbol 118 MovieClip Frame 1 (30 B)
this.gotoAndStop("jumpDown");
Instance of Symbol 107 MovieClip in Symbol 118 MovieClip Frame 2 (68 B)
onClipEvent (enterFrame) {
_root.move_wait();
_root.jump_wait();
}
Instance of Symbol 107 MovieClip in Symbol 118 MovieClip Frame 3 (328 B)
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 (406 B)
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 (145 B)
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 (360 B)
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 (121 B)
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 (121 B)
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 (360 B)
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 (8 B)
stop();
Symbol 134 MovieClip Frame 127 (8 B)
stop();
Instance of Symbol 162 MovieClip in Symbol 163 MovieClip Frame 1 (438 B)
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 (438 B)
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 (438 B)
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 (438 B)
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 (438 B)
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 (480 B)
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 (438 B)
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 (17 B)
gotoAndPlay (1);
Symbol 225 MovieClip Frame 203 (8 B)
stop();
Symbol 249 MovieClip Frame 1 (8 B)
stop();
Symbol 260 MovieClip Frame 14 (17 B)
gotoAndPlay (1);
Symbol 260 MovieClip Frame 16 (8 B)
stop();
Symbol 284 MovieClip Frame 16 (17 B)
gotoAndPlay (1);
Symbol 284 MovieClip Frame 18 (8 B)
stop();
Instance of Symbol 304 MovieClip in Symbol 307 MovieClip Frame 1 (454 B)
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 (17 B)
gotoAndPlay (1);
Symbol 308 MovieClip Frame 132 (8 B)
stop();
Instance of Symbol 335 MovieClip in Symbol 336 MovieClip Frame 1 (438 B)
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 (438 B)
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 (438 B)
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 (438 B)
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 (438 B)
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 (438 B)
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 (438 B)
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 (8 B)
stop();
Symbol 410 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 372 MovieClip in Symbol 410 MovieClip Frame 1 (612 B)
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 (131 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubmc.foot)) {
_root.playGame = false;
_root.finalfight.gotoAndPlay(2);
}
}
Symbol 410 MovieClip Frame 41 (8 B)
stop();
Instance of Symbol 372 MovieClip in Symbol 410 MovieClip Frame 41 (438 B)
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 (132 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubmc.foot)) {
_root.playGame = false;
_root.finalfight.gotoAndPlay(42);
}
}
Symbol 410 MovieClip Frame 86 (8 B)
stop();
Instance of Symbol 372 MovieClip in Symbol 410 MovieClip Frame 86 (438 B)
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 (132 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubmc.foot)) {
_root.playGame = false;
_root.finalfight.gotoAndPlay(87);
}
}
Symbol 410 MovieClip Frame 185 (1 B)
Symbol 410 MovieClip Frame 186 (8 B)
stop();