Frame 1
stop();
Frame 2
stop();
Frame 3
points = 0;
HP = 5;
stop();
Instance of Symbol 82 MovieClip in Frame 3
onClipEvent (load) {
if (_root.HP < 1) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 107 MovieClip "mario" in Frame 3
onClipEvent (load) {
gravity = 10;
maxJump = 10;
scale = _xscale;
walkSpeed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - walkSpeed);
this.gotoAndStop(2);
}
if (Key.isDown(39)) {
_xscale = scale;
_x = (_x + walkSpeed);
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (air == true) {
this._y = this._y + gravity;
}
if (_root.platforms.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air == false) {
jump = false;
}
if (jump == false) {
air = false;
}
if (air == false) {
jump = true;
jumpcount = 0;
jumpSpeed = 22;
}
if (Key.isDown(38)) {
jumpcount = jumpcount + 1;
}
if (Key.isDown(38) && (jump == true)) {
_y = (_y - jumpSpeed);
this.gotoAndStop(3);
}
if ((jumpcount > maxJump) && (jumpSpeed > -2)) {
jumpSpeed = jumpSpeed - 2;
}
if (this._x < 20) {
this._x = this._x + walkSpeed;
}
if (this._x > 481) {
this._x = this._x - walkSpeed;
}
if (Key.isDown(40)) {
this.gotoAndStop(4);
}
}
onClipEvent (keyUp) {
this.gotoAndStop(1);
}
Frame 4
points = 0;
HP = 5;
stop();
Instance of Symbol 125 MovieClip in Frame 4
onClipEvent (load) {
if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 134 MovieClip "luigi" in Frame 4
onClipEvent (load) {
gravity = 10;
maxJump = 10;
scale = _xscale;
walkSpeed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - walkSpeed);
this.gotoAndStop(2);
}
if (Key.isDown(39)) {
_xscale = scale;
_x = (_x + walkSpeed);
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (air == true) {
this._y = this._y + gravity;
}
if (_root.platforms.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air == false) {
jump = false;
}
if (jump == false) {
air = false;
}
if (air == false) {
jump = true;
jumpcount = 0;
jumpSpeed = 22;
}
if (Key.isDown(38)) {
jumpcount = jumpcount + 1;
}
if (Key.isDown(38) && (jump == true)) {
_y = (_y - jumpSpeed);
this.gotoAndStop(3);
}
if ((jumpcount > maxJump) && (jumpSpeed > -2)) {
jumpSpeed = jumpSpeed - 2;
}
if (this._x < 20) {
this._x = this._x + walkSpeed;
}
if (this._x > 481) {
this._x = this._x - walkSpeed;
}
if (Key.isDown(40)) {
this.gotoAndStop(4);
}
}
onClipEvent (keyUp) {
this.gotoAndStop(1);
}
Frame 5
points = 0;
HP = 5;
stop();
Instance of Symbol 143 MovieClip in Frame 5
onClipEvent (load) {
if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 152 MovieClip "peach" in Frame 5
onClipEvent (load) {
gravity = 10;
maxJump = 10;
scale = _xscale;
walkSpeed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - walkSpeed);
this.gotoAndStop(2);
}
if (Key.isDown(39)) {
_xscale = scale;
_x = (_x + walkSpeed);
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (air == true) {
this._y = this._y + gravity;
}
if (_root.platforms.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air == false) {
jump = false;
}
if (jump == false) {
air = false;
}
if (air == false) {
jump = true;
jumpcount = 0;
jumpSpeed = 22;
}
if (Key.isDown(38)) {
jumpcount = jumpcount + 1;
}
if (Key.isDown(38) && (jump == true)) {
_y = (_y - jumpSpeed);
this.gotoAndStop(3);
}
if ((jumpcount > maxJump) && (jumpSpeed > -2)) {
jumpSpeed = jumpSpeed - 2;
}
if (this._x < 20) {
this._x = this._x + walkSpeed;
}
if (this._x > 481) {
this._x = this._x - walkSpeed;
}
if (Key.isDown(40)) {
this.gotoAndStop(4);
}
}
onClipEvent (keyUp) {
this.gotoAndStop(1);
}
Frame 6
points = 0;
HP = 5;
Instance of Symbol 169 MovieClip "wario" in Frame 6
onClipEvent (load) {
gravity = 10;
maxJump = 10;
scale = _xscale;
walkSpeed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - walkSpeed);
this.gotoAndStop(2);
}
if (Key.isDown(39)) {
_xscale = scale;
_x = (_x + walkSpeed);
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (air == true) {
this._y = this._y + gravity;
}
if (_root.platforms.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air == false) {
jump = false;
}
if (jump == false) {
air = false;
}
if (air == false) {
jump = true;
jumpcount = 0;
jumpSpeed = 22;
}
if (Key.isDown(38)) {
jumpcount = jumpcount + 1;
}
if (Key.isDown(38) && (jump == true)) {
_y = (_y - jumpSpeed);
this.gotoAndStop(3);
}
if ((jumpcount > maxJump) && (jumpSpeed > -2)) {
jumpSpeed = jumpSpeed - 2;
}
if (this._x < 20) {
this._x = this._x + walkSpeed;
}
if (this._x > 481) {
this._x = this._x - walkSpeed;
}
if (Key.isDown(40)) {
this.gotoAndStop(4);
}
}
onClipEvent (keyUp) {
this.gotoAndStop(1);
}
Frame 7
stopAllSounds();
stop();
Frame 8
stopAllSounds();
stop();
Frame 9
stopAllSounds();
stop();
Frame 10
stopAllSounds();
Symbol 39 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 49 Button
on (release) {
_root.play();
}
Symbol 51 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 51 MovieClip Frame 2
gotoAndPlay (1);
Symbol 59 Button
on (release) {
gotoAndStop (3);
}
Symbol 64 Button
on (release) {
gotoAndStop (4);
}
Symbol 69 Button
on (release) {
gotoAndStop (5);
}
Symbol 74 Button
on (release) {
gotoAndStop (6);
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 102
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 140
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 185
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 198
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 208
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 208
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 299
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 299
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 320
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 370
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 370
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 449
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 449
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 466
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.HP = _root.HP - 1;
} else if (_root.HP < 1) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
} else if (_root.HP < 1) {
_root.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 508
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.HP = _root.HP - 1;
} else if (_root.HP < 1) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
} else if (_root.HP < 1) {
_root.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 514
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.HP = _root.HP - 1;
} else if (_root.HP < 1) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
} else if (_root.HP < 1) {
_root.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 538
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 552
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
} else if (_root.HP < 1) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 609
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 640
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 685
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 704
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
this._y = this._y + 10000;
} else if (_root.HP < 1) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 724
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
}
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 743
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP - 1;
}
}
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.points = _root.points + 1;
_x = (_x + 10000);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.points = _root.points + 1;
_x = (_x + 10000);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.points = _root.points + 1;
_x = (_x + 10000);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.points = _root.points + 1;
_x = (_x + 10000);
}
}
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.points = _root.points + 1;
this._x = this._x + 10000;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.points = _root.points + 1;
this._x = this._x + 10000;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.points = _root.points + 1;
this._x = this._x + 10000;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.points = _root.points + 1;
this._x = this._x + 10000;
}
}
Instance of Symbol 94 MovieClip in Symbol 95 MovieClip Frame 600
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP + 1;
this._x = this._x + 10000;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP + 1;
this._x = this._x + 10000;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP + 1;
this._x = this._x + 10000;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wario)) {
_root.HP = _root.HP + 1;
this._x = this._x + 10000;
}
}
Instance of Symbol 94 MovieClip in Symbol 95 MovieClip Frame 708
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP = _root.HP + 1;
this._x = this._x + 10000;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.luigi)) {
_root.HP = _root.HP + 1;
this._x = this._x + 10000;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.peach)) {
_root.HP = _root.HP + 1;
this._x = this._x + 10000;
}
}
Symbol 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 2
stop();
Symbol 107 MovieClip Frame 3
stop();
Symbol 107 MovieClip Frame 4
stop();
Symbol 114 Button
on (release) {
gotoAndStop (2);
stopAllSounds();
}
Symbol 118 Button
on (release) {
stopAllSounds();
}
Symbol 134 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 2
stop();
Symbol 134 MovieClip Frame 3
stop();
Symbol 134 MovieClip Frame 4
stop();
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 2
stop();
Symbol 152 MovieClip Frame 3
stop();
Symbol 152 MovieClip Frame 4
stop();
Symbol 169 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 2
stop();
Symbol 169 MovieClip Frame 3
stop();
Symbol 169 MovieClip Frame 4
stop();