Frame 1
stop();
Stage.showMenu = false;
Instance of Symbol 26 MovieClip "smile" in Frame 1
onClipEvent (load) {
grav = 1;
speed = 0;
_root.score = 0;
}
onClipEvent (enterFrame) {
if (this._rotation > 0) {
this._rotation = this._rotation - 4;
}
if (this._rotation < 0) {
this._rotation = this._rotation + 4;
}
}
onClipEvent (enterFrame) {
if (speed > 0) {
speed--;
}
if (speed < 0) {
speed++;
}
if (grav < 0) {
grav++;
}
}
onClipEvent (enterFrame) {
grav++;
this._y = this._y + grav;
this._x = this._x + speed;
this._rotation = this._rotation + rotate;
rotate = speed;
}
onClipEvent (enterFrame) {
if (grav > 30) {
grav = 30;
}
if (grav < -30) {
grav = -30;
}
if (speed > 30) {
speed = 30;
}
if (speed < -30) {
speed = -30;
}
if (Key.isDown(38)) {
grav = grav - 3;
}
if (Key.isDown(37)) {
speed = speed - 2;
}
if (Key.isDown(39)) {
speed = speed + 2;
}
}
onClipEvent (enterFrame) {
if (this._x < 0) {
this._x = 0;
speed = speed - (speed * 2);
}
if (this._x > 550) {
this._x = 550;
speed = speed - (speed * 2);
}
if (this._y < 0) {
this._y = 0;
grav = grav - (grav * 2);
}
if (this._y > 380) {
this._y = 375;
grav = grav - (grav * 2.2);
}
}
Instance of Symbol 30 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.smile)) {
_root.smile.play();
}
}
Instance of Symbol 30 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.smile)) {
_root.smile.play();
}
}
Instance of Symbol 30 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.smile)) {
_root.smile.play();
}
}
Frame 2
_root.bar1.coins = 0;
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 155 MovieClip in Frame 2
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 161 MovieClip "bar2" in Frame 2
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 164 MovieClip "bar1" in Frame 2
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 165 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.gotoAndPlay(54);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 207 MovieClip "mario" in Frame 2
onClipEvent (load) {
grav = 0;
speed = 4;
jumpHeight = 15;
scale = _xscale;
slowfall = 0.8;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.lev.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (_root.lev.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) {
this.gotoAndStop(3);
}
if (Key.isDown(40)) {
grav = grav * slowfall;
}
if ((((Key.isDown(79) && (!Key.isDown(37))) && (!Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.lev.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(2);
}
if (_root.lev.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.lev.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.lev.ground.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
Instance of Symbol 170 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (_root.player.hitTest(_x, _y, true)) {
_root.HP.nextFrame();
}
}
Frame 3
coins = bar1.coins;
if (_root.bar1.coins == 30) {
_root.stop();
} else if (_root.bar1.coins < 30) {
_root.nextFrame();
}
Instance of Symbol 253 MovieClip "CURSOR" in Frame 3
onClipEvent (enterFrame) {
startDrag ("_root.CURSOR", true);
Mouse.hide();
}
Frame 5
_root.bar1.coins = 0;
Instance of Symbol 155 MovieClip in Frame 5
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 161 MovieClip "bar2" in Frame 5
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 165 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.gotoAndPlay(54);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 207 MovieClip "mario" in Frame 5
onClipEvent (load) {
grav = 0;
speed = 4;
jumpHeight = 15;
scale = _xscale;
slowfall = 0.8;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.lev.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (_root.lev.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) {
this.gotoAndStop(3);
}
if (Key.isDown(40)) {
grav = grav * slowfall;
}
if ((((Key.isDown(79) && (!Key.isDown(37))) && (!Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.lev.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(2);
}
if (_root.lev.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.lev.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.lev.ground.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
Frame 6
coins = bar1.coins;
if (_root.bar1.coins == 35) {
_root.stop();
} else if (_root.bar1.coins < 35) {
_root.nextFrame();
}
Instance of Symbol 253 MovieClip "CURSOR" in Frame 6
onClipEvent (enterFrame) {
startDrag ("_root.CURSOR", true);
Mouse.hide();
}
Frame 8
_root.bar1.coins = 0;
Instance of Symbol 155 MovieClip in Frame 8
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 161 MovieClip "bar2" in Frame 8
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 165 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.gotoAndPlay(54);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 207 MovieClip "mario" in Frame 8
onClipEvent (load) {
grav = 0;
speed = 4;
jumpHeight = 15;
scale = _xscale;
slowfall = 0.8;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.lev.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (_root.lev.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) {
this.gotoAndStop(3);
}
if (Key.isDown(40)) {
grav = grav * slowfall;
}
if ((((Key.isDown(79) && (!Key.isDown(37))) && (!Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.lev.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(2);
}
if (_root.lev.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.lev.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.lev.ground.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
Frame 9
coins = bar1.coins;
if (_root.bar1.coins == 40) {
_root.stop();
} else if (_root.bar1.coins < 40) {
_root.nextFrame();
}
Instance of Symbol 253 MovieClip "CURSOR" in Frame 9
onClipEvent (enterFrame) {
startDrag ("_root.CURSOR", true);
Mouse.hide();
}
Frame 11
_root.bar1.coins = 0;
Instance of Symbol 155 MovieClip in Frame 11
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 161 MovieClip "bar2" in Frame 11
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 165 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.gotoAndPlay(54);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 207 MovieClip "mario" in Frame 11
onClipEvent (load) {
grav = 0;
speed = 4;
jumpHeight = 15;
scale = _xscale;
slowfall = 0.8;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.lev.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (_root.lev.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) {
this.gotoAndStop(3);
}
if (Key.isDown(40)) {
grav = grav * slowfall;
}
if ((((Key.isDown(79) && (!Key.isDown(37))) && (!Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.lev.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(2);
}
if (_root.lev.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.lev.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.lev.ground.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
Instance of Symbol 378 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.mario.speed = 2;
_root.mario.jumpHeight = 15;
_root.mario.slowfall = 0.6;
} else {
_root.mario.speed = 4;
_root.mario.jumpHeight = 15;
_root.mario.slowfall = 0.8;
}
}
Frame 12
coins = bar1.coins;
if (_root.bar1.coins == 35) {
_root.stop();
} else if (_root.bar1.coins < 35) {
_root.nextFrame();
}
Instance of Symbol 253 MovieClip "CURSOR" in Frame 12
onClipEvent (enterFrame) {
startDrag ("_root.CURSOR", true);
Mouse.hide();
}
Frame 14
_root.bar1.coins = 0;
Instance of Symbol 155 MovieClip in Frame 14
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 161 MovieClip "bar2" in Frame 14
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 165 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.gotoAndPlay(54);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 207 MovieClip "mario" in Frame 14
onClipEvent (load) {
grav = 0;
speed = 4;
jumpHeight = 15;
scale = _xscale;
slowfall = 0.8;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.lev.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (_root.lev.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) {
this.gotoAndStop(3);
}
if (Key.isDown(40)) {
grav = grav * slowfall;
}
if ((((Key.isDown(79) && (!Key.isDown(37))) && (!Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.lev.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(2);
}
if (_root.lev.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.lev.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.lev.ground.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
Frame 15
coins = bar1.coins;
if (_root.bar1.coins == 40) {
_root.stop();
} else if (_root.bar1.coins < 40) {
_root.nextFrame();
}
Instance of Symbol 253 MovieClip "CURSOR" in Frame 15
onClipEvent (enterFrame) {
startDrag ("_root.CURSOR", true);
Mouse.hide();
}
Frame 17
_root.bar1.coins = 0;
Instance of Symbol 155 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 161 MovieClip "bar2" in Frame 17
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 165 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.gotoAndPlay(54);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 207 MovieClip "mario" in Frame 17
onClipEvent (load) {
grav = 0;
speed = 4;
jumpHeight = 15;
scale = _xscale;
slowfall = 0.8;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.lev.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (_root.lev.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) {
this.gotoAndStop(3);
}
if (Key.isDown(40)) {
grav = grav * slowfall;
}
if ((((Key.isDown(79) && (!Key.isDown(37))) && (!Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.lev.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(2);
}
if (_root.lev.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.lev.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.lev.ground.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
Frame 18
coins = bar1.coins;
if (_root.bar1.coins == 35) {
_root.stop();
} else if (_root.bar1.coins < 35) {
_root.nextFrame();
}
Instance of Symbol 253 MovieClip "CURSOR" in Frame 18
onClipEvent (enterFrame) {
startDrag ("_root.CURSOR", true);
Mouse.hide();
}
Frame 20
_root.bar1.coins = 0;
Instance of Symbol 155 MovieClip in Frame 20
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 161 MovieClip "bar2" in Frame 20
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 165 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.gotoAndPlay(54);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 153 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.coin.play();
_root.bar1.coins++;
this.gotoAndStop(21);
}
}
Instance of Symbol 207 MovieClip "mario" in Frame 20
onClipEvent (load) {
grav = 0;
speed = 4;
jumpHeight = 15;
scale = _xscale;
slowfall = 0.8;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.lev.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (_root.lev.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) {
this.gotoAndStop(3);
}
if (Key.isDown(40)) {
grav = grav * slowfall;
}
if ((((Key.isDown(79) && (!Key.isDown(37))) && (!Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.lev.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(2);
}
if (_root.lev.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.lev.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.lev.ground.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
Frame 21
coins = bar1.coins;
if (_root.bar1.coins == 40) {
_root.stop();
} else if (_root.bar1.coins < 40) {
_root.nextFrame();
}
Instance of Symbol 253 MovieClip "CURSOR" in Frame 21
onClipEvent (enterFrame) {
startDrag ("_root.CURSOR", true);
Mouse.hide();
}
Frame 29
_root.bar1.coins = 0;
Instance of Symbol 155 MovieClip in Frame 29
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 165 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.gotoAndPlay(54);
}
}
Instance of Symbol 508 MovieClip "bar2" in Frame 29
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 510 MovieClip "craft" in Frame 29
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lev.ender)) {
_root.gotoAndStop(32);
}
}
Instance of Symbol 246 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.mario.jumpHeight = _root.mario.jumpHeight + 0.2;
_root.mario.jumpHeight = _root.mario.jumpHeight + 0.2;
this.play();
}
}
Instance of Symbol 246 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.mario.speed = _root.mario.speed + 0.1;
_root.mario.speed = _root.mario.speed + 0.1;
this.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.craft)) {
_root.craft.speed = _root.craft.speed + 0.1;
_root.craft.speed = _root.craft.speed + 0.1;
this.play();
}
}
Instance of Symbol 246 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.mario.speed = _root.mario.speed + 0.1;
_root.mario.speed = _root.mario.speed + 0.1;
this.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.craft)) {
_root.craft.speed = _root.craft.speed + 0.1;
_root.craft.speed = _root.craft.speed + 0.1;
this.play();
}
}
Instance of Symbol 246 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.mario.speed = _root.mario.speed + 0.1;
_root.mario.speed = _root.mario.speed + 0.1;
this.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.craft)) {
_root.craft.speed = _root.craft.speed + 0.1;
_root.craft.speed = _root.craft.speed + 0.1;
this.play();
}
}
Instance of Symbol 246 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.mario.jumpHeight = _root.mario.jumpHeight + 0.2;
_root.mario.jumpHeight = _root.mario.jumpHeight + 0.2;
this.play();
}
}
Instance of Symbol 207 MovieClip "mario" in Frame 29
onClipEvent (load) {
grav = 0;
speed = 4;
jumpHeight = 15;
scale = _xscale;
slowfall = 0.8;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.lev.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (_root.lev.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) {
this.gotoAndStop(3);
}
if (Key.isDown(40)) {
grav = grav * slowfall;
}
if ((((Key.isDown(79) && (!Key.isDown(37))) && (!Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.lev.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(2);
}
if (_root.lev.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.lev.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.lev.ground.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.craft)) {
_root.craft.speed = -4;
_root.craft.play();
_root.craft.hover.eye.play();
} else {
_root.craft.speed = 4;
}
}
Instance of Symbol 170 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (_root.player.hitTest(_x, _y, true)) {
_root.HP.nextFrame();
}
}
Frame 30
_root.bar1.coins = 0;
Instance of Symbol 510 MovieClip "craft" in Frame 30
onClipEvent (load) {
speed = 3.5;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lev.ender)) {
_root.gotoAndStop(32);
}
}
Frame 31
_root.bar1.coins = 0;
Instance of Symbol 510 MovieClip "craft" in Frame 31
onClipEvent (load) {
speed = 4;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lev.ender)) {
_root.gotoAndStop(32);
}
}
Instance of Symbol 246 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.mario.speed = _root.mario.speed + 0.1;
_root.mario.speed = _root.mario.speed + 0.1;
this.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.craft)) {
_root.craft.speed = _root.craft.speed + 0.1;
_root.craft.speed = _root.craft.speed + 0.1;
this.play();
}
}
Instance of Symbol 253 MovieClip "CURSOR" in Frame 32
onClipEvent (enterFrame) {
startDrag ("_root.CURSOR", true);
Mouse.hide();
}
Frame 37
_root.bar1.coins = 0;
Instance of Symbol 155 MovieClip in Frame 37
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 548 MovieClip "bar2" in Frame 37
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Instance of Symbol 165 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.gotoAndPlay(52);
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad1)) {
_root.toad1.speed = 2;
_root.toad1._xscale = 100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad1)) {
_root.toad1.speed = -2;
_root.toad1._xscale = -100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad2)) {
_root.toad2.speed = -2;
_root.toad2._xscale = -100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad2)) {
_root.toad2.speed = 2;
_root.toad2._xscale = 100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad3)) {
_root.toad3.speed = -2;
_root.toad3._xscale = -100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad3)) {
_root.toad3.speed = 2;
_root.toad3._xscale = 100;
}
}
Instance of Symbol 574 MovieClip "toad3" in Frame 37
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad4)) {
_root.toad4.speed = 4;
_root.toad4._xscale = 100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad4)) {
_root.toad4.speed = -4;
_root.toad4._xscale = -100;
}
}
Instance of Symbol 575 MovieClip "toad4" in Frame 37
onClipEvent (load) {
speed = 4;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad5)) {
_root.toad5.speed = -2;
_root.toad5._xscale = -100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad5)) {
_root.toad5.speed = 2;
_root.toad5._xscale = 100;
}
}
Instance of Symbol 576 MovieClip "toad5" in Frame 37
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad6)) {
_root.toad6.speed = -4;
_root.toad6._xscale = -100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad6)) {
_root.toad6.speed = 4;
_root.toad6._xscale = 100;
}
}
Instance of Symbol 577 MovieClip "toad6" in Frame 37
onClipEvent (load) {
speed = 4;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad7)) {
_root.toad7.speed = -2;
_root.toad7._xscale = -100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad7)) {
_root.toad7.speed = 2;
_root.toad7._xscale = 100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad8)) {
_root.toad8.speed = 2;
_root.toad8._xscale = 100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad8)) {
_root.toad8.speed = -2;
_root.toad8._xscale = -100;
}
}
Instance of Symbol 578 MovieClip "toad8" in Frame 37
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad9)) {
_root.toad9.speed = -2;
_root.toad9._xscale = -100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad9)) {
_root.toad9.speed = 2;
_root.toad9._xscale = 100;
}
}
Instance of Symbol 579 MovieClip "toad9" in Frame 37
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad10)) {
_root.toad10.speed = -2;
_root.toad10._xscale = -100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad10)) {
_root.toad10.speed = 2;
_root.toad10._xscale = 100;
}
}
Instance of Symbol 580 MovieClip "toad10" in Frame 37
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad11)) {
_root.toad11.speed = 2;
_root.toad11._xscale = 100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad11)) {
_root.toad11.speed = -2;
_root.toad11._xscale = -100;
}
}
Instance of Symbol 581 MovieClip "toad11" in Frame 37
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 582 MovieClip "toad12" in Frame 37
onClipEvent (load) {
speed = 4;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad12)) {
_root.toad12.speed = 4;
_root.toad12._xscale = 100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad12)) {
_root.toad12.speed = -4;
_root.toad12._xscale = -100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad13)) {
_root.toad13.speed = -2;
_root.toad13._xscale = -100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad13)) {
_root.toad13.speed = 2;
_root.toad13._xscale = 100;
}
}
Instance of Symbol 583 MovieClip "toad13" in Frame 37
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 584 MovieClip "toad14" in Frame 37
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad14)) {
_root.toad14.speed = -2;
_root.toad14._xscale = -100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad14)) {
_root.toad14.speed = 2;
_root.toad14._xscale = 100;
}
}
Instance of Symbol 585 MovieClip "toad15" in Frame 37
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad15)) {
_root.toad15.speed = -2;
_root.toad15._xscale = -100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad15)) {
_root.toad15.speed = 2;
_root.toad15._xscale = 100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad16)) {
_root.toad16.speed = -2;
_root.toad16._xscale = -100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad16)) {
_root.toad16.speed = 2;
_root.toad16._xscale = 100;
}
}
Instance of Symbol 586 MovieClip "toad16" in Frame 37
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 587 MovieClip "toad17" in Frame 37
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad17)) {
_root.toad17.speed = 2;
_root.toad17._xscale = 100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad17)) {
_root.toad17.speed = -2;
_root.toad17._xscale = -100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad18)) {
_root.toad18.speed = -4;
_root.toad18._xscale = -100;
}
}
Instance of Symbol 549 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.toad18)) {
_root.toad18.speed = 4;
_root.toad18._xscale = 100;
}
}
Instance of Symbol 588 MovieClip "toad18" in Frame 37
onClipEvent (load) {
speed = 4;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 589 MovieClip "toad1" in Frame 37
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 590 MovieClip "toad2" in Frame 37
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 591 MovieClip "toad7" in Frame 37
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
_x = (_x - speed);
}
Instance of Symbol 601 MovieClip "mario" in Frame 37
onClipEvent (load) {
grav = 0;
speed = 4;
jumpHeight = 15;
scale = _xscale;
slowfall = 0.8;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.lev.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (_root.lev.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) {
this.gotoAndStop(3);
}
if (Key.isDown(40)) {
grav = grav * slowfall;
}
if ((((Key.isDown(79) && (!Key.isDown(37))) && (!Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.lev.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(2);
}
if (_root.lev.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.lev.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.lev.ground.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
Frame 38
_root.bar1.coins = 0;
Instance of Symbol 253 MovieClip "CURSOR" in Frame 38
onClipEvent (enterFrame) {
startDrag ("_root.CURSOR", true);
Mouse.hide();
}
Frame 39
_root.bar1.coins = 0;
Instance of Symbol 601 MovieClip "mario2" in Frame 39
onClipEvent (load) {
grav = 0;
speed = 4;
jumpHeight = 15;
scale = _xscale;
slowfall = 0.8;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.lev.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (_root.lev.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) {
this.gotoAndStop(3);
}
if (Key.isDown(40)) {
grav = grav * slowfall;
}
if ((((Key.isDown(79) && (!Key.isDown(37))) && (!Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.lev.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(2);
}
if (_root.lev.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.lev.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.lev.ground.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
Frame 41
score = 0;
Instance of Symbol 165 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.HP3.play();
}
}
Instance of Symbol 207 MovieClip "mario" in Frame 41
onClipEvent (load) {
grav = 0;
speed = 4;
jumpHeight = 15;
scale = _xscale;
slowfall = 0.8;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.lev.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (_root.lev.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) {
this.gotoAndStop(3);
}
if (Key.isDown(40)) {
grav = grav * slowfall;
}
if ((((Key.isDown(79) && (!Key.isDown(37))) && (!Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.lev.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(2);
}
if (_root.lev.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.lev.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.lev.ground.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
Instance of Symbol 253 MovieClip "CURSOR" in Frame 42
onClipEvent (enterFrame) {
startDrag ("_root.CURSOR", true);
Mouse.hide();
}
Frame 47
onLoad = function () {
i = 0;
};
onEnterFrame = function () {
if (random(75) == 0) {
i++;
duplicateMovieClip (_root.nothing, "nothing" + i, i);
}
};
Instance of Symbol 165 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.gotoAndPlay(54);
}
}
Instance of Symbol 165 MovieClip "lava" in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.gotoAndPlay(52);
}
}
Instance of Symbol 207 MovieClip "mario" in Frame 48
onClipEvent (load) {
grav = 0;
speed = 4;
jumpHeight = 15;
scale = _xscale;
slowfall = 0.8;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.lev.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.lev.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
} else if (_root.lev.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) {
this.gotoAndStop(3);
}
if (Key.isDown(40)) {
grav = grav * slowfall;
}
if ((((Key.isDown(79) && (!Key.isDown(37))) && (!Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.lev.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(2);
}
if (_root.lev.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.lev.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.lev.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.lev.ground.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bowser)) {
_root.bosshp.play();
_root.bowser.craft.play();
_root.bowser.craft.hover.eye.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 253 MovieClip "CURSOR" in Frame 49
onClipEvent (enterFrame) {
startDrag ("_root.CURSOR", true);
Mouse.hide();
}
Symbol 24 MovieClip Frame 10
stop();
Symbol 26 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 21
gotoAndPlay (1);
Symbol 34 Button
on (release) {
getURL ("http://www.candlesntime.com/", "blank");
}
Symbol 43 Button
on (release) {
play();
}
Symbol 74 MovieClip Frame 5
stop();
Symbol 75 Button
on (release) {
getURL ("http://www.candlesntime.com/", "blank");
}
Symbol 79 Button
on (release) {
getURL ("http://www.candlesntime.com/", "blank");
}
Symbol 104 MovieClip Frame 300
_root.gotoAndStop(51);
Symbol 111 Button
on (release) {
_root.gotoAndStop(51);
}
Symbol 112 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 112 MovieClip Frame 2
gotoAndPlay (1);
Symbol 112 MovieClip Frame 26
_root.smile.gotoAndStop(22);
Instance of Symbol 3 MovieClip in Symbol 112 MovieClip Frame 26
on (release) {
getURL ("http://www.freewebs.com/pyroflameproductions/index.htm", "blank");
}
Symbol 112 MovieClip Frame 180
stop();
Symbol 121 Button
on (release) {
_root.gotoAndStop(47);
}
Symbol 122 MovieClip Frame 1
stop();
Symbol 126 Button
on (release) {
_root.gotoAndStop(5);
}
Symbol 127 MovieClip Frame 1
stop();
Symbol 128 Button
on (release) {
_root.gotoAndStop(2);
}
Symbol 129 Button
on (release) {
_root.gotoAndStop(8);
}
Symbol 130 MovieClip Frame 1
stop();
Symbol 131 Button
on (release) {
_root.gotoAndStop(11);
}
Symbol 132 MovieClip Frame 1
stop();
Symbol 133 Button
on (release) {
_root.gotoAndStop(14);
}
Symbol 134 MovieClip Frame 1
stop();
Symbol 135 Button
on (release) {
_root.gotoAndStop(17);
}
Symbol 136 MovieClip Frame 1
stop();
Symbol 137 Button
on (release) {
_root.gotoAndStop(20);
}
Symbol 138 MovieClip Frame 1
stop();
Instance of Symbol 148 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.nextFrame();
}
}
Symbol 155 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 11
stop();
Symbol 160 MovieClip Frame 21
stop();
Symbol 160 MovieClip Frame 31
stop();
Symbol 160 MovieClip Frame 41
stop();
Symbol 160 MovieClip Frame 51
stop();
Symbol 160 MovieClip Frame 68
_root.gotoAndStop(23);
stopAllSounds();
Instance of Symbol 167 MovieClip in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 169 MovieClip in Symbol 170 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 170 MovieClip in Symbol 172 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player.hitTest(_x, _y, true)) {
_root.HP.nextFrame();
}
}
Instance of Symbol 170 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player.hitTest(_x, _y, true)) {
_root.HP.nextFrame();
}
}
Instance of Symbol 170 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player.hitTest(_x, _y, true)) {
_root.HP.nextFrame();
}
}
Instance of Symbol 170 MovieClip in Symbol 175 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player.hitTest(_x, _y, true)) {
_root.HP.nextFrame();
}
}
Instance of Symbol 181 MovieClip in Symbol 186 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 186 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 192 MovieClip in Symbol 193 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 197 MovieClip in Symbol 198 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 209 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Symbol 216 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 2
_root.gotoAndStop();
Symbol 238 MovieClip Frame 233
stop();
Symbol 246 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 4
stop();
Symbol 247 Button
on (release) {
_root.lv2.gotoAndStop(2);
_root.gotoAndStop(44);
}
Symbol 263 MovieClip Frame 1
stop();
Symbol 263 MovieClip Frame 57
gotoAndStop (1);
Symbol 263 MovieClip Frame 80
stop();
Symbol 263 MovieClip Frame 101
gotoAndStop (1);
Symbol 273 MovieClip Frame 66
stop();
Symbol 274 Button
on (release) {
_root.gotoAndStop(44);
}
Instance of Symbol 148 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.nextFrame();
}
}
Instance of Symbol 285 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 287 MovieClip in Symbol 292 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 289 MovieClip in Symbol 292 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 291 MovieClip in Symbol 292 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 298 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 300 MovieClip in Symbol 301 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 310 MovieClip in Symbol 311 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Symbol 317 Button
on (release) {
_root.lv3.gotoAndStop(2);
_root.gotoAndStop(44);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 148 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.nextFrame();
}
}
Instance of Symbol 343 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 345 MovieClip in Symbol 346 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Symbol 354 MovieClip Frame 237
stop();
Symbol 358 Button
on (release) {
_root.lv4.gotoAndStop(2);
_root.gotoAndStop(44);
}
Instance of Symbol 148 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.nextFrame();
}
}
Instance of Symbol 401 MovieClip in Symbol 402 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Symbol 406 Button
on (release) {
_root.lv5.gotoAndStop(2);
_root.gotoAndStop(44);
}
Instance of Symbol 148 MovieClip in Symbol 414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.nextFrame();
}
}
Symbol 418 Button
on (release) {
_root.lv6.gotoAndStop(2);
_root.gotoAndStop(44);
}
Instance of Symbol 148 MovieClip in Symbol 425 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.nextFrame();
}
}
Symbol 429 Button
on (release) {
_root.lv7.gotoAndStop(2);
_root.gotoAndStop(44);
}
Instance of Symbol 148 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.nextFrame();
}
}
Symbol 442 Button
on (release) {
_root.lvboss.gotoAndStop(2);
_root.gotoAndStop(44);
}
Symbol 453 Button
on (release) {
_root.gotoAndStop(28);
}
Symbol 456 Button
on (release) {
_root.gotoAndStop(27);
}
Symbol 459 Button
on (release) {
gotoAndStop (45);
}
Instance of Symbol 148 MovieClip "ender" in Symbol 469 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.gotoAndStop(33);
}
}
Symbol 476 MovieClip Frame 1
stop();
Symbol 495 Button
on (release) {
_root.gotoAndStop(26);
}
Symbol 499 Button
on (release) {
_root.gotoAndStop(29);
}
Symbol 502 Button
on (release) {
_root.gotoAndStop(30);
}
Symbol 505 Button
on (release) {
_root.gotoAndStop(31);
}
Symbol 507 MovieClip Frame 1
stop();
Symbol 507 MovieClip Frame 11
stop();
Symbol 507 MovieClip Frame 21
stop();
Symbol 507 MovieClip Frame 31
stop();
Symbol 507 MovieClip Frame 41
stop();
Symbol 507 MovieClip Frame 51
stop();
Symbol 507 MovieClip Frame 68
_root.gotoAndStop(32);
stopAllSounds();
Symbol 510 MovieClip Frame 1
stop();
Symbol 532 Button
on (release) {
gotoAndStop (45);
}
Symbol 535 Button
on (release) {
_root.gotoAndStop(36);
}
Symbol 540 Button
on (release) {
_root.gotoAndStop(37);
}
Symbol 541 Button
on (release) {
_root.gotoAndStop(36);
}
Symbol 544 Button
on (release) {
_root.gotoAndStop(35);
}
Instance of Symbol 148 MovieClip in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.nextFrame();
}
}
Symbol 547 MovieClip Frame 1
stop();
Symbol 547 MovieClip Frame 11
stop();
Symbol 547 MovieClip Frame 21
stop();
Symbol 547 MovieClip Frame 31
stop();
Symbol 547 MovieClip Frame 41
stop();
Symbol 547 MovieClip Frame 51
stop();
Symbol 547 MovieClip Frame 68
_root.gotoAndStop(34);
Symbol 570 MovieClip Frame 11
stop();
Symbol 574 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 574 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 550 MovieClip in Symbol 574 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad3.play();
_root.toad3.speed = 0;
}
}
Symbol 574 MovieClip Frame 16
_root.toad3.speed = 0;
Symbol 574 MovieClip Frame 65
stop();
Symbol 575 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 575 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 550 MovieClip in Symbol 575 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad4.play();
_root.toad4.speed = 0;
}
}
Symbol 575 MovieClip Frame 16
_root.toad4.speed = 0;
Symbol 575 MovieClip Frame 65
stop();
Symbol 576 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 576 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad5.play();
_root.toad5.speed = 0;
}
}
Instance of Symbol 550 MovieClip in Symbol 576 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Symbol 576 MovieClip Frame 16
_root.toad5.speed = 0;
Symbol 576 MovieClip Frame 65
stop();
Symbol 577 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 550 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad6.play();
_root.toad6.speed = 0;
}
}
Symbol 577 MovieClip Frame 16
_root.toad6.speed = 0;
Symbol 577 MovieClip Frame 65
stop();
Symbol 578 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 550 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad8.play();
_root.toad8.speed = 0;
}
}
Symbol 578 MovieClip Frame 16
_root.toad8.speed = 0;
Symbol 578 MovieClip Frame 65
stop();
Symbol 579 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 579 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad9.play();
_root.toad9.speed = 0;
}
}
Instance of Symbol 550 MovieClip in Symbol 579 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Symbol 579 MovieClip Frame 16
_root.toad9.speed = 0;
Symbol 579 MovieClip Frame 65
stop();
Symbol 580 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 580 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad10.play();
_root.toad10.speed = 0;
}
}
Instance of Symbol 550 MovieClip in Symbol 580 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Symbol 580 MovieClip Frame 16
_root.toad10.speed = 0;
Symbol 580 MovieClip Frame 65
stop();
Symbol 581 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 550 MovieClip in Symbol 581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad11.play();
_root.toad11.speed = 0;
}
}
Symbol 581 MovieClip Frame 16
_root.toad11.speed = 0;
Symbol 581 MovieClip Frame 65
stop();
Symbol 582 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 550 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad12.play();
_root.toad12.speed = 0;
}
}
Symbol 582 MovieClip Frame 16
_root.toad12.speed = 0;
Symbol 582 MovieClip Frame 65
stop();
Symbol 583 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 583 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 550 MovieClip in Symbol 583 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad13.play();
_root.toad13.speed = 0;
}
}
Symbol 583 MovieClip Frame 16
_root.toad13.speed = 0;
Symbol 583 MovieClip Frame 65
stop();
Symbol 584 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 584 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad14.play();
_root.toad14.speed = 0;
}
}
Instance of Symbol 550 MovieClip in Symbol 584 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Symbol 584 MovieClip Frame 16
_root.toad14.speed = 0;
Symbol 584 MovieClip Frame 65
stop();
Symbol 585 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 585 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 550 MovieClip in Symbol 585 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad15.play();
_root.toad15.speed = 0;
}
}
Symbol 585 MovieClip Frame 16
_root.toad15.speed = 0;
Symbol 585 MovieClip Frame 65
stop();
Symbol 586 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 586 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 550 MovieClip in Symbol 586 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad16.play();
_root.toad16.speed = 0;
}
}
Symbol 586 MovieClip Frame 16
_root.toad16.speed = 0;
Symbol 586 MovieClip Frame 65
stop();
Symbol 587 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 587 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad17.play();
_root.toad17.speed = 0;
}
}
Instance of Symbol 550 MovieClip in Symbol 587 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Symbol 587 MovieClip Frame 16
_root.toad17.speed = 0;
Symbol 587 MovieClip Frame 65
stop();
Symbol 588 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 588 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Instance of Symbol 550 MovieClip in Symbol 588 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad18.play();
_root.toad18.speed = 0;
}
}
Symbol 588 MovieClip Frame 16
_root.toad18.speed = 0;
Symbol 588 MovieClip Frame 65
stop();
Symbol 589 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad1.play();
_root.toad1.speed = 0;
}
}
Instance of Symbol 550 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Symbol 589 MovieClip Frame 16
_root.toad1.speed = 0;
Symbol 589 MovieClip Frame 65
stop();
Symbol 590 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 590 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad2.play();
_root.toad2.speed = 0;
}
}
Instance of Symbol 550 MovieClip in Symbol 590 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Symbol 590 MovieClip Frame 16
_root.toad2.speed = 0;
Symbol 590 MovieClip Frame 65
stop();
Symbol 591 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 591 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario.feet.feethit)) {
_root.toad7.play();
_root.toad7.speed = 0;
}
}
Instance of Symbol 550 MovieClip in Symbol 591 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.bar2.HP.play();
}
}
Symbol 591 MovieClip Frame 16
_root.toad7.speed = 0;
Symbol 591 MovieClip Frame 65
stop();
Symbol 599 MovieClip Frame 6
stop();
Symbol 629 Button
on (release) {
nextFrame();
}
Symbol 639 Button
on (release) {
play();
}
Symbol 645 Button
on (release) {
play();
}
Instance of Symbol 155 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Symbol 648 MovieClip Frame 20
stop();
Symbol 648 MovieClip Frame 120
stop();
Symbol 648 MovieClip Frame 166
_root.nextFrame();
Symbol 661 Button
on (release) {
_root.gotoAndStop(36);
}
Symbol 662 MovieClip Frame 1
stop();
Instance of Symbol 550 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario2.feet.feethit)) {
_root.marioboss.play();
}
}
Symbol 662 MovieClip Frame 2
_root.marioboss.shake.stop();
Symbol 662 MovieClip Frame 6
_root.marioboss.shake.stop();
Symbol 662 MovieClip Frame 10
_root.marioboss.shake.stop();
Symbol 662 MovieClip Frame 75
stop();
Symbol 671 Button
on (release) {
_root.gotoAndStop(41);
}
Symbol 674 Button
on (release) {
_root.gotoAndStop(43);
}
Symbol 678 Button
on (release) {
gotoAndStop (45);
}
Symbol 680 MovieClip Frame 1
stop();
Symbol 680 MovieClip Frame 20
_root.nextFrame();
Instance of Symbol 246 MovieClip in Symbol 691 MovieClip Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.speed.play();
this.play();
}
}
Instance of Symbol 246 MovieClip in Symbol 692 MovieClip Frame 610
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.jump.play();
this.play();
}
}
Instance of Symbol 246 MovieClip in Symbol 693 MovieClip Frame 301
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
_root.slowfall.play();
this.play();
}
}
Symbol 696 MovieClip Frame 30
_root.score = _root.score + 1;
gotoAndPlay (1);
Symbol 700 MovieClip Frame 1
stop();
Symbol 700 MovieClip Frame 2
_root.mario.speed = 10;
Symbol 700 MovieClip Frame 300
_root.mario.speed = 4;
Symbol 704 MovieClip Frame 1
stop();
Symbol 704 MovieClip Frame 2
_root.mario.slowfall = 0.1;
Symbol 704 MovieClip Frame 300
_root.mario.slowfall = 0.8;
Symbol 708 MovieClip Frame 1
stop();
Symbol 708 MovieClip Frame 2
_root.mario.jumpHeight = 25;
Symbol 708 MovieClip Frame 300
_root.mario.jumpHeight = 15;
Symbol 716 Button
on (release) {
_root.gotoAndStop(40);
}
Symbol 719 Button
on (release) {
_root.gotoAndStop(41);
}
Symbol 720 MovieClip Frame 70
stop();
Symbol 726 Button
on (release) {
_root.gotoAndStop(40);
}
Symbol 770 MovieClip Frame 30
stop();
Symbol 773 Button
on (press) {
if (_quality == "HIGH") {
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
_quality = "LOW";
} else if (_quality == "LOW") {
_quality = "HIGH";
}
}
Symbol 776 Button
on (release) {
gotoAndStop (45);
}
Symbol 779 Button
on (release) {
gotoAndStop (46);
}
Symbol 782 Button
on (release) {
gotoAndStop (50);
}
Symbol 792 Button
on (release) {
gotoAndStop (45);
}
Symbol 799 Button
on (release) {
gotoAndStop (36);
}
Symbol 803 Button
on (release) {
gotoAndStop (40);
}
Symbol 809 Button
on (release) {
gotoAndStop (26);
}
Symbol 815 Button
on (release) {
gotoAndStop (44);
}
Symbol 818 Button
on (release) {
gotoAndStop (44);
}
Symbol 824 Button
on (release) {
_root.nextFrame();
}
Symbol 847 MovieClip Frame 1
stop();
Symbol 847 MovieClip Frame 10
stop();
Symbol 847 MovieClip Frame 20
stop();
Symbol 847 MovieClip Frame 30
stop();
Symbol 847 MovieClip Frame 40
stop();
Symbol 847 MovieClip Frame 50
stop();
Symbol 847 MovieClip Frame 60
stop();
Symbol 847 MovieClip Frame 70
stop();
Symbol 847 MovieClip Frame 80
stop();
Symbol 847 MovieClip Frame 90
stop();
Symbol 847 MovieClip Frame 100
stop();
Symbol 847 MovieClip Frame 110
stop();
Symbol 847 MovieClip Frame 120
stop();
Symbol 847 MovieClip Frame 130
stop();
Symbol 847 MovieClip Frame 140
stop();
Symbol 847 MovieClip Frame 150
stop();
Symbol 847 MovieClip Frame 160
stop();
Symbol 847 MovieClip Frame 170
stop();
Symbol 847 MovieClip Frame 180
stop();
Symbol 847 MovieClip Frame 190
stop();
Symbol 847 MovieClip Frame 200
stop();
_root.nextFrame();
Symbol 877 Button
on (release) {
_root.gotoAndStop(44);
}
Symbol 878 Button
on (release) {
getURL ("http://www.freewebs.com/pyroflameproductions/index.htm", "blank");
}
Symbol 879 Button
on (release) {
_root.nextFrame();
}
Instance of Symbol 155 MovieClip in Symbol 880 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Symbol 880 MovieClip Frame 137
stop();
Symbol 887 Button
on (release) {
_root.gotoAndStop(44);
}
Symbol 888 Button
on (release) {
_root.gotoAndStop(44);
}
Symbol 892 Button
on (release) {
getURL ("http://www.freewebs.com/pyroflameproductions/index.htm", "blank");
}
Symbol 896 Button
on (release) {
getURL ("http://www.candlesntime.com/", "blank");
}
Symbol 897 MovieClip Frame 779
stop();
Symbol 903 Button
on (release) {
_root.gotoAndStop(44);
}
Symbol 920 MovieClip Frame 1
stop();
Instance of Symbol 155 MovieClip in Symbol 920 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.mario._x;
}
Symbol 920 MovieClip Frame 181
stop();
Symbol 920 MovieClip Frame 201
_root.gotoAndStop(44);