STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228116
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/30193514?noj=FRM30193514-10DC" width="1" height="1"></div>

Mario Time Attack.swf

This is the info page for
Flash #22073

(Click the ID number above for more basic data on this flash file.)


Text
0

Mario and other Mario related characters (C)Nintendo

0

Princess Peach is on the
other side of the
desert.She needs some
fresh water, bring it
before time runs out! You
can jump by pressing UP,
walk with LEFT and RIGHT
and hold SHIFT to run!

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

YOU FINISHED THE GAME...

1OO%

YOU PLAYED ALL LEVELS AND
GOT ALL COINS THERE ARE!

5O%

YOU PLAYED ALL LEVELS BUT
DIDN'T GOT ALL COINS!

0

0

3

lifes left:

0

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
stop(); _root._quality = "low"; frame_counter = 0; timer = 0; score = 0; lifes = 4;
Frame 3
stop(); _root._quality = "low";
Frame 4
function heroMovement() { if (Key.isDown(37)) { _root.hero._xscale = -100; _root.hero.gotoAndStop(2); dir = "left"; h._x = h._x - xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } } } if (Key.isDown(39)) { _root.hero.gotoAndStop(2); _root.hero._xscale = 100; dir = "right"; h._x = h._x + xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } } } } function sideTopHitTest() { i = 0; while (i < 1) { if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } if (ps.hitTest((h._x + x) + (hb.xmin + 1), (h._y + y) + (hb.ymin - 2), true) || (ps.hitTest((h._x + x) + (hb.xmax - 1), (h._y + y) + (hb.ymin - 2), true))) { velY = 4; xSpeed = -0.2; } if ((h._x - (h._width / 2)) <= 0) { h._x = h._width / 2; } else if ((h._x + (h._width / 2)) >= 450) { h._x = 450 - (h._width / 2); } i++; } } function jump() { i = 0; while (i < 1) { if ((ps.hitTest((h._x + x) + hb.xmin, h._y + 1.5, true) || (ps.hitTest(h._x, h._y + 1.5, true))) || (ps.hitTest((h._x + x) + hb.xmax, h._y + 1.5, true))) { velY = 0; jumping = false; } else { jumping = true; } if (Key.isDown(38) && (jumping == false)) { velY = jumpingAmount; jumping = true; } if (jumping == true) { _root.hero.gotoAndStop(3); h._y = h._y + (velY++); } if (velY > maxVelY) { velY = maxVelY; } i++; } } _root._quality = "low"; frame_counter = 4; stageWidth = 100; xSpeed = 23.7; dir = "still"; maxVelY = 11; buffer = 15; jumpingAmount = -16; velY = jumpingAmount; jumping = false; h = _root.hero; hb = h.getBounds(); ySpeed = 1; scrollSpeed = 3; psvMin = 80; psvMax = 160; psv1Min = 134; psv1Max = 200; p = _root.platform; ps = _root.platform.solid; psv = _root.platform.solid.vPlatform; psv1 = _root.platform.solid.vPlatform1; bScrollSpeed = xSpeed / 3.75; b = _root.backdrop; this.onEnterFrame = function () { h.gotoAndStop("still"); while (ps.hitTest(h._x + hb.xmin, h._y - 2, true) || (ps.hitTest(h._x + hb.xmax, h._y - 2, true))) { h._y--; } if (ps.hitTest((h._x + x) + hb.xmin, h._y + buffer, true) && (ps.hitTest((h._x + x) + hb.xmax, h._y + buffer, true))) { h._y++; } if (Key.isDown(40) && (jumping == false)) { dir = "duck"; h.gotoAndStop("duck"); jumping = false; xSpeed = 0; } else if (Key.isDown(16)) { xSpeed = 8; } else { xSpeed = 6; } heroMovement(); jump(); sideTopHitTest(); i = 0; while (i < 2) { if (h.hitTest(p["gold" + i])) { score = score + 10; p["gold" + i].gotoAndStop(2); } i++; } if ((h._x >= 300) && (p._x >= (-(p._width - stageWidth)))) { h._x = 299; p._x = p._x - xSpeed; b._x = b._x - bScrollSpeed; } if ((h._x <= 150) && (p._x <= 0)) { h._x = 151; p._x = p._x + xSpeed; b._x = b._x + bScrollSpeed; } psv._y = psv._y + ySpeed; psv1._y = psv1._y + ySpeed; if ((psv._y <= psvMin) || (psv1._y <= psv1Min)) { ySpeed = ySpeed * -1; } if ((psv._y >= psvMax) || (psv1._y >= psv1Max)) { ySpeed = ySpeed * -1; } }; stop();
Instance of Symbol 89 MovieClip "mariodie" in Frame 4
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y; }
Frame 5
_root._quality = "low"; stop();
Frame 6
play();
Frame 7
function heroMovement() { if (Key.isDown(37)) { _root.hero._xscale = -100; _root.hero.gotoAndStop(2); dir = "left"; h._x = h._x - xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } } } if (Key.isDown(39)) { _root.hero.gotoAndStop(2); _root.hero._xscale = 100; dir = "right"; h._x = h._x + xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } } } } function sideTopHitTest() { i = 0; while (i < 1) { if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } if (ps.hitTest((h._x + x) + (hb.xmin + 1), (h._y + y) + (hb.ymin - 2), true) || (ps.hitTest((h._x + x) + (hb.xmax - 1), (h._y + y) + (hb.ymin - 2), true))) { velY = 4; xSpeed = -0.2; } if ((h._x - (h._width / 2)) <= 0) { h._x = h._width / 2; } else if ((h._x + (h._width / 2)) >= 450) { h._x = 450 - (h._width / 2); } i++; } } function jump() { i = 0; while (i < 1) { if ((ps.hitTest((h._x + x) + hb.xmin, h._y + 1.5, true) || (ps.hitTest(h._x, h._y + 1.5, true))) || (ps.hitTest((h._x + x) + hb.xmax, h._y + 1.5, true))) { velY = 0; jumping = false; } else { jumping = true; } if (Key.isDown(38) && (jumping == false)) { velY = jumpingAmount; jumping = true; } if (jumping == true) { _root.hero.gotoAndStop(3); h._y = h._y + (velY++); } if (velY > maxVelY) { velY = maxVelY; } i++; } } _root._quality = "low"; frame_counter = 6; stageWidth = 100; xSpeed = 23.7; dir = "still"; maxVelY = 11; buffer = 15; jumpingAmount = -16; velY = jumpingAmount; jumping = false; h = _root.hero; hb = h.getBounds(); ySpeed = 1; scrollSpeed = 3; psvMin = 80; psvMax = 160; psv1Min = 134; psv1Max = 200; p = _root.platform; ps = _root.platform.solid; psv = _root.platform.solid.vPlatform; psv1 = _root.platform.solid.vPlatform1; bScrollSpeed = xSpeed / 3.75; b = _root.backdrop; this.onEnterFrame = function () { h.gotoAndStop("still"); while (ps.hitTest(h._x + hb.xmin, h._y - 2, true) || (ps.hitTest(h._x + hb.xmax, h._y - 2, true))) { h._y--; } if (ps.hitTest((h._x + x) + hb.xmin, h._y + buffer, true) && (ps.hitTest((h._x + x) + hb.xmax, h._y + buffer, true))) { h._y++; } if (Key.isDown(40) && (jumping == false)) { dir = "duck"; h.gotoAndStop("duck"); jumping = false; xSpeed = 0; } else if (Key.isDown(16)) { xSpeed = 8; } else { xSpeed = 6; } heroMovement(); jump(); sideTopHitTest(); i = 0; while (i < 2) { if (h.hitTest(p["gold" + i])) { score = score + 10; p["gold" + i].gotoAndStop(2); } i++; } if ((h._x >= 300) && (p._x >= (-(p._width - stageWidth)))) { h._x = 299; p._x = p._x - xSpeed; b._x = b._x - bScrollSpeed; } if ((h._x <= 150) && (p._x <= 0)) { h._x = 151; p._x = p._x + xSpeed; b._x = b._x + bScrollSpeed; } psv._y = psv._y + ySpeed; psv1._y = psv1._y + ySpeed; if ((psv._y <= psvMin) || (psv1._y <= psv1Min)) { ySpeed = ySpeed * -1; } if ((psv._y >= psvMax) || (psv1._y >= psv1Max)) { ySpeed = ySpeed * -1; } }; stop();
Instance of Symbol 89 MovieClip "mariodie" in Frame 7
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y; }
Frame 8
play();
Frame 9
function heroMovement() { if (Key.isDown(37)) { _root.hero._xscale = -100; _root.hero.gotoAndStop(2); dir = "left"; h._x = h._x - xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } } } if (Key.isDown(39)) { _root.hero.gotoAndStop(2); _root.hero._xscale = 100; dir = "right"; h._x = h._x + xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } } } } function sideTopHitTest() { i = 0; while (i < 1) { if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } if (ps.hitTest((h._x + x) + (hb.xmin + 1), (h._y + y) + (hb.ymin - 2), true) || (ps.hitTest((h._x + x) + (hb.xmax - 1), (h._y + y) + (hb.ymin - 2), true))) { velY = 4; xSpeed = -0.2; } if ((h._x - (h._width / 2)) <= 0) { h._x = h._width / 2; } else if ((h._x + (h._width / 2)) >= 450) { h._x = 450 - (h._width / 2); } i++; } } function jump() { i = 0; while (i < 1) { if ((ps.hitTest((h._x + x) + hb.xmin, h._y + 1.5, true) || (ps.hitTest(h._x, h._y + 1.5, true))) || (ps.hitTest((h._x + x) + hb.xmax, h._y + 1.5, true))) { velY = 0; jumping = false; } else { jumping = true; } if (Key.isDown(38) && (jumping == false)) { velY = jumpingAmount; jumping = true; } if (jumping == true) { _root.hero.gotoAndStop(3); h._y = h._y + (velY++); } if (velY > maxVelY) { velY = maxVelY; } i++; } } _root._quality = "low"; frame_counter = 8; stageWidth = 100; xSpeed = 23.7; dir = "still"; maxVelY = 11; buffer = 15; jumpingAmount = -16; velY = jumpingAmount; jumping = false; h = _root.hero; hb = h.getBounds(); ySpeed = 1; scrollSpeed = 3; psvMin = 80; psvMax = 160; psv1Min = 134; psv1Max = 200; p = _root.platform; ps = _root.platform.solid; psv = _root.platform.solid.vPlatform; psv1 = _root.platform.solid.vPlatform1; bScrollSpeed = xSpeed / 3.75; b = _root.backdrop; this.onEnterFrame = function () { h.gotoAndStop("still"); while (ps.hitTest(h._x + hb.xmin, h._y - 2, true) || (ps.hitTest(h._x + hb.xmax, h._y - 2, true))) { h._y--; } if (ps.hitTest((h._x + x) + hb.xmin, h._y + buffer, true) && (ps.hitTest((h._x + x) + hb.xmax, h._y + buffer, true))) { h._y++; } if (Key.isDown(40) && (jumping == false)) { dir = "duck"; h.gotoAndStop("duck"); jumping = false; xSpeed = 0; } else if (Key.isDown(16)) { xSpeed = 8; } else { xSpeed = 6; } heroMovement(); jump(); sideTopHitTest(); i = 0; while (i < 2) { if (h.hitTest(p["gold" + i])) { score = score + 10; p["gold" + i].gotoAndStop(2); } i++; } if ((h._x >= 300) && (p._x >= (-(p._width - stageWidth)))) { h._x = 299; p._x = p._x - xSpeed; b._x = b._x - bScrollSpeed; } if ((h._x <= 150) && (p._x <= 0)) { h._x = 151; p._x = p._x + xSpeed; b._x = b._x + bScrollSpeed; } psv._y = psv._y + ySpeed; psv1._y = psv1._y + ySpeed; if ((psv._y <= psvMin) || (psv1._y <= psv1Min)) { ySpeed = ySpeed * -1; } if ((psv._y >= psvMax) || (psv1._y >= psv1Max)) { ySpeed = ySpeed * -1; } }; stop();
Instance of Symbol 89 MovieClip "mariodie" in Frame 9
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y; }
Frame 10
play();
Frame 11
function heroMovement() { if (Key.isDown(37)) { _root.hero._xscale = -100; _root.hero.gotoAndStop(2); dir = "left"; h._x = h._x - xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } } } if (Key.isDown(39)) { _root.hero.gotoAndStop(2); _root.hero._xscale = 100; dir = "right"; h._x = h._x + xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } } } } function sideTopHitTest() { i = 0; while (i < 1) { if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } if (ps.hitTest((h._x + x) + (hb.xmin + 1), (h._y + y) + (hb.ymin - 2), true) || (ps.hitTest((h._x + x) + (hb.xmax - 1), (h._y + y) + (hb.ymin - 2), true))) { velY = 4; xSpeed = -0.2; } if ((h._x - (h._width / 2)) <= 0) { h._x = h._width / 2; } else if ((h._x + (h._width / 2)) >= 450) { h._x = 450 - (h._width / 2); } i++; } } function jump() { i = 0; while (i < 1) { if ((ps.hitTest((h._x + x) + hb.xmin, h._y + 1.5, true) || (ps.hitTest(h._x, h._y + 1.5, true))) || (ps.hitTest((h._x + x) + hb.xmax, h._y + 1.5, true))) { velY = 0; jumping = false; } else { jumping = true; } if (Key.isDown(38) && (jumping == false)) { velY = jumpingAmount; jumping = true; } if (jumping == true) { _root.hero.gotoAndStop(3); h._y = h._y + (velY++); } if (velY > maxVelY) { velY = maxVelY; } i++; } } _root._quality = "low"; frame_counter = 10; stageWidth = 100; xSpeed = 23.7; dir = "still"; maxVelY = 11; buffer = 15; jumpingAmount = -16; velY = jumpingAmount; jumping = false; h = _root.hero; hb = h.getBounds(); ySpeed = 1; scrollSpeed = 3; psvMin = 80; psvMax = 160; psv1Min = 134; psv1Max = 200; p = _root.platform; ps = _root.platform.solid; psv = _root.platform.solid.vPlatform; psv1 = _root.platform.solid.vPlatform1; bScrollSpeed = xSpeed / 3.75; b = _root.backdrop; this.onEnterFrame = function () { h.gotoAndStop("still"); while (ps.hitTest(h._x + hb.xmin, h._y - 2, true) || (ps.hitTest(h._x + hb.xmax, h._y - 2, true))) { h._y--; } if (ps.hitTest((h._x + x) + hb.xmin, h._y + buffer, true) && (ps.hitTest((h._x + x) + hb.xmax, h._y + buffer, true))) { h._y++; } if (Key.isDown(40) && (jumping == false)) { dir = "duck"; h.gotoAndStop("duck"); jumping = false; xSpeed = 0; } else if (Key.isDown(16)) { xSpeed = 8; } else { xSpeed = 6; } heroMovement(); jump(); sideTopHitTest(); i = 0; while (i < 2) { if (h.hitTest(p["gold" + i])) { score = score + 10; p["gold" + i].gotoAndStop(2); } i++; } if ((h._x >= 300) && (p._x >= (-(p._width - stageWidth)))) { h._x = 299; p._x = p._x - xSpeed; b._x = b._x - bScrollSpeed; } if ((h._x <= 150) && (p._x <= 0)) { h._x = 151; p._x = p._x + xSpeed; b._x = b._x + bScrollSpeed; } psv._y = psv._y + ySpeed; psv1._y = psv1._y + ySpeed; if ((psv._y <= psvMin) || (psv1._y <= psv1Min)) { ySpeed = ySpeed * -1; } if ((psv._y >= psvMax) || (psv1._y >= psv1Max)) { ySpeed = ySpeed * -1; } }; stop();
Instance of Symbol 89 MovieClip "mariodie" in Frame 11
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y; }
Frame 12
play();
Frame 13
function heroMovement() { if (Key.isDown(37)) { _root.hero._xscale = -100; _root.hero.gotoAndStop(2); dir = "left"; h._x = h._x - xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } } } if (Key.isDown(39)) { _root.hero.gotoAndStop(2); _root.hero._xscale = 100; dir = "right"; h._x = h._x + xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } } } } function sideTopHitTest() { i = 0; while (i < 1) { if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } if (ps.hitTest((h._x + x) + (hb.xmin + 1), (h._y + y) + (hb.ymin - 2), true) || (ps.hitTest((h._x + x) + (hb.xmax - 1), (h._y + y) + (hb.ymin - 2), true))) { velY = 4; xSpeed = -0.2; } if ((h._x - (h._width / 2)) <= 0) { h._x = h._width / 2; } else if ((h._x + (h._width / 2)) >= 450) { h._x = 450 - (h._width / 2); } i++; } } function jump() { i = 0; while (i < 1) { if ((ps.hitTest((h._x + x) + hb.xmin, h._y + 1.5, true) || (ps.hitTest(h._x, h._y + 1.5, true))) || (ps.hitTest((h._x + x) + hb.xmax, h._y + 1.5, true))) { velY = 0; jumping = false; } else { jumping = true; } if (Key.isDown(38) && (jumping == false)) { velY = jumpingAmount; jumping = true; } if (jumping == true) { _root.hero.gotoAndStop(3); h._y = h._y + (velY++); } if (velY > maxVelY) { velY = maxVelY; } i++; } } _root._quality = "low"; frame_counter = 12; stageWidth = 100; xSpeed = 23.7; dir = "still"; maxVelY = 11; buffer = 15; jumpingAmount = -16; velY = jumpingAmount; jumping = false; h = _root.hero; hb = h.getBounds(); ySpeed = 1; scrollSpeed = 3; psvMin = 80; psvMax = 160; psv1Min = 134; psv1Max = 200; p = _root.platform; ps = _root.platform.solid; psv = _root.platform.solid.vPlatform; psv1 = _root.platform.solid.vPlatform1; bScrollSpeed = xSpeed / 3.75; b = _root.backdrop; this.onEnterFrame = function () { h.gotoAndStop("still"); while (ps.hitTest(h._x + hb.xmin, h._y - 2, true) || (ps.hitTest(h._x + hb.xmax, h._y - 2, true))) { h._y--; } if (ps.hitTest((h._x + x) + hb.xmin, h._y + buffer, true) && (ps.hitTest((h._x + x) + hb.xmax, h._y + buffer, true))) { h._y++; } if (Key.isDown(40) && (jumping == false)) { dir = "duck"; h.gotoAndStop("duck"); jumping = false; xSpeed = 0; } else if (Key.isDown(16)) { xSpeed = 8; } else { xSpeed = 6; } heroMovement(); jump(); sideTopHitTest(); i = 0; while (i < 2) { if (h.hitTest(p["gold" + i])) { score = score + 10; p["gold" + i].gotoAndStop(2); } i++; } if ((h._x >= 300) && (p._x >= (-(p._width - stageWidth)))) { h._x = 299; p._x = p._x - xSpeed; b._x = b._x - bScrollSpeed; } if ((h._x <= 150) && (p._x <= 0)) { h._x = 151; p._x = p._x + xSpeed; b._x = b._x + bScrollSpeed; } psv._y = psv._y + ySpeed; psv1._y = psv1._y + ySpeed; if ((psv._y <= psvMin) || (psv1._y <= psv1Min)) { ySpeed = ySpeed * -1; } if ((psv._y >= psvMax) || (psv1._y >= psv1Max)) { ySpeed = ySpeed * -1; } }; stop();
Instance of Symbol 89 MovieClip "mariodie" in Frame 13
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y; }
Frame 14
play();
Frame 15
function heroMovement() { if (Key.isDown(37)) { _root.hero._xscale = -100; _root.hero.gotoAndStop(2); dir = "left"; h._x = h._x - xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } } } if (Key.isDown(39)) { _root.hero.gotoAndStop(2); _root.hero._xscale = 100; dir = "right"; h._x = h._x + xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } } } } function sideTopHitTest() { i = 0; while (i < 1) { if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } if (ps.hitTest((h._x + x) + (hb.xmin + 1), (h._y + y) + (hb.ymin - 2), true) || (ps.hitTest((h._x + x) + (hb.xmax - 1), (h._y + y) + (hb.ymin - 2), true))) { velY = 4; xSpeed = -0.2; } if ((h._x - (h._width / 2)) <= 0) { h._x = h._width / 2; } else if ((h._x + (h._width / 2)) >= 450) { h._x = 450 - (h._width / 2); } i++; } } function jump() { i = 0; while (i < 1) { if ((ps.hitTest((h._x + x) + hb.xmin, h._y + 1.5, true) || (ps.hitTest(h._x, h._y + 1.5, true))) || (ps.hitTest((h._x + x) + hb.xmax, h._y + 1.5, true))) { velY = 0; jumping = false; } else { jumping = true; } if (Key.isDown(38) && (jumping == false)) { velY = jumpingAmount; jumping = true; } if (jumping == true) { _root.hero.gotoAndStop(3); h._y = h._y + (velY++); } if (velY > maxVelY) { velY = maxVelY; } i++; } } _root._quality = "low"; frame_counter = 14; stageWidth = 100; xSpeed = 23.7; dir = "still"; maxVelY = 11; buffer = 15; jumpingAmount = -16; velY = jumpingAmount; jumping = false; h = _root.hero; hb = h.getBounds(); ySpeed = 1; scrollSpeed = 3; psvMin = 80; psvMax = 160; psv1Min = 134; psv1Max = 200; p = _root.platform; ps = _root.platform.solid; psv = _root.platform.solid.vPlatform; psv1 = _root.platform.solid.vPlatform1; bScrollSpeed = xSpeed / 3.75; b = _root.backdrop; this.onEnterFrame = function () { h.gotoAndStop("still"); while (ps.hitTest(h._x + hb.xmin, h._y - 2, true) || (ps.hitTest(h._x + hb.xmax, h._y - 2, true))) { h._y--; } if (ps.hitTest((h._x + x) + hb.xmin, h._y + buffer, true) && (ps.hitTest((h._x + x) + hb.xmax, h._y + buffer, true))) { h._y++; } if (Key.isDown(40) && (jumping == false)) { dir = "duck"; h.gotoAndStop("duck"); jumping = false; xSpeed = 0; } else if (Key.isDown(16)) { xSpeed = 8; } else { xSpeed = 6; } heroMovement(); jump(); sideTopHitTest(); i = 0; while (i < 2) { if (h.hitTest(p["gold" + i])) { score = score + 10; p["gold" + i].gotoAndStop(2); } i++; } if ((h._x >= 300) && (p._x >= (-(p._width - stageWidth)))) { h._x = 299; p._x = p._x - xSpeed; b._x = b._x - bScrollSpeed; } if ((h._x <= 150) && (p._x <= 0)) { h._x = 151; p._x = p._x + xSpeed; b._x = b._x + bScrollSpeed; } psv._y = psv._y + ySpeed; psv1._y = psv1._y + ySpeed; if ((psv._y <= psvMin) || (psv1._y <= psv1Min)) { ySpeed = ySpeed * -1; } if ((psv._y >= psvMax) || (psv1._y >= psv1Max)) { ySpeed = ySpeed * -1; } }; stop();
Instance of Symbol 89 MovieClip "mariodie" in Frame 15
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y; }
Frame 16
play();
Frame 17
function heroMovement() { if (Key.isDown(37)) { _root.hero._xscale = -100; _root.hero.gotoAndStop(2); dir = "left"; h._x = h._x - xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } } } if (Key.isDown(39)) { _root.hero.gotoAndStop(2); _root.hero._xscale = 100; dir = "right"; h._x = h._x + xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } } } } function sideTopHitTest() { i = 0; while (i < 1) { if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } if (ps.hitTest((h._x + x) + (hb.xmin + 1), (h._y + y) + (hb.ymin - 2), true) || (ps.hitTest((h._x + x) + (hb.xmax - 1), (h._y + y) + (hb.ymin - 2), true))) { velY = 4; xSpeed = -0.2; } if ((h._x - (h._width / 2)) <= 0) { h._x = h._width / 2; } else if ((h._x + (h._width / 2)) >= 450) { h._x = 450 - (h._width / 2); } i++; } } function jump() { i = 0; while (i < 1) { if ((ps.hitTest((h._x + x) + hb.xmin, h._y + 1.5, true) || (ps.hitTest(h._x, h._y + 1.5, true))) || (ps.hitTest((h._x + x) + hb.xmax, h._y + 1.5, true))) { velY = 0; jumping = false; } else { jumping = true; } if (Key.isDown(38) && (jumping == false)) { velY = jumpingAmount; jumping = true; } if (jumping == true) { _root.hero.gotoAndStop(3); h._y = h._y + (velY++); } if (velY > maxVelY) { velY = maxVelY; } i++; } } _root._quality = "low"; frame_counter = 16; stageWidth = 100; xSpeed = 23.7; dir = "still"; maxVelY = 11; buffer = 15; jumpingAmount = -16; velY = jumpingAmount; jumping = false; h = _root.hero; hb = h.getBounds(); ySpeed = 1; scrollSpeed = 3; psvMin = 80; psvMax = 160; psv1Min = 134; psv1Max = 200; p = _root.platform; ps = _root.platform.solid; psv = _root.platform.solid.vPlatform; psv1 = _root.platform.solid.vPlatform1; bScrollSpeed = xSpeed / 3.75; b = _root.backdrop; this.onEnterFrame = function () { h.gotoAndStop("still"); while (ps.hitTest(h._x + hb.xmin, h._y - 2, true) || (ps.hitTest(h._x + hb.xmax, h._y - 2, true))) { h._y--; } if (ps.hitTest((h._x + x) + hb.xmin, h._y + buffer, true) && (ps.hitTest((h._x + x) + hb.xmax, h._y + buffer, true))) { h._y++; } if (Key.isDown(40) && (jumping == false)) { dir = "duck"; h.gotoAndStop("duck"); jumping = false; xSpeed = 0; } else if (Key.isDown(16)) { xSpeed = 8; } else { xSpeed = 6; } heroMovement(); jump(); sideTopHitTest(); i = 0; while (i < 2) { if (h.hitTest(p["gold" + i])) { score = score + 10; p["gold" + i].gotoAndStop(2); } i++; } if ((h._x >= 300) && (p._x >= (-(p._width - stageWidth)))) { h._x = 299; p._x = p._x - xSpeed; b._x = b._x - bScrollSpeed; } if ((h._x <= 150) && (p._x <= 0)) { h._x = 151; p._x = p._x + xSpeed; b._x = b._x + bScrollSpeed; } psv._y = psv._y + ySpeed; psv1._y = psv1._y + ySpeed; if ((psv._y <= psvMin) || (psv1._y <= psv1Min)) { ySpeed = ySpeed * -1; } if ((psv._y >= psvMax) || (psv1._y >= psv1Max)) { ySpeed = ySpeed * -1; } }; stop();
Instance of Symbol 89 MovieClip "mariodie" in Frame 17
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y; }
Frame 18
play();
Frame 19
function heroMovement() { if (Key.isDown(37)) { _root.hero._xscale = -100; _root.hero.gotoAndStop(2); dir = "left"; h._x = h._x - xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } } } if (Key.isDown(39)) { _root.hero.gotoAndStop(2); _root.hero._xscale = 100; dir = "right"; h._x = h._x + xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } } } } function sideTopHitTest() { i = 0; while (i < 1) { if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } if (ps.hitTest((h._x + x) + (hb.xmin + 1), (h._y + y) + (hb.ymin - 2), true) || (ps.hitTest((h._x + x) + (hb.xmax - 1), (h._y + y) + (hb.ymin - 2), true))) { velY = 4; xSpeed = -0.2; } if ((h._x - (h._width / 2)) <= 0) { h._x = h._width / 2; } else if ((h._x + (h._width / 2)) >= 450) { h._x = 450 - (h._width / 2); } i++; } } function jump() { i = 0; while (i < 1) { if ((ps.hitTest((h._x + x) + hb.xmin, h._y + 1.5, true) || (ps.hitTest(h._x, h._y + 1.5, true))) || (ps.hitTest((h._x + x) + hb.xmax, h._y + 1.5, true))) { velY = 0; jumping = false; } else { jumping = true; } if (Key.isDown(38) && (jumping == false)) { velY = jumpingAmount; jumping = true; } if (jumping == true) { _root.hero.gotoAndStop(3); h._y = h._y + (velY++); } if (velY > maxVelY) { velY = maxVelY; } i++; } } _root._quality = "low"; frame_counter = 18; stageWidth = 100; xSpeed = 23.7; dir = "still"; maxVelY = 11; buffer = 15; jumpingAmount = -16; velY = jumpingAmount; jumping = false; h = _root.hero; hb = h.getBounds(); ySpeed = 1; scrollSpeed = 3; psvMin = 80; psvMax = 160; psv1Min = 134; psv1Max = 200; p = _root.platform; ps = _root.platform.solid; psv = _root.platform.solid.vPlatform; psv1 = _root.platform.solid.vPlatform1; bScrollSpeed = xSpeed / 3.75; b = _root.backdrop; this.onEnterFrame = function () { h.gotoAndStop("still"); while (ps.hitTest(h._x + hb.xmin, h._y - 2, true) || (ps.hitTest(h._x + hb.xmax, h._y - 2, true))) { h._y--; } if (ps.hitTest((h._x + x) + hb.xmin, h._y + buffer, true) && (ps.hitTest((h._x + x) + hb.xmax, h._y + buffer, true))) { h._y++; } if (Key.isDown(40) && (jumping == false)) { dir = "duck"; h.gotoAndStop("duck"); jumping = false; xSpeed = 0; } else if (Key.isDown(16)) { xSpeed = 8; } else { xSpeed = 6; } heroMovement(); jump(); sideTopHitTest(); i = 0; while (i < 2) { if (h.hitTest(p["gold" + i])) { score = score + 10; p["gold" + i].gotoAndStop(2); } i++; } if ((h._x >= 300) && (p._x >= (-(p._width - stageWidth)))) { h._x = 299; p._x = p._x - xSpeed; b._x = b._x - bScrollSpeed; } if ((h._x <= 150) && (p._x <= 0)) { h._x = 151; p._x = p._x + xSpeed; b._x = b._x + bScrollSpeed; } psv._y = psv._y + ySpeed; psv1._y = psv1._y + ySpeed; if ((psv._y <= psvMin) || (psv1._y <= psv1Min)) { ySpeed = ySpeed * -1; } if ((psv._y >= psvMax) || (psv1._y >= psv1Max)) { ySpeed = ySpeed * -1; } }; stop();
Instance of Symbol 89 MovieClip "mariodie" in Frame 19
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y; }
Frame 20
play();
Frame 21
function heroMovement() { if (Key.isDown(37)) { _root.hero._xscale = -100; _root.hero.gotoAndStop(2); dir = "left"; h._x = h._x - xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } } } if (Key.isDown(39)) { _root.hero.gotoAndStop(2); _root.hero._xscale = 100; dir = "right"; h._x = h._x + xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } } } } function sideTopHitTest() { i = 0; while (i < 1) { if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } if (ps.hitTest((h._x + x) + (hb.xmin + 1), (h._y + y) + (hb.ymin - 2), true) || (ps.hitTest((h._x + x) + (hb.xmax - 1), (h._y + y) + (hb.ymin - 2), true))) { velY = 4; xSpeed = -0.2; } if ((h._x - (h._width / 2)) <= 0) { h._x = h._width / 2; } else if ((h._x + (h._width / 2)) >= 450) { h._x = 450 - (h._width / 2); } i++; } } function jump() { i = 0; while (i < 1) { if ((ps.hitTest((h._x + x) + hb.xmin, h._y + 1.5, true) || (ps.hitTest(h._x, h._y + 1.5, true))) || (ps.hitTest((h._x + x) + hb.xmax, h._y + 1.5, true))) { velY = 0; jumping = false; } else { jumping = true; } if (Key.isDown(38) && (jumping == false)) { velY = jumpingAmount; jumping = true; } if (jumping == true) { _root.hero.gotoAndStop(3); h._y = h._y + (velY++); } if (velY > maxVelY) { velY = maxVelY; } i++; } } _root._quality = "low"; frame_counter = 20; stageWidth = 100; xSpeed = 23.7; dir = "still"; maxVelY = 11; buffer = 15; jumpingAmount = -16; velY = jumpingAmount; jumping = false; h = _root.hero; hb = h.getBounds(); ySpeed = 1; scrollSpeed = 3; psvMin = 80; psvMax = 160; psv1Min = 134; psv1Max = 200; p = _root.platform; ps = _root.platform.solid; psv = _root.platform.solid.vPlatform; psv1 = _root.platform.solid.vPlatform1; bScrollSpeed = xSpeed / 3.75; b = _root.backdrop; this.onEnterFrame = function () { h.gotoAndStop("still"); while (ps.hitTest(h._x + hb.xmin, h._y - 2, true) || (ps.hitTest(h._x + hb.xmax, h._y - 2, true))) { h._y--; } if (ps.hitTest((h._x + x) + hb.xmin, h._y + buffer, true) && (ps.hitTest((h._x + x) + hb.xmax, h._y + buffer, true))) { h._y++; } if (Key.isDown(40) && (jumping == false)) { dir = "duck"; h.gotoAndStop("duck"); jumping = false; xSpeed = 0; } else if (Key.isDown(16)) { xSpeed = 8; } else { xSpeed = 6; } heroMovement(); jump(); sideTopHitTest(); i = 0; while (i < 2) { if (h.hitTest(p["gold" + i])) { score = score + 10; p["gold" + i].gotoAndStop(2); } i++; } if ((h._x >= 300) && (p._x >= (-(p._width - stageWidth)))) { h._x = 299; p._x = p._x - xSpeed; b._x = b._x - bScrollSpeed; } if ((h._x <= 150) && (p._x <= 0)) { h._x = 151; p._x = p._x + xSpeed; b._x = b._x + bScrollSpeed; } psv._y = psv._y + ySpeed; psv1._y = psv1._y + ySpeed; if ((psv._y <= psvMin) || (psv1._y <= psv1Min)) { ySpeed = ySpeed * -1; } if ((psv._y >= psvMax) || (psv1._y >= psv1Max)) { ySpeed = ySpeed * -1; } }; stop();
Instance of Symbol 89 MovieClip "mariodie" in Frame 21
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y; }
Frame 22
play();
Frame 23
function heroMovement() { if (Key.isDown(37)) { _root.hero._xscale = -100; _root.hero.gotoAndStop(2); dir = "left"; h._x = h._x - xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } } } if (Key.isDown(39)) { _root.hero.gotoAndStop(2); _root.hero._xscale = 100; dir = "right"; h._x = h._x + xSpeed; if (jumping == true) { _root.hero.gotoAndStop(3); if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } } } } function sideTopHitTest() { i = 0; while (i < 1) { if ((((ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmin, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x + xSpeed; } if ((((ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + hb.ymin, true) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 10, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 20, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) - 30, true))) || (ps.hitTest((h._x + x) + hb.xmax, (h._y + y) + (hb.ymax - buffer), true))) { h._x = h._x - xSpeed; } if (ps.hitTest((h._x + x) + (hb.xmin + 1), (h._y + y) + (hb.ymin - 2), true) || (ps.hitTest((h._x + x) + (hb.xmax - 1), (h._y + y) + (hb.ymin - 2), true))) { velY = 4; xSpeed = -0.2; } if ((h._x - (h._width / 2)) <= 0) { h._x = h._width / 2; } else if ((h._x + (h._width / 2)) >= 450) { h._x = 450 - (h._width / 2); } i++; } } function jump() { i = 0; while (i < 1) { if ((ps.hitTest((h._x + x) + hb.xmin, h._y + 1.5, true) || (ps.hitTest(h._x, h._y + 1.5, true))) || (ps.hitTest((h._x + x) + hb.xmax, h._y + 1.5, true))) { velY = 0; jumping = false; } else { jumping = true; } if (Key.isDown(38) && (jumping == false)) { velY = jumpingAmount; jumping = true; } if (jumping == true) { _root.hero.gotoAndStop(3); h._y = h._y + (velY++); } if (velY > maxVelY) { velY = maxVelY; } i++; } } _root._quality = "low"; frame_counter = 22; stageWidth = 100; xSpeed = 23.7; dir = "still"; maxVelY = 11; buffer = 15; jumpingAmount = -16; velY = jumpingAmount; jumping = false; h = _root.hero; hb = h.getBounds(); ySpeed = 1; scrollSpeed = 3; psvMin = 80; psvMax = 160; psv1Min = 134; psv1Max = 200; p = _root.platform; ps = _root.platform.solid; psv = _root.platform.solid.vPlatform; psv1 = _root.platform.solid.vPlatform1; bScrollSpeed = xSpeed / 3.75; b = _root.backdrop; this.onEnterFrame = function () { h.gotoAndStop("still"); while (ps.hitTest(h._x + hb.xmin, h._y - 2, true) || (ps.hitTest(h._x + hb.xmax, h._y - 2, true))) { h._y--; } if (ps.hitTest((h._x + x) + hb.xmin, h._y + buffer, true) && (ps.hitTest((h._x + x) + hb.xmax, h._y + buffer, true))) { h._y++; } if (Key.isDown(40) && (jumping == false)) { dir = "duck"; h.gotoAndStop("duck"); jumping = false; xSpeed = 0; } else if (Key.isDown(16)) { xSpeed = 8; } else { xSpeed = 6; } heroMovement(); jump(); sideTopHitTest(); i = 0; while (i < 2) { if (h.hitTest(p["gold" + i])) { score = score + 10; p["gold" + i].gotoAndStop(2); } i++; } if ((h._x >= 300) && (p._x >= (-(p._width - stageWidth)))) { h._x = 299; p._x = p._x - xSpeed; b._x = b._x - bScrollSpeed; } if ((h._x <= 150) && (p._x <= 0)) { h._x = 151; p._x = p._x + xSpeed; b._x = b._x + bScrollSpeed; } psv._y = psv._y + ySpeed; psv1._y = psv1._y + ySpeed; if ((psv._y <= psvMin) || (psv1._y <= psv1Min)) { ySpeed = ySpeed * -1; } if ((psv._y >= psvMax) || (psv1._y >= psv1Max)) { ySpeed = ySpeed * -1; } }; stop();
Instance of Symbol 89 MovieClip "mariodie" in Frame 23
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y; }
Instance of Symbol 180 MovieClip "finished" in Frame 23
onClipEvent (enterFrame) { if (_root.coins >= 56) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Frame 24
stopAllSounds(); stop(); score = 0;
Symbol 7 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 7 MovieClip Frame 2
gotoAndPlay (1);
Symbol 7 MovieClip Frame 3
_root.play();
Symbol 24 Button
on (keyPress "<Space>") { nextFrame(); }
Instance of Symbol 37 MovieClip in Symbol 42 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 40 MovieClip "peach" in Symbol 42 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.platform.peachwin._visible = true; _root.clocktimer.stop(); _root.hero._visible = false; _root.platform.mariowin._visible = true; _root.platform.mariowin.gotoAndPlay(2); _root.heroMovement = false; _root.jump = false; this._alpha = 0; this._x = 1500; } } onClipEvent (load) { }
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 2
play(); _root.score = _root.score + 1;
Symbol 48 MovieClip Frame 3
stop();
Symbol 58 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 426
_root.gotoAndPlay(6);
Instance of Symbol 48 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 50 MovieClip "peachwin" in Symbol 59 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 58 MovieClip "mariowin" in Symbol 59 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 48 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Symbol 61 MovieClip Frame 50
_root.watch.nextFrame();
Symbol 63 MovieClip Frame 12
if (!Key.isDown(_root.RIGHT)) { _parent.gotoAndStop(1); } else if (!Key.isDown(_root.LEFT)) { _parent.gotoAndStop(1); }
Symbol 66 MovieClip Frame 2
_root.hero.gotoAndStop(1);
Symbol 67 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 2
stop();
Symbol 67 MovieClip Frame 3
stop();
Symbol 80 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 2
stop();
Symbol 80 MovieClip Frame 3
stop();
Symbol 80 MovieClip Frame 4
stop();
Symbol 80 MovieClip Frame 5
stop();
Symbol 80 MovieClip Frame 6
stop();
Symbol 80 MovieClip Frame 7
stop();
Symbol 80 MovieClip Frame 8
stop();
Symbol 80 MovieClip Frame 9
stop();
Symbol 80 MovieClip Frame 10
stop();
Symbol 80 MovieClip Frame 11
stopAllSounds(); _root.mariodie.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false;
Symbol 89 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 192
_root.lifes = _root.lifes - 1; _root.gotoAndPlay(24);
Symbol 96 MovieClip Frame 805
_root.gotoAndPlay(1);
Instance of Symbol 37 MovieClip in Symbol 101 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 40 MovieClip "peach" in Symbol 101 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.platform.peachwin._visible = true; _root.clocktimer.stop(); _root.hero._visible = false; _root.platform.mariowin._visible = true; _root.platform.mariowin.gotoAndPlay(2); _root.heroMovement = false; _root.jump = false; this._alpha = 0; this._x = 1500; } } onClipEvent (load) { }
Symbol 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 425
_root.nextFrame();
Instance of Symbol 48 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 50 MovieClip "peachwin" in Symbol 108 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 107 MovieClip "mariowin" in Symbol 108 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 48 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 37 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 40 MovieClip "peach" in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.platform.peachwin._visible = true; _root.clocktimer.stop(); _root.hero._visible = false; _root.platform.mariowin._visible = true; _root.platform.mariowin.gotoAndPlay(2); _root.heroMovement = false; _root.jump = false; this._alpha = 0; this._x = 1500; } } onClipEvent (load) { }
Instance of Symbol 48 MovieClip in Symbol 115 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 50 MovieClip "peachwin" in Symbol 115 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 107 MovieClip "mariowin" in Symbol 115 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 48 MovieClip in Symbol 115 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 115 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 115 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 115 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 115 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 37 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 40 MovieClip "peach" in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.platform.peachwin._visible = true; _root.clocktimer.stop(); _root.hero._visible = false; _root.platform.mariowin._visible = true; _root.platform.mariowin.gotoAndPlay(2); _root.heroMovement = false; _root.jump = false; this._alpha = 0; this._x = 1500; } } onClipEvent (load) { }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 50 MovieClip "peachwin" in Symbol 122 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 107 MovieClip "mariowin" in Symbol 122 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 37 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 40 MovieClip "peach" in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.platform.peachwin._visible = true; _root.clocktimer.stop(); _root.hero._visible = false; _root.platform.mariowin._visible = true; _root.platform.mariowin.gotoAndPlay(2); _root.heroMovement = false; _root.jump = false; this._alpha = 0; this._x = 1500; } } onClipEvent (load) { }
Instance of Symbol 107 MovieClip "mariowin" in Symbol 129 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 48 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 50 MovieClip "peachwin" in Symbol 129 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Symbol 137 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 2
stop();
Instance of Symbol 37 MovieClip in Symbol 139 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 40 MovieClip "peach" in Symbol 139 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.platform.peachwin._visible = true; _root.clocktimer.stop(); _root.hero._visible = false; _root.platform.mariowin._visible = true; _root.platform.mariowin.gotoAndPlay(2); _root.heroMovement = false; _root.jump = false; this._alpha = 0; this._x = 1500; } } onClipEvent (load) { }
Instance of Symbol 137 MovieClip in Symbol 139 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 139 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 139 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 139 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 139 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 139 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 50 MovieClip "peachwin" in Symbol 140 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 107 MovieClip "mariowin" in Symbol 140 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 48 MovieClip in Symbol 140 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 140 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 140 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 140 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 140 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 140 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 140 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 37 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 40 MovieClip "peach" in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.platform.peachwin._visible = true; _root.clocktimer.stop(); _root.hero._visible = false; _root.platform.mariowin._visible = true; _root.platform.mariowin.gotoAndPlay(2); _root.heroMovement = false; _root.jump = false; this._alpha = 0; this._x = 1500; } } onClipEvent (load) { }
Instance of Symbol 137 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 50 MovieClip "peachwin" in Symbol 149 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 107 MovieClip "mariowin" in Symbol 149 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 48 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 37 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 40 MovieClip "peach" in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.platform.peachwin._visible = true; _root.clocktimer.stop(); _root.hero._visible = false; _root.platform.mariowin._visible = true; _root.platform.mariowin.gotoAndPlay(2); _root.heroMovement = false; _root.jump = false; this._alpha = 0; this._x = 1500; } } onClipEvent (load) { }
Instance of Symbol 137 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 50 MovieClip "peachwin" in Symbol 158 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 107 MovieClip "mariowin" in Symbol 158 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 37 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 40 MovieClip "peach" in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.platform.peachwin._visible = true; _root.clocktimer.stop(); _root.hero._visible = false; _root.platform.mariowin._visible = true; _root.platform.mariowin.gotoAndPlay(2); _root.heroMovement = false; _root.jump = false; this._alpha = 0; this._x = 1500; } } onClipEvent (load) { }
Instance of Symbol 137 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 137 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { stopAllSounds(); this.gotoAndPlay(2); _root.mariodie._visible = true; _root.heroMovement = false; _root.jump = false; _root.hero._visible = false; _root.clocktimer.stop(); _root.mariodie.gotoAndPlay(2); } }
Instance of Symbol 50 MovieClip "peachwin" in Symbol 167 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 107 MovieClip "mariowin" in Symbol 167 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 48 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Instance of Symbol 48 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.nextFrame(); } }
Symbol 180 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 2
stop();
Symbol 191 MovieClip Frame 154
stop();
Instance of Symbol 190 MovieClip in Symbol 191 MovieClip Frame 154
onClipEvent (enterFrame) { if (_root.lifes <= 0) { _root.gotoAndPlay(5); } else { _root.score = 0; _root.gotoAndStop(_root.frame_counter); } }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:Timeline
Symbol 3 GraphicUsed by:Timeline
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:7
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:5 6Used by:Timeline
Symbol 8 FontUsed by:9 30 33 90 97 98 111 112 118 119 125 126 132 133 143 144 152 153 161 162 170 171 181 193
Symbol 9 EditableTextUses:8Used by:Timeline
Symbol 10 GraphicUsed by:Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:Timeline
Symbol 16 GraphicUsed by:19 63
Symbol 17 GraphicUsed by:19 63
Symbol 18 GraphicUsed by:19 63
Symbol 19 MovieClipUses:16 17 18Used by:Timeline
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 GraphicUsed by:24
Symbol 24 ButtonUses:23Used by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 FontUsed by:29 32 175 176 177 178 179
Symbol 29 TextUses:28Used by:Timeline
Symbol 30 EditableTextUses:8Used by:Timeline
Symbol 31 SoundUsed by:Timeline
Symbol 32 TextUses:28Used by:Timeline
Symbol 33 EditableTextUses:8Used by:Timeline
Symbol 34 GraphicUsed by:59 108 115 122 129 140 149 158 167
Symbol 35 GraphicUsed by:42 101 114 121 139 148 157 166
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:42 101 114 121 128 139 148 157 166
Symbol 38 GraphicUsed by:42
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:42 101 114 121 128 139 148 157 166
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:35 37 38 40 41Used by:59
Symbol 43 GraphicUsed by:46
Symbol 44 GraphicUsed by:46
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:43 44 45Used by:48
Symbol 47 SoundUsed by:48
Symbol 48 MovieClipUses:46 47Used by:59 108 115 122 129 140 149 158 167
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:59 108 115 122 129 140 149 158 167
Symbol 51 GraphicUsed by:58
Symbol 52 GraphicUsed by:58
Symbol 53 SoundUsed by:58 107  Timeline
Symbol 54 GraphicUsed by:58
Symbol 55 GraphicUsed by:58
Symbol 56 SoundUsed by:58 107
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:51 52 53 54 55 56 57Used by:59
Symbol 59 MovieClipUses:34 42 48 50 58Used by:Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:Timeline
Symbol 62 GraphicUsed by:67
Symbol 63 MovieClipUses:16 17 18Used by:67
Symbol 64 GraphicUsed by:66
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:64 65Used by:67
Symbol 67 MovieClipUses:62 63 66Used by:Timeline
Symbol 68 GraphicUsed by:80
Symbol 69 SoundUsed by:80
Symbol 70 GraphicUsed by:80
Symbol 71 GraphicUsed by:80
Symbol 72 GraphicUsed by:80
Symbol 73 GraphicUsed by:80
Symbol 74 GraphicUsed by:80
Symbol 75 GraphicUsed by:80
Symbol 76 GraphicUsed by:80
Symbol 77 GraphicUsed by:80
Symbol 78 GraphicUsed by:80
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:68 69 70 71 72 73 74 75 76 77 78 79Used by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 FontUsed by:83 110 117 124 131 142 151 160 169 174 183
Symbol 83 EditableTextUses:82Used by:Timeline
Symbol 84 GraphicUsed by:89
Symbol 85 GraphicUsed by:89 93
Symbol 86 SoundUsed by:89
Symbol 87 GraphicUsed by:89
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:84 85 86 87 88Used by:Timeline
Symbol 90 EditableTextUses:8Used by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:85 92Used by:96
Symbol 94 GraphicUsed by:96
Symbol 95 SoundUsed by:96  Timeline
Symbol 96 MovieClipUses:93 94 95Used by:Timeline
Symbol 97 EditableTextUses:8Used by:Timeline
Symbol 98 EditableTextUses:8Used by:Timeline
Symbol 99 GraphicUsed by:101
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:35 37 99 40 100Used by:108
Symbol 102 GraphicUsed by:107
Symbol 103 GraphicUsed by:107
Symbol 104 GraphicUsed by:107
Symbol 105 GraphicUsed by:107
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:102 103 53 104 105 56 106Used by:108 115 122 129 140 149 158 167
Symbol 108 MovieClipUses:34 101 48 50 107Used by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 EditableTextUses:82Used by:Timeline
Symbol 111 EditableTextUses:8Used by:Timeline
Symbol 112 EditableTextUses:8Used by:Timeline
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:35 37 113 40Used by:115
Symbol 115 MovieClipUses:34 114 48 50 107Used by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 EditableTextUses:82Used by:Timeline
Symbol 118 EditableTextUses:8Used by:Timeline
Symbol 119 EditableTextUses:8Used by:Timeline
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:35 37 40 120Used by:122
Symbol 122 MovieClipUses:34 121 48 50 107Used by:Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 EditableTextUses:82Used by:Timeline
Symbol 125 EditableTextUses:8Used by:Timeline
Symbol 126 EditableTextUses:8Used by:Timeline
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:37 127 40Used by:129
Symbol 129 MovieClipUses:34 128 107 48 50Used by:Timeline
Symbol 130 GraphicUsed by:Timeline
Symbol 131 EditableTextUses:82Used by:Timeline
Symbol 132 EditableTextUses:8Used by:Timeline
Symbol 133 EditableTextUses:8Used by:Timeline
Symbol 134 GraphicUsed by:139
Symbol 135 GraphicUsed by:137
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:135 136Used by:139 148 157 166
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:37 40 134 137 35 138Used by:140
Symbol 140 MovieClipUses:34 139 50 107 48Used by:Timeline
Symbol 141 GraphicUsed by:Timeline
Symbol 142 EditableTextUses:82Used by:Timeline
Symbol 143 EditableTextUses:8Used by:Timeline
Symbol 144 EditableTextUses:8Used by:Timeline
Symbol 145 GraphicUsed by:148
Symbol 146 GraphicUsed by:148
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:37 40 145 137 35 146 147Used by:149
Symbol 149 MovieClipUses:34 148 50 107 48Used by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 EditableTextUses:82Used by:Timeline
Symbol 152 EditableTextUses:8Used by:Timeline
Symbol 153 EditableTextUses:8Used by:Timeline
Symbol 154 GraphicUsed by:157
Symbol 155 GraphicUsed by:157
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:37 40 35 137 154 155 156Used by:158
Symbol 158 MovieClipUses:34 157 50 107 48Used by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 EditableTextUses:82Used by:Timeline
Symbol 161 EditableTextUses:8Used by:Timeline
Symbol 162 EditableTextUses:8Used by:Timeline
Symbol 163 GraphicUsed by:166
Symbol 164 GraphicUsed by:166
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:37 40 35 137 163 164 165Used by:167
Symbol 167 MovieClipUses:34 166 50 107 48Used by:Timeline
Symbol 168 GraphicUsed by:Timeline
Symbol 169 EditableTextUses:82Used by:Timeline
Symbol 170 EditableTextUses:8Used by:Timeline
Symbol 171 EditableTextUses:8Used by:Timeline
Symbol 172 GraphicUsed by:Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 EditableTextUses:82Used by:Timeline
Symbol 175 TextUses:28Used by:180
Symbol 176 TextUses:28Used by:180
Symbol 177 TextUses:28Used by:180
Symbol 178 TextUses:28Used by:180
Symbol 179 TextUses:28Used by:180
Symbol 180 MovieClipUses:175 176 177 178 179Used by:Timeline
Symbol 181 EditableTextUses:8Used by:Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 EditableTextUses:82Used by:Timeline
Symbol 184 GraphicUsed by:Timeline
Symbol 185 FontUsed by:186 192
Symbol 186 EditableTextUses:185Used by:Timeline
Symbol 187 GraphicUsed by:191
Symbol 188 ShapeTweeningUsed by:191
Symbol 189 GraphicUsed by:190 191
Symbol 190 MovieClipUses:189Used by:191
Symbol 191 MovieClipUses:187 188 189 190Used by:Timeline
Symbol 192 EditableTextUses:185Used by:Timeline
Symbol 193 EditableTextUses:8Used by:Timeline

Instance Names

"frame_counter"Frame 1Symbol 9 EditableText
"frame_counter"Frame 2Symbol 30 EditableText
"frame_counter"Frame 3Symbol 33 EditableText
"platform"Frame 4Symbol 59 MovieClip
"clocktimer"Frame 4Symbol 61 MovieClip
"hero"Frame 4Symbol 67 MovieClip
"watch"Frame 4Symbol 80 MovieClip
"mariodie"Frame 4Symbol 89 MovieClip
"frame_counter"Frame 4Symbol 90 EditableText
"frame_counter"Frame 5Symbol 97 EditableText
"frame_counter"Frame 6Symbol 98 EditableText
"platform"Frame 7Symbol 108 MovieClip
"clocktimer"Frame 7Symbol 61 MovieClip
"hero"Frame 7Symbol 67 MovieClip
"mariodie"Frame 7Symbol 89 MovieClip
"watch"Frame 7Symbol 80 MovieClip
"frame_counter"Frame 7Symbol 111 EditableText
"frame_counter"Frame 8Symbol 112 EditableText
"platform"Frame 9Symbol 115 MovieClip
"clocktimer"Frame 9Symbol 61 MovieClip
"hero"Frame 9Symbol 67 MovieClip
"watch"Frame 9Symbol 80 MovieClip
"mariodie"Frame 9Symbol 89 MovieClip
"frame_counter"Frame 9Symbol 118 EditableText
"frame_counter"Frame 10Symbol 119 EditableText
"platform"Frame 11Symbol 122 MovieClip
"clocktimer"Frame 11Symbol 61 MovieClip
"hero"Frame 11Symbol 67 MovieClip
"watch"Frame 11Symbol 80 MovieClip
"mariodie"Frame 11Symbol 89 MovieClip
"frame_counter"Frame 11Symbol 125 EditableText
"frame_counter"Frame 12Symbol 126 EditableText
"platform"Frame 13Symbol 129 MovieClip
"clocktimer"Frame 13Symbol 61 MovieClip
"hero"Frame 13Symbol 67 MovieClip
"watch"Frame 13Symbol 80 MovieClip
"mariodie"Frame 13Symbol 89 MovieClip
"frame_counter"Frame 13Symbol 132 EditableText
"frame_counter"Frame 14Symbol 133 EditableText
"platform"Frame 15Symbol 140 MovieClip
"clocktimer"Frame 15Symbol 61 MovieClip
"hero"Frame 15Symbol 67 MovieClip
"watch"Frame 15Symbol 80 MovieClip
"mariodie"Frame 15Symbol 89 MovieClip
"frame_counter"Frame 15Symbol 143 EditableText
"frame_counter"Frame 16Symbol 144 EditableText
"platform"Frame 17Symbol 149 MovieClip
"clocktimer"Frame 17Symbol 61 MovieClip
"hero"Frame 17Symbol 67 MovieClip
"watch"Frame 17Symbol 80 MovieClip
"mariodie"Frame 17Symbol 89 MovieClip
"frame_counter"Frame 17Symbol 152 EditableText
"frame_counter"Frame 18Symbol 153 EditableText
"platform"Frame 19Symbol 158 MovieClip
"clocktimer"Frame 19Symbol 61 MovieClip
"hero"Frame 19Symbol 67 MovieClip
"watch"Frame 19Symbol 80 MovieClip
"mariodie"Frame 19Symbol 89 MovieClip
"frame_counter"Frame 19Symbol 161 EditableText
"frame_counter"Frame 20Symbol 162 EditableText
"platform"Frame 21Symbol 167 MovieClip
"clocktimer"Frame 21Symbol 61 MovieClip
"hero"Frame 21Symbol 67 MovieClip
"watch"Frame 21Symbol 80 MovieClip
"mariodie"Frame 21Symbol 89 MovieClip
"frame_counter"Frame 21Symbol 170 EditableText
"frame_counter"Frame 22Symbol 171 EditableText
"watch"Frame 23Symbol 80 MovieClip
"mariodie"Frame 23Symbol 89 MovieClip
"finished"Frame 23Symbol 180 MovieClip
"frame_counter"Frame 23Symbol 181 EditableText
"lifes"Frame 24Symbol 186 EditableText
"frame_counter"Frame 24Symbol 193 EditableText
"bar"Symbol 7 MovieClip Frame 1Symbol 5 MovieClip
"peach"Symbol 42 MovieClip Frame 1Symbol 40 MovieClip
"solid"Symbol 59 MovieClip Frame 1Symbol 42 MovieClip
"peachwin"Symbol 59 MovieClip Frame 1Symbol 50 MovieClip
"mariowin"Symbol 59 MovieClip Frame 1Symbol 58 MovieClip
"peach"Symbol 101 MovieClip Frame 1Symbol 40 MovieClip
"solid"Symbol 108 MovieClip Frame 1Symbol 101 MovieClip
"peachwin"Symbol 108 MovieClip Frame 1Symbol 50 MovieClip
"mariowin"Symbol 108 MovieClip Frame 1Symbol 107 MovieClip
"peach"Symbol 114 MovieClip Frame 1Symbol 40 MovieClip
"solid"Symbol 115 MovieClip Frame 1Symbol 114 MovieClip
"peachwin"Symbol 115 MovieClip Frame 1Symbol 50 MovieClip
"mariowin"Symbol 115 MovieClip Frame 1Symbol 107 MovieClip
"peach"Symbol 121 MovieClip Frame 1Symbol 40 MovieClip
"solid"Symbol 122 MovieClip Frame 1Symbol 121 MovieClip
"peachwin"Symbol 122 MovieClip Frame 1Symbol 50 MovieClip
"mariowin"Symbol 122 MovieClip Frame 1Symbol 107 MovieClip
"peach"Symbol 128 MovieClip Frame 1Symbol 40 MovieClip
"solid"Symbol 129 MovieClip Frame 1Symbol 128 MovieClip
"mariowin"Symbol 129 MovieClip Frame 1Symbol 107 MovieClip
"peachwin"Symbol 129 MovieClip Frame 1Symbol 50 MovieClip
"peach"Symbol 139 MovieClip Frame 1Symbol 40 MovieClip
"solid"Symbol 140 MovieClip Frame 1Symbol 139 MovieClip
"peachwin"Symbol 140 MovieClip Frame 1Symbol 50 MovieClip
"mariowin"Symbol 140 MovieClip Frame 1Symbol 107 MovieClip
"peach"Symbol 148 MovieClip Frame 1Symbol 40 MovieClip
"solid"Symbol 149 MovieClip Frame 1Symbol 148 MovieClip
"peachwin"Symbol 149 MovieClip Frame 1Symbol 50 MovieClip
"mariowin"Symbol 149 MovieClip Frame 1Symbol 107 MovieClip
"peach"Symbol 157 MovieClip Frame 1Symbol 40 MovieClip
"solid"Symbol 158 MovieClip Frame 1Symbol 157 MovieClip
"peachwin"Symbol 158 MovieClip Frame 1Symbol 50 MovieClip
"mariowin"Symbol 158 MovieClip Frame 1Symbol 107 MovieClip
"peach"Symbol 166 MovieClip Frame 1Symbol 40 MovieClip
"solid"Symbol 167 MovieClip Frame 1Symbol 166 MovieClip
"peachwin"Symbol 167 MovieClip Frame 1Symbol 50 MovieClip
"mariowin"Symbol 167 MovieClip Frame 1Symbol 107 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$wg$pACerbl73u6QsVdJLePv01."

Labels

"loaded"Symbol 7 MovieClip Frame 3

Dynamic Text Variables

frame_counterSymbol 9 EditableText"0"
frame_counterSymbol 30 EditableText"0"
frame_counterSymbol 33 EditableText"0"
scoreSymbol 83 EditableText"0"
frame_counterSymbol 90 EditableText"0"
frame_counterSymbol 97 EditableText"0"
frame_counterSymbol 98 EditableText"0"
scoreSymbol 110 EditableText"0"
frame_counterSymbol 111 EditableText"0"
frame_counterSymbol 112 EditableText"0"
scoreSymbol 117 EditableText"0"
frame_counterSymbol 118 EditableText"0"
frame_counterSymbol 119 EditableText"0"
scoreSymbol 124 EditableText"0"
frame_counterSymbol 125 EditableText"0"
frame_counterSymbol 126 EditableText"0"
scoreSymbol 131 EditableText"0"
frame_counterSymbol 132 EditableText"0"
frame_counterSymbol 133 EditableText"0"
scoreSymbol 142 EditableText"0"
frame_counterSymbol 143 EditableText"0"
frame_counterSymbol 144 EditableText"0"
scoreSymbol 151 EditableText"0"
frame_counterSymbol 152 EditableText"0"
frame_counterSymbol 153 EditableText"0"
scoreSymbol 160 EditableText"0"
frame_counterSymbol 161 EditableText"0"
frame_counterSymbol 162 EditableText"0"
scoreSymbol 169 EditableText"0"
frame_counterSymbol 170 EditableText"0"
frame_counterSymbol 171 EditableText"0"
scoreSymbol 174 EditableText"0"
frame_counterSymbol 181 EditableText"0"
scoreSymbol 183 EditableText"0"
lifesSymbol 186 EditableText"3"
frame_counterSymbol 193 EditableText"0"




http://swfchan.com/5/22073/info.shtml
Created: 27/5 -2019 05:32:25 Last modified: 27/5 -2019 05:32:25 Server time: 10/05 -2024 15:07:56