Frame 1
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
_quality = "LOW";
_root.bytesLoaded = _root.getBytesLoaded();
_root.bytesTotal = _root.getBytesTotal();
_root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal));
_root.bar.gotoAndStop(percentLoaded);
Instance of Symbol 22 MovieClip in Frame 1
onClipEvent (enterFrame) {
this._x = this._x - 0.4;
}
Frame 2
_root.character = 1;
if (_root.percentLoaded == 100) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Frame 35
_root.char2un == false;
_root.char3un == false;
_root.char4un == false;
_root.char5un == false;
_root.char6un == false;
_root.char7un == false;
_root.char8un == false;
_root.char9un == false;
Frame 359
introSound = new Sound(this);
introSound.attachSound("introm");
loopSound = new Sound(this);
loopSound.attachSound("loopm");
thwompSound = new Sound(this);
thwompSound.attachSound("thwomp");
introSound.start(0, 1);
Mouse.show();
_root.musiclevel = 100;
Frame 369
thwompSound.start(0, 1);
Instance of Symbol 22 MovieClip in Frame 369
onClipEvent (enterFrame) {
this._x = this._x - 0.4;
if (this._x < -1608.6) {
this._x = this._x + 1608.6;
}
}
Frame 391
loopSound.start(0, 99);
_root.score1 = 0;
_root.score2 = 0;
_root.score3 = 0;
_root.score4 = 0;
_root.score5 = 0;
_root.score6 = 0;
_root.score7 = 0;
_root.score8 = 0;
_root.score9 = 0;
_root.score10 = 0;
_root.score11 = 0;
_root.score12 = 0;
_root.score13 = 0;
_root.score14 = 0;
_root.score15 = 0;
_root.score16 = 0;
_root.score17 = 0;
_root.score18 = 0;
_root.score19 = 0;
_root.score20 = 0;
_root.score21 = 0;
_root.score22 = 0;
_root.score23 = 0;
_root.score24 = 0;
_root.score25 = 0;
_root.score26 = 0;
_root.score27 = 0;
_root.score28 = 0;
_root.score29 = 0;
_root.score30 = 0;
_root.score31 = 0;
_root.score32 = 0;
_root.framedif = _root._currentframe;
stop();
Frame 392
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
_quality = "LOW";
play();
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("world");
_root.score1 = 0;
bgSound.start(0, 99);
_root.framedif = _root._currentframe - 1;
Instance of Symbol 22 MovieClip in Frame 392
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) == 1) {
this._x = 0;
}
if ((_root._currentframe - _root.framedif) > 18) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 43) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 44) {
this._x = xpos;
this._x = this._x + 0.4;
}
if (this._x < -1608.6) {
this._x = this._x + 1608.6;
}
}
}
Instance of Symbol 255 MovieClip "pausee" in Frame 392
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 65) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 393
_root.score1 = 0;
Instance of Symbol 87 MovieClip "bulletM" in Frame 410
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score1 = _root.score1 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["goomba" + i].goom.play();
this._parent.goomN.play();
_root.score1 = _root.score1 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) && (_root.levelT["plat" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT[("plat" + i) && (_root.levelT["plat" + i]._currentframe == 1)]))) {
_root.levelT["plat" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 44) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 45) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score1 = _root.score1 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score1 = _root.score1 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.levelT.flag.gotoAndPlay(31);
_root.score1 = _root.score1 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score1 = _root.score1 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score1 = _root.score1 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 44) {
_root.gotoAndPlay(_root.framedif + 2);
}
if ((_root._currentframe - _root.framedif) > 44) {
_root.gotoAndPlay(_root.framedif + 44);
}
}
}
}
}
Frame 433
stop();
Instance of Symbol 264 MovieClip "levelT" in Frame 433
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["goomba" + i].play();
} else {
this["goomba" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 434
_root.checkpoint = _root.score1;
stop();
Instance of Symbol 275 MovieClip in Frame 434
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 50);
}
}
Frame 435
_root.score1 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 435
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
}
}
Frame 441
stop();
Instance of Symbol 325 MovieClip "levelT" in Frame 441
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["goomba" + i].play();
} else {
this["goomba" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -17000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 443
bgSound.stop();
Frame 444
winSound.start(0, 1);
Frame 455
stop();
Instance of Symbol 349 MovieClip in Frame 455
on (release) {
_root.play();
}
Frame 485
_root.framedif = _root._currentframe;
stopAllSounds();
stop();
play();
Frame 486
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("underground");
intSound = new Sound(this);
intSound.attachSound("intro");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
_quality = "LOW";
play();
stopAllSounds();
_root.score2 = _root.score1;
_root.framedif = _root._currentframe - 1;
Instance of Symbol 255 MovieClip "pausee" in Frame 486
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 117) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 92) {
if ((_root._currentframe - _root.framedif) < 102) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 102) {
if ((_root._currentframe - _root.framedif) < 117) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 92) {
if ((_root._currentframe - _root.framedif) < 102) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 102) {
if ((_root._currentframe - _root.framedif) < 117) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 487
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 507
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 524
pipeSound.start(0, 1);
Frame 548
stop();
play();
Frame 560
bgSound.start(0, 99);
Frame 561
_root.score2 = _root.score1;
play();
Instance of Symbol 374 MovieClip in Frame 561
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 90) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 76) {
this._x = 0;
}
if (this._x < -768) {
this._x = this._x + 768;
}
if ((_root._currentframe - _root.framedif) == 93) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 94) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 561
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 576
stop();
Instance of Symbol 388 MovieClip "levelT" in Frame 576
onClipEvent (load) {
Lspeed = 0;
}
onClipEvent (enterFrame) {
Lspeed++;
_x = (_x - Lspeed);
if (this._x < -500) {
_root.play();
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 576
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score2 = _root.score2 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plant" + i].plant) && (_root.levelT["plant" + i].plant._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["plant" + i].plant) && (_root.levelT["plant" + i].plant._currentframe == 1))) {
_root.levelT["plant" + i].plant.play();
this._parent.goomN.play();
_root.score2 = _root.score2 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1))) {
_root.levelT["pipe" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 94) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 95) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeT) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeTB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score2 = _root.score2 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score2 = _root.score2 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.levelT.flag.gotoAndPlay(31);
_root.score2 = _root.score2 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score2 = _root.score2 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score2 = _root.score2 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeT)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeTB)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 94) {
_root.gotoAndPlay(_root.framedif + 76);
crash = 20;
}
if ((_root._currentframe - _root.framedif) > 94) {
_root.gotoAndPlay(_root.framedif + 94);
crash = 20;
}
}
}
}
}
Frame 577
stop();
Instance of Symbol 398 MovieClip "levelT" in Frame 577
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["plant" + i].play();
} else {
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 578
_root.checkpoint = _root.score2;
stop();
Instance of Symbol 275 MovieClip in Frame 578
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 102);
}
}
Frame 579
_root.score2 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 579
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Frame 587
stop();
Instance of Symbol 399 MovieClip "levelT" in Frame 587
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["plant" + i].play();
} else {
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -17200) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 589
bgSound.stop();
Frame 590
winSound.start(0, 1);
Frame 601
stop();
Instance of Symbol 349 MovieClip in Frame 601
on (release) {
_root.play();
}
Frame 631
stopAllSounds();
stop();
play();
_root.framedif = _root._currentframe;
Frame 632
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("underwater");
intSound = new Sound(this);
intSound.attachSound("intro");
splashSound = new Sound(this);
splashSound.attachSound("splash");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
stopAllSounds();
_quality = "LOW";
play();
_root.score3 = _root.score2;
_root.framedif = _root._currentframe - 1;
Instance of Symbol 255 MovieClip "pausee" in Frame 632
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 106) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 633
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 653
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 670
splashSound.start(0, 1);
Frame 700
stop();
play();
Frame 705
bgSound.start(0, 99);
Frame 706
_root.score3 = _root.score2;
Instance of Symbol 429 MovieClip in Frame 706
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1626) {
this._x = this._x + 1626;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 432 MovieClip in Frame 707
onClipEvent (enterFrame) {
this._y = _root.bulletM._y;
this._x = _root.bulletM._x;
if ((_root._currentframe - _root.framedif) == 83) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 707
onClipEvent (load) {
var ok = true;
crash = -10;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score3 = _root.score3 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["bloop" + i].bloop) && (_root.levelT["bloop" + i].bloop._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["bloop" + i].bloop) && (_root.levelT["bloop" + i].bloop._currentframe == 1))) {
_root.levelT["bloop" + i].bloop.nextFrame();
this._parent.goomN.play();
_root.score3 = _root.score3 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["coral" + i]) && (_root.levelT["coral" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["coral" + i]) && (_root.levelT["coral" + i]._currentframe == 1))) {
_root.levelT["coral" + i].nextFrame();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = -10;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["coral" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["coral" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash++;
if (this._y < -100) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
Frame 712
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 452 MovieClip "levelT" in Frame 712
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bloop" + i].play();
} else {
this["bloop" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 32;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -14500) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 713
_root.checkpoint = _root.score3;
stop();
Instance of Symbol 275 MovieClip in Frame 713
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 714
_root.score3 = _root.checkpoint;
stop();
Instance of Symbol 455 MovieClip in Frame 714
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Frame 722
stop();
Instance of Symbol 456 MovieClip "levelT" in Frame 722
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bloop" + i].play();
} else {
this["bloop" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 32;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -13000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 724
bgSound.stop();
Frame 725
winSound.start(0, 1);
Frame 736
stop();
Instance of Symbol 349 MovieClip in Frame 736
on (release) {
_root.play();
}
Frame 766
stopAllSounds();
_root.framedif = _root._currentframe;
Frame 767
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("castle");
intSound = new Sound(this);
intSound.attachSound("intro");
splashSound = new Sound(this);
splashSound.attachSound("splash");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
bossSound = new Sound(this);
bossSound.attachSound("boss");
stopAllSounds();
_quality = "LOW";
play();
_root.score4 = _root.score3;
_root.framedif = _root._currentframe - 1;
_root.ghostsize = 50;
Instance of Symbol 255 MovieClip "pausee" in Frame 767
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 113) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 98) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
if ((_root._currentframe - _root.framedif) < 113) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 98) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
if ((_root._currentframe - _root.framedif) < 113) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 768
intSound.start(0, 1);
splashSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 770
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 835
stop();
play();
Frame 840
bgSound.start(0, 99);
Frame 841
_root.score4 = _root.score3;
Instance of Symbol 477 MovieClip in Frame 841
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -3567.5) {
this._x = this._x + 3567.5;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 480 MovieClip "roof" in Frame 841
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 36;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1440) {
this._x = this._x + 1440;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 36;
}
}
}
Instance of Symbol 483 MovieClip "floorc" in Frame 841
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 36;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1056) {
this._x = this._x + 1056;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 36;
}
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 842
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score4 = _root.score4 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1))) {
_root.levelT["bro" + i].bro.play();
this._parent.goomN.play();
_root.score4 = _root.score4 + (random(50) + 5);
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plant" + i].plant) && (_root.levelT["plant" + i].plant._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["plant" + i].plant.play();
this._parent.goomN.play();
_root.score4 = _root.score4 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 10) {
if ((this.bullet1.hit1.hitTest(_root.levelT["roofbrick" + i]) && (_root.levelT["roofbrick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["roofbrick" + i]) && (_root.levelT["roofbrick" + i]._currentframe == 1))) {
_root.levelT["roofbrick" + i].play();
this._parent.goomN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1))) {
_root.levelT["pipe" + i].play();
this._parent.goomN.play();
}
i++;
}
}
i = 1;
while (i < 51) {
if (_root.boss._currentframe == 2) {
if ((this.bullet1.hit1.hitTest(_root.boss["boo" + i]) && (_root.boss["boo" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.boss["boo" + i]) && (_root.boss["boo" + i]._currentframe == 1))) {
_root.boss["boo" + i].play();
_root.score4 = _root.score4 + (random(25) + 5);
this._parent.goomN.play();
}
}
i++;
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 20) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeT) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 20) {
if (this.bullet1.hit1.hitTest(_root.levelT["bro" + i].hammer) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].hammer))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
if (this.bullet1.hit1.hitTest(_root.levelT.floorct) || (this.bullet1.hit2.hitTest(_root.levelT.floorct))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 50) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeTB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 10) {
if (this.bullet1.hit1.hitTest(_root.levelT["roofbrick" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["roofbrick" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
if (this.bullet1.hit1.hitTest(_root.floorc) || (this.bullet1.hit2.hitTest(_root.floorc))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.roof) || (this.bullet1.hit2.hitTest(_root.roof))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
}
if (this.hitTest(_root.levelT.mario)) {
_root.levelT.mario.play();
this._parent.marioN.play();
this._parent.platN.play();
_root.scoreA = _root.scoreA + (random(500) + 5000);
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeT)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeTB)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
if ((_root._currentframe - _root.framedif) < 112) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
}
Frame 847
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 508 MovieClip "levelT" in Frame 847
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bro" + i].play();
this["plant" + i].play();
} else {
this["bro" + i].stop();
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -14000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 848
bgSound.stop();
bossSound.start(0, 99);
stop();
_root.checkpoint = _root.score4;
Instance of Symbol 275 MovieClip in Frame 848
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 849
_root.ghostsize = 50;
stop();
_root.score4 = _root.checkpoint;
Instance of Symbol 312 MovieClip in Frame 849
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Instance of Symbol 525 MovieClip "boss" in Frame 856
onClipEvent (enterFrame) {
if (_root.ghostsize == 0) {
_root.play();
}
}
Frame 864
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Frame 866
bossSound.stop();
Frame 867
winSound.start(0, 1);
Frame 878
stop();
Instance of Symbol 349 MovieClip in Frame 878
on (release) {
_root.play();
}
Frame 908
stopAllSounds();
_root.framedif = _root._currentframe;
Frame 909
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
_quality = "LOW";
play();
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("world");
_root.score5 = _root.score4;
stopAllSounds();
_root.framedif = _root._currentframe - 1;
Instance of Symbol 22 MovieClip in Frame 909
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) == 1) {
this._x = 0;
}
if ((_root._currentframe - _root.framedif) > 18) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 43) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 44) {
this._x = xpos;
this._x = this._x + 0.4;
}
if (this._x < -1608.6) {
this._x = this._x + 1608.6;
}
}
}
Instance of Symbol 255 MovieClip "pausee" in Frame 909
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 65) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 910
bgSound.start(0, 99);
Frame 911
_root.score5 = _root.score4;
Instance of Symbol 87 MovieClip "bulletM" in Frame 927
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score5 = _root.score5 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["goomba" + i].goom.play();
this._parent.goomN.play();
_root.score5 = _root.score5 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) && (_root.levelT["plat" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT[("plat" + i) && (_root.levelT["plat" + i]._currentframe == 1)]))) {
_root.levelT["plat" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 44) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 45) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score5 = _root.score5 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score5 = _root.score5 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.levelT.flag.gotoAndPlay(31);
_root.score5 = _root.score5 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score5 = _root.score5 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score5 = _root.score5 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 44) {
_root.gotoAndPlay(_root.framedif + 3);
}
if ((_root._currentframe - _root.framedif) > 44) {
_root.gotoAndPlay(_root.framedif + 44);
}
}
}
}
}
Frame 950
stop();
Instance of Symbol 542 MovieClip "levelT" in Frame 950
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["goomba" + i].play();
} else {
this["goomba" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 951
_root.checkpoint = _root.score5;
stop();
Instance of Symbol 275 MovieClip in Frame 951
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 50);
}
}
Frame 952
_root.score5 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 952
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
}
}
Frame 958
stop();
Instance of Symbol 543 MovieClip "levelT" in Frame 958
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["goomba" + i].play();
} else {
this["goomba" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -17000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 960
bgSound.stop();
Frame 961
winSound.start(0, 1);
Frame 972
stop();
Instance of Symbol 349 MovieClip in Frame 972
on (release) {
_root.play();
}
Frame 1002
_root.framedif = _root._currentframe;
stopAllSounds();
stop();
play();
Frame 1003
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("underground");
intSound = new Sound(this);
intSound.attachSound("intro");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
stopAllSounds();
_quality = "LOW";
play();
_root.score6 = _root.score5;
_root.framedif = _root._currentframe - 1;
Instance of Symbol 255 MovieClip "pausee" in Frame 1003
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 117) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 92) {
if ((_root._currentframe - _root.framedif) < 102) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 102) {
if ((_root._currentframe - _root.framedif) < 117) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 92) {
if ((_root._currentframe - _root.framedif) < 102) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 102) {
if ((_root._currentframe - _root.framedif) < 117) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 1004
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 1024
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 1041
pipeSound.start(0, 1);
Frame 1065
stop();
play();
Frame 1077
bgSound.start(0, 99);
Frame 1078
_root.score6 = _root.score5;
play();
Instance of Symbol 374 MovieClip in Frame 1078
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 90) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 76) {
this._x = 0;
}
if (this._x < -768) {
this._x = this._x + 768;
}
if ((_root._currentframe - _root.framedif) == 93) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 94) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 1078
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 1093
stop();
Instance of Symbol 388 MovieClip "levelT" in Frame 1093
onClipEvent (load) {
Lspeed = 0;
}
onClipEvent (enterFrame) {
Lspeed++;
_x = (_x - Lspeed);
if (this._x < -500) {
_root.play();
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 1093
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score6 = _root.score6 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plant" + i].plant) && (_root.levelT["plant" + i].plant._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["plant" + i].plant) && (_root.levelT["plant" + i].plant._currentframe == 1))) {
_root.levelT["plant" + i].plant.play();
this._parent.goomN.play();
_root.score6 = _root.score6 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1))) {
_root.levelT["pipe" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 94) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 95) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeT) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeTB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score6 = _root.score6 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score6 = _root.score6 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.levelT.flag.gotoAndPlay(31);
_root.score6 = _root.score6 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score6 = _root.score6 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score6 = _root.score6 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeT)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeTB)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 94) {
_root.gotoAndPlay(_root.framedif + 76);
crash = 20;
}
if ((_root._currentframe - _root.framedif) > 94) {
_root.gotoAndPlay(_root.framedif + 94);
crash = 20;
}
}
}
}
}
Frame 1094
stop();
Instance of Symbol 548 MovieClip "levelT" in Frame 1094
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["plant" + i].play();
} else {
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 1095
_root.checkpoint = _root.score6;
stop();
Instance of Symbol 275 MovieClip in Frame 1095
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 102);
}
}
Frame 1096
_root.score6 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 1096
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Frame 1104
stop();
Instance of Symbol 549 MovieClip "levelT" in Frame 1104
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["plant" + i].play();
} else {
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -17200) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 1106
bgSound.stop();
Frame 1107
winSound.start(0, 1);
Frame 1118
stop();
Instance of Symbol 349 MovieClip in Frame 1118
on (release) {
_root.play();
}
Frame 1148
stopAllSounds();
stop();
play();
_root.framedif = _root._currentframe;
Frame 1149
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("house");
intSound = new Sound(this);
intSound.attachSound("intro");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
stopAllSounds();
_root.framedif = _root._currentframe - 1;
_quality = "LOW";
play();
_root.score7 = _root.score6;
Instance of Symbol 255 MovieClip "pausee" in Frame 1149
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 106) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 1150
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 1170
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 1197
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
}
}
Frame 1217
stop();
play();
Frame 1222
bgSound.start(0, 99);
Frame 1223
_root.score7 = _root.score6;
Instance of Symbol 581 MovieClip in Frame 1223
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1024) {
this._x = this._x + 1024;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 1224
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score7 = _root.score7 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["ghost" + i].ghost) && (_root.levelT["ghost" + i].ghost._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["ghost" + i].ghost) && (_root.levelT["ghost" + i].ghost._currentframe == 1))) {
_root.levelT["ghost" + i].ghost.play();
this._parent.goomN.play();
_root.score7 = _root.score7 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) && (_root.levelT["plat" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT[("plat" + i) && (_root.levelT["plat" + i]._currentframe == 1)]))) {
_root.levelT["plat" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score7 = _root.score7 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score7 = _root.score7 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.level7.flag.gotoAndPlay(31);
_root.score7 = _root.score7 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score7 = _root.score7 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score7 = _root.score7 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
Frame 1229
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 602 MovieClip "levelT" in Frame 1229
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["ghost" + i].play();
} else {
this["ghost" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -15750) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 1230
_root.checkpoint = _root.score7;
stop();
Instance of Symbol 275 MovieClip in Frame 1230
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 1231
_root.score7 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 1231
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Frame 1239
stop();
Instance of Symbol 603 MovieClip "levelT" in Frame 1239
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["ghost" + i].play();
} else {
this["ghost" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -17500) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 1241
bgSound.stop();
Frame 1242
winSound.start(0, 1);
Frame 1253
stop();
Instance of Symbol 349 MovieClip in Frame 1253
on (release) {
_root.play();
}
Frame 1283
stopAllSounds();
_root.framedif = _root._currentframe;
Frame 1284
_root.framedif = _root._currentframe - 1;
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("castle");
intSound = new Sound(this);
intSound.attachSound("intro");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
bossSound = new Sound(this);
bossSound.attachSound("boss");
stopAllSounds();
_quality = "LOW";
play();
_root.score8 = _root.score7;
Instance of Symbol 255 MovieClip "pausee" in Frame 1284
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 113) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 98) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
if ((_root._currentframe - _root.framedif) < 113) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 98) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
if ((_root._currentframe - _root.framedif) < 113) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 1285
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 1287
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 1309
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 1352
stop();
play();
Frame 1357
bgSound.start(0, 99);
Frame 1358
_root.score8 = _root.score7;
Instance of Symbol 477 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -3567.5) {
this._x = this._x + 3567.5;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 480 MovieClip "roof" in Frame 1358
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 36;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1440) {
this._x = this._x + 1440;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 36;
}
}
}
Instance of Symbol 483 MovieClip "floorc" in Frame 1358
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 36;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1056) {
this._x = this._x + 1056;
}
if ((_root._currentframe - _root.framedif) == 83) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = xpos;
this._x = this._x + 36;
}
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 1359
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score8 = _root.score8 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1))) {
_root.levelT["bro" + i].bro.play();
this._parent.goomN.play();
_root.score8 = _root.score8 + (random(50) + 5);
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plant" + i].plant) && (_root.levelT["plant" + i].plant._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["plant" + i].plant.play();
this._parent.goomN.play();
_root.score8 = _root.score8 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 10) {
if ((this.bullet1.hit1.hitTest(_root.levelT["roofbrick" + i]) && (_root.levelT["roofbrick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["roofbrick" + i]) && (_root.levelT["roofbrick" + i]._currentframe == 1))) {
_root.levelT["roofbrick" + i].play();
this._parent.goomN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1))) {
_root.levelT["pipe" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((this.bullet1.hit1.hitTest(_root.AFHB.bro.hammerbro.dude) && (_root.AFHB.bro.hammerbro.dude._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.AFHB.bro.hammerbro.dude) && (_root.AFHB.bro.hammerbro.dude._currentframe == 1))) {
_root.AFHB.bro.hammerbro.dude.play();
_root.score8 = _root.score8 + (random(100) + 500);
this._parent.goomN.play();
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 20) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeT) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 20) {
if (this.bullet1.hit1.hitTest(_root.levelT["bro" + i].hammer) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].hammer))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
if (this.bullet1.hit1.hitTest(_root.levelT.floorct) || (this.bullet1.hit2.hitTest(_root.levelT.floorct))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 50) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeTB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 10) {
if (this.bullet1.hit1.hitTest(_root.levelT["roofbrick" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["roofbrick" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
if (this.bullet1.hit1.hitTest(_root.floorc) || (this.bullet1.hit2.hitTest(_root.floorc))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.roof) || (this.bullet1.hit2.hitTest(_root.roof))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.AFHB.bro.hit1) || (this.bullet1.hit2.hitTest(_root.AFHB.bro.hit1))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.AFHB.ham1) || (this.bullet1.hit2.hitTest(_root.AFHB.bro.ham1))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.AFHB.ham2) || (this.bullet1.hit2.hitTest(_root.AFHB.bro.ham2))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
}
if (this.hitTest(_root.levelT.mario)) {
_root.levelT.mario.play();
this._parent.marioN.play();
this._parent.platN.play();
_root.scoreA = _root.scoreA + (random(500) + 5000);
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeT)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeTB)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
if ((_root._currentframe - _root.framedif) < 112) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
}
Frame 1364
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 617 MovieClip "levelT" in Frame 1364
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bro" + i].play();
this["plant" + i].play();
} else {
this["bro" + i].stop();
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -14100) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 1365
bgSound.stop();
bossSound.start(0, 99);
stop();
_root.checkpoint = _root.score8;
Instance of Symbol 275 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 1366
stop();
_root.score8 = _root.checkpoint;
Instance of Symbol 312 MovieClip in Frame 1366
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Instance of Symbol 632 MovieClip "AFHB" in Frame 1373
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
this.play();
} else if (_root.pausee._currentframe > 1) {
this.stop();
}
if (_root.AFHB.bro.hammerbro.dude._currentframe == 15) {
if (_root.bulletM._currentframe == 1) {
_root.play();
}
}
}
Frame 1381
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Frame 1383
bossSound.stop();
Frame 1384
winSound.start(0, 1);
Frame 1395
stop();
Instance of Symbol 349 MovieClip in Frame 1395
on (release) {
_root.play();
}
Frame 1425
stopAllSounds();
_root.framedif = _root._currentframe;
Frame 1426
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
_quality = "LOW";
play();
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("world");
_root.score9 = _root.score8;
stopAllSounds();
_root.framedif = _root._currentframe - 1;
Instance of Symbol 22 MovieClip in Frame 1426
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) == 1) {
this._x = 0;
}
if ((_root._currentframe - _root.framedif) > 18) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 43) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 44) {
this._x = xpos;
this._x = this._x + 0.4;
}
if (this._x < -1608.6) {
this._x = this._x + 1608.6;
}
}
}
Instance of Symbol 255 MovieClip "pausee" in Frame 1426
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 65) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 1427
bgSound.start(0, 99);
Frame 1428
_root.score9 = _root.score8;
Instance of Symbol 87 MovieClip "bulletM" in Frame 1444
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score9 = _root.score9 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["goomba" + i].goom.play();
this._parent.goomN.play();
_root.score9 = _root.score9 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) && (_root.levelT["plat" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT[("plat" + i) && (_root.levelT["plat" + i]._currentframe == 1)]))) {
_root.levelT["plat" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 44) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 45) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score9 = _root.score9 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score9 = _root.score9 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.levelT.flag.gotoAndPlay(31);
_root.score9 = _root.score9 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score9 = _root.score9 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score9 = _root.score9 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 44) {
_root.gotoAndPlay(_root.framedif + 3);
}
if ((_root._currentframe - _root.framedif) > 44) {
_root.gotoAndPlay(_root.framedif + 44);
}
}
}
}
}
Frame 1467
stop();
Instance of Symbol 641 MovieClip "levelT" in Frame 1467
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["goomba" + i].play();
} else {
this["goomba" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 1468
_root.checkpoint = _root.score9;
stop();
Instance of Symbol 275 MovieClip in Frame 1468
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 50);
}
}
Frame 1469
_root.score9 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 1469
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
}
}
Frame 1475
stop();
Instance of Symbol 642 MovieClip "levelT" in Frame 1475
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["goomba" + i].play();
} else {
this["goomba" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -17000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 1477
bgSound.stop();
Frame 1478
winSound.start(0, 1);
Frame 1489
stop();
Instance of Symbol 349 MovieClip in Frame 1489
on (release) {
_root.play();
}
Frame 1519
_root.framedif = _root._currentframe;
stopAllSounds();
stop();
play();
Frame 1520
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
_quality = "LOW";
play();
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("desert");
_root.score10 = _root.score9;
stopAllSounds();
_root.framedif = _root._currentframe - 1;
Instance of Symbol 649 MovieClip in Frame 1520
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) == 1) {
this._x = 0;
}
if ((_root._currentframe - _root.framedif) > 18) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 43) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 44) {
this._x = xpos;
this._x = this._x + 0.4;
}
if (this._x < -1024) {
this._x = this._x + 1024;
}
}
}
Instance of Symbol 255 MovieClip "pausee" in Frame 1520
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 65) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 1521
bgSound.start(0, 99);
Frame 1522
_root.score10 = _root.score9;
Instance of Symbol 87 MovieClip "bulletM" in Frame 1538
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score10 = _root.score10 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["koopa" + i].koop) && (_root.levelT["koopa" + i].koop._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["koopa" + i].koop) && (_root.levelT["koopa" + i].koop._currentframe == 1))) {
_root.levelT["koopa" + i].koop.play();
this._parent.koopN.play();
_root.score10 = _root.score10 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) && (_root.levelT["plat" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT[("plat" + i) && (_root.levelT["plat" + i]._currentframe == 1)]))) {
_root.levelT["plat" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 44) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 45) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score10 = _root.score10 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score10 = _root.score10 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.levelT.flag.gotoAndPlay(31);
_root.score10 = _root.score10 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score10 = _root.score10 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score10 = _root.score10 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 44) {
_root.gotoAndPlay(_root.framedif + 3);
}
if ((_root._currentframe - _root.framedif) > 44) {
_root.gotoAndPlay(_root.framedif + 44);
}
}
}
}
}
Frame 1561
stop();
Instance of Symbol 672 MovieClip "levelT" in Frame 1561
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["koopa" + i].play();
} else {
this["koopa" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 1562
_root.checkpoint = _root.score10;
stop();
Instance of Symbol 275 MovieClip in Frame 1562
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 50);
}
}
Frame 1563
_root.score10 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 1563
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
}
}
Frame 1569
stop();
Instance of Symbol 673 MovieClip "levelT" in Frame 1569
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["koopa" + i].play();
} else {
this["koopa" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16200) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 1571
bgSound.stop();
Frame 1572
winSound.start(0, 1);
Frame 1583
stop();
Instance of Symbol 349 MovieClip in Frame 1583
on (release) {
_root.play();
}
Frame 1613
_root.framedif = _root._currentframe;
stopAllSounds();
stop();
play();
Frame 1614
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("underwater");
intSound = new Sound(this);
intSound.attachSound("intro");
splashSound = new Sound(this);
splashSound.attachSound("splash");
stopAllSounds();
_quality = "LOW";
play();
_root.score11 = _root.score10;
_root.framedif = _root._currentframe - 1;
Instance of Symbol 255 MovieClip "pausee" in Frame 1614
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 106) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 1615
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 1635
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 1652
splashSound.start(0, 1);
Frame 1682
stop();
play();
Frame 1687
bgSound.start(0, 99);
Frame 1688
_root.score11 = _root.score10;
Instance of Symbol 429 MovieClip in Frame 1688
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1626) {
this._x = this._x + 1626;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 432 MovieClip in Frame 1689
onClipEvent (enterFrame) {
this._y = _root.bulletM._y;
this._x = _root.bulletM._x;
if ((_root._currentframe - _root.framedif) == 83) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 1689
onClipEvent (load) {
var ok = true;
crash = -10;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score11 = _root.score11 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["bloop" + i].bloop) && (_root.levelT["bloop" + i].bloop._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["bloop" + i].bloop) && (_root.levelT["bloop" + i].bloop._currentframe == 1))) {
_root.levelT["bloop" + i].bloop.nextFrame();
this._parent.goomN.play();
_root.score11 = _root.score11 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["coral" + i]) && (_root.levelT["coral" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["coral" + i]) && (_root.levelT["coral" + i]._currentframe == 1))) {
_root.levelT["coral" + i].nextFrame();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = -10;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["coral" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["coral" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash++;
if (this._y < -100) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
Frame 1694
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 679 MovieClip "levelT" in Frame 1694
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bloop" + i].play();
} else {
this["bloop" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 32;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -14500) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 1695
_root.checkpoint = _root.score11;
stop();
Instance of Symbol 275 MovieClip in Frame 1695
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 1696
_root.score11 = _root.checkpoint;
stop();
Instance of Symbol 455 MovieClip in Frame 1696
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Frame 1704
stop();
Instance of Symbol 680 MovieClip "levelT" in Frame 1704
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bloop" + i].play();
} else {
this["bloop" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 32;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -13000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 1706
bgSound.stop();
Frame 1707
winSound.start(0, 1);
Frame 1718
stop();
Instance of Symbol 349 MovieClip in Frame 1718
on (release) {
_root.play();
}
Frame 1748
stopAllSounds();
_root.framedif = _root._currentframe;
Frame 1749
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("castle");
intSound = new Sound(this);
intSound.attachSound("intro");
splashSound = new Sound(this);
splashSound.attachSound("splash");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
bossSound = new Sound(this);
bossSound.attachSound("boss");
stopAllSounds();
_quality = "LOW";
play();
_root.score12 = _root.score11;
_root.framedif = _root._currentframe - 1;
_root.ghostsize = 50;
Instance of Symbol 255 MovieClip "pausee" in Frame 1749
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 113) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 98) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
if ((_root._currentframe - _root.framedif) < 113) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 98) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
if ((_root._currentframe - _root.framedif) < 113) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 1750
intSound.start(0, 1);
splashSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 1752
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 1810
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
Frame 1817
stop();
play();
Frame 1822
bgSound.start(0, 99);
Frame 1823
_root.score12 = _root.score11;
Instance of Symbol 477 MovieClip in Frame 1823
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -3567.5) {
this._x = this._x + 3567.5;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 480 MovieClip "roof" in Frame 1823
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 36;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1440) {
this._x = this._x + 1440;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 36;
}
}
}
Instance of Symbol 483 MovieClip "floorc" in Frame 1823
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 36;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1056) {
this._x = this._x + 1056;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 36;
}
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 1824
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score12 = _root.score12 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1))) {
_root.levelT["bro" + i].bro.play();
this._parent.goomN.play();
_root.score12 = _root.score12 + (random(50) + 5);
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plant" + i].plant) && (_root.levelT["plant" + i].plant._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["plant" + i].plant.play();
this._parent.goomN.play();
_root.score12 = _root.score12 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 10) {
if ((this.bullet1.hit1.hitTest(_root.levelT["roofbrick" + i]) && (_root.levelT["roofbrick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["roofbrick" + i]) && (_root.levelT["roofbrick" + i]._currentframe == 1))) {
_root.levelT["roofbrick" + i].play();
this._parent.goomN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1))) {
_root.levelT["pipe" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if (this.bullet1.hit1.hitTest(_root.boss.kame) || (this.bullet1.hit2.hitTest(_root.boss.kame))) {
if (nohit == false) {
if (((_root.boss.kame._currentframe == 1) || (_root.boss.kame._currentframe == 9)) || (_root.boss.kame._currentframe == 17)) {
_root.boss.kame.play();
_root.score12 = _root.score12 + (random(100) + 200);
this._parent.goomN.play();
}
if ((_root.boss.kame._currentframe == 8) || (_root.boss.kame._currentframe == 16)) {
nohit = true;
}
}
} else {
nohit = false;
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 20) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeT) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 20) {
if (this.bullet1.hit1.hitTest(_root.levelT["bro" + i].hammer) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].hammer))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
if (this.bullet1.hit1.hitTest(_root.levelT.floorct) || (this.bullet1.hit2.hitTest(_root.levelT.floorct))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 3) {
if (this.bullet1.hit1.hitTest(_root.boss["spell" + i]) || (this.bullet1.hit2.hitTest(_root.boss["spell" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 50) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeTB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 10) {
if (this.bullet1.hit1.hitTest(_root.levelT["roofbrick" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["roofbrick" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
if (this.bullet1.hit1.hitTest(_root.floorc) || (this.bullet1.hit2.hitTest(_root.floorc))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.roof) || (this.bullet1.hit2.hitTest(_root.roof))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
}
if (this.hitTest(_root.levelT.mario)) {
_root.levelT.mario.play();
this._parent.marioN.play();
this._parent.platN.play();
_root.scoreA = _root.scoreA + (random(500) + 5000);
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeT)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeTB)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
if ((_root._currentframe - _root.framedif) < 112) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
}
Frame 1829
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 687 MovieClip "levelT" in Frame 1829
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bro" + i].play();
this["plant" + i].play();
} else {
this["bro" + i].stop();
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -14000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 1830
bgSound.stop();
bossSound.start(0, 99);
stop();
_root.checkpoint = _root.score12;
Instance of Symbol 275 MovieClip in Frame 1830
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 1831
stop();
_root.score12 = _root.checkpoint;
Instance of Symbol 312 MovieClip in Frame 1831
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Instance of Symbol 698 MovieClip "boss" in Frame 1838
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
this.play();
} else if (_root.pausee._currentframe > 1) {
this.stop();
}
if (_root.boss.kame._currentframe > 17) {
if (_root.bulletM._currentframe == 1) {
_root.play();
}
}
}
Frame 1846
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Frame 1848
bossSound.stop();
Frame 1849
winSound.start(0, 1);
Instance of Symbol 698 MovieClip "AFHB" in Frame 1859
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
this.play();
} else if (_root.pausee._currentframe > 1) {
this.stop();
}
if (_root.AFHB.bro.hammerbro.dude._currentframe == 15) {
if (_root.bulletM._currentframe == 1) {
_root.play();
}
}
}
Frame 1860
stop();
Instance of Symbol 349 MovieClip in Frame 1860
on (release) {
_root.play();
}
Frame 1890
stopAllSounds();
_root.framedif = _root._currentframe;
Frame 1891
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
_quality = "LOW";
play();
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("world");
_root.score13 = _root.score12;
stopAllSounds();
_root.framedif = _root._currentframe - 1;
Instance of Symbol 704 MovieClip in Frame 1891
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) == 1) {
this._x = 0;
}
if ((_root._currentframe - _root.framedif) > 18) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 43) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 44) {
this._x = xpos;
this._x = this._x + 0.4;
}
if (this._x < -2048) {
this._x = this._x + 2048;
}
}
}
Instance of Symbol 255 MovieClip "pausee" in Frame 1891
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 65) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 1892
bgSound.start(0, 99);
Frame 1893
_root.score13 = _root.score12;
Instance of Symbol 87 MovieClip "bulletM" in Frame 1909
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score13 = _root.score13 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["goomba" + i].goom.play();
this._parent.goomN.play();
_root.score13 = _root.score13 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) && (_root.levelT["plat" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT[("plat" + i) && (_root.levelT["plat" + i]._currentframe == 1)]))) {
_root.levelT["plat" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 44) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 45) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score13 = _root.score13 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score13 = _root.score13 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.levelT.flag.gotoAndPlay(31);
_root.score13 = _root.score13 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score13 = _root.score13 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score13 = _root.score13 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 44) {
_root.gotoAndPlay(_root.framedif + 3);
}
if ((_root._currentframe - _root.framedif) > 44) {
_root.gotoAndPlay(_root.framedif + 44);
}
}
}
}
}
Frame 1932
stop();
Instance of Symbol 708 MovieClip "levelT" in Frame 1932
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["goomba" + i].play();
} else {
this["goomba" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 1933
_root.checkpoint = _root.score13;
stop();
Instance of Symbol 275 MovieClip in Frame 1933
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 50);
}
}
Frame 1934
_root.score13 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 1934
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
}
}
Frame 1940
stop();
Instance of Symbol 709 MovieClip "levelT" in Frame 1940
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["goomba" + i].play();
} else {
this["goomba" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -17000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 1942
bgSound.stop();
Frame 1943
winSound.start(0, 1);
Frame 1954
stop();
Instance of Symbol 349 MovieClip in Frame 1954
on (release) {
_root.play();
}
Frame 1984
_root.framedif = _root._currentframe;
stopAllSounds();
stop();
play();
Frame 1985
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("underground");
intSound = new Sound(this);
intSound.attachSound("intro");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
stopAllSounds();
_quality = "LOW";
play();
_root.score14 = _root.score13;
_root.framedif = _root._currentframe - 1;
Instance of Symbol 255 MovieClip "pausee" in Frame 1985
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 117) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 92) {
if ((_root._currentframe - _root.framedif) < 102) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 102) {
if ((_root._currentframe - _root.framedif) < 117) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 92) {
if ((_root._currentframe - _root.framedif) < 102) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 102) {
if ((_root._currentframe - _root.framedif) < 117) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 1986
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 2006
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 2023
pipeSound.start(0, 1);
Frame 2047
stop();
play();
Frame 2059
bgSound.start(0, 99);
Frame 2060
_root.score14 = _root.score13;
play();
Instance of Symbol 374 MovieClip in Frame 2060
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 90) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 76) {
this._x = 0;
}
if (this._x < -768) {
this._x = this._x + 768;
}
if ((_root._currentframe - _root.framedif) == 93) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 94) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 2060
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 2075
stop();
Instance of Symbol 388 MovieClip "levelT" in Frame 2075
onClipEvent (load) {
Lspeed = 0;
}
onClipEvent (enterFrame) {
Lspeed++;
_x = (_x - Lspeed);
if (this._x < -500) {
_root.play();
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 2075
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score14 = _root.score14 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plant" + i].plant) && (_root.levelT["plant" + i].plant._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["plant" + i].plant) && (_root.levelT["plant" + i].plant._currentframe == 1))) {
_root.levelT["plant" + i].plant.play();
this._parent.goomN.play();
_root.score14 = _root.score14 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1))) {
_root.levelT["pipe" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 94) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 95) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeT) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeTB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score14 = _root.score14 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score14 = _root.score14 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.levelT.flag.gotoAndPlay(31);
_root.score14 = _root.score14 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score14 = _root.score14 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score14 = _root.score14 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeT)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeTB)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 94) {
_root.gotoAndPlay(_root.framedif + 76);
crash = 20;
}
if ((_root._currentframe - _root.framedif) > 94) {
_root.gotoAndPlay(_root.framedif + 94);
crash = 20;
}
}
}
}
}
Frame 2076
stop();
Instance of Symbol 714 MovieClip "levelT" in Frame 2076
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["plant" + i].play();
} else {
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 2077
_root.checkpoint = _root.score14;
stop();
Instance of Symbol 275 MovieClip in Frame 2077
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 102);
}
}
Frame 2078
_root.score14 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 2078
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Frame 2086
stop();
Instance of Symbol 715 MovieClip "levelT" in Frame 2086
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["plant" + i].play();
} else {
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -17200) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 2088
bgSound.stop();
Frame 2089
winSound.start(0, 1);
Frame 2100
stop();
Instance of Symbol 349 MovieClip in Frame 2100
on (release) {
_root.play();
}
Frame 2130
stopAllSounds();
stop();
play();
_root.framedif = _root._currentframe;
Frame 2131
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("underwater");
intSound = new Sound(this);
intSound.attachSound("intro");
splashSound = new Sound(this);
splashSound.attachSound("splash");
stopAllSounds();
_quality = "LOW";
play();
_root.score15 = _root.score14;
_root.framedif = _root._currentframe - 1;
Instance of Symbol 255 MovieClip "pausee" in Frame 2131
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 106) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 2132
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 2152
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 2169
splashSound.start(0, 1);
Frame 2199
stop();
play();
Frame 2204
bgSound.start(0, 99);
Frame 2205
_root.score15 = _root.score14;
Instance of Symbol 429 MovieClip in Frame 2205
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1626) {
this._x = this._x + 1626;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 432 MovieClip in Frame 2206
onClipEvent (enterFrame) {
this._y = _root.bulletM._y;
this._x = _root.bulletM._x;
if ((_root._currentframe - _root.framedif) == 83) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 2206
onClipEvent (load) {
var ok = true;
crash = -10;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score15 = _root.score15 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["bloop" + i].bloop) && (_root.levelT["bloop" + i].bloop._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["bloop" + i].bloop) && (_root.levelT["bloop" + i].bloop._currentframe == 1))) {
_root.levelT["bloop" + i].bloop.nextFrame();
this._parent.goomN.play();
_root.score15 = _root.score15 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["coral" + i]) && (_root.levelT["coral" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["coral" + i]) && (_root.levelT["coral" + i]._currentframe == 1))) {
_root.levelT["coral" + i].nextFrame();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = -10;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["coral" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["coral" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash++;
if (this._y < -100) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
Frame 2211
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 720 MovieClip "levelT" in Frame 2211
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bloop" + i].play();
} else {
this["bloop" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 32;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -14500) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 2212
_root.checkpoint = _root.score15;
stop();
Instance of Symbol 275 MovieClip in Frame 2212
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 2213
_root.score15 = _root.checkpoint;
stop();
Instance of Symbol 455 MovieClip in Frame 2213
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Frame 2221
stop();
Instance of Symbol 721 MovieClip "levelT" in Frame 2221
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bloop" + i].play();
} else {
this["bloop" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 32;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -13000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 2223
bgSound.stop();
Frame 2224
winSound.start(0, 1);
Frame 2235
stop();
Instance of Symbol 349 MovieClip in Frame 2235
on (release) {
_root.play();
}
Frame 2265
stopAllSounds();
_root.framedif = _root._currentframe;
Frame 2266
_root.framedif = _root._currentframe - 1;
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("castle");
intSound = new Sound(this);
intSound.attachSound("intro");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
bossSound = new Sound(this);
bossSound.attachSound("boss");
stopAllSounds();
_quality = "LOW";
play();
_root.score16 = _root.score15;
Instance of Symbol 255 MovieClip "pausee" in Frame 2266
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 113) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 98) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
if ((_root._currentframe - _root.framedif) < 113) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 98) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
if ((_root._currentframe - _root.framedif) < 113) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 2267
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 2269
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 2291
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 2334
stop();
play();
Frame 2339
bgSound.start(0, 99);
Frame 2340
_root.score16 = _root.score15;
Instance of Symbol 477 MovieClip in Frame 2340
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -3567.5) {
this._x = this._x + 3567.5;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 480 MovieClip "roof" in Frame 2340
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 36;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1440) {
this._x = this._x + 1440;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 36;
}
}
}
Instance of Symbol 483 MovieClip "floorc" in Frame 2340
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 36;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1056) {
this._x = this._x + 1056;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 36;
}
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 2341
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score16 = _root.score16 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1))) {
_root.levelT["bro" + i].bro.play();
this._parent.goomN.play();
_root.score16 = _root.score16 + (random(50) + 5);
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plant" + i].plant) && (_root.levelT["plant" + i].plant._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["plant" + i].plant.play();
this._parent.goomN.play();
_root.score16 = _root.score16 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 10) {
if ((this.bullet1.hit1.hitTest(_root.levelT["roofbrick" + i]) && (_root.levelT["roofbrick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["roofbrick" + i]) && (_root.levelT["roofbrick" + i]._currentframe == 1))) {
_root.levelT["roofbrick" + i].play();
this._parent.goomN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1))) {
_root.levelT["pipe" + i].play();
this._parent.goomN.play();
}
i++;
}
}
i = 1;
while (i < 5) {
if ((this.bullet1.hit1.hitTest(_root.boss["renzor" + i].renzor) && (_root.boss["renzor" + i].renzor._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.boss["renzor" + i].renzor) && (_root.boss["renzor" + i].renzor._currentframe == 1))) {
_root.boss["renzor" + i].renzor.play();
_root.score16 = _root.score16 + (random(100) + 500);
this._parent.goomN.play();
}
i++;
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 20) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeT) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 20) {
if (this.bullet1.hit1.hitTest(_root.levelT["bro" + i].hammer) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].hammer))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
if (this.bullet1.hit1.hitTest(_root.levelT.floorct) || (this.bullet1.hit2.hitTest(_root.levelT.floorct))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 50) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeTB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 10) {
if (this.bullet1.hit1.hitTest(_root.levelT["roofbrick" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["roofbrick" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
if (this.bullet1.hit1.hitTest(_root.floorc) || (this.bullet1.hit2.hitTest(_root.floorc))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.roof) || (this.bullet1.hit2.hitTest(_root.roof))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i = 1;
while (i < 5) {
if (this.bullet1.hit1.hitTest(_root.boss["renzor" + i].plat) || (this.bullet1.hit2.hitTest(_root.boss["renzor" + i].plat))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 5) {
if (this.bullet1.hit1.hitTest(_root.boss["fire" + i]) || (this.bullet1.hit2.hitTest(_root.boss["fire" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeT)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeTB)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
if ((_root._currentframe - _root.framedif) < 112) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
}
Frame 2346
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 726 MovieClip "levelT" in Frame 2346
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bro" + i].play();
this["plant" + i].play();
} else {
this["bro" + i].stop();
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -14100) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 2347
bgSound.stop();
bossSound.start(0, 99);
stop();
_root.checkpoint = _root.score16;
Instance of Symbol 275 MovieClip in Frame 2347
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 2348
stop();
_root.score16 = _root.checkpoint;
Instance of Symbol 312 MovieClip in Frame 2348
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Instance of Symbol 749 MovieClip "boss" in Frame 2355
onClipEvent (enterFrame) {
if (this.renzor1.renzor._currentframe == 26) {
if (this.renzor2.renzor._currentframe == 26) {
if (this.renzor3.renzor._currentframe == 26) {
if (this.renzor4.renzor._currentframe == 26) {
if (_root.bulletM._currentframe == 1) {
_root.play();
}
}
}
}
}
}
Frame 2363
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Frame 2365
bossSound.stop();
Frame 2366
winSound.start(0, 1);
Frame 2377
stop();
Instance of Symbol 349 MovieClip in Frame 2377
on (release) {
_root.play();
}
Frame 2407
stopAllSounds();
_root.framedif = _root._currentframe;
Frame 2408
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
_quality = "LOW";
play();
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("world");
_root.score17 = _root.score16;
stopAllSounds();
_root.framedif = _root._currentframe - 1;
Instance of Symbol 22 MovieClip in Frame 2408
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) == 1) {
this._x = 0;
}
if ((_root._currentframe - _root.framedif) > 18) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 43) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 44) {
this._x = xpos;
this._x = this._x + 0.4;
}
if (this._x < -1608.6) {
this._x = this._x + 1608.6;
}
}
}
Instance of Symbol 255 MovieClip "pausee" in Frame 2408
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 65) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 2409
bgSound.start(0, 99);
Frame 2410
_root.score17 = _root.score16;
Instance of Symbol 87 MovieClip "bulletM" in Frame 2426
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score17 = _root.score17 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["goomba" + i].goom.play();
this._parent.goomN.play();
_root.score17 = _root.score17 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) && (_root.levelT["plat" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT[("plat" + i) && (_root.levelT["plat" + i]._currentframe == 1)]))) {
_root.levelT["plat" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 44) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 45) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score17 = _root.score17 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score17 = _root.score17 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.levelT.flag.gotoAndPlay(31);
_root.score17 = _root.score17 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score17 = _root.score17 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score17 = _root.score17 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 44) {
_root.gotoAndPlay(_root.framedif + 3);
}
if ((_root._currentframe - _root.framedif) > 44) {
_root.gotoAndPlay(_root.framedif + 44);
}
}
}
}
}
Frame 2449
stop();
Instance of Symbol 755 MovieClip "levelT" in Frame 2449
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["goomba" + i].play();
} else {
this["goomba" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 2450
_root.checkpoint = _root.score17;
stop();
Instance of Symbol 275 MovieClip in Frame 2450
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 50);
}
}
Frame 2451
_root.score17 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 2451
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
}
}
Frame 2457
stop();
Instance of Symbol 756 MovieClip "levelT" in Frame 2457
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["goomba" + i].play();
} else {
this["goomba" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -17000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 2459
bgSound.stop();
Frame 2460
winSound.start(0, 1);
Frame 2471
stop();
Instance of Symbol 349 MovieClip in Frame 2471
on (release) {
_root.play();
}
Frame 2501
_root.framedif = _root._currentframe;
stopAllSounds();
stop();
play();
Frame 2502
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("house");
intSound = new Sound(this);
intSound.attachSound("intro");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
stopAllSounds();
_root.framedif = _root._currentframe - 1;
_quality = "LOW";
play();
_root.score18 = _root.score17;
Instance of Symbol 255 MovieClip "pausee" in Frame 2502
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 106) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 2503
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 2523
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 2550
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
}
}
Frame 2570
stop();
play();
Frame 2575
bgSound.start(0, 99);
Frame 2576
_root.score18 = _root.score17;
Instance of Symbol 581 MovieClip in Frame 2576
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1024) {
this._x = this._x + 1024;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 2577
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score18 = _root.score18 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["ghost" + i].ghost) && (_root.levelT["ghost" + i].ghost._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["ghost" + i].ghost) && (_root.levelT["ghost" + i].ghost._currentframe == 1))) {
_root.levelT["ghost" + i].ghost.play();
this._parent.goomN.play();
_root.score18 = _root.score18 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) && (_root.levelT["plat" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT[("plat" + i) && (_root.levelT["plat" + i]._currentframe == 1)]))) {
_root.levelT["plat" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score18 = _root.score18 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score18 = _root.score18 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.level7.flag.gotoAndPlay(31);
_root.score18 = _root.score18 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score18 = _root.score18 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score18 = _root.score18 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
Frame 2582
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 761 MovieClip "levelT" in Frame 2582
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["ghost" + i].play();
} else {
this["ghost" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -15750) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 2583
_root.checkpoint = _root.score18;
stop();
Instance of Symbol 275 MovieClip in Frame 2583
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 2584
_root.score18 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 2584
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Frame 2592
stop();
Instance of Symbol 762 MovieClip "levelT" in Frame 2592
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["ghost" + i].play();
} else {
this["ghost" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -17500) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 2594
bgSound.stop();
Frame 2595
winSound.start(0, 1);
Frame 2606
stop();
Instance of Symbol 349 MovieClip in Frame 2606
on (release) {
_root.play();
}
Frame 2636
stopAllSounds();
_root.framedif = _root._currentframe;
Frame 2637
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
_quality = "LOW";
play();
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("desert");
_root.score19 = _root.score18;
stopAllSounds();
_root.framedif = _root._currentframe - 1;
Instance of Symbol 649 MovieClip in Frame 2637
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) == 1) {
this._x = 0;
}
if ((_root._currentframe - _root.framedif) > 18) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 43) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 44) {
this._x = xpos;
this._x = this._x + 0.4;
}
if (this._x < -1024) {
this._x = this._x + 1024;
}
}
}
Instance of Symbol 255 MovieClip "pausee" in Frame 2637
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 65) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 2638
bgSound.start(0, 99);
Frame 2639
_root.score19 = _root.score18;
Instance of Symbol 87 MovieClip "bulletM" in Frame 2655
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score19 = _root.score19 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["koopa" + i].koop) && (_root.levelT["koopa" + i].koop._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["koopa" + i].koop) && (_root.levelT["koopa" + i].koop._currentframe == 1))) {
_root.levelT["koopa" + i].koop.play();
this._parent.koopN.play();
_root.score19 = _root.score19 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) && (_root.levelT["plat" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT[("plat" + i) && (_root.levelT["plat" + i]._currentframe == 1)]))) {
_root.levelT["plat" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 44) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 45) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score19 = _root.score19 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score19 = _root.score19 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.levelT.flag.gotoAndPlay(31);
_root.score19 = _root.score19 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score19 = _root.score19 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score19 = _root.score19 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 44) {
_root.gotoAndPlay(_root.framedif + 3);
}
if ((_root._currentframe - _root.framedif) > 44) {
_root.gotoAndPlay(_root.framedif + 44);
}
}
}
}
}
Frame 2678
stop();
Instance of Symbol 767 MovieClip "levelT" in Frame 2678
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["koopa" + i].play();
} else {
this["koopa" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 2679
_root.checkpoint = _root.score19;
stop();
Instance of Symbol 275 MovieClip in Frame 2679
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 50);
}
}
Frame 2680
_root.score19 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 2680
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
}
}
Frame 2686
stop();
Instance of Symbol 768 MovieClip "levelT" in Frame 2686
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["koopa" + i].play();
} else {
this["koopa" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16200) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 2688
bgSound.stop();
Frame 2689
winSound.start(0, 1);
Frame 2700
stop();
Instance of Symbol 349 MovieClip in Frame 2700
on (release) {
_root.play();
}
Frame 2730
_root.framedif = _root._currentframe;
stopAllSounds();
stop();
play();
Frame 2731
_root.framedif = _root._currentframe - 1;
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("castle");
intSound = new Sound(this);
intSound.attachSound("intro");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
bossSound = new Sound(this);
bossSound.attachSound("boss");
stopAllSounds();
_quality = "LOW";
play();
_root.score20 = _root.score19;
Instance of Symbol 255 MovieClip "pausee" in Frame 2731
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 113) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 98) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
if ((_root._currentframe - _root.framedif) < 113) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 98) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
if ((_root._currentframe - _root.framedif) < 113) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 2732
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 2734
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 2756
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 2799
stop();
play();
Frame 2804
bgSound.start(0, 99);
Frame 2805
_root.score20 = _root.score19;
Instance of Symbol 477 MovieClip in Frame 2805
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -3567.5) {
this._x = this._x + 3567.5;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 480 MovieClip "roof" in Frame 2805
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 36;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1440) {
this._x = this._x + 1440;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 36;
}
}
}
Instance of Symbol 483 MovieClip "floorc" in Frame 2805
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 36;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1056) {
this._x = this._x + 1056;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 36;
}
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 2806
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score20 = _root.score20 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1))) {
_root.levelT["bro" + i].bro.play();
this._parent.goomN.play();
_root.score20 = _root.score20 + (random(50) + 5);
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plant" + i].plant) && (_root.levelT["plant" + i].plant._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["plant" + i].plant.play();
this._parent.goomN.play();
_root.score20 = _root.score20 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 10) {
if ((this.bullet1.hit1.hitTest(_root.levelT["roofbrick" + i]) && (_root.levelT["roofbrick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["roofbrick" + i]) && (_root.levelT["roofbrick" + i]._currentframe == 1))) {
_root.levelT["roofbrick" + i].play();
this._parent.goomN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1))) {
_root.levelT["pipe" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if (this.bullet1.hit1.hitTest(_root.boss.tatanga) || (this.bullet1.hit2.hitTest(_root.boss.tatanga))) {
if (nohit == false) {
if (((((_root.boss.tatanga._currentframe == 1) || (_root.boss.tatanga._currentframe == 21)) || (_root.boss.tatanga._currentframe == 41)) || (_root.boss.tatanga._currentframe == 61)) || (_root.boss.tatanga._currentframe == 81)) {
_root.boss.tatanga.play();
_root.boss.tatanga.tat.play();
_root.score20 = _root.score20 + (random(100) + 200);
this._parent.goomN.play();
}
if ((((_root.boss.tatanga._currentframe == 20) || (_root.boss.tatanga._currentframe == 40)) || (_root.boss.tatanga._currentframe == 60)) || (_root.boss.tatanga._currentframe == 80)) {
nohit = true;
}
}
} else {
nohit = false;
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 20) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeT) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 20) {
if (this.bullet1.hit1.hitTest(_root.levelT["bro" + i].hammer) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].hammer))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
if (this.bullet1.hit1.hitTest(_root.levelT.floorct) || (this.bullet1.hit2.hitTest(_root.levelT.floorct))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 50) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeTB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 10) {
if (this.bullet1.hit1.hitTest(_root.levelT["roofbrick" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["roofbrick" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
if (this.bullet1.hit1.hitTest(_root.floorc) || (this.bullet1.hit2.hitTest(_root.floorc))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.roof) || (this.bullet1.hit2.hitTest(_root.roof))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.boss.tattack) || (this.bullet1.hit2.hitTest(_root.boss.tattack))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.boss.tball) || (this.bullet1.hit2.hitTest(_root.boss.tball))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.boss.tfire) || (this.bullet1.hit2.hitTest(_root.boss.tfire))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
}
if (this.hitTest(_root.levelT.mario)) {
_root.levelT.mario.play();
this._parent.marioN.play();
this._parent.platN.play();
_root.scoreA = _root.scoreA + (random(500) + 5000);
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeT)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeTB)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
if ((_root._currentframe - _root.framedif) < 112) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
}
Frame 2811
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 773 MovieClip "levelT" in Frame 2811
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bro" + i].play();
this["plant" + i].play();
} else {
this["bro" + i].stop();
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -14500) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 2812
bgSound.stop();
bossSound.start(0, 99);
stop();
_root.checkpoint = _root.score20;
Instance of Symbol 275 MovieClip in Frame 2812
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 2813
stop();
_root.score20 = _root.checkpoint;
Instance of Symbol 312 MovieClip in Frame 2813
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Instance of Symbol 793 MovieClip "boss" in Frame 2820
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
this.play();
} else if (_root.pausee._currentframe > 1) {
this.stop();
}
if (_root.boss.tatanga._currentframe > 99) {
if (_root.bulletM._currentframe == 1) {
_root.play();
}
}
}
Frame 2828
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Frame 2830
bossSound.stop();
Frame 2831
winSound.start(0, 1);
Instance of Symbol 793 MovieClip "AFHB" in Frame 2841
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
this.play();
} else if (_root.pausee._currentframe > 1) {
this.stop();
}
if (_root.AFHB.bro.hammerbro.dude._currentframe == 15) {
if (_root.bulletM._currentframe == 1) {
_root.play();
}
}
}
Frame 2842
stop();
Instance of Symbol 349 MovieClip in Frame 2842
on (release) {
_root.play();
}
Frame 2872
stopAllSounds();
_root.framedif = _root._currentframe;
Frame 2873
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
_quality = "LOW";
play();
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("world");
_root.score21 = _root.score20;
stopAllSounds();
_root.framedif = _root._currentframe - 1;
Instance of Symbol 22 MovieClip in Frame 2873
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) == 1) {
this._x = 0;
}
if ((_root._currentframe - _root.framedif) > 18) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 43) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 44) {
this._x = xpos;
this._x = this._x + 0.4;
}
if (this._x < -1608.6) {
this._x = this._x + 1608.6;
}
}
}
Instance of Symbol 255 MovieClip "pausee" in Frame 2873
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 65) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 2874
bgSound.start(0, 99);
Frame 2875
_root.score21 = _root.score20;
Instance of Symbol 87 MovieClip "bulletM" in Frame 2891
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score21 = _root.score21 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["goomba" + i].goom.play();
this._parent.goomN.play();
_root.score21 = _root.score21 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) && (_root.levelT["plat" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT[("plat" + i) && (_root.levelT["plat" + i]._currentframe == 1)]))) {
_root.levelT["plat" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 44) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 45) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score21 = _root.score21 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score21 = _root.score21 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.levelT.flag.gotoAndPlay(31);
_root.score21 = _root.score21 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score21 = _root.score21 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score21 = _root.score21 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 44) {
_root.gotoAndPlay(_root.framedif + 3);
}
if ((_root._currentframe - _root.framedif) > 44) {
_root.gotoAndPlay(_root.framedif + 44);
}
}
}
}
}
Frame 2914
stop();
Instance of Symbol 799 MovieClip "levelT" in Frame 2914
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["goomba" + i].play();
} else {
this["goomba" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 2915
_root.checkpoint = _root.score21;
stop();
Instance of Symbol 275 MovieClip in Frame 2915
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 50);
}
}
Frame 2916
_root.score21 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 2916
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
}
}
Frame 2922
stop();
Instance of Symbol 800 MovieClip "levelT" in Frame 2922
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["goomba" + i].play();
} else {
this["goomba" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -17000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 2924
bgSound.stop();
Frame 2925
winSound.start(0, 1);
Frame 2936
stop();
Instance of Symbol 349 MovieClip in Frame 2936
on (release) {
_root.play();
}
Frame 2966
_root.framedif = _root._currentframe;
stopAllSounds();
stop();
play();
Frame 2967
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("underground");
intSound = new Sound(this);
intSound.attachSound("intro");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
stopAllSounds();
_quality = "LOW";
play();
_root.score22 = _root.score21;
_root.framedif = _root._currentframe - 1;
Instance of Symbol 255 MovieClip "pausee" in Frame 2967
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 117) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 92) {
if ((_root._currentframe - _root.framedif) < 102) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 102) {
if ((_root._currentframe - _root.framedif) < 117) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 92) {
if ((_root._currentframe - _root.framedif) < 102) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 102) {
if ((_root._currentframe - _root.framedif) < 117) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 2968
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 2988
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 3005
pipeSound.start(0, 1);
Frame 3028
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
Frame 3029
stop();
play();
Frame 3041
bgSound.start(0, 99);
Frame 3042
_root.score22 = _root.score21;
play();
Instance of Symbol 374 MovieClip in Frame 3042
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 90) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 76) {
this._x = 0;
}
if (this._x < -768) {
this._x = this._x + 768;
}
if ((_root._currentframe - _root.framedif) == 93) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 94) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 3042
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 3057
stop();
Instance of Symbol 388 MovieClip "levelT" in Frame 3057
onClipEvent (load) {
Lspeed = 0;
}
onClipEvent (enterFrame) {
Lspeed++;
_x = (_x - Lspeed);
if (this._x < -500) {
_root.play();
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 3057
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score22 = _root.score22 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plant" + i].plant) && (_root.levelT["plant" + i].plant._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["plant" + i].plant) && (_root.levelT["plant" + i].plant._currentframe == 1))) {
_root.levelT["plant" + i].plant.play();
this._parent.goomN.play();
_root.score22 = _root.score22 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1))) {
_root.levelT["pipe" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 94) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 95) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeT) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeTB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score22 = _root.score22 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score22 = _root.score22 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.levelT.flag.gotoAndPlay(31);
_root.score22 = _root.score22 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score22 = _root.score22 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score22 = _root.score22 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeT)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeTB)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 94) {
_root.gotoAndPlay(_root.framedif + 76);
crash = 20;
}
if ((_root._currentframe - _root.framedif) > 94) {
_root.gotoAndPlay(_root.framedif + 94);
crash = 20;
}
}
}
}
}
Frame 3058
stop();
Instance of Symbol 805 MovieClip "levelT" in Frame 3058
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["plant" + i].play();
} else {
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 3059
_root.checkpoint = _root.score22;
stop();
Instance of Symbol 275 MovieClip in Frame 3059
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 102);
}
}
Frame 3060
_root.score22 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 3060
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Frame 3068
stop();
Instance of Symbol 806 MovieClip "levelT" in Frame 3068
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["plant" + i].play();
} else {
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -17200) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 3070
bgSound.stop();
Frame 3071
winSound.start(0, 1);
Frame 3082
stop();
Instance of Symbol 349 MovieClip in Frame 3082
on (release) {
_root.play();
}
Frame 3112
stopAllSounds();
stop();
play();
_root.framedif = _root._currentframe;
Frame 3113
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
_quality = "LOW";
play();
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("desert");
_root.score23 = _root.score22;
stopAllSounds();
_root.framedif = _root._currentframe - 1;
Instance of Symbol 649 MovieClip in Frame 3113
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) == 1) {
this._x = 0;
}
if ((_root._currentframe - _root.framedif) > 18) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 43) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 44) {
this._x = xpos;
this._x = this._x + 0.4;
}
if (this._x < -1024) {
this._x = this._x + 1024;
}
}
}
Instance of Symbol 255 MovieClip "pausee" in Frame 3113
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 65) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 3114
bgSound.start(0, 99);
Frame 3115
_root.score23 = _root.score22;
Instance of Symbol 87 MovieClip "bulletM" in Frame 3131
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score23 = _root.score23 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["koopa" + i].koop) && (_root.levelT["koopa" + i].koop._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["koopa" + i].koop) && (_root.levelT["koopa" + i].koop._currentframe == 1))) {
_root.levelT["koopa" + i].koop.play();
this._parent.koopN.play();
_root.score23 = _root.score23 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) && (_root.levelT["plat" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT[("plat" + i) && (_root.levelT["plat" + i]._currentframe == 1)]))) {
_root.levelT["plat" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 44) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 45) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score23 = _root.score23 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score23 = _root.score23 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.levelT.flag.gotoAndPlay(31);
_root.score23 = _root.score23 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score23 = _root.score23 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score23 = _root.score23 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 44) {
_root.gotoAndPlay(_root.framedif + 3);
}
if ((_root._currentframe - _root.framedif) > 44) {
_root.gotoAndPlay(_root.framedif + 44);
}
}
}
}
}
Frame 3154
stop();
Instance of Symbol 812 MovieClip "levelT" in Frame 3154
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["koopa" + i].play();
} else {
this["koopa" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 3155
_root.checkpoint = _root.score23;
stop();
Instance of Symbol 275 MovieClip in Frame 3155
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 50);
}
}
Frame 3156
_root.score23 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 3156
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
}
}
Frame 3162
stop();
Instance of Symbol 813 MovieClip "levelT" in Frame 3162
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["koopa" + i].play();
} else {
this["koopa" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16200) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 3164
bgSound.stop();
Frame 3165
winSound.start(0, 1);
Frame 3176
stop();
Instance of Symbol 349 MovieClip in Frame 3176
on (release) {
_root.play();
}
Frame 3206
_root.framedif = _root._currentframe;
stopAllSounds();
stop();
play();
Frame 3207
_root.framedif = _root._currentframe - 1;
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("castle");
intSound = new Sound(this);
intSound.attachSound("intro");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
bossSound = new Sound(this);
bossSound.attachSound("boss");
stopAllSounds();
_quality = "LOW";
play();
_root.score24 = _root.score23;
Instance of Symbol 255 MovieClip "pausee" in Frame 3207
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 113) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 98) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
if ((_root._currentframe - _root.framedif) < 113) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 98) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
if ((_root._currentframe - _root.framedif) < 113) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 3208
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 3210
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 3232
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 3275
stop();
play();
Frame 3280
bgSound.start(0, 99);
Frame 3281
_root.score24 = _root.score23;
Instance of Symbol 477 MovieClip in Frame 3281
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -3567.5) {
this._x = this._x + 3567.5;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 0.4;
}
if ((_root._currentframe - _root.framedif) == 98) {
this._x = this._x + 0.8;
}
}
}
Instance of Symbol 480 MovieClip "roof" in Frame 3281
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 36;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1440) {
this._x = this._x + 1440;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 36;
xmove = 36;
}
if ((_root._currentframe - _root.framedif) > 92) {
this._x = this._x + xmove;
xmove = xmove - 12;
if (xmove < -36) {
xmove = -36;
}
}
}
}
Instance of Symbol 483 MovieClip "floorc" in Frame 3281
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 36;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1440) {
this._x = this._x + 1440;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 36;
xmove = 36;
}
if ((_root._currentframe - _root.framedif) > 92) {
this._x = this._x + xmove;
xmove = xmove - 12;
if (xmove < -36) {
xmove = -36;
}
}
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 3282
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 95) {
this._xscale = -100;
} else {
this._xscale = 100;
}
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score24 = _root.score24 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1))) {
_root.levelT["bro" + i].bro.play();
this._parent.goomN.play();
_root.score24 = _root.score24 + (random(50) + 5);
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plant" + i].plant) && (_root.levelT["plant" + i].plant._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["plant" + i].plant.play();
this._parent.goomN.play();
_root.score24 = _root.score24 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 10) {
if ((this.bullet1.hit1.hitTest(_root.levelT["roofbrick" + i]) && (_root.levelT["roofbrick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["roofbrick" + i]) && (_root.levelT["roofbrick" + i]._currentframe == 1))) {
_root.levelT["roofbrick" + i].play();
this._parent.goomN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1))) {
_root.levelT["pipe" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if (this.bullet1.hit1.hitTest(_root.boss.tatanga) || (this.bullet1.hit2.hitTest(_root.boss.tatanga))) {
if (nohit == false) {
if (((((_root.boss.tatanga._currentframe == 1) || (_root.boss.tatanga._currentframe == 21)) || (_root.boss.tatanga._currentframe == 41)) || (_root.boss.tatanga._currentframe == 61)) || (_root.boss.tatanga._currentframe == 81)) {
_root.boss.tatanga.play();
_root.boss.tatanga.tat.play();
_root.score24 = _root.score24 + (random(100) + 200);
this._parent.goomN.play();
}
if ((((_root.boss.tatanga._currentframe == 20) || (_root.boss.tatanga._currentframe == 40)) || (_root.boss.tatanga._currentframe == 60)) || (_root.boss.tatanga._currentframe == 80)) {
nohit = true;
}
}
} else {
nohit = false;
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 20) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeT) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 20) {
if (this.bullet1.hit1.hitTest(_root.levelT["bro" + i].hammer) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].hammer))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
if (this.bullet1.hit1.hitTest(_root.levelT.floorct) || (this.bullet1.hit2.hitTest(_root.levelT.floorct))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.chomp) || (this.bullet1.hit2.hitTest(_root.chomp))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 50) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeTB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 10) {
if (this.bullet1.hit1.hitTest(_root.levelT["roofbrick" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["roofbrick" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
if (this.bullet1.hit1.hitTest(_root.floorc) || (this.bullet1.hit2.hitTest(_root.floorc))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.roof) || (this.bullet1.hit2.hitTest(_root.roof))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
}
if (this.hitTest(_root.levelT.mario)) {
_root.levelT.mario.play();
this._parent.marioN.play();
this._parent.platN.play();
_root.scoreA = _root.scoreA + (random(500) + 5000);
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeT)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeTB)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
if ((_root._currentframe - _root.framedif) < 112) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
}
Frame 3287
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 818 MovieClip "levelT" in Frame 3287
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bro" + i].play();
this["plant" + i].play();
} else {
this["bro" + i].stop();
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) == 81) {
if (_root.character < 9) {
Lspeed = 36;
_x = (_x - Lspeed);
} else {
Lspeed = 100;
_x = (_x - Lspeed);
}
if ((this._x < -14000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = -14000;
}
if ((_root._currentframe - _root.framedif) == 98) {
if (_root.character < 9) {
Lspeed = 36;
_x = (_x + Lspeed);
} else {
Lspeed = 100;
_x = (_x + Lspeed);
}
if ((this._x > 800) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
}
Frame 3288
bgSound.stop();
bossSound.start(0, 99);
stop();
_root.checkpoint = _root.score24;
Instance of Symbol 275 MovieClip in Frame 3288
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 3289
stop();
_root.score24 = _root.checkpoint;
Instance of Symbol 312 MovieClip in Frame 3289
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Frame 3304
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 818 MovieClip "levelT" in Frame 3304
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bro" + i].play();
this["plant" + i].play();
} else {
this["bro" + i].stop();
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) == 81) {
if (_root.character < 9) {
Lspeed = 36;
_x = (_x - Lspeed);
} else {
Lspeed = 100;
_x = (_x - Lspeed);
}
if ((this._x < -14000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = -14000;
}
if ((_root._currentframe - _root.framedif) == 98) {
if (_root.character < 9) {
Lspeed = 36;
_x = (_x + Lspeed);
} else {
Lspeed = 100;
_x = (_x + Lspeed);
}
if ((this._x > 800) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
}
Frame 3305
stop();
Instance of Symbol 830 MovieClip in Frame 3305
onClipEvent (enterFrame) {
if (this._currentframe == 10) {
_root.play();
}
}
Frame 3306
bossSound.stop();
Instance of Symbol 87 MovieClip "bulletM" in Frame 3321
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 3355
winSound.start(0, 1);
Frame 3366
stop();
Instance of Symbol 349 MovieClip in Frame 3366
on (release) {
_root.play();
}
Frame 3396
stopAllSounds();
_root.framedif = _root._currentframe;
Frame 3397
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
_quality = "LOW";
play();
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("world");
_root.score25 = _root.score24;
stopAllSounds();
_root.framedif = _root._currentframe - 1;
Instance of Symbol 704 MovieClip in Frame 3397
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) == 1) {
this._x = 0;
}
if ((_root._currentframe - _root.framedif) > 18) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 43) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 44) {
this._x = xpos;
this._x = this._x + 0.4;
}
if (this._x < -2048) {
this._x = this._x + 2048;
}
}
}
Instance of Symbol 255 MovieClip "pausee" in Frame 3397
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 65) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 3398
bgSound.start(0, 99);
Frame 3399
_root.score25 = _root.score24;
Instance of Symbol 87 MovieClip "bulletM" in Frame 3415
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score25 = _root.score25 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["goomba" + i].goom.play();
this._parent.goomN.play();
_root.score25 = _root.score25 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) && (_root.levelT["plat" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT[("plat" + i) && (_root.levelT["plat" + i]._currentframe == 1)]))) {
_root.levelT["plat" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 44) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 45) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score25 = _root.score25 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score25 = _root.score25 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.levelT.flag.gotoAndPlay(31);
_root.score25 = _root.score25 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score25 = _root.score25 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score25 = _root.score25 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 44) {
_root.gotoAndPlay(_root.framedif + 3);
}
if ((_root._currentframe - _root.framedif) > 44) {
_root.gotoAndPlay(_root.framedif + 44);
}
}
}
}
}
Frame 3438
stop();
Instance of Symbol 843 MovieClip "levelT" in Frame 3438
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["goomba" + i].play();
} else {
this["goomba" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 3439
_root.checkpoint = _root.score25;
stop();
Instance of Symbol 275 MovieClip in Frame 3439
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 50);
}
}
Frame 3440
_root.score25 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 3440
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
}
}
Frame 3446
stop();
Instance of Symbol 844 MovieClip "levelT" in Frame 3446
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["goomba" + i].play();
} else {
this["goomba" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -17000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 3448
bgSound.stop();
Frame 3449
winSound.start(0, 1);
Frame 3460
stop();
Instance of Symbol 349 MovieClip in Frame 3460
on (release) {
_root.play();
}
Frame 3490
_root.framedif = _root._currentframe;
stopAllSounds();
stop();
play();
Frame 3491
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("underwater");
intSound = new Sound(this);
intSound.attachSound("intro");
splashSound = new Sound(this);
splashSound.attachSound("splash");
stopAllSounds();
_quality = "LOW";
play();
_root.score26 = _root.score25;
_root.framedif = _root._currentframe - 1;
Instance of Symbol 255 MovieClip "pausee" in Frame 3491
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 106) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 3492
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 3512
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 3529
splashSound.start(0, 1);
Frame 3559
stop();
play();
Frame 3564
bgSound.start(0, 99);
Frame 3565
_root.score26 = _root.score25;
Instance of Symbol 429 MovieClip in Frame 3565
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1626) {
this._x = this._x + 1626;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 432 MovieClip in Frame 3566
onClipEvent (enterFrame) {
this._y = _root.bulletM._y;
this._x = _root.bulletM._x;
if ((_root._currentframe - _root.framedif) == 83) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 3566
onClipEvent (load) {
var ok = true;
crash = -10;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score26 = _root.score26 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["bloop" + i].bloop) && (_root.levelT["bloop" + i].bloop._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["bloop" + i].bloop) && (_root.levelT["bloop" + i].bloop._currentframe == 1))) {
_root.levelT["bloop" + i].bloop.nextFrame();
this._parent.goomN.play();
_root.score26 = _root.score26 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["coral" + i]) && (_root.levelT["coral" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["coral" + i]) && (_root.levelT["coral" + i]._currentframe == 1))) {
_root.levelT["coral" + i].nextFrame();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = -10;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["coral" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["coral" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash++;
if (this._y < -100) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
Frame 3571
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 849 MovieClip "levelT" in Frame 3571
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bloop" + i].play();
} else {
this["bloop" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 32;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -14500) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 3572
_root.checkpoint = _root.score26;
stop();
Instance of Symbol 275 MovieClip in Frame 3572
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 3573
_root.score26 = _root.checkpoint;
stop();
Instance of Symbol 455 MovieClip in Frame 3573
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Frame 3581
stop();
Instance of Symbol 850 MovieClip "levelT" in Frame 3581
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bloop" + i].play();
} else {
this["bloop" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 32;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -13000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 3583
bgSound.stop();
Frame 3584
winSound.start(0, 1);
Frame 3595
stop();
Instance of Symbol 349 MovieClip in Frame 3595
on (release) {
_root.play();
}
Frame 3625
stopAllSounds();
_root.framedif = _root._currentframe;
Frame 3626
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("house");
intSound = new Sound(this);
intSound.attachSound("intro");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
stopAllSounds();
_root.framedif = _root._currentframe - 1;
_quality = "LOW";
play();
_root.score27 = _root.score26;
Instance of Symbol 255 MovieClip "pausee" in Frame 3626
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 106) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 3627
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 3647
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 3674
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
}
}
Frame 3694
stop();
play();
Frame 3699
bgSound.start(0, 99);
Frame 3700
_root.score27 = _root.score26;
Instance of Symbol 581 MovieClip in Frame 3700
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1024) {
this._x = this._x + 1024;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 3701
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score27 = _root.score27 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["ghost" + i].ghost) && (_root.levelT["ghost" + i].ghost._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["ghost" + i].ghost) && (_root.levelT["ghost" + i].ghost._currentframe == 1))) {
_root.levelT["ghost" + i].ghost.play();
this._parent.goomN.play();
_root.score27 = _root.score27 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) && (_root.levelT["plat" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT[("plat" + i) && (_root.levelT["plat" + i]._currentframe == 1)]))) {
_root.levelT["plat" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score27 = _root.score27 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score27 = _root.score27 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.level7.flag.gotoAndPlay(31);
_root.score27 = _root.score27 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score27 = _root.score27 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score27 = _root.score27 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
Frame 3706
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 855 MovieClip "levelT" in Frame 3706
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["ghost" + i].play();
} else {
this["ghost" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -15750) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 3707
_root.checkpoint = _root.score27;
stop();
Instance of Symbol 275 MovieClip in Frame 3707
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 3708
_root.score27 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 3708
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Frame 3716
stop();
Instance of Symbol 856 MovieClip "levelT" in Frame 3716
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["ghost" + i].play();
} else {
this["ghost" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -17500) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 3718
bgSound.stop();
Frame 3719
winSound.start(0, 1);
Frame 3730
stop();
Instance of Symbol 349 MovieClip in Frame 3730
on (release) {
_root.play();
}
Frame 3760
stopAllSounds();
_root.framedif = _root._currentframe;
Frame 3761
_root.framedif = _root._currentframe - 1;
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("castle");
intSound = new Sound(this);
intSound.attachSound("intro");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
bossSound = new Sound(this);
bossSound.attachSound("boss");
stopAllSounds();
_quality = "LOW";
play();
_root.score28 = _root.score27;
Instance of Symbol 255 MovieClip "pausee" in Frame 3761
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 113) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 98) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
if ((_root._currentframe - _root.framedif) < 113) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 98) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
if ((_root._currentframe - _root.framedif) < 113) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 3762
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 3764
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 3786
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 3829
stop();
play();
Frame 3834
bgSound.start(0, 99);
Frame 3835
_root.score28 = _root.score27;
Instance of Symbol 477 MovieClip in Frame 3835
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -3567.5) {
this._x = this._x + 3567.5;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 480 MovieClip "roof" in Frame 3835
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 36;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1440) {
this._x = this._x + 1440;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 36;
}
}
}
Instance of Symbol 483 MovieClip "floorc" in Frame 3835
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 36;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1056) {
this._x = this._x + 1056;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 36;
}
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 3836
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score28 = _root.score28 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1))) {
_root.levelT["bro" + i].bro.play();
this._parent.goomN.play();
_root.score28 = _root.score28 + (random(50) + 5);
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plant" + i].plant) && (_root.levelT["plant" + i].plant._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["plant" + i].plant.play();
this._parent.goomN.play();
_root.score28 = _root.score28 + (random(50) + 5);
}
i++;
}
if ((this.bullet1.hit1.hitTest(_root.boss.bowser) && (_root.boss.bowser._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.boss.bowser) && (_root.boss.bowser._currentframe == 1))) {
this._parent.goomN.play();
_root.score28 = _root.score28 + (random(100) + 500);
}
if (_root.character == 9) {
i = 1;
while (i < 10) {
if ((this.bullet1.hit1.hitTest(_root.levelT["roofbrick" + i]) && (_root.levelT["roofbrick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["roofbrick" + i]) && (_root.levelT["roofbrick" + i]._currentframe == 1))) {
_root.levelT["roofbrick" + i].play();
this._parent.goomN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1))) {
_root.levelT["pipe" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 20) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeT) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 20) {
if (this.bullet1.hit1.hitTest(_root.levelT["bro" + i].hammer) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].hammer))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
if (this.bullet1.hit1.hitTest(_root.levelT.floorct) || (this.bullet1.hit2.hitTest(_root.levelT.floorct))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.boss.hit) || (this.bullet1.hit2.hitTest(_root.boss.hit))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.boss.bball) || (this.bullet1.hit2.hitTest(_root.boss.bball))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if ((this.bullet1.hit1.hitTest(_root.boss.hit2) && (_root.boss.bowser.battack._currentframe > 27)) || (this.bullet1.hit2.hitTest(_root.boss.bball) && (_root.boss.bowser.battack._currentframe > 27))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 50) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeTB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 10) {
if (this.bullet1.hit1.hitTest(_root.levelT["roofbrick" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["roofbrick" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
if (this.bullet1.hit1.hitTest(_root.floorc) || (this.bullet1.hit2.hitTest(_root.floorc))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.roof) || (this.bullet1.hit2.hitTest(_root.roof))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeT)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeTB)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
if ((_root._currentframe - _root.framedif) < 112) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
}
Frame 3841
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 861 MovieClip "levelT" in Frame 3841
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bro" + i].play();
this["plant" + i].play();
} else {
this["bro" + i].stop();
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -15000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 3842
bgSound.stop();
bossSound.start(0, 99);
stop();
_root.checkpoint = _root.score28;
_root.bowserhurt = 0;
Instance of Symbol 275 MovieClip in Frame 3842
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 3843
stop();
_root.score28 = _root.checkpoint;
_root.bowserhurt = 0;
Instance of Symbol 312 MovieClip in Frame 3843
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Frame 3858
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Frame 3860
bossSound.stop();
Frame 3861
winSound.start(0, 1);
Frame 3872
stop();
Instance of Symbol 349 MovieClip in Frame 3872
on (release) {
_root.play();
}
Frame 3902
stopAllSounds();
_root.framedif = _root._currentframe;
Frame 3903
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
_quality = "LOW";
play();
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("world");
_root.score29 = _root.score28;
stopAllSounds();
_root.framedif = _root._currentframe - 1;
Instance of Symbol 22 MovieClip in Frame 3903
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) == 1) {
this._x = 0;
}
if ((_root._currentframe - _root.framedif) > 18) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 43) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 44) {
this._x = xpos;
this._x = this._x + 0.4;
}
if (this._x < -1608.6) {
this._x = this._x + 1608.6;
}
}
}
Instance of Symbol 255 MovieClip "pausee" in Frame 3903
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 65) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 42) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 42) {
if ((_root._currentframe - _root.framedif) < 50) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 50) {
if ((_root._currentframe - _root.framedif) < 65) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 3904
bgSound.start(0, 99);
Frame 3905
_root.score29 = _root.score28;
Instance of Symbol 87 MovieClip "bulletM" in Frame 3921
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score29 = _root.score29 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["goomba" + i].goom.play();
this._parent.goomN.play();
_root.score29 = _root.score29 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) && (_root.levelT["plat" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT[("plat" + i) && (_root.levelT["plat" + i]._currentframe == 1)]))) {
_root.levelT["plat" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 44) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 45) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score29 = _root.score29 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score29 = _root.score29 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.levelT.flag.gotoAndPlay(31);
_root.score29 = _root.score29 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score29 = _root.score29 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score29 = _root.score29 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 44) {
_root.gotoAndPlay(_root.framedif + 3);
}
if ((_root._currentframe - _root.framedif) > 44) {
_root.gotoAndPlay(_root.framedif + 44);
}
}
}
}
}
Frame 3944
stop();
Instance of Symbol 904 MovieClip "levelT" in Frame 3944
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["goomba" + i].play();
} else {
this["goomba" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 3945
_root.checkpoint = _root.score29;
stop();
Instance of Symbol 275 MovieClip in Frame 3945
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 50);
}
}
Frame 3946
_root.score29 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 3946
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
}
}
Frame 3952
stop();
Instance of Symbol 905 MovieClip "levelT" in Frame 3952
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["goomba" + i].play();
} else {
this["goomba" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -17000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 3954
bgSound.stop();
Frame 3955
winSound.start(0, 1);
Frame 3966
stop();
Instance of Symbol 349 MovieClip in Frame 3966
on (release) {
_root.play();
}
Frame 3996
_root.framedif = _root._currentframe;
stopAllSounds();
stop();
play();
Frame 3997
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("doom");
intSound = new Sound(this);
intSound.attachSound("intro");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
stopAllSounds();
_root.framedif = _root._currentframe - 1;
_quality = "LOW";
play();
_root.score30 = _root.score29;
Instance of Symbol 255 MovieClip "pausee" in Frame 3997
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 106) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 3998
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 4025
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 4065
stop();
play();
Frame 4070
bgSound.start(0, 99);
Frame 4071
_root.score30 = _root.score29;
Instance of Symbol 919 MovieClip in Frame 4071
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1024) {
this._x = this._x + 1024;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 4072
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score30 = _root.score30 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1))) {
_root.levelT["bro" + i].bro.play();
this._parent.goomN.play();
_root.score30 = _root.score30 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) && (_root.levelT["plat" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT[("plat" + i) && (_root.levelT["plat" + i]._currentframe == 1)]))) {
_root.levelT["plat" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["bro" + i].span) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].span))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score30 = _root.score30 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score27 = _root.score27 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.level7.flag.gotoAndPlay(31);
_root.score27 = _root.score27 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score27 = _root.score27 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score27 = _root.score27 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
Frame 4077
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 942 MovieClip "levelT" in Frame 4077
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bro" + i].play();
} else {
this["bro" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -15750) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 4078
_root.checkpoint = _root.score30;
stop();
Instance of Symbol 275 MovieClip in Frame 4078
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 4079
_root.score30 = _root.checkpoint;
stop();
Instance of Symbol 312 MovieClip in Frame 4079
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Frame 4087
stop();
Instance of Symbol 943 MovieClip "levelT" in Frame 4087
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bro" + i].play();
} else {
this["bro" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -16000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 4089
bgSound.stop();
Frame 4090
winSound.start(0, 1);
Frame 4101
stop();
Instance of Symbol 349 MovieClip in Frame 4101
on (release) {
_root.play();
}
Frame 4131
stopAllSounds();
_root.framedif = _root._currentframe;
Frame 4132
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("underwater");
intSound = new Sound(this);
intSound.attachSound("intro");
splashSound = new Sound(this);
splashSound.attachSound("splash");
stopAllSounds();
_quality = "LOW";
play();
_root.score31 = _root.score30;
_root.framedif = _root._currentframe - 1;
Instance of Symbol 255 MovieClip "pausee" in Frame 4132
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 106) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 91) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 91) {
if ((_root._currentframe - _root.framedif) < 106) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 4133
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 4153
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 4170
splashSound.start(0, 1);
Frame 4200
stop();
play();
Frame 4205
bgSound.start(0, 99);
Frame 4206
_root.score31 = _root.score30;
Instance of Symbol 951 MovieClip in Frame 4206
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1876) {
this._x = this._x + 1876;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 432 MovieClip in Frame 4207
onClipEvent (enterFrame) {
this._y = _root.bulletM._y;
this._x = _root.bulletM._x;
if ((_root._currentframe - _root.framedif) == 83) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 4207
onClipEvent (load) {
var ok = true;
crash = -10;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score31 = _root.score31 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["bloop" + i].bloop) && (_root.levelT["bloop" + i].bloop._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["bloop" + i].bloop) && (_root.levelT["bloop" + i].bloop._currentframe == 1))) {
_root.levelT["bloop" + i].bloop.nextFrame();
this._parent.goomN.play();
_root.score31 = _root.score31 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["coral" + i]) && (_root.levelT["coral" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["coral" + i]) && (_root.levelT["coral" + i]._currentframe == 1))) {
_root.levelT["coral" + i].nextFrame();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = -10;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["coral" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["coral" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash++;
if (this._y < -100) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
Frame 4212
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 952 MovieClip "levelT" in Frame 4212
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bloop" + i].play();
} else {
this["bloop" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 32;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -14500) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 4213
_root.checkpoint = _root.score31;
stop();
Instance of Symbol 275 MovieClip in Frame 4213
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 4214
_root.score31 = _root.checkpoint;
stop();
Instance of Symbol 455 MovieClip in Frame 4214
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Frame 4222
stop();
Instance of Symbol 953 MovieClip "levelT" in Frame 4222
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bloop" + i].play();
} else {
this["bloop" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 32;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -13000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 4224
bgSound.stop();
Frame 4225
winSound.start(0, 1);
Frame 4236
stop();
Instance of Symbol 349 MovieClip in Frame 4236
on (release) {
_root.play();
}
Frame 4266
stopAllSounds();
_root.framedif = _root._currentframe;
Frame 4267
_root.framedif = _root._currentframe - 1;
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
winSound = new Sound(this);
winSound.attachSound("victory");
bgSound = new Sound(this);
bgSound.attachSound("castle");
intSound = new Sound(this);
intSound.attachSound("intro");
pipeSound = new Sound(this);
pipeSound.attachSound("pipe");
bossSound = new Sound(this);
bossSound.attachSound("finalboss");
stopAllSounds();
_quality = "LOW";
play();
_root.score32 = _root.score31;
_root.bosshurt = 0;
Instance of Symbol 255 MovieClip "pausee" in Frame 4267
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.bulletM._currentframe == 1) {
if ((_root._currentframe - _root.framedif) < 113) {
if (Key.isDown(32)) {
_root.stop();
this.play();
}
}
}
}
if (this._currentframe == 11) {
if (Key.isDown(67)) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 98) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
if ((_root._currentframe - _root.framedif) < 113) {
_root.play();
}
}
this.gotoAndStop(1);
}
if (Key.isDown(88)) {
this.gotoAndPlay(13);
}
}
if (this._currentframe == 12) {
if ((_root._currentframe - _root.framedif) < 81) {
_root.play();
}
if ((_root._currentframe - _root.framedif) > 81) {
if ((_root._currentframe - _root.framedif) < 98) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
if ((_root._currentframe - _root.framedif) < 113) {
_root.play();
}
}
this.gotoAndStop(1);
}
}
Frame 4268
intSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Frame 4270
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 4292
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Frame 4335
stop();
play();
Frame 4340
bgSound.start(0, 99);
Frame 4341
_root.score32 = _root.score31;
Instance of Symbol 964 MovieClip in Frame 4341
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) < 82) {
this.gotoAndStop(1);
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -3567.5) {
this._x = this._x + 3567.5;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
play();
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this.gotoAndStop(1);
}
if ((_root._currentframe - _root.framedif) > 88) {
this.gotoAndStop(35);
}
}
}
Instance of Symbol 480 MovieClip "roof" in Frame 4341
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 36;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1440) {
this._x = this._x + 1440;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 36;
}
if ((_root._currentframe - _root.framedif) > 88) {
this._y = -1000;
} else {
this._y = -20;
}
}
}
Instance of Symbol 483 MovieClip "floorc" in Frame 4341
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 74) {
this._x = this._x - 36;
}
if ((_root._currentframe - _root.framedif) == 75) {
this._x = 0;
}
if (this._x < -1056) {
this._x = this._x + 1056;
}
if ((_root._currentframe - _root.framedif) == 82) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 83) {
this._x = xpos;
this._x = this._x + 36;
}
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 4342
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score32 = _root.score32 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].bro) && (_root.levelT["bro" + i].bro._currentframe == 1))) {
_root.levelT["bro" + i].bro.play();
this._parent.goomN.play();
_root.score32 = _root.score32 + (random(50) + 5);
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plant" + i].plant) && (_root.levelT["plant" + i].plant._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["plant" + i].plant.play();
this._parent.goomN.play();
_root.score32 = _root.score32 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 10) {
if ((this.bullet1.hit1.hitTest(_root.levelT["roofbrick" + i]) && (_root.levelT["roofbrick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["roofbrick" + i]) && (_root.levelT["roofbrick" + i]._currentframe == 1))) {
_root.levelT["roofbrick" + i].play();
this._parent.goomN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i]) && (_root.levelT["pipe" + i]._currentframe == 1))) {
_root.levelT["pipe" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if (this.bullet1.hit1.hitTest(_root.flame) || (this.bullet1.hit2.hitTest(_root.flame))) {
this._parent.goomN.play();
_root.score32 = _root.score32 + (random(100) + 500);
}
if ((_root._currentframe - _root.framedif) == 83) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 84) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 20) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeT) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 20) {
if (this.bullet1.hit1.hitTest(_root.levelT["bro" + i].hammer) || (this.bullet1.hit2.hitTest(_root.levelT["bro" + i].hammer))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
if (this.bullet1.hit1.hitTest(_root.levelT.floorct) || (this.bullet1.hit2.hitTest(_root.levelT.floorct))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 50) {
if (this.bullet1.hit1.hitTest(_root.levelT["pipe" + i].pipeTB) || (this.bullet1.hit2.hitTest(_root.levelT["pipe" + i].pipeTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 10) {
if (this.bullet1.hit1.hitTest(_root.levelT["roofbrick" + i]) || (this.bullet1.hit2.hitTest(_root.levelT["roofbrick" + i]))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
if (this.bullet1.hit1.hitTest(_root.floorc) || (this.bullet1.hit2.hitTest(_root.floorc))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
if (this.bullet1.hit1.hitTest(_root.roof) || (this.bullet1.hit2.hitTest(_root.roof))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
}
if (this.hitTest(_root.levelT.mario)) {
_root.levelT.mario.play();
this._parent.marioN.play();
this._parent.platN.play();
_root.scoreA = _root.scoreA + (random(500) + 5000);
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeT)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bulletbill.hitTest(_root.levelT["pipe" + i].pipeTB)) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 83) {
_root.gotoAndPlay(_root.framedif + 75);
}
if ((_root._currentframe - _root.framedif) > 83) {
if ((_root._currentframe - _root.framedif) < 112) {
_root.gotoAndPlay(_root.framedif + 83);
}
}
}
}
}
}
Frame 4347
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 965 MovieClip "levelT" in Frame 4347
onClipEvent (enterFrame) {
i = 1;
while (i < 100) {
if (_root.pausee._currentframe == 1) {
this["bro" + i].play();
this["plant" + i].play();
} else {
this["bro" + i].stop();
this["plant" + i].stop();
}
i++;
}
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if ((this._x < -14000) && (_root.bulletM._currentframe == 1)) {
_root.play();
}
}
}
Frame 4348
bgSound.stop();
bossSound.start(0, 99);
stop();
_root.checkpoint = _root.score32;
Instance of Symbol 275 MovieClip in Frame 4348
onClipEvent (enterFrame) {
if (this._currentframe == 33) {
_root.gotoAndPlay(_root.framedif + 91);
}
}
Frame 4349
stop();
_root.score32 = _root.checkpoint;
_root.bosshurt = 0;
Instance of Symbol 312 MovieClip "lakitu" in Frame 4349
onClipEvent (enterFrame) {
if (this._currentframe == 42) {
_root.play();
_root.shootN.play();
}
}
Instance of Symbol 983 MovieClip "boss" in Frame 4355
onClipEvent (load) {
timer1 = 0;
timer2 = 0;
timer3 = 0;
ypos = 0;
}
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
timer2 = 0;
timer1++;
this._xscale = this._xscale + 0.1;
this._yscale = this._yscale + 0.1;
if (timer1 > 40) {
nextFrame();
}
}
if (this._currentframe == 2) {
timer1 = 0;
if (this.gigaattack._currentframe == 25) {
timer2++;
}
if (timer2 > 20) {
this.prevFrame();
timer1 = -10;
}
}
if (this._currentframe == 3) {
timer1 = 0;
if (this.gigahurt._currentframe > 17) {
this._xscale = this._xscale - 0.5;
this._yscale = this._yscale - 0.5;
if (this._xscale < 100) {
this._xscale = 100;
}
if (this._yscale < 100) {
this._yscale = 100;
}
}
if (this.gigahurt._currentframe == 30) {
if (_root.bosshurt < 10) {
timer2 = 50;
this.prevFrame();
}
}
}
if ((_root._currentframe - _root.framedif) == 98) {
if (_root.bosshurt > 9) {
_root.play();
}
}
if ((_root._currentframe - _root.framedif) > 98) {
ypos = ypos + 0.5;
this.y;
tremblex = random(4) - 2;
trembley = random(4) - 2;
this._x = this._x + tremblex;
this._y = this._y + (ypos - trembley);
}
}
}
Instance of Symbol 990 MovieClip "flame" in Frame 4355
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if (_root.boss.gigaattack._currentframe == 24) {
this._y = random(400) + 50;
this._x = 1000;
retack = false;
this._rotation = 180;
}
if (_root.boss.gigaattack._currentframe == 25) {
if (this.hitTest(_root.bulletM)) {
retack = true;
}
if (retack == true) {
if (_root.character < 9) {
this._y = this._y - 200;
} else {
this._y = this._y - 100;
}
this._rotation = -90;
} else if (_root.character < 9) {
this._x = this._x - 120;
} else {
this._x = this._x - 250;
}
}
if (this._y < -250) {
_root.boss.gotoAndStop(3);
this._y = 6969;
}
}
}
Frame 4364
stop();
Instance of Symbol 992 MovieClip "levelT" in Frame 4364
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if (_root.character < 9) {
Lspeed = 36;
} else {
Lspeed = 100;
}
_x = (_x - Lspeed);
if (this._x < -14000) {
this._x = this._x + 15000;
}
if ((_root.currentframe - _root.framedif) > 98) {
this._y = this._y + ypos;
ypos++;
}
}
}
Frame 4366
bossSound.stop();
play();
play();
Frame 4367
winSound.start(0, 1);
play();
Instance of Symbol 992 MovieClip "levelT" in Frame 4374
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
Lspeed = 36;
_x = (_x - Lspeed);
if (this._x < -14000) {
this._x = this._x + 15000;
}
if ((_root.currentframe - _root.framedif) > 98) {
this._y = this._y + ypos;
ypos++;
}
}
}
Frame 4378
stop();
Instance of Symbol 349 MovieClip in Frame 4378
on (release) {
_root.play();
}
Frame 4408
stopAllSounds();
Mouse.show();
Frame 4409
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
_quality = "LOW";
play();
endSound = new Sound(this);
endSound.attachSound("credits");
endSound.start(0, 1);
_root.framedif = _root._currentframe - 1;
Instance of Symbol 704 MovieClip in Frame 4409
onClipEvent (enterFrame) {
if ((_root._currentframe - _root.framedif) == 1) {
this._x = 0;
}
if ((_root._currentframe - _root.framedif) > 18) {
this._x = this._x - 0.4;
}
if ((_root._currentframe - _root.framedif) == 43) {
xpos = this._x;
}
if ((_root._currentframe - _root.framedif) == 44) {
this._x = xpos;
this._x = this._x + 0.4;
}
if (this._x < -2048) {
this._x = this._x + 2048;
}
}
Instance of Symbol 87 MovieClip "bulletM" in Frame 4427
onClipEvent (load) {
var ok = true;
crash = 20;
allow = true;
}
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
reboundspeed = 20;
reboundspeed2 = 17;
reboundspeed3 = 15;
stoprotation = 3;
stoprotation2 = 5;
if (this._currentframe == 1) {
if (this._x > 750) {
this._x = this._x - reboundspeed;
}
if (this._x < 0) {
this._x = this._x + reboundspeed2;
}
if (this._y > 500) {
this._y = this._y - reboundspeed3;
}
if (this._y < 0) {
this._y = this._y + reboundspeed3;
}
if (this._rotation > 0) {
this._rotation = this._rotation - stoprotation;
}
if (this._rotation < 0) {
this._rotation = this._rotation + stoprotation;
}
}
if (_root.character == 1) {
if (this._rotation > 5) {
this.bullet1.bulletbill.gotoAndStop(1);
}
if (this._rotation < -5) {
this.bullet1.bulletbill.gotoAndStop(4);
}
if ((this._rotation > -5) && (this._rotation < -2)) {
this.bullet1.bulletbill.gotoAndStop(3);
}
if ((this._rotation > 2) && (this._rotation < 5)) {
this.bullet1.bulletbill.gotoAndStop(2);
}
if ((this._rotation <= 2) && (this._rotation >= -2)) {
this.bullet1.bulletbill.gotoAndStop(5);
}
}
if (this._rotation > 20) {
this._rotation = this._rotation - stoprotation2;
}
if (this._rotation < -20) {
this._rotation = this._rotation + stoprotation2;
}
speed = 20;
speed2 = 17;
speed3 = 15;
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["brick" + i]) && (_root.levelT["brick" + i]._currentframe == 1))) {
_root.levelT["brick" + i].play();
_root.score1 = _root.score1 + (random(50) + 5);
this._parent.brickN.play();
}
i++;
}
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT["goomba" + i].goom) && (_root.levelT["goomba" + i].goom._currentframe == 1))) {
_root.levelT["goomba" + i].goom.play();
this._parent.goomN.play();
_root.score1 = _root.score1 + (random(50) + 5);
}
i++;
}
if (_root.character == 9) {
i = 1;
while (i < 100) {
if ((this.bullet1.hit1.hitTest(_root.levelT["plat" + i]) && (_root.levelT["plat" + i]._currentframe == 1)) || (this.bullet1.hit2.hitTest(_root.levelT[("plat" + i) && (_root.levelT["plat" + i]._currentframe == 1)]))) {
_root.levelT["plat" + i].play();
this._parent.goomN.play();
}
i++;
}
}
if ((_root._currentframe - _root.framedif) == 44) {
crash = 20;
_alpha = 0;
}
if ((_root._currentframe - _root.framedif) == 45) {
this._x = 58;
this._y = 268.9;
this.gotoAndStop(1);
_alpha = 100;
}
if (this._currentframe == 1) {
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
myDegrees = _root._ymouse - this._y;
if (myDegrees > 21) {
myDegrees = 21;
} else if (myDegrees < -21) {
myDegrees = -21;
}
this._rotation = myDegrees;
if (_root.character < 9) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
this.gotoAndPlay(2);
this._parent.platN.play();
}
i++;
}
}
if (_root.levelT.flag._currentframe == 1) {
if (this.hitTest(_root.levelT.flag.flag1)) {
_root.levelT.flag.play();
_root.score1 = _root.score1 + 5000;
}
if (this.hitTest(_root.levelT.flag.flag2)) {
_root.levelT.flag.gotoAndPlay(16);
_root.score1 = _root.score1 + 4000;
}
if (this.hitTest(_root.levelT.flag.flag3)) {
_root.levelT.flag.gotoAndPlay(31);
_root.score1 = _root.score1 + 3000;
}
if (this.hitTest(_root.levelT.flag.flag4)) {
_root.levelT.flag.gotoAndPlay(46);
_root.score1 = _root.score1 + 2000;
}
if (this.hitTest(_root.levelT.flag.flag5)) {
_root.levelT.flag.gotoAndPlay(61);
_root.score1 = _root.score1 + 1000;
}
}
} else {
if (!Key.isDown(38)) {
allow = true;
} else if (Key.isDown(38) && (allow == true)) {
crash++;
allow = false;
}
this._rotation = this._rotation + 52;
this._y = this._y - crash;
crash = crash - 3;
if (this._y < 500) {
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platT) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platT))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
i = 1;
while (i < 100) {
if (this.bullet1.hit1.hitTest(_root.levelT["plat" + i].platTB) || (this.bullet1.hit2.hitTest(_root.levelT["plat" + i].platTB))) {
if (crash < 0) {
crash = -crash;
}
}
i++;
}
}
if (this._y > 950) {
if ((_root._currentframe - _root.framedif) < 44) {
_root.gotoAndPlay(_root.framedif + 2);
}
if ((_root._currentframe - _root.framedif) > 44) {
_root.gotoAndPlay(_root.framedif + 44);
}
}
}
}
Frame 4450
stop();
Instance of Symbol 996 MovieClip in Frame 4450
onClipEvent (enterFrame) {
this._x = this._x - 11;
if (this._x < -30152) {
_root.play();
}
}
Frame 4451
stop();
Instance of Symbol 830 MovieClip in Frame 4451
onClipEvent (enterFrame) {
if (this._currentframe == 10) {
stopAllSounds();
if (_root.character < 9) {
_root.gotoAndStop(_root.framedif + 44);
}
if (_root.character == 9) {
_root.gotoAndStop(_root.framedif + 45);
}
}
}
Instance of Symbol 1003 MovieClip in Frame 4452
onClipEvent (enterFrame) {
if (this._currentframe == 155) {
_root.gotoAndPlay(359);
}
}
Instance of Symbol 1013 MovieClip in Frame 4453
onClipEvent (enterFrame) {
if (this._currentframe == 120) {
_root.gotoAndPlay(359);
}
}
Symbol 30 MovieClip Frame 1
stop();
Instance of Symbol 27 MovieClip in Symbol 30 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 30 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 30 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 30 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 30 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 30 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 30 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 30 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 30 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Symbol 30 MovieClip Frame 27
stop();
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 1
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 1
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 1
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 1
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 1
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 1
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 1
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 1
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 1
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 10
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 10
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 10
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 10
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 10
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 10
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 10
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 10
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 10
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 20
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 20
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 20
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 20
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 20
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 20
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 20
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 20
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 20
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 30
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 30
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 30
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 30
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 30
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 30
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 30
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 30
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 30
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 40
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 40
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 40
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 40
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 40
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 40
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 40
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 40
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 40
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 50
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 50
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 50
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 50
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 50
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 50
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 50
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 50
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 50
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 60
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 60
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 60
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 60
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 60
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 60
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 60
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 60
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 60
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 70
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 70
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 70
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 70
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 70
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 70
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 70
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 70
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 70
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 80
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 80
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 80
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 80
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 80
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 80
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 80
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 80
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 80
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 90
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 90
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 90
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 90
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 90
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 90
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 90
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 90
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 27 MovieClip in Symbol 31 MovieClip Frame 90
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Symbol 1014 MovieClip [__Packages.mx.behaviors.DepthControl] Frame 0
class mx.behaviors.DepthControl extends Object
{
function DepthControl () {
super();
}
static function sendToBack(target) {
var _local2 = false;
while (_local2 == false) {
sendBackward(target);
_local2 = target == getInstanceAtLowest(target._parent);
}
}
static function bringToFront(target) {
var _local2 = false;
while (_local2 == false) {
bringForward(target);
_local2 = target == getInstanceAtHighest(target._parent);
}
}
static function sendBackward(target) {
var _local2 = trackDepths(target._parent);
if (target != getInstanceAtLowest(target._parent)) {
target.swapDepths(getInstanceLowerThan(target));
}
}
static function bringForward(target) {
if (target != getInstanceAtHighest(target._parent)) {
target.swapDepths(getInstanceHigherThan(target));
}
}
static function trackDepths(mcParent) {
var _local4 = [];
for (var _local5 in mcParent) {
if (typeof(mcParent[_local5]) == "movieclip") {
_local4.push({mc:mcParent[_local5], depth:mcParent[_local5].getDepth()});
}
}
_local4.sort(orderFunc);
return(_local4);
}
static function orderFunc(a, b) {
var _local2 = Number(a.depth);
var _local1 = Number(b.depth);
if (_local2 > _local1) {
return(-1);
}
if (_local1 > _local2) {
return(1);
}
return(0);
}
static function getInstanceAtLowest(targetParent) {
var _local1 = trackDepths(targetParent);
return(_local1[_local1.length - 1].mc);
}
static function getInstanceAtHighest(targetParent) {
var _local1 = trackDepths(targetParent);
return(_local1[0].mc);
}
static function getInstanceLowerThan(target) {
var _local2 = trackDepths(target._parent);
var _local1 = 0;
while (_local1 < _local2.length) {
if (_local2[_local1].mc == target) {
break;
}
_local1++;
}
return(_local2[_local1 + 1].mc);
}
static function getInstanceHigherThan(target) {
var _local2 = trackDepths(target._parent);
var _local1 = 0;
while (_local1 < _local2.length) {
if (_local2[_local1].mc == target) {
break;
}
_local1++;
}
return(_local2[_local1 - 1].mc);
}
}
Symbol 37 MovieClip Frame 3
stop();
Symbol 39 MovieClip Frame 3
stop();
Symbol 41 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 2
stop();
Symbol 41 MovieClip Frame 3
stop();
Symbol 41 MovieClip Frame 4
stop();
Symbol 41 MovieClip Frame 5
stop();
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 2
stop();
Symbol 63 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 2
stop();
Instance of Symbol 63 MovieClip "part1" in Symbol 64 MovieClip Frame 1
onClipEvent (enterFrame) {
ychange = _root.bulletM._rotation;
this._y = ((-ychange) / 3) + 2.8;
}
Instance of Symbol 63 MovieClip "part2" in Symbol 64 MovieClip Frame 1
onClipEvent (enterFrame) {
ychange = _root.bulletM._rotation;
this._y = ((-ychange) / 2.5) + 2.8;
}
Instance of Symbol 63 MovieClip "part3" in Symbol 64 MovieClip Frame 1
onClipEvent (enterFrame) {
ychange = _root.bulletM._rotation;
this._y = ((-ychange) / 2) + 2.8;
}
Instance of Symbol 63 MovieClip "part4" in Symbol 64 MovieClip Frame 1
onClipEvent (enterFrame) {
ychange = _root.bulletM._rotation;
this._y = ((-ychange) / 1.5) + 2.8;
}
Instance of Symbol 63 MovieClip "part5" in Symbol 64 MovieClip Frame 1
onClipEvent (enterFrame) {
ychange = _root.bulletM._rotation;
this._y = (-ychange) + 2.8;
}
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 2
stop();
Symbol 84 MovieClip Frame 3
stop();
Instance of Symbol 55 MovieClip in Symbol 84 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.bulletM._currentframe == 1) {
this.gotoAndStop(1);
}
if (_root.bulletM._currentframe == 2) {
this.gotoAndStop(2);
}
}
Symbol 84 MovieClip Frame 4
stop();
Symbol 84 MovieClip Frame 5
stop();
Symbol 84 MovieClip Frame 6
stop();
Symbol 84 MovieClip Frame 7
stop();
Symbol 84 MovieClip Frame 8
stop();
Symbol 84 MovieClip Frame 9
stop();
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 3
stop();
Symbol 86 MovieClip Frame 4
prevFrame();
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 2
stop();
Instance of Symbol 86 MovieClip in Symbol 87 MovieClip Frame 2
onClipEvent (enterFrame) {
this.play();
this._alpha = 0;
}
Symbol 90 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 10
stop();
Symbol 166 Button
on (release) {
if (_root.char._currentframe == 1) {
if (_root.instr._currentframe == 1) {
stopAllSounds();
if (_root.levelpass == "5J23T") {
gotoAndPlay (486);
}
if (_root.levelpass == "3R17Y") {
gotoAndPlay (632);
}
if (_root.levelpass == "7D59U") {
gotoAndPlay (767);
}
if (_root.levelpass == "8G43I") {
gotoAndPlay (909);
}
if (_root.levelpass == "3Y51P") {
gotoAndPlay (1003);
}
if (_root.levelpass == "3S41H") {
gotoAndPlay (1149);
}
if (_root.levelpass == "1Y63M") {
gotoAndPlay (1284);
}
if (_root.levelpass == "9K62A") {
gotoAndPlay (1426);
}
if (_root.levelpass == "9B48Q") {
gotoAndPlay (1520);
}
if (_root.levelpass == "5X81H") {
gotoAndPlay (1614);
}
if (_root.levelpass == "5G28F") {
gotoAndPlay (1749);
}
if (_root.levelpass == "6Z39W") {
gotoAndPlay (1891);
}
if (_root.levelpass == "4C66T") {
gotoAndPlay (1985);
}
if (_root.levelpass == "7B93J") {
gotoAndPlay (2131);
}
if (_root.levelpass == "2Q19Z") {
gotoAndPlay (2266);
}
if (_root.levelpass == "5P38S") {
gotoAndPlay (2408);
}
if (_root.levelpass == "2R92R") {
gotoAndPlay (2502);
}
if (_root.levelpass == "2D72Y") {
gotoAndPlay (2637);
}
if (_root.levelpass == "5Q14A") {
gotoAndPlay (2731);
}
if (_root.levelpass == "8U13A") {
gotoAndPlay (2873);
}
if (_root.levelpass == "5H11P") {
gotoAndPlay (2967);
}
if (_root.levelpass == "6V81Y") {
gotoAndPlay (3113);
}
if (_root.levelpass == "6X95T") {
gotoAndPlay (3207);
}
if (_root.levelpass == "8G17L") {
gotoAndPlay (3397);
}
if (_root.levelpass == "8A76B") {
gotoAndPlay (3491);
}
if (_root.levelpass == "1V73W") {
gotoAndPlay (3626);
}
if (_root.levelpass == "0T32P") {
gotoAndPlay (3761);
}
if (_root.levelpass == "3F15G") {
gotoAndPlay (3903);
}
if (_root.levelpass == "9P41Z") {
gotoAndPlay (3997);
}
if (_root.levelpass == "2Q26N") {
gotoAndPlay (4132);
}
if (_root.levelpass == "8A77W") {
gotoAndPlay (4267);
}
play();
Mouse.hide();
}
}
}
Symbol 169 Button
on (release) {
if (_root.char._currentframe == 1) {
if (_root.instr._currentframe == 1) {
getURL ("http://www.psy-city.co.uk/", "_blank");
}
}
}
Symbol 180 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 2
stop();
Symbol 180 MovieClip Frame 3
stop();
Symbol 180 MovieClip Frame 4
stop();
Symbol 180 MovieClip Frame 5
stop();
Symbol 183 Button
on (release) {
play();
}
Symbol 186 Button
on (release) {
play();
}
Symbol 189 Button
on (release) {
this.instr.nextFrame();
}
Symbol 190 Button
on (release) {
this.instr.prevFrame();
}
Symbol 191 Button
on (release) {
this.instr.prevFrame();
}
Symbol 192 MovieClip Frame 1
stop();
Instance of Symbol 43 MovieClip "hit1" in Symbol 192 MovieClip Frame 1
on (release) {
if (_root.instr._currentframe == 1) {
if (_root.char._currentframe == 1) {
_root.instr.play();
mx.behaviors.DepthControl.bringToFront(_root.instr);
}
}
}
Symbol 192 MovieClip Frame 25
stop();
Symbol 197 Button
on (release) {
if (this._parent.passwordd == "7H0MP") {
this._parent.char2.nextFrame();
}
}
Symbol 204 MovieClip Frame 1
stop();
Symbol 204 MovieClip Frame 2
stop();
Symbol 204 MovieClip Frame 3
stop();
_root.character = 4;
Symbol 206 MovieClip Frame 1
stop();
Symbol 206 MovieClip Frame 2
stop();
Symbol 206 MovieClip Frame 3
stop();
_root.character = 5;
Symbol 208 MovieClip Frame 1
stop();
Symbol 208 MovieClip Frame 2
stop();
Symbol 208 MovieClip Frame 3
stop();
_root.character = 3;
Symbol 211 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 2
stop();
Symbol 211 MovieClip Frame 3
stop();
_root.character = 2;
Symbol 214 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 2
stop();
Symbol 214 MovieClip Frame 3
stop();
_root.character = 6;
Symbol 216 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 2
stop();
Symbol 216 MovieClip Frame 3
stop();
_root.character = 9;
Symbol 218 MovieClip Frame 1
stop();
Symbol 218 MovieClip Frame 2
stop();
Symbol 218 MovieClip Frame 3
stop();
_root.character = 8;
Symbol 220 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 2
stop();
Symbol 220 MovieClip Frame 3
stop();
_root.character = 7;
Symbol 223 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 2
stop();
_root.character = 1;
Symbol 226 Button
on (release) {
if (this.passwordd == "7H0MP") {
if (this.char2._currentframe == 1) {
this.char2.nextFrame();
_root.char2un = true;
}
}
if (this.passwordd == "6E7KU") {
if (this.char3._currentframe == 1) {
this.char3.nextFrame();
_root.char3un = true;
}
}
if (this.passwordd == "8T9HF") {
if (this.char4._currentframe == 1) {
this.char4.nextFrame();
_root.char4un = true;
}
}
if (this.passwordd == "3Q7YX") {
if (this.char5._currentframe == 1) {
this.char5.nextFrame();
_root.char5un = true;
}
}
if (this.passwordd == "6F4JW") {
if (this.char6._currentframe == 1) {
this.char6.nextFrame();
_root.char6un = true;
}
}
if (this.passwordd == "9C8PK") {
if (this.char7._currentframe == 1) {
this.char7.nextFrame();
_root.char7un = true;
}
}
if (this.passwordd == "9P1WL") {
if (this.char8._currentframe == 1) {
this.char8.nextFrame();
_root.char8un = true;
}
}
if (this.passwordd == "8E7UC") {
if (this.char9._currentframe == 1) {
this.char9.nextFrame();
_root.char9un = true;
}
}
}
Symbol 229 Button
on (release) {
if (this.passwordd == "7H0MP") {
this.char2.nextFrame();
}
}
Symbol 231 MovieClip Frame 1
stop();
Instance of Symbol 43 MovieClip "hit1" in Symbol 231 MovieClip Frame 1
on (release) {
if (_root.instr._currentframe == 1) {
if (_root.char._currentframe == 1) {
_root.char.play();
mx.behaviors.DepthControl.bringToFront(_root.char);
}
}
}
Instance of Symbol 204 MovieClip "char4" in Symbol 231 MovieClip Frame 2
onClipEvent (load) {
if (_root.char4un == true) {
this.gotoAndStop(2);
}
}
on (release) {
if (this._currentframe == 2) {
if (_root.char.char1._currentframe == 2) {
_root.char.char1.prevFrame();
}
if (_root.char.char2._currentframe == 3) {
_root.char.char2.prevFrame();
}
if (_root.char.char3._currentframe == 3) {
_root.char.char3.prevFrame();
}
if (_root.char.char5._currentframe == 3) {
_root.char.char5.prevFrame();
}
if (_root.char.char6._currentframe == 3) {
_root.char.char6.prevFrame();
}
if (_root.char.char7._currentframe == 3) {
_root.char.char7.prevFrame();
}
if (_root.char.char8._currentframe == 3) {
_root.char.char8.prevFrame();
}
if (_root.char.char9._currentframe == 3) {
_root.char.char9.prevFrame();
}
this.gotoAndStop(3);
}
}
Instance of Symbol 206 MovieClip "char5" in Symbol 231 MovieClip Frame 2
onClipEvent (load) {
if (_root.char5un == true) {
this.gotoAndStop(2);
}
}
on (release) {
if (this._currentframe == 2) {
if (_root.char.char1._currentframe == 2) {
_root.char.char1.prevFrame();
}
if (_root.char.char2._currentframe == 3) {
_root.char.char2.prevFrame();
}
if (_root.char.char3._currentframe == 3) {
_root.char.char3.prevFrame();
}
if (_root.char.char4._currentframe == 3) {
_root.char.char4.prevFrame();
}
if (_root.char.char6._currentframe == 3) {
_root.char.char6.prevFrame();
}
if (_root.char.char7._currentframe == 3) {
_root.char.char7.prevFrame();
}
if (_root.char.char8._currentframe == 3) {
_root.char.char8.prevFrame();
}
if (_root.char.char9._currentframe == 3) {
_root.char.char9.prevFrame();
}
this.gotoAndStop(3);
}
}
Instance of Symbol 208 MovieClip "char3" in Symbol 231 MovieClip Frame 2
onClipEvent (load) {
if (_root.char3un == true) {
this.gotoAndStop(2);
}
}
on (release) {
if (this._currentframe == 2) {
if (_root.char.char1._currentframe == 2) {
_root.char.char1.prevFrame();
}
if (_root.char.char2._currentframe == 3) {
_root.char.char2.prevFrame();
}
if (_root.char.char4._currentframe == 3) {
_root.char.char4.prevFrame();
}
if (_root.char.char5._currentframe == 3) {
_root.char.char5.prevFrame();
}
if (_root.char.char6._currentframe == 3) {
_root.char.char6.prevFrame();
}
if (_root.char.char7._currentframe == 3) {
_root.char.char7.prevFrame();
}
if (_root.char.char8._currentframe == 3) {
_root.char.char8.prevFrame();
}
if (_root.char.char9._currentframe == 3) {
_root.char.char9.prevFrame();
}
this.gotoAndStop(3);
}
}
Instance of Symbol 211 MovieClip "char2" in Symbol 231 MovieClip Frame 2
onClipEvent (load) {
if (_root.char2un == true) {
this.gotoAndStop(2);
}
}
on (release) {
if (this._currentframe == 2) {
if (_root.char.char1._currentframe == 2) {
_root.char.char1.prevFrame();
}
if (_root.char.char3._currentframe == 3) {
_root.char.char3.prevFrame();
}
if (_root.char.char4._currentframe == 3) {
_root.char.char4.prevFrame();
}
if (_root.char.char5._currentframe == 3) {
_root.char.char5.prevFrame();
}
if (_root.char.char6._currentframe == 3) {
_root.char.char6.prevFrame();
}
if (_root.char.char7._currentframe == 3) {
_root.char.char7.prevFrame();
}
if (_root.char.char8._currentframe == 3) {
_root.char.char8.prevFrame();
}
if (_root.char.char9._currentframe == 3) {
_root.char.char9.prevFrame();
}
this.gotoAndStop(3);
}
}
Instance of Symbol 214 MovieClip "char6" in Symbol 231 MovieClip Frame 2
onClipEvent (load) {
if (_root.char6un == true) {
this.gotoAndStop(2);
}
}
on (release) {
if (this._currentframe == 2) {
if (_root.char.char1._currentframe == 2) {
_root.char.char1.prevFrame();
}
if (_root.char.char2._currentframe == 3) {
_root.char.char2.prevFrame();
}
if (_root.char.char3._currentframe == 3) {
_root.char.char3.prevFrame();
}
if (_root.char.char4._currentframe == 3) {
_root.char.char4.prevFrame();
}
if (_root.char.char5._currentframe == 3) {
_root.char.char5.prevFrame();
}
if (_root.char.char7._currentframe == 3) {
_root.char.char7.prevFrame();
}
if (_root.char.char8._currentframe == 3) {
_root.char.char8.prevFrame();
}
if (_root.char.char9._currentframe == 3) {
_root.char.char9.prevFrame();
}
this.gotoAndStop(3);
}
}
Instance of Symbol 216 MovieClip "char9" in Symbol 231 MovieClip Frame 2
onClipEvent (load) {
if (_root.char9un == true) {
this.gotoAndStop(2);
}
}
on (release) {
if (this._currentframe == 2) {
if (_root.char.char1._currentframe == 2) {
_root.char.char1.prevFrame();
}
if (_root.char.char2._currentframe == 3) {
_root.char.char2.prevFrame();
}
if (_root.char.char3._currentframe == 3) {
_root.char.char3.prevFrame();
}
if (_root.char.char4._currentframe == 3) {
_root.char.char4.prevFrame();
}
if (_root.char.char5._currentframe == 3) {
_root.char.char5.prevFrame();
}
if (_root.char.char6._currentframe == 3) {
_root.char.char6.prevFrame();
}
if (_root.char.char7._currentframe == 3) {
_root.char.char7.prevFrame();
}
if (_root.char.char8._currentframe == 3) {
_root.char.char8.prevFrame();
}
this.gotoAndStop(3);
}
}
Instance of Symbol 218 MovieClip "char8" in Symbol 231 MovieClip Frame 2
onClipEvent (load) {
if (_root.char8un == true) {
this.gotoAndStop(2);
}
}
on (release) {
if (this._currentframe == 2) {
if (_root.char.char1._currentframe == 2) {
_root.char.char1.prevFrame();
}
if (_root.char.char2._currentframe == 3) {
_root.char.char2.prevFrame();
}
if (_root.char.char3._currentframe == 3) {
_root.char.char3.prevFrame();
}
if (_root.char.char4._currentframe == 3) {
_root.char.char4.prevFrame();
}
if (_root.char.char5._currentframe == 3) {
_root.char.char5.prevFrame();
}
if (_root.char.char6._currentframe == 3) {
_root.char.char6.prevFrame();
}
if (_root.char.char7._currentframe == 3) {
_root.char.char7.prevFrame();
}
if (_root.char.char9._currentframe == 3) {
_root.char.char9.prevFrame();
}
this.gotoAndStop(3);
}
}
Instance of Symbol 220 MovieClip "char7" in Symbol 231 MovieClip Frame 2
onClipEvent (load) {
if (_root.char7un == true) {
this.gotoAndStop(2);
}
}
on (release) {
if (this._currentframe == 2) {
if (_root.char.char1._currentframe == 2) {
_root.char.char1.prevFrame();
}
if (_root.char.char2._currentframe == 3) {
_root.char.char2.prevFrame();
}
if (_root.char.char3._currentframe == 3) {
_root.char.char3.prevFrame();
}
if (_root.char.char4._currentframe == 3) {
_root.char.char4.prevFrame();
}
if (_root.char.char5._currentframe == 3) {
_root.char.char5.prevFrame();
}
if (_root.char.char6._currentframe == 3) {
_root.char.char6.prevFrame();
}
if (_root.char.char8._currentframe == 3) {
_root.char.char8.prevFrame();
}
if (_root.char.char9._currentframe == 3) {
_root.char.char9.prevFrame();
}
this.gotoAndStop(3);
}
}
Instance of Symbol 223 MovieClip "char1" in Symbol 231 MovieClip Frame 2
onClipEvent (load) {
this.gotoAndStop(2);
}
on (release) {
if ((!this._currentframe) == 2) {
this.gotoAndStop(2);
}
if (_root.char.char2._currentframe == 3) {
_root.char.char2.prevFrame();
}
if (_root.char.char3._currentframe == 3) {
_root.char.char3.prevFrame();
}
if (_root.char.char4._currentframe == 3) {
_root.char.char4.prevFrame();
}
if (_root.char.char5._currentframe == 3) {
_root.char.char5.prevFrame();
}
if (_root.char.char6._currentframe == 3) {
_root.char.char6.prevFrame();
}
if (_root.char.char7._currentframe == 3) {
_root.char.char7.prevFrame();
}
if (_root.char.char8._currentframe == 3) {
_root.char.char8.prevFrame();
}
if (_root.char.char9._currentframe == 3) {
_root.char.char9.prevFrame();
}
}
Symbol 231 MovieClip Frame 25
stop();
Instance of Symbol 223 MovieClip "char1" in Symbol 231 MovieClip Frame 25
onClipEvent (load) {
this.gotoAndStop(2);
}
on (release) {
if (this._currentframe == 1) {
this.nextFrame();
}
if (_root.char.char2._currentframe == 3) {
_root.char.char2.prevFrame();
}
if (_root.char.char3._currentframe == 3) {
_root.char.char3.prevFrame();
}
if (_root.char.char4._currentframe == 3) {
_root.char.char4.prevFrame();
}
if (_root.char.char5._currentframe == 3) {
_root.char.char5.prevFrame();
}
if (_root.char.char6._currentframe == 3) {
_root.char.char6.prevFrame();
}
if (_root.char.char7._currentframe == 3) {
_root.char.char7.prevFrame();
}
if (_root.char.char8._currentframe == 3) {
_root.char.char8.prevFrame();
}
if (_root.char.char9._currentframe == 3) {
_root.char.char9.prevFrame();
}
}
Symbol 233 MovieClip Frame 14
stop();
Symbol 234 MovieClip Frame 1
stop();
Symbol 236 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 1
stop();
Symbol 252 Button
on (release) {
gotoAndPlay (13);
}
Symbol 253 Button
on (release) {
nextFrame();
}
Symbol 254 Button
on (release) {
gotoAndStop (1);
}
Symbol 255 MovieClip Frame 1
Mouse.hide();
stop();
Symbol 255 MovieClip Frame 2
Mouse.show();
Symbol 255 MovieClip Frame 11
stop();
Symbol 255 MovieClip Frame 12
Mouse.hide();
stop();
Symbol 255 MovieClip Frame 29
stopAllSounds();
Symbol 255 MovieClip Frame 30
_root.gotoAndPlay(359);
Symbol 260 MovieClip Frame 10
gotoAndPlay (1);
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 21
stop();
Symbol 275 MovieClip Frame 33
stop();
Symbol 312 MovieClip Frame 49
stop();
Symbol 324 MovieClip Frame 1
stop();
Symbol 324 MovieClip Frame 15
stop();
Symbol 324 MovieClip Frame 30
stop();
Symbol 324 MovieClip Frame 45
stop();
Symbol 324 MovieClip Frame 60
stop();
Symbol 324 MovieClip Frame 75
stop();
Symbol 337 MovieClip Frame 40
stop();
Symbol 347 MovieClip Frame 40
stop();
Symbol 349 MovieClip Frame 15
stop();
Symbol 381 MovieClip Frame 1
stop();
Symbol 381 MovieClip Frame 13
stop();
Symbol 387 MovieClip Frame 1
stop();
Instance of Symbol 386 MovieClip in Symbol 387 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 386 MovieClip in Symbol 387 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 386 MovieClip in Symbol 387 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 386 MovieClip in Symbol 387 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 386 MovieClip in Symbol 387 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 386 MovieClip in Symbol 387 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 386 MovieClip in Symbol 387 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 386 MovieClip in Symbol 387 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 386 MovieClip in Symbol 387 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Symbol 387 MovieClip Frame 27
stop();
Symbol 396 MovieClip Frame 1
stop();
Symbol 396 MovieClip Frame 15
stop();
Symbol 404 MovieClip Frame 40
stop();
Symbol 436 MovieClip Frame 1
stop();
Symbol 436 MovieClip Frame 11
stop();
Symbol 442 MovieClip Frame 1
stop();
Instance of Symbol 441 MovieClip in Symbol 442 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 2) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y + fall;
fall--;
}
Instance of Symbol 441 MovieClip in Symbol 442 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 2) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y + fall;
fall--;
}
Instance of Symbol 441 MovieClip in Symbol 442 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 2) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y + fall;
fall--;
}
Instance of Symbol 441 MovieClip in Symbol 442 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 2) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y + fall;
fall--;
}
Instance of Symbol 441 MovieClip in Symbol 442 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 2) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y + fall;
fall--;
}
Instance of Symbol 441 MovieClip in Symbol 442 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 2) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y + fall;
fall--;
}
Instance of Symbol 441 MovieClip in Symbol 442 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 2) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y + fall;
fall--;
}
Instance of Symbol 441 MovieClip in Symbol 442 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 2) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y + fall;
fall--;
}
Instance of Symbol 441 MovieClip in Symbol 442 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 2) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y + fall;
fall--;
}
Symbol 442 MovieClip Frame 27
stop();
Symbol 450 MovieClip Frame 1
stop();
Symbol 450 MovieClip Frame 2
stop();
Instance of Symbol 449 MovieClip in Symbol 450 MovieClip Frame 2
onClipEvent (load) {
fall = 0;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall++;
}
Symbol 455 MovieClip Frame 49
stop();
Symbol 460 MovieClip Frame 40
stop();
Symbol 489 MovieClip Frame 1
stop();
Instance of Symbol 488 MovieClip in Symbol 489 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 488 MovieClip in Symbol 489 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 488 MovieClip in Symbol 489 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 488 MovieClip in Symbol 489 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 488 MovieClip in Symbol 489 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 488 MovieClip in Symbol 489 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 488 MovieClip in Symbol 489 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 488 MovieClip in Symbol 489 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 488 MovieClip in Symbol 489 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Symbol 489 MovieClip Frame 27
stop();
Symbol 493 MovieClip Frame 1
stop();
Symbol 493 MovieClip Frame 31
stop();
Symbol 499 MovieClip Frame 1
stop();
Symbol 499 MovieClip Frame 29
stop();
Instance of Symbol 493 MovieClip "bro" in Symbol 503 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!this._currentframe) == 1) {
stop();
}
}
Instance of Symbol 499 MovieClip "bro" in Symbol 503 MovieClip Frame 11
onClipEvent (enterFrame) {
if ((!this._currentframe) == 1) {
stop();
}
}
Symbol 503 MovieClip Frame 20
if ((!bro._currentframe) == 1) {
stop();
}
Symbol 503 MovieClip Frame 60
if ((!bro._currentframe) == 1) {
stop();
}
Symbol 507 MovieClip Frame 1
stop();
Symbol 507 MovieClip Frame 10
stop();
Symbol 513 MovieClip Frame 1
stop();
Symbol 513 MovieClip Frame 2
stop();
Symbol 518 MovieClip Frame 1
stop();
Symbol 518 MovieClip Frame 2
stop();
Symbol 519 MovieClip Frame 1
stop();
Instance of Symbol 518 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (load) {
timer = 0;
time = random(13) + 2;
timer2 = 0;
time2 = random(13) + 2;
}
onClipEvent (enterFrame) {
if (_root.boss._currentframe == 1) {
this._alpha = 0;
}
if (this._currentframe == 1) {
timer2 = 0;
timer++;
if (timer > time) {
this.nextFrame();
}
}
if (this._currentframe == 2) {
timer = 0;
timer2++;
if (timer2 > time2) {
this.prevFrame();
}
}
if (_root.boss._currentframe == 2) {
this._alpha = 100;
}
}
Symbol 519 MovieClip Frame 2
_root.ghostsize--;
Symbol 519 MovieClip Frame 26
stop();
Symbol 523 MovieClip Frame 7
stop();
Symbol 524 MovieClip Frame 7
stop();
Symbol 525 MovieClip Frame 1
stop();
Instance of Symbol 513 MovieClip in Symbol 525 MovieClip Frame 1
onClipEvent (load) {
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
if (_root.boss._currentframe == 1) {
this._alpha = 100;
this._yscale = _root.ghostsize + 50;
this._xscale = _root.ghostsize + 50;
xcheck = this._x - 400;
if (_root.bulletM._x >= xcheck) {
timer++;
} else {
timer = 0;
this.gotoAndStop(1);
}
if (timer > 5) {
this._alpha = 50;
this.nextFrame();
timer2 = 0;
}
if (this.hitTest(_root.bulletM) && (timer < 5)) {
timer = 0;
this.nextFrame();
}
if ((this._currentframe == 2) && (this._alpha == 100)) {
timer2++;
}
if (timer2 > 5) {
_root.boss.nextFrame();
}
}
if (_root.boss._currentframe == 2) {
this._alpha = 0;
timer2 = 0;
timer = 10;
}
}
Instance of Symbol 523 MovieClip in Symbol 525 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 100;
this.gotoAndPlay(1);
}
Symbol 525 MovieClip Frame 2
stop();
Instance of Symbol 90 MovieClip in Symbol 525 MovieClip Frame 2
onClipEvent (load) {
timer = 0;
time2 = random(10) + 20;
}
onClipEvent (enterFrame) {
timer++;
if (timer > time2) {
_root.boss.prevFrame();
}
}
Instance of Symbol 524 MovieClip in Symbol 525 MovieClip Frame 2
onClipEvent (load) {
this._alpha = 100;
this.gotoAndPlay(1);
}
Symbol 530 MovieClip Frame 40
stop();
Symbol 538 MovieClip Frame 42
stop();
Symbol 544 MovieClip Frame 40
stop();
Symbol 551 MovieClip Frame 40
stop();
Symbol 588 MovieClip Frame 1
stop();
Symbol 588 MovieClip Frame 10
stop();
Symbol 594 MovieClip Frame 1
stop();
Instance of Symbol 593 MovieClip in Symbol 594 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 593 MovieClip in Symbol 594 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 593 MovieClip in Symbol 594 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 593 MovieClip in Symbol 594 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 593 MovieClip in Symbol 594 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 593 MovieClip in Symbol 594 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 593 MovieClip in Symbol 594 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 593 MovieClip in Symbol 594 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 593 MovieClip in Symbol 594 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Symbol 594 MovieClip Frame 27
stop();
Symbol 600 MovieClip Frame 1
stop();
Symbol 600 MovieClip Frame 30
stop();
Symbol 605 MovieClip Frame 40
stop();
Symbol 620 MovieClip Frame 1
stop();
Symbol 620 MovieClip Frame 15
stop();
Symbol 622 MovieClip Frame 1
stop();
Symbol 622 MovieClip Frame 15
stop();
Symbol 623 MovieClip Frame 1
stop();
Symbol 623 MovieClip Frame 2
stop();
Instance of Symbol 623 MovieClip "hammerbro" in Symbol 627 MovieClip Frame 1
onClipEvent (load) {
timer = int(random * 10) + 10;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 631 MovieClip "ham2" in Symbol 632 MovieClip Frame 1
onClipEvent (load) {
ypos = 10;
timer = 0;
}
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if (this._parent.bro.hammerbro._currentframe == 2) {
if (timer == 0) {
this._x = this._parent.bro.hammerbro._x + 450;
this._y = this._parent.bro._y + 50;
xpos = ((_root.AFHB.bro._x + 113.4) - _root.bulletM._x) / 20;
}
timer++;
if (timer > 0) {
this._x = this._x + xpos;
xpos--;
ypos = ypos - 2;
this._y = this._y - ypos;
if (this.hitTest(_root.floorc)) {
ypos = -ypos;
}
if (this.hitTest(_root.roof)) {
ypos = -ypos;
}
}
if (this._x < -100) {
if (this._parent.bro.hammerbro.dude._currentframe == 1) {
this._parent.bro.hammerbro.prevFrame();
}
}
}
if (this._parent.bro.hammerbro._currentframe == 1) {
if ((_root._currentframe - _root.framedif) > 98) {
this._x = 14000;
}
ypos = 10;
timer = 0;
}
}
}
Instance of Symbol 631 MovieClip "ham1" in Symbol 632 MovieClip Frame 1
onClipEvent (load) {
ypos = 10;
timer = 0;
}
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if (this._parent.bro.hammerbro._currentframe == 1) {
if (timer == 0) {
this._x = this._parent.bro.hammerbro._x + 400;
this._y = this._parent.bro._y + 50;
xpos = (_root.AFHB.bro._x + 113.4) - _root.bulletM._x;
}
timer++;
if (timer > 0) {
this._x = this._x - (xpos / 20);
xpos = xpos + 5;
ypos = ypos - 2;
this._y = this._y - ypos;
if (this.hitTest(_root.floorc)) {
ypos = -ypos;
}
if (this.hitTest(_root.roof)) {
ypos = -ypos;
}
}
if (this._x < -100) {
if (this._parent.bro.hammerbro.dude._currentframe == 1) {
this._parent.bro.hammerbro.nextFrame();
}
}
}
if (this._parent.bro.hammerbro._currentframe == 2) {
if ((_root._currentframe - _root.framedif) > 98) {
this._x = 14000;
}
ypos = 10;
timer = 0;
}
}
}
Symbol 635 MovieClip Frame 40
stop();
Symbol 637 MovieClip Frame 42
stop();
Symbol 646 MovieClip Frame 40
stop();
Symbol 656 MovieClip Frame 1
stop();
Symbol 656 MovieClip Frame 10
stop();
Symbol 662 MovieClip Frame 1
stop();
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Symbol 662 MovieClip Frame 27
stop();
Symbol 670 MovieClip Frame 1
stop();
Symbol 670 MovieClip Frame 20
stop();
Symbol 675 MovieClip Frame 40
stop();
Symbol 682 MovieClip Frame 40
stop();
Symbol 692 MovieClip Frame 1
stop();
Symbol 692 MovieClip Frame 2
stop();
Symbol 692 MovieClip Frame 3
stop();
Symbol 692 MovieClip Frame 4
stop();
Symbol 693 MovieClip Frame 1
stop();
Symbol 693 MovieClip Frame 9
stop();
Symbol 693 MovieClip Frame 17
stop();
Symbol 693 MovieClip Frame 35
stop();
Instance of Symbol 697 MovieClip "spell1" in Symbol 698 MovieClip Frame 1
onClipEvent (load) {
timer = 0;
}
onClipEvent (enterFrame) {
if (this._parent.kame.kam._currentframe < 3) {
timer++;
if (timer == 15) {
this._x = this._parent.kame._x - 100;
this._y = this._parent.kame._y - 6;
xpos = (this._parent.kame._x - 100) - _root.bulletM._x;
ypos = (this._parent.kame._y - 6) - _root.bulletM._y;
this._parent.kame.kam.nextFrame();
}
if (timer > 15) {
if (_root.pausee._currentframe == 1) {
this._x = this._x - (xpos / 15);
xpos = xpos + 5;
this._y = this._y - (ypos / 15);
if ((((this._x < -100) || (this._x > 850)) || (this._y < -100)) || (this._y > 550)) {
this._parent.kame.kam.nextFrame();
}
}
}
}
if (this._parent.kame.kam._currentframe > 2) {
if ((_root._currentframe - _root.framedif) > 98) {
this._x = 14000;
}
ypos = 10;
timer = 0;
}
}
Instance of Symbol 697 MovieClip "spell2" in Symbol 698 MovieClip Frame 1
onClipEvent (load) {
timer = 0;
}
onClipEvent (enterFrame) {
if (this._parent.kame.kam._currentframe > 2) {
timer++;
if (timer == 15) {
this._x = this._parent.kame._x - 100;
this._y = this._parent.kame._y - 6;
xpos = (this._parent.kame._x - 100) - _root.bulletM._x;
ypos = (this._parent.kame._y - 6) - _root.bulletM._y;
this._parent.kame.kam.nextFrame();
}
if (timer > 15) {
if (_root.pausee._currentframe == 1) {
this._x = this._x - (xpos / 15);
xpos = xpos + 5;
this._y = this._y - (ypos / 15);
if ((((this._x < -100) || (this._x > 850)) || (this._y < -100)) || (this._y > 550)) {
this._parent.kame.kam.gotoAndStop(1);
}
}
}
}
if (this._parent.kame.kam._currentframe < 3) {
if ((_root._currentframe - _root.framedif) > 98) {
this._x = 14000;
}
ypos = 10;
timer = 0;
}
}
Symbol 701 MovieClip Frame 40
stop();
Symbol 702 MovieClip Frame 42
stop();
Symbol 710 MovieClip Frame 40
stop();
Symbol 716 MovieClip Frame 40
stop();
Symbol 722 MovieClip Frame 40
stop();
Symbol 737 MovieClip Frame 1
stop();
Symbol 737 MovieClip Frame 2
stop();
Symbol 738 MovieClip Frame 1
stop();
Symbol 738 MovieClip Frame 26
stop();
Instance of Symbol 732 MovieClip "back" in Symbol 749 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 742 MovieClip "renzor1" in Symbol 749 MovieClip Frame 1
onClipEvent (load) {
time = random(40) + 20;
timer = 0;
time2 = 0;
timer2 = 20;
}
onClipEvent (enterFrame) {
this._x = this._parent.back.detect1._x;
this._y = this._parent.back.detect1._y;
if (this.renzor.ren._currentframe == 1) {
if (_root.pausee._currentframe == 1) {
timer++;
}
time2 = 0;
}
if (timer >= time) {
if (this._parent.fire1.timer == 0) {
this.renzor.ren.gotoAndStop(2);
}
}
if (this.renzor.ren._currentframe == 2) {
if (_root.pausee._currentframe == 1) {
time2++;
}
timer = 0;
time = random(40) + 20;
}
if (time2 >= timer2) {
this.renzor.ren.gotoAndStop(1);
}
}
Instance of Symbol 742 MovieClip "renzor4" in Symbol 749 MovieClip Frame 1
onClipEvent (load) {
time = random(40) + 20;
timer = 0;
time2 = 0;
timer2 = 20;
}
onClipEvent (enterFrame) {
this._x = this._parent.back.detect3._x;
this._y = this._parent.back.detect3._y;
if (this.renzor.ren._currentframe == 1) {
if (_root.pausee._currentframe == 1) {
timer++;
}
time2 = 0;
}
if (timer >= time) {
if (this._parent.fire4.timer == 0) {
this.renzor.ren.gotoAndStop(2);
}
}
if (this.renzor.ren._currentframe == 2) {
if (_root.pausee._currentframe == 1) {
time2++;
}
timer = 0;
time = random(40) + 20;
}
if (time2 >= timer2) {
this.renzor.ren.gotoAndStop(1);
}
}
Instance of Symbol 742 MovieClip "renzor3" in Symbol 749 MovieClip Frame 1
onClipEvent (load) {
time = random(40) + 20;
timer = 0;
time2 = 0;
timer2 = 20;
}
onClipEvent (enterFrame) {
this._x = this._parent.back.detect4._x;
this._y = this._parent.back.detect4._y;
if (this.renzor.ren._currentframe == 1) {
if (_root.pausee._currentframe == 1) {
timer++;
}
time2 = 0;
}
if (timer >= time) {
if (this._parent.fire3.timer == 0) {
this.renzor.ren.gotoAndStop(2);
}
}
if (this.renzor.ren._currentframe == 2) {
if (_root.pausee._currentframe == 1) {
time2++;
}
timer = 0;
time = random(40) + 20;
}
if (time2 >= timer2) {
this.renzor.ren.gotoAndStop(1);
}
}
Instance of Symbol 742 MovieClip "renzor2" in Symbol 749 MovieClip Frame 1
onClipEvent (load) {
time = random(40) + 20;
timer = 0;
time2 = 0;
timer2 = 20;
}
onClipEvent (enterFrame) {
this._x = this._parent.back.detect2._x;
this._y = this._parent.back.detect2._y;
if (this.renzor.ren._currentframe == 1) {
if (_root.pausee._currentframe == 1) {
timer++;
}
time2 = 0;
}
if (timer >= time) {
if (this._parent.fire2.timer == 0) {
this.renzor.ren.gotoAndStop(2);
}
}
if (this.renzor.ren._currentframe == 2) {
if (_root.pausee._currentframe == 1) {
time2++;
}
timer = 0;
time = random(40) + 20;
}
if (time2 >= timer2) {
this.renzor.ren.gotoAndStop(1);
}
}
Instance of Symbol 748 MovieClip "fire1" in Symbol 749 MovieClip Frame 1
onClipEvent (load) {
timer = 0;
}
onClipEvent (enterFrame) {
if (_root.boss.renzor1.renzor.ren._currentframe == 2) {
if (_root.boss.renzor1.renzor._currentframe == 1) {
if (timer <= 1) {
this._x = this._parent.renzor1._x - 52;
this._y = this._parent.renzor1._y - 90;
ypos = this._y - _root.bulletM._y;
xpos = this._x - _root.bulletM._x;
}
}
timer++;
}
if (timer >= 2) {
if (_root.pausee._currentframe == 1) {
this._x = this._x - (xpos / 15);
this._y = this._y - (ypos / 15);
}
}
if (this._x > 750) {
timer = 0;
}
if (this._x < -60) {
timer = 0;
}
if (this._y > 520) {
timer = 0;
}
if (this._y < -50) {
timer = 0;
}
if ((_root._currentframe - _root.framedif) > 98) {
this._x = 14000;
}
}
Instance of Symbol 748 MovieClip "fire2" in Symbol 749 MovieClip Frame 1
onClipEvent (load) {
timer = 0;
}
onClipEvent (enterFrame) {
if (_root.boss.renzor2.renzor.ren._currentframe == 2) {
if (_root.boss.renzor2.renzor._currentframe == 1) {
if (timer <= 1) {
this._x = this._parent.renzor2._x - 52;
this._y = this._parent.renzor2._y - 90;
ypos = this._y - _root.bulletM._y;
xpos = this._x - _root.bulletM._x;
}
}
timer++;
}
if (timer >= 2) {
if (_root.pausee._currentframe == 1) {
this._x = this._x - (xpos / 15);
this._y = this._y - (ypos / 15);
}
}
if (this._x > 750) {
timer = 0;
}
if (this._x < -60) {
timer = 0;
}
if (this._y > 520) {
timer = 0;
}
if (this._y < -50) {
timer = 0;
}
if ((_root._currentframe - _root.framedif) > 98) {
this._x = 14000;
}
}
Instance of Symbol 748 MovieClip "fire3" in Symbol 749 MovieClip Frame 1
onClipEvent (load) {
timer = 0;
}
onClipEvent (enterFrame) {
if (_root.boss.renzor3.renzor.ren._currentframe == 2) {
if (_root.boss.renzor3.renzor._currentframe == 1) {
if (timer <= 1) {
this._x = this._parent.renzor3._x - 52;
this._y = this._parent.renzor3._y - 90;
ypos = this._y - _root.bulletM._y;
xpos = this._x - _root.bulletM._x;
}
}
timer++;
}
if (timer >= 2) {
if (_root.pausee._currentframe == 1) {
this._x = this._x - (xpos / 15);
this._y = this._y - (ypos / 15);
}
}
if (this._x > 750) {
timer = 0;
}
if (this._x < -60) {
timer = 0;
}
if (this._y > 520) {
timer = 0;
}
if (this._y < -50) {
timer = 0;
}
if ((_root._currentframe - _root.framedif) > 98) {
this._x = 14000;
}
}
Instance of Symbol 748 MovieClip "fire4" in Symbol 749 MovieClip Frame 1
onClipEvent (load) {
timer = 0;
}
onClipEvent (enterFrame) {
if (_root.boss.renzor4.renzor.ren._currentframe == 2) {
if (_root.boss.renzor4.renzor._currentframe == 1) {
if (timer <= 1) {
this._x = this._parent.renzor4._x - 52;
this._y = this._parent.renzor4._y - 90;
ypos = this._y - _root.bulletM._y;
xpos = this._x - _root.bulletM._x;
}
}
timer++;
}
if (timer >= 2) {
if (_root.pausee._currentframe == 1) {
this._x = this._x - (xpos / 15);
this._y = this._y - (ypos / 15);
}
}
if (this._x > 750) {
timer = 0;
}
if (this._x < -60) {
timer = 0;
}
if (this._y > 520) {
timer = 0;
}
if (this._y < -50) {
timer = 0;
}
if ((_root._currentframe - _root.framedif) > 98) {
this._x = 14000;
}
}
Symbol 750 MovieClip Frame 40
stop();
Symbol 751 MovieClip Frame 42
stop();
Symbol 757 MovieClip Frame 40
stop();
Symbol 763 MovieClip Frame 40
stop();
Symbol 769 MovieClip Frame 40
stop();
Symbol 778 MovieClip Frame 1
stop();
Symbol 778 MovieClip Frame 2
stop();
Symbol 788 MovieClip Frame 1
stop();
Symbol 789 MovieClip Frame 1
stop();
Symbol 789 MovieClip Frame 21
stop();
Symbol 789 MovieClip Frame 41
stop();
Symbol 789 MovieClip Frame 61
stop();
Symbol 789 MovieClip Frame 81
stop();
Symbol 789 MovieClip Frame 100
stop();
Symbol 793 MovieClip Frame 1
stop();
Instance of Symbol 778 MovieClip "tball" in Symbol 793 MovieClip Frame 1
onClipEvent (load) {
ypos = 10;
xpos = 0;
timer = 0;
}
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if (timer == 10) {
this.gotoAndStop(1);
this._x = this._parent.tatanga._x + 30;
this._y = this._parent.tatanga._y + 60;
ypos = 10;
xpos = 0;
}
timer++;
if (timer > 10) {
this._x = this._x - (xpos / 20);
xpos = xpos + 5;
ypos = ypos - 2;
this._y = this._y - ypos;
if (this.hitTest(_root.floorc)) {
if (ypos < 0) {
ypos = -ypos;
}
}
if (this._x < -100) {
timer = -5;
}
}
if (this._x < (_root.bulletM._x - 24)) {
this.nextFrame();
}
}
}
Instance of Symbol 783 MovieClip "tfire" in Symbol 793 MovieClip Frame 1
onClipEvent (load) {
timer = 0;
}
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if (_root.boss.tball._currentframe == 2) {
timer++;
if (timer == 1) {
this._x = _root.boss.tball._x + 10;
this._y = _root.boss.tball._y - 40;
}
if (timer > 1) {
this._y = this._y - 30;
}
}
if (_root.boss.tball._currentframe == 1) {
timer = 0;
}
}
}
Instance of Symbol 789 MovieClip "tatanga" in Symbol 793 MovieClip Frame 1
onClipEvent (load) {
timer1 = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
if (_root.bulletM._y < 250) {
if (this._y < 250) {
timer1++;
timer2 = 0;
}
if (timer1 == 15) {
ymove = 20;
}
}
if (_root.bulletM._y > 250) {
if (this._y > 250) {
timer1 = 0;
timer2++;
}
if (timer2 == 15) {
ymove = -20;
}
}
if (ymove < 0) {
ymove++;
}
if (ymove > 0) {
ymove--;
}
this._y = this._y + ymove;
}
Instance of Symbol 792 MovieClip "tattack" in Symbol 793 MovieClip Frame 1
onClipEvent (load) {
timer = 0;
}
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
timer++;
if (timer == 15) {
this._x = this._parent.tatanga._x + 10;
this._y = this._parent.tatanga._y + 60;
xpos = (this._parent.tatanga._x + 10) - _root.bulletM._x;
ypos = (this._parent.tatanga._y + 60) - _root.bulletM._y;
}
if (timer > 15) {
this._x = this._x - (xpos / 15);
xpos = xpos + 5;
this._y = this._y - (ypos / 15);
if ((((this._x < -100) || (this._x > 850)) || (this._y < -100)) || (this._y > 550)) {
timer = -8;
}
}
if ((_root._currentframe - _root.framedif) > 98) {
this._x = 14000;
}
}
}
Symbol 794 MovieClip Frame 40
stop();
Symbol 795 MovieClip Frame 42
stop();
Symbol 801 MovieClip Frame 40
stop();
Symbol 808 MovieClip Frame 40
stop();
Symbol 814 MovieClip Frame 40
stop();
Symbol 830 MovieClip Frame 10
stop();
Symbol 838 MovieClip Frame 40
stop();
Symbol 839 MovieClip Frame 42
stop();
Symbol 845 MovieClip Frame 40
stop();
Symbol 851 MovieClip Frame 40
stop();
Symbol 857 MovieClip Frame 40
stop();
Symbol 887 MovieClip Frame 32
stop();
Symbol 897 MovieClip Frame 1
stop();
Symbol 897 MovieClip Frame 2
stop();
Symbol 897 MovieClip Frame 3
stop();
Instance of Symbol 864 MovieClip "bball" in Symbol 898 MovieClip Frame 1
onClipEvent (load) {
ypos = 10;
xpos = 0;
timer = 0;
attack = false;
}
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if (_root.boss.bowser.battack._currentframe == 20) {
this.gotoAndStop(1);
this._x = this._parent.bowser._x + 35;
this._y = this._parent.bowser._y + 135;
bulpos = 500 - _root.bulletM._y;
ypos = (bulpos - this._parent.bowser._y) / 10;
xpos = 200;
attack = true;
}
if (attack == true) {
this._x = this._x - (xpos / 20);
xpos = xpos + 10;
ypos = ypos - 2;
this._y = this._y - ypos;
if (this.hitTest(_root.floorc)) {
if (ypos < 0) {
ypos = -ypos;
}
}
if (this._x < -200) {
attack = false;
}
}
}
}
Instance of Symbol 897 MovieClip "bowser" in Symbol 898 MovieClip Frame 1
onClipEvent (load) {
timer1 = 0;
timer2 = 0;
timer3 = 0;
}
onClipEvent (enterFrame) {
if (_root.pausee._currentframe == 1) {
if (this._currentframe == 1) {
timer2 = 0;
timer1++;
if (timer1 > 30) {
if (_root.boss.bball.attack == false) {
nextFrame();
timer2 = 0;
}
}
if (this.hitTest(_root.bulletM)) {
_root.bowserhurt++;
this.gotoAndStop(3);
}
}
if (this._currentframe == 2) {
if (this.battack._currentframe > 31) {
this.prevFrame();
timer1 = -5;
}
}
if (this._currentframe == 3) {
timer1 = 0;
timer2++;
if (timer2 > 10) {
if (_root.bowserhurt < 10) {
this.prevFrame();
timer2 = 0;
}
}
}
}
if ((_root._currentframe - _root.framedif) == 98) {
if (_root.bowserhurt > 9) {
_root.play();
}
}
}
Symbol 899 MovieClip Frame 40
stop();
Symbol 900 MovieClip Frame 42
stop();
Symbol 906 MovieClip Frame 40
stop();
Symbol 924 MovieClip Frame 1
stop();
Symbol 924 MovieClip Frame 15
stop();
Symbol 927 MovieClip Frame 1
stop();
Symbol 927 MovieClip Frame 15
stop();
Symbol 935 MovieClip Frame 1
stop();
Symbol 935 MovieClip Frame 10
stop();
Symbol 941 MovieClip Frame 1
stop();
Instance of Symbol 940 MovieClip in Symbol 941 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 940 MovieClip in Symbol 941 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 940 MovieClip in Symbol 941 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 940 MovieClip in Symbol 941 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 940 MovieClip in Symbol 941 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 940 MovieClip in Symbol 941 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 940 MovieClip in Symbol 941 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 940 MovieClip in Symbol 941 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Instance of Symbol 940 MovieClip in Symbol 941 MovieClip Frame 2
onClipEvent (load) {
fall = int(random * 20) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - fall;
fall = fall - 3;
}
Symbol 941 MovieClip Frame 27
stop();
Symbol 945 MovieClip Frame 40
stop();
Symbol 954 MovieClip Frame 40
stop();
Symbol 964 MovieClip Frame 35
stop();
Symbol 979 MovieClip Frame 25
stop();
Symbol 982 MovieClip Frame 18
_root.bosshurt = _root.bosshurt + 1;
Symbol 982 MovieClip Frame 30
stop();
Symbol 983 MovieClip Frame 1
stop();
Symbol 983 MovieClip Frame 2
stop();
Symbol 983 MovieClip Frame 3
stop();
Symbol 991 MovieClip Frame 16
stop();
Symbol 993 MovieClip Frame 42
stop();
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "B";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "U";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "L";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "L";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "T";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "B";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "I";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "L";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "L";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "2";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "B";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "Y";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "P";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "Y";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "C";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "O";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "I";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "9";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "1";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "O";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "I";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "G";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "I";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "N";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "L";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "I";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "D";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "B";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "Y";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "P";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "L";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "C";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "K";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "Y";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "P";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "I";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "T";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = ":";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "M";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "M";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "W";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "M";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "W";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "2";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "G";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "F";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "F";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "M";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "U";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "I";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "C";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = ":";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "M";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "P";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "G";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "P";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "P";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "M";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "I";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "O";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "2";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "N";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "D";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "O";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "M";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "H";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "O";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "N";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "W";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "M";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "B";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "M";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "W";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "2";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "M";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "B";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "3";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "K";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "I";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "H";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "L";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "C";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "B";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "T";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "I";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "C";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "C";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "I";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "C";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "U";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "P";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "C";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "I";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "L";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "T";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "H";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "N";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "K";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = ":";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "Z";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "O";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "M";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "G";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "D";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "F";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "T";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "P";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "U";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "N";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "K";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = ")";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "(";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "O";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "M";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "N";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "T";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "H";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "O";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "P";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "F";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "N";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "M";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "Y";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "T";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "H";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "T";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "T";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "B";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "T";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "V";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "I";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "I";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "T";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "P";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "Y";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "-";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "C";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "I";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "T";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "Y";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "F";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "O";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "M";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "O";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "R";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "M";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "O";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "V";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "I";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "N";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "D";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "G";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "A";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "M";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "E";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Instance of Symbol 995 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
ypos = 0;
hitt = false;
}
onClipEvent (enterFrame) {
this.letter = "S";
if (this.hitTest(_root.bulletM)) {
hitt = true;
}
if (hitt == true) {
this._y = this._y + ypos;
ypos++;
}
}
Symbol 1003 MovieClip Frame 1
bgSound = new Sound(this);
bgSound.attachSound("world");
hitSound = new Sound(this);
hitSound.attachSound("stomp");
bgSound.start(0, 1);
Instance of Symbol 87 MovieClip "bulletM" in Symbol 1003 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.character == 1) {
this.bullet1.gotoAndStop(1);
} else if (_root.character == 2) {
this.bullet1.gotoAndStop(2);
} else if (_root.character == 3) {
this.bullet1.gotoAndStop(3);
} else if (_root.character == 4) {
this.bullet1.gotoAndStop(4);
} else if (_root.character == 5) {
this.bullet1.gotoAndStop(5);
} else if (_root.character == 6) {
this.bullet1.gotoAndStop(6);
} else if (_root.character == 7) {
this.bullet1.gotoAndStop(7);
} else if (_root.character == 8) {
this.bullet1.gotoAndStop(8);
} else if (_root.character == 9) {
this.bullet1.gotoAndStop(9);
}
}
Symbol 1003 MovieClip Frame 77
bgSound.stop();
hitSound.start(0, 1);
Symbol 1003 MovieClip Frame 155
stop();
Symbol 1013 MovieClip Frame 1
bgSound = new Sound(this);
bgSound.attachSound("world");
hitSound = new Sound(this);
hitSound.attachSound("kill");
bgSound.start(0, 1);
Symbol 1013 MovieClip Frame 80
bgSound.stop();
hitSound.start(0, 1);
Symbol 1013 MovieClip Frame 120
stop();