Frame 1
Stage.showMenu = false;
stop();
Instance of Symbol 1 MovieClip in Frame 1
onClipEvent (enterFrame) {
_root.TB = Math.round(_root.getBytesTotal() / 1024);
_root.BLoaded = Math.round(_root.getBytesLoaded() / 1024);
ifFrameLoaded (9) {
if (this._currentframe == 19) {
tellTarget (this) {
gotoAndPlay (20);
};
}
}
}
onClipEvent (enterFrame) {
this.TB2 = _root.TB;
this.BLoaded2 = _root.BLoaded;
}
Frame 2
stop();
Frame 4
_root.LevelSt = 1;
_root.Lives = 3;
Frame 5
stop();
if (_root.LevelST == 1) {
_root.Mission.Mission = "Collect 3 of 5 Mushrooms";
_root.MissionMush = 3;
} else if (_root.LevelST == 2) {
_root.Mission.Mission = "Collect 4 of 5 Mushrooms";
_root.MissionMush = 4;
} else if (_root.LevelST == 3) {
_root.Mission.Mission = "Collect 4 of 4 Mushrooms";
_root.MissionMush = 4;
} else if (_root.LevelST == 4) {
_root.Mission.Mission = "Collect 5 of 5 Mushrooms";
_root.MissionMush = 5;
} else if (_root.LevelST == 5) {
_root.Mission.Mission = "Collect 5 of 5 Mushrooms";
_root.MissionMush = 5;
} else if (_root.LevelST == 6) {
_root.Mission.Mission = "Collect 3 of 5 Mushrooms";
_root.MissionMush = 3;
} else if (_root.LevelST == 7) {
_root.Mission.Mission = "Collect 4 of 4 Mushrooms";
_root.MissionMush = 4;
} else if (_root.LevelST == 8) {
_root.Mission.Mission = "Finish the Game";
_root.MissionMush = 4;
_root.Mission.bring._visible = 0;
}
Instance of Symbol 60 MovieClip "Mission" in Frame 5
onClipEvent (load) {
LevelZ2 = _root.LevelST;
}
Instance of Symbol 66 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = this._x + 15;
_root.X = 0;
}
}
Instance of Symbol 68 MovieClip "Level" in Frame 6
onClipEvent (load) {
tellTarget (this) {
gotoAndStop(_root.LevelST);
};
this._x = 0;
this._y = 0;
}
Instance of Symbol 107 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(Key.SPACE)) {
} else {
_root.JumpB = 1;
}
}
onClipEvent (enterFrame) {
_root.Mush2 = _root.Mush;
_root.Lives2 = _root._root.Lives;
}
Instance of Symbol 111 MovieClip "Mario" in Frame 6
onClipEvent (enterFrame) {
if (250 < this._x) {
if (0 < _root.X) {
_root.Level._x = _root.Level._x - _root.X;
this._x = this._x - _root.X;
}
}
}
Frame 7
tellTarget (_root.Level) {
gotoAndStop ("Level2");
};
Instance of Symbol 148 MovieClip in Frame 8
onClipEvent (load) {
LevelZ = _root.LevelST;
}
Symbol 1 MovieClip Frame 19
stop();
Instance of Symbol 3 MovieClip in Symbol 1 MovieClip Frame 19
onClipEvent (enterFrame) {
this._xscale = (_root.BLoaded / _root.TB) * 100;
}
Symbol 1 MovieClip Frame 20
play();
Symbol 1 MovieClip Frame 33
tellTarget (_root) {
gotoAndStop (2);
};
Symbol 13 MovieClip Frame 1
if (this.sessionstarted != 1) {
this.arcade = new LoadVars();
this.sessionvars = new LoadVars();
this.arcade.gamename = "mariomushroom";
this.arcade.sessdo = "sessionstart";
this.arcade.sendAndLoad("arcade.php", sessionvars, "POST");
if (this.sessionvars.sessiontype != 2) {
_root.is_a_challenge = 0;
} else {
_root.is_a_challenge = 1;
}
this.sessionstarted = 1;
}
if (_root.gameover == 1) {
if ((this.askpermission != 1) && (this.sessionvars.connStatus == 1)) {
this.prequestvars = new LoadVars();
this.pranswer = new LoadVars();
this.prequestvars.gametime = this.sessionvars.gametime;
this.prequestvars.fakekey = this.sessionvars.initbar;
_root.score = int(Number(_root.LevelST));
if (_root.score != 0) {
this.prequestvars.score = _root.score;
} else {
this.prequestvars.score = -1;
}
this.prequestvars.id = this.sessionvars.lastid;
this.prequestvars.sessdo = "permrequest";
this.prequestvars.note = (this.prequestvars.id * this.prequestvars.score) * this.prequestvars.fakekey;
this.prequestvars.sendAndLoad("./arcade.php", this.pranswer, "POST");
this.askpermission = 1;
}
if ((this.pranswer.validate == 1) && (this.finalsent != 1)) {
this.burnscore = new LoadVars();
this.burnscore.microone = this.pranswer.microone;
this.burnscore.gametime = this.prequestvars.gametime;
this.burnscore.id = this.prequestvars.id;
if (_root.score == 0) {
this.burnscore.noscore = 1;
}
this.burnscore.sessdo = "burn";
this.burnscore.send("./arcade.php", "_self", "POST");
this.finalsent = 1;
}
}
Symbol 19 Button
on (release, keyPress "<Space>") {
nextFrame();
}
Symbol 25 Button
on (release) {
_root.gotomenu = "Start";
play();
}
Symbol 26 Button
on (release) {
_root.gotomenu = "rules";
play();
}
Symbol 27 Button
on (release) {
_root.gotomenu = "Extra";
play();
}
Symbol 28 Button
on (release) {
_root.gotomenu = "Start";
play();
}
Symbol 29 Button
on (release) {
_root.gotomenu = "rules";
play();
}
Symbol 30 Button
on (release) {
_root.gotomenu = "Extra";
play();
}
Symbol 31 MovieClip Frame 1
Rule1 = _root.RuleS1;
Symbol 31 MovieClip Frame 2
gotoAndPlay (1);
Symbol 34 MovieClip Frame 1
Rule2 = _root.RuleS2;
Symbol 34 MovieClip Frame 2
gotoAndPlay (1);
Symbol 37 MovieClip Frame 1
Rule3 = _root.RuleS3;
Symbol 37 MovieClip Frame 2
gotoAndPlay (1);
Symbol 40 MovieClip Frame 1
Rule1 = _root.RuleS1;
Symbol 40 MovieClip Frame 2
gotoAndPlay (1);
Symbol 44 MovieClip Frame 1
Rule3 = _root.RuleS3;
Symbol 44 MovieClip Frame 2
gotoAndPlay (1);
Symbol 45 MovieClip Frame 1
Rule2 = _root.RuleS2;
Symbol 45 MovieClip Frame 2
gotoAndPlay (1);
Symbol 46 Button
on (release) {
_root.Rule = _root.Rule + 1;
}
Symbol 47 Button
on (release) {
play();
}
Symbol 48 Button
on (release) {
_root.Rule = _root.Rule + 1;
}
Symbol 49 Button
on (release) {
play();
}
Symbol 50 Button
on (release) {
play();
_root.gotomenu = "Cheats";
}
Symbol 51 Button
on (release) {
_root.gotomenu = "noCheats";
play();
}
Symbol 52 Button
on (release) {
play();
_root.gotomenu = "Cheats";
}
Symbol 53 Button
on (release) {
_root.gotomenu = "noCheats";
play();
}
Symbol 56 Button
on (release) {
getURL ("http://www.synergyforums.com", "_blank");
}
Symbol 57 Button
on (release) {
getURL ("http://www.synergyforums.com", "_blank");
}
Symbol 21 MovieClip Frame 79
stop();
Symbol 21 MovieClip Frame 110
if (_root.gotomenu == "Start") {
play();
} else if (_root.gotomenu == "rules") {
gotoAndPlay (140);
} else if (_root.gotomenu == "Extra") {
gotoAndPlay (275);
}
Symbol 21 MovieClip Frame 136
tellTarget (_root) {
play();
};
Symbol 21 MovieClip Frame 140
_root.RuleS1 = "Run Left: Left";
_root.RuleS2 = "Run Right: Right";
_root.RuleS3 = "Jump: Space";
Symbol 21 MovieClip Frame 225
_root.Rule = 1;
stop();
Instance of Symbol 43 MovieClip in Symbol 21 MovieClip Frame 225
onClipEvent (enterFrame) {
if (_root.Rule == 2) {
_root.RuleS1 = "Collect";
_root.RuleS2 = "the";
_root.RuleS3 = "Mushrooms";
} else if (_root.Rule == 3) {
_root.RuleS1 = "and bring";
_root.RuleS2 = "them to the";
_root.RuleS3 = "Castle";
}
}
Symbol 21 MovieClip Frame 267
gotoAndPlay (32);
Symbol 21 MovieClip Frame 275
_root.RuleS1 = "More Games";
_root.RuleS2 = "Over 200 Online";
Symbol 21 MovieClip Frame 325
stop();
Symbol 21 MovieClip Frame 359
if (_root.gotomenu == "Cheats") {
play();
} else {
gotoAndPlay (32);
}
Symbol 21 MovieClip Frame 365
_root.RuleS1 = "Good Choice";
Symbol 21 MovieClip Frame 393
stop();
Symbol 21 MovieClip Frame 408
gotoAndPlay (32);
Symbol 58 Button
on (release, keyPress "<Space>") {
nextFrame();
}
Symbol 65 Button
on (release, keyPress "<Space>") {
gotoAndStop (6);
}
Symbol 70 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 2
_root.Mush = _root.Mush + 1;
Symbol 77 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 2
_root.Lives = _root.Lives + 1;
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 2
_root.Mush = _root.Mush + 1;
Symbol 96 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 1
stop();
Instance of Symbol 69 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.Mario.feet)) {
if (_root.Jump != "On") {
_root.Jump = "off";
_root.Mario._y = this._y;
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 73 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.Mario.feet)) {
if (_root.Jump != "On") {
_root.Jump = "off";
_root.Mario._y = this._y;
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Mario._y == this._y) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
Instance of Symbol 69 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.Mario.feet)) {
if (_root.Jump != "On") {
_root.Jump = "off";
_root.Mario._y = this._y;
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 74 MovieClip "M1" in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this._visible == 1) {
if (this.hitTest(_root.Mario.other)) {
if (this._currentframe == 1) {
_root.Grosse = "gross";
tellTarget (this) {
nextFrame();
};
}
}
}
}
Instance of Symbol 77 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
_root.Level.M2._visible = 1;
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
}
Instance of Symbol 74 MovieClip "M2" in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this._visible == 1) {
if (this.hitTest(_root.Mario.other)) {
if (this._currentframe == 1) {
_root.Grosse = "gross";
tellTarget (this) {
nextFrame();
};
}
}
}
}
Instance of Symbol 74 MovieClip "M4" in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this._visible == 1) {
if (this.hitTest(_root.Mario.other)) {
if (this._currentframe == 1) {
_root.Grosse = "gross";
tellTarget (this) {
nextFrame();
};
}
}
}
}
Instance of Symbol 74 MovieClip "M3" in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this._visible == 1) {
if (this.hitTest(_root.Mario.other)) {
if (this._currentframe == 1) {
_root.Grosse = "gross";
tellTarget (this) {
nextFrame();
};
}
}
}
}
Instance of Symbol 74 MovieClip "M5" in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this._visible == 1) {
if (this.hitTest(_root.Mario.other)) {
if (this._currentframe == 1) {
_root.Grosse = "gross";
tellTarget (this) {
nextFrame();
};
}
}
}
}
Instance of Symbol 80 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
_root.Level.M5._visible = 1;
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 83 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
_root.Level.M1._visible = 1;
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 84 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
_root.Level.M4._visible = 1;
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 86 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
_root.Level.M3._visible = 1;
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 87 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.Mario.feet)) {
if (Key.isDown(Key.DOWN)) {
_root.Mario._x = this._x + _root.Level._x;
_root.Action = "off";
_root.X = 0;
_root.Mario._y = this._y;
tellTarget (_root.Mario) {
gotoAndPlay ("R");
};
}
}
}
Instance of Symbol 66 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = this._x + 15;
_root.X = 0;
}
}
Instance of Symbol 88 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = (this._x - 15) + _root.Level._x;
_root.X = 0;
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 91 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.Mario.feet)) {
if (_root.Mush >= _root.MissionMush) {
_root.Mario._x = this._x + _root.Level._x;
_root.Mario._y = this._y;
_root.Action = "off";
_root.X = 0;
tellTarget (_root.Mario) {
gotoAndPlay ("F");
};
}
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 2
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 2
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 2
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 3
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 94 MovieClip "M3" in Symbol 68 MovieClip Frame 3
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this._visible == 1) {
if (this.hitTest(_root.Mario.other)) {
if (this._currentframe == 1) {
_root.Grosse = "gross";
tellTarget (this) {
nextFrame();
};
}
}
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 3
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 95 MovieClip "M6" in Symbol 68 MovieClip Frame 3
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this._visible == 1) {
if (this.hitTest(_root.Mario.other)) {
if (this._currentframe == 1) {
_root.Grosse = "gross";
tellTarget (this) {
nextFrame();
};
}
}
}
}
Instance of Symbol 96 MovieClip in Symbol 68 MovieClip Frame 3
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
_root.Level.M6._visible = 1;
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 69 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.Mario.feet)) {
if (_root.Jump != "On") {
_root.Jump = "off";
_root.Mario._y = this._y;
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 73 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.Mario.feet)) {
if (_root.Jump != "On") {
_root.Jump = "off";
_root.Mario._y = this._y;
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Mario._y == this._y) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
Instance of Symbol 73 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.Mario.feet)) {
if (_root.Jump != "On") {
_root.Jump = "off";
_root.Mario._y = this._y;
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Mario._y == this._y) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
Instance of Symbol 73 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.Mario.feet)) {
if (_root.Jump != "On") {
_root.Jump = "off";
_root.Mario._y = this._y;
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Mario._y == this._y) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
Instance of Symbol 73 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.Mario.feet)) {
if (_root.Jump != "On") {
_root.Jump = "off";
_root.Mario._y = this._y;
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Mario._y == this._y) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
Instance of Symbol 73 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.Mario.feet)) {
if (_root.Jump != "On") {
_root.Jump = "off";
_root.Mario._y = this._y;
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Mario._y == this._y) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
Instance of Symbol 74 MovieClip "M7" in Symbol 68 MovieClip Frame 4
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this._visible == 1) {
if (this.hitTest(_root.Mario.other)) {
if (this._currentframe == 1) {
_root.Grosse = "gross";
tellTarget (this) {
nextFrame();
};
}
}
}
}
Instance of Symbol 101 MovieClip in Symbol 68 MovieClip Frame 4
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
_root.Level.M7._visible = 1;
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 5
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 7
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 7
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 7
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 7
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 7
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 7
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 7
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 7
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 85 MovieClip in Symbol 68 MovieClip Frame 7
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 74 MovieClip "M1" in Symbol 68 MovieClip Frame 7
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this._visible == 1) {
if (this.hitTest(_root.Mario.other)) {
if (this._currentframe == 1) {
_root.Grosse = "gross";
tellTarget (this) {
nextFrame();
};
}
}
}
}
Instance of Symbol 74 MovieClip "M4" in Symbol 68 MovieClip Frame 7
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this._visible == 1) {
if (this.hitTest(_root.Mario.other)) {
if (this._currentframe == 1) {
_root.Grosse = "gross";
tellTarget (this) {
nextFrame();
};
}
}
}
}
Instance of Symbol 95 MovieClip "M6" in Symbol 68 MovieClip Frame 7
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this._visible == 1) {
if (this.hitTest(_root.Mario.other)) {
if (this._currentframe == 1) {
_root.Grosse = "gross";
tellTarget (this) {
nextFrame();
};
}
}
}
}
Instance of Symbol 96 MovieClip in Symbol 68 MovieClip Frame 7
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
_root.Level.M6._visible = 1;
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 74 MovieClip "M7" in Symbol 68 MovieClip Frame 7
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this._visible == 1) {
if (this.hitTest(_root.Mario.other)) {
if (this._currentframe == 1) {
_root.Grosse = "gross";
tellTarget (this) {
nextFrame();
};
}
}
}
}
Instance of Symbol 101 MovieClip in Symbol 68 MovieClip Frame 7
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
if (this._currentframe == 1) {
_root.Level.M7._visible = 1;
tellTarget (this) {
nextFrame();
};
}
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 70 MovieClip in Symbol 68 MovieClip Frame 8
onClipEvent (load) {
_root.HQ = this._yscale;
_root.QX = this._xscale;
tellTarget (this) {
gotoAndStop (10);
};
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((-10 < (this._x + _root.Level._x)) && (400 < (this._x + _root.Level._x))) {
} else {
if (this._currentframe == 10) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (0 < _root.Y) {
if (this.hitTest(_root.Mario.Head)) {
_root.Y = _root.Y * -1;
}
}
if (_root.MarioH < this._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
} else if ((this._y + _root.HQ) < _root.Mario._y) {
if (this.hitTest(_root.Mario.other)) {
_root.Mario._x = _root.Mario._x - _root.X;
_root.X = 0;
}
}
if (this.hitTest(_root.Mario.feet)) {
if ((this._y - 5) >= _root.Mario._y) {
if (_root.Mario._x < ((this._x + 16) + _root.Level._x)) {
if (((this._x - 16) + _root.Level._x) < _root.Mario._x) {
if (_root.Y < 0) {
if (_root.Jump != "On") {
_root.Mario._y = this._y - 17;
_root.Jump = "off";
_root.Y = 0;
}
if (Key.isDown(Key.SPACE)) {
if (_root.Jump == "off") {
if (_root.JumpB == 1) {
_root.Y = _root.JumpH;
_root.Jump = "on";
_root.JumpB = 0;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if (-10 < (this._x + _root.Level._x)) {
} else {
tellTarget (this) {
gotoAndStop ("off");
};
}
}
Instance of Symbol 105 MovieClip in Symbol 68 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.Mario.feet)) {
if (Key.isDown(Key.DOWN)) {
_root.Mario._x = this._x + _root.Level._x;
_root.Action = "off";
_root.X = 0;
_root.Mario._y = this._y;
tellTarget (_root.Mario) {
gotoAndPlay ("End");
};
}
}
}
Symbol 68 MovieClip Frame 10
_root.Mush = 0;
gotoAndStop(_root.LevelST);
Symbol 107 MovieClip Frame 1
_root.Jump = "off";
_root.Besch = 0.2;
_root.BreakSpeed = 0.7;
_root.Limit = 5;
_root.Jumplimit = 4;
_root.run1Speed = 0.4;
if (_root.Cheat == "moonphisic") {
_root.Jumpminus = 0.2;
} else {
_root.Jumpminus = 0.4;
}
_root.JumpH = 7;
_root.JumpBrems = 1.1;
_root.ActionL = "Live";
_root.Grosse = "gross";
_root.runframe = 0;
_root.Mush = 0;
_root.runframelimit = 10;
_root.Action = "Stand";
Symbol 107 MovieClip Frame 2
if (_root.Action == "off") {
} else if (Key.isDown(Key.RIGHT)) {
_root.Mario._xscale = 100;
if (_root.X < 0) {
_root.Action = "Break";
} else if (_root.X >= 0) {
_root.Action = "run1P";
}
} else if (Key.isDown(Key.LEFT)) {
_root.Mario._xscale = -100;
if (0 < _root.X) {
_root.Action = "Break";
} else if (0 >= _root.X) {
_root.Action = "run1P";
}
} else {
if (_root.X < 0.5) {
if (-0.5 < _root.X) {
_root.X = 0;
}
}
_root.Action = "run1";
if (_root.X == 0) {
_root.Action = "Stand";
}
}
if (_root.Action == "off") {
} else if (_root.ActionL == "loose") {
tellTarget (_root.Mario) {
gotoAndStop ("loose");
};
_root.Y = 10;
_root.ActionL = "looseF";
} else if (_root.ActionL == "looseF") {
_root.Y = _root.Y - 0.2;
if (300 < _root.Mario._y) {
_root.Level._x = 0;
_root.Mario._x = 20;
_root.Mario._y = 60;
_root.ActionL = "Live";
_root.X = 0;
_root.Lives = _root.Lives - 1;
if (_root.Lives < 0) {
tellTarget (_root) {
gotoAndStop ("Game over");
};
}
tellTarget ("_root.Level") {
gotoAndStop ("newstart");
};
}
} else if (_root.Jump == "on") {
tellTarget (_root.Mario) {
gotoAndStop ("Jump");
};
if (_root.Action == "run1P") {
if (_root.Mario._xscale == 100) {
_root.X = _root.X + (_root.Besch / _root.JumpBrems);
} else if (_root.Mario._xscale == -100) {
_root.X = _root.X - (_root.Besch / _root.JumpBrems);
}
} else if (_root.Action == "run1") {
if (_root.Mario._xscale == 100) {
if (_root.X < 0) {
_root.Mario._xscale = -100;
}
_root.X = _root.X - (_root.run1Speed / _root.JumpBrems);
} else if (_root.Mario._xscale == -100) {
if (0 < _root.X) {
_root.Mario._xscale = 100;
}
_root.X = _root.X + (_root.run1Speed / _root.JumpBrems);
}
} else if (_root.Action == "Break") {
if (_root.Mario._xscale == 100) {
_root.X = _root.X + (_root.Breakspeed / _root.JumpBrems);
} else if (_root.Mario._xscale == -100) {
_root.X = _root.X - (_root.Breakspeed / _root.JumpBrems);
}
} else if (_root.Action == "Stand") {
}
} else if (_root.Jump == "act") {
tellTarget (_root.Mario) {
gotoAndStop ("Jump");
};
if (_root.Action == "run1P") {
if (_root.Mario._xscale == 100) {
_root.X = _root.X + (_root.Besch / _root.JumpBrems);
} else if (_root.Mario._xscale == -100) {
_root.X = _root.X - (_root.Besch / _root.JumpBrems);
}
} else if (_root.Action == "run1") {
if (_root.Mario._xscale == 100) {
if (_root.X < 0) {
_root.Mario._xscale = -100;
}
_root.X = _root.X - (_root.run1Speed / _root.JumpBrems);
} else if (_root.Mario._xscale == -100) {
if (0 < _root.X) {
_root.Mario._xscale = 100;
}
_root.X = _root.X + (_root.run1Speed / _root.JumpBrems);
}
} else if (_root.Action == "Break") {
if (_root.Mario._xscale == 100) {
_root.X = _root.X + (_root.Breakspeed / _root.JumpBrems);
} else if (_root.Mario._xscale == -100) {
_root.X = _root.X - (_root.Breakspeed / _root.JumpBrems);
}
} else if (_root.Action == "Stand") {
}
} else if (_root.Action == "run1P") {
tellTarget (_root.Mario) {
gotoAndStop ("run");
};
if (_root.Mario._xscale == 100) {
_root.X = _root.X + _root.Besch;
} else if (_root.Mario._xscale == -100) {
_root.X = _root.X - _root.Besch;
}
} else if (_root.Action == "run1") {
tellTarget (_root.Mario) {
gotoAndStop ("run");
};
if (_root.Mario._xscale == 100) {
if (_root.X < 0) {
_root.Mario._xscale = -100;
}
_root.X = _root.X - _root.run1Speed;
} else if (_root.Mario._xscale == -100) {
if (0 < _root.X) {
_root.Mario._xscale = 100;
}
_root.X = _root.X + _root.run1Speed;
}
} else if (_root.Action == "Break") {
tellTarget (_root.Mario) {
gotoAndStop ("Break");
};
if (_root.Mario._xscale == 100) {
_root.X = _root.X + _root.Breakspeed;
} else if (_root.Mario._xscale == -100) {
_root.X = _root.X - _root.Breakspeed;
}
} else if (_root.Action == "Stand") {
tellTarget (_root.Mario) {
gotoAndStop ("stand");
};
}
if (_root.ActionL == "Live") {
_root.Mario._x = _root.Mario._x + _root.X;
}
if (_root.Limit < _root.X) {
_root.X = _root.Limit;
} else if (_root.X < (-_root.Limit)) {
_root.X = -_root.Limit;
}
_root.Y = _root.Y - _root.Jumpminus;
if (_root.Y < (-_root.Jumplimit)) {
_root.Y = -_root.Jumplimit;
}
if (_root.Y < 0) {
if (_root.Jump == "on") {
_root.Jump = "act";
}
}
if (_root.Action != "off") {
_root.Mario._y = _root.Mario._y - _root.Y;
}
if (260 < _root.Mario._y) {
if (_root.ActionL == "looseF") {
} else {
_root.ActionL = "loose";
}
}
if (_root.Grosse == "klein") {
_root.Mario._yscale = 50;
} else {
_root.Mario._yscale = 100;
}
if (0 < _root.X) {
_root.runframe = _root.runframe + _root.X;
} else if (_root.X < 0) {
_root.runframe = _root.runframe - _root.X;
}
if (_root.runframelimit < _root.runframe) {
if (_root.Mario._currentframe == 5) {
tellTarget (_root.Mario.Mario) {
nextFrame();
};
}
_root.runframe = 0;
}
Symbol 107 MovieClip Frame 3
gotoAndPlay (2);
Symbol 110 Button
on (release, keyPress "<Space>") {
gotoAndStop (6);
}
Symbol 116 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 3
gotoAndStop (1);
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 41
_root.Action = "off";
Symbol 111 MovieClip Frame 70
_root.Level._x = 0;
_root.Mario._x = 20;
_root.Mario._y = 60;
_root.ActionL = "Live";
_root.X = 0;
_root.Action = "Stand";
tellTarget ("_root.Level") {
gotoAndStop ("newstart");
};
Symbol 111 MovieClip Frame 75
_root.Action = "off";
Symbol 111 MovieClip Frame 168
tellTarget (_root) {
gotoAndStop ("Complete");
};
Symbol 111 MovieClip Frame 171
_root.Action = "off";
Symbol 111 MovieClip Frame 270
tellTarget (_root) {
gotoAndStop ("Fin");
};
Symbol 148 MovieClip Frame 45
_root.LevelST = _root.LevelST + 1;
tellTarget (_root) {
gotoAndStop ("Mission");
};
Symbol 154 Button
on (release) {
if (!_root.is_a_challenge) {
_root.gotoandplay(1);
}
}
Symbol 157 Button
on (release) {
_root.gameover = 1;
}
Symbol 162 Button
on (release) {
if (!_root.is_a_challenge) {
_root.gotoandplay(1);
}
}
Symbol 163 Button
on (release) {
_root.gameover = 1;
}