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

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

Super-Paper-Mario.swf

This is the info page for
Flash #109057

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


Text
<P ALIGN="CENTER"><FONT FACE="Adelphi Broken" SIZE="14" COLOR="#000000"><A HREF="http://www.geocities.com/gltovar@sbcglobal.net/"><B><I>get yours here!</I></B></A></FONT></P>

4000/4000

ActionScript [AS1/AS2]

Frame 1
_root.instructions._visible = false; stop();
Instance of Symbol 23 MovieClip in Frame 1
onClipEvent (load) { Stage.showMenu = false; }
Frame 2
nextFrame();
Instance of Symbol 38 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.mario)) { _root.prevFrame(); } }
Frame 3
stop();
Instance of Symbol 54 MovieClip "mario" in Frame 3
onClipEvent (load) { gravity = 10; walkSpeed = 6; maxJump = 4; scale = _xscale; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _xscale = (-scale); _x = (_x - walkSpeed); this.gotoAndStop(2); } if (Key.isDown(39)) { _xscale = scale; _x = (_x + walkSpeed); this.gotoAndStop(2); } if (Key.isDown(65)) { this.gotoAndStop(4); walkSpeed = 0; } if (air == true) { _y = (_y + gravity); state = 3; } if (_root.platforms.hitTest(_x, _y, true)) { air = false; } else { air = true; } if (Key.isDown(38) && (jump == true)) { _y = (_y - jumpSpeed); gotoAndStop (4); } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(38)) { jumpcount = jumpcount + 1; this.gotoAndStop(3); } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } } onClipEvent (keyUp) { this.gotoAndStop(1); walkSpeed = 6; } onClipEvent (enterFrame) { if (this._x >= 680) { _root.nextFrame(); } if (this._x <= 10) { this._x = 15; } }
Instance of Symbol 58 MovieClip in Frame 3
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Instance of Symbol 61 MovieClip in Frame 3
onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Frame 4
nextFrame();
Frame 5
stop();
Instance of Symbol 54 MovieClip "mario" in Frame 5
onClipEvent (load) { gravity = 10; walkSpeed = 6; maxJump = 4; scale = _xscale; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _xscale = (-scale); _x = (_x - walkSpeed); this.gotoAndStop(2); } if (Key.isDown(39)) { _xscale = scale; _x = (_x + walkSpeed); this.gotoAndStop(2); } if (air == true) { _y = (_y + gravity); state = 3; } } onClipEvent (enterFrame) { if (_root.platforms.hitTest(_x, _y, true)) { air = false; } else { air = true; } if (Key.isDown(38) && (jump == true)) { _y = (_y - jumpSpeed); gotoAndStop (4); } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(38)) { jumpcount = jumpcount + 1; this.gotoAndStop(3); } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { this.gotoAndStop(4); walkSpeed = 0; } } onClipEvent (keyUp) { this.gotoAndStop(1); walkSpeed = 6; } onClipEvent (enterFrame) { if (this._x >= 680) { _root.nextFrame(); } if (this._x <= 10) { this._x = 15; } }
Instance of Symbol 61 MovieClip in Frame 5
onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Frame 6
nextFrame();
Frame 7
stop();
Instance of Symbol 54 MovieClip "mario" in Frame 7
onClipEvent (load) { gravity = 10; walkSpeed = 6; maxJump = 4; scale = _xscale; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _xscale = (-scale); _x = (_x - walkSpeed); this.gotoAndStop(2); } if (Key.isDown(39)) { _xscale = scale; _x = (_x + walkSpeed); this.gotoAndStop(2); } if (air == true) { _y = (_y + gravity); state = 3; } } onClipEvent (enterFrame) { if (_root.platforms.hitTest(_x, _y, true)) { air = false; } else { air = true; } if (Key.isDown(38) && (jump == true)) { _y = (_y - jumpSpeed); gotoAndStop (4); } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(38)) { jumpcount = jumpcount + 1; this.gotoAndStop(3); } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { this.gotoAndStop(4); walkSpeed = 0; } } onClipEvent (keyUp) { this.gotoAndStop(1); walkSpeed = 6; } onClipEvent (enterFrame) { if (this._x >= 680) { _root.nextFrame(); } if (this._x <= 10) { this._x = 15; } }
Instance of Symbol 61 MovieClip in Frame 7
onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Instance of Symbol 70 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Frame 8
nextFrame();
Frame 9
stop();
Instance of Symbol 61 MovieClip in Frame 9
onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Instance of Symbol 75 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Instance of Symbol 54 MovieClip "mario" in Frame 9
onClipEvent (load) { gravity = 10; walkSpeed = 6; maxJump = 4; scale = _xscale; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _xscale = (-scale); _x = (_x - walkSpeed); this.gotoAndStop(2); } if (Key.isDown(39)) { _xscale = scale; _x = (_x + walkSpeed); this.gotoAndStop(2); } if (air == true) { _y = (_y + gravity); state = 3; } } onClipEvent (enterFrame) { if (_root.platforms.hitTest(_x, _y, true)) { air = false; } else { air = true; } if (Key.isDown(38) && (jump == true)) { _y = (_y - jumpSpeed); gotoAndStop (4); } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(38)) { jumpcount = jumpcount + 1; this.gotoAndStop(3); } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { this.gotoAndStop(4); walkSpeed = 0; } } onClipEvent (keyUp) { this.gotoAndStop(1); walkSpeed = 6; } onClipEvent (enterFrame) { if (this._x >= 680) { _root.gotoAndPlay("lvl2"); } if (this._x <= 10) { this._x = 15; } }
Frame 10
nextFrame();
Instance of Symbol 38 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.mario)) { _root.prevFrame(); } }
Frame 11
stop();
Instance of Symbol 54 MovieClip "mario" in Frame 11
onClipEvent (load) { gravity = 10; walkSpeed = 6; maxJump = 4; scale = _xscale; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _xscale = (-scale); _x = (_x - walkSpeed); this.gotoAndStop(2); } if (Key.isDown(39)) { _xscale = scale; _x = (_x + walkSpeed); this.gotoAndStop(2); } if (Key.isDown(65)) { this.gotoAndStop(4); walkSpeed = 0; } if (air == true) { _y = (_y + gravity); state = 3; } if (_root.platforms.hitTest(_x, _y, true)) { air = false; } else { air = true; } if (Key.isDown(38) && (jump == true)) { _y = (_y - jumpSpeed); gotoAndStop (12); } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(38)) { jumpcount = jumpcount + 1; this.gotoAndStop(3); } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } } onClipEvent (keyUp) { this.gotoAndStop(1); walkSpeed = 6; } onClipEvent (enterFrame) { if (this._x >= 680) { _root.nextFrame(); } if (this._x <= 10) { this._x = 15; } }
Instance of Symbol 84 MovieClip in Frame 11
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Frame 12
nextFrame();
Frame 13
stop();
Instance of Symbol 54 MovieClip "mario" in Frame 13
onClipEvent (load) { gravity = 10; walkSpeed = 6; maxJump = 4; scale = _xscale; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _xscale = (-scale); _x = (_x - walkSpeed); this.gotoAndStop(2); } if (Key.isDown(39)) { _xscale = scale; _x = (_x + walkSpeed); this.gotoAndStop(2); } if (Key.isDown(65)) { this.gotoAndStop(4); walkSpeed = 0; } if (air == true) { _y = (_y + gravity); state = 3; } if (_root.platforms.hitTest(_x, _y, true)) { air = false; } else { air = true; } if (Key.isDown(38) && (jump == true)) { _y = (_y - jumpSpeed); gotoAndStop (12); } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(38)) { jumpcount = jumpcount + 1; this.gotoAndStop(3); } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } } onClipEvent (keyUp) { this.gotoAndStop(1); walkSpeed = 6; } onClipEvent (enterFrame) { if (this._x >= 680) { _root.nextFrame(); } if (this._x <= 10) { this._x = 15; } }
Instance of Symbol 94 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Frame 14
nextFrame();
Frame 15
stop();
Instance of Symbol 54 MovieClip "mario" in Frame 15
onClipEvent (load) { gravity = 10; walkSpeed = 6; maxJump = 4; scale = _xscale; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _xscale = (-scale); _x = (_x - walkSpeed); this.gotoAndStop(2); } if (Key.isDown(39)) { _xscale = scale; _x = (_x + walkSpeed); this.gotoAndStop(2); } if (Key.isDown(65)) { this.gotoAndStop(4); walkSpeed = 0; } if (air == true) { _y = (_y + gravity); state = 3; } if (_root.platforms.hitTest(_x, _y, true)) { air = false; } else { air = true; } if (Key.isDown(38) && (jump == true)) { _y = (_y - jumpSpeed); gotoAndStop (12); } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(38)) { jumpcount = jumpcount + 1; this.gotoAndStop(3); } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } } onClipEvent (keyUp) { this.gotoAndStop(1); walkSpeed = 6; } onClipEvent (enterFrame) { if (this._x >= 680) { _root.nextFrame(); } if (this._x <= 10) { this._x = 15; } }
Instance of Symbol 105 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Frame 16
nextFrame();
Frame 17
stop(); _root.bill._visible = true;
Instance of Symbol 107 MovieClip "bill" in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.mario)) { _root.prevFrame(); } }
Instance of Symbol 54 MovieClip "mario" in Frame 17
onClipEvent (load) { gravity = 10; walkSpeed = 6; maxJump = 4; scale = _xscale; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _xscale = (-scale); _x = (_x - walkSpeed); this.gotoAndStop(2); } if (Key.isDown(39)) { _xscale = scale; _x = (_x + walkSpeed); this.gotoAndStop(2); } if (Key.isDown(65)) { this.gotoAndStop(4); walkSpeed = 0; } if (air == true) { _y = (_y + gravity); state = 3; } if (_root.platforms.hitTest(_x, _y, true)) { air = false; } else { air = true; } if (Key.isDown(38) && (jump == true)) { _y = (_y - jumpSpeed); gotoAndStop (12); } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(38)) { jumpcount = jumpcount + 1; this.gotoAndStop(3); } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } } onClipEvent (keyUp) { this.gotoAndStop(1); walkSpeed = 6; } onClipEvent (enterFrame) { if (this._x >= 680) { _root.gotoAndStop("lvl3"); } if (this._x <= 10) { this._x = 15; } }
Frame 18
nextFrame();
Instance of Symbol 38 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.mario)) { _root.prevFrame(); } }
Frame 19
stop();
Instance of Symbol 54 MovieClip "mario" in Frame 19
onClipEvent (load) { gravity = 10; walkSpeed = 6; maxJump = 4; scale = _xscale; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _xscale = (-scale); _x = (_x - walkSpeed); this.gotoAndStop(2); } if (Key.isDown(39)) { _xscale = scale; _x = (_x + walkSpeed); this.gotoAndStop(2); } if (Key.isDown(65)) { this.gotoAndStop(4); walkSpeed = 0; } if (air == true) { _y = (_y + gravity); state = 3; } if (_root.platforms.hitTest(_x, _y, true)) { air = false; } else { air = true; } if (Key.isDown(38) && (jump == true)) { _y = (_y - jumpSpeed); gotoAndStop (20); } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(38)) { jumpcount = jumpcount + 1; this.gotoAndStop(3); } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } } onClipEvent (keyUp) { this.gotoAndStop(1); walkSpeed = 6; } onClipEvent (enterFrame) { if (this._x >= 680) { _root.nextFrame(); } if (this._x <= 10) { this._x = 15; } }
Instance of Symbol 121 MovieClip in Frame 19
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Frame 20
nextFrame();
Frame 21
stop();
Instance of Symbol 54 MovieClip "mario" in Frame 21
onClipEvent (load) { gravity = 10; walkSpeed = 6; maxJump = 4; scale = _xscale; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _xscale = (-scale); _x = (_x - walkSpeed); this.gotoAndStop(2); } if (Key.isDown(39)) { _xscale = scale; _x = (_x + walkSpeed); this.gotoAndStop(2); } if (Key.isDown(65)) { this.gotoAndStop(4); walkSpeed = 0; } if (air == true) { _y = (_y + gravity); state = 3; } if (_root.platforms.hitTest(_x, _y, true)) { air = false; } else { air = true; } if (Key.isDown(38) && (jump == true)) { _y = (_y - jumpSpeed); gotoAndStop (20); } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(38)) { jumpcount = jumpcount + 1; this.gotoAndStop(3); } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } } onClipEvent (keyUp) { this.gotoAndStop(1); walkSpeed = 6; } onClipEvent (enterFrame) { if (this._x >= 680) { _root.nextFrame(); } if (this._x <= 10) { this._x = 15; } }
Instance of Symbol 128 MovieClip in Frame 21
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 58 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Instance of Symbol 58 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Instance of Symbol 58 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Instance of Symbol 58 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Instance of Symbol 58 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Instance of Symbol 58 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Instance of Symbol 58 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Frame 22
nextFrame();
Frame 23
stop();
Instance of Symbol 54 MovieClip "mario" in Frame 23
onClipEvent (load) { gravity = 10; walkSpeed = 6; maxJump = 4; scale = _xscale; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _xscale = (-scale); _x = (_x - walkSpeed); this.gotoAndStop(2); } if (Key.isDown(39)) { _xscale = scale; _x = (_x + walkSpeed); this.gotoAndStop(2); } if (Key.isDown(65)) { this.gotoAndStop(4); walkSpeed = 0; } if (air == true) { _y = (_y + gravity); state = 3; } if (_root.platforms.hitTest(_x, _y, true)) { air = false; } else { air = true; } if (Key.isDown(38) && (jump == true)) { _y = (_y - jumpSpeed); gotoAndStop (20); } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(38)) { jumpcount = jumpcount + 1; this.gotoAndStop(3); } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } } onClipEvent (keyUp) { this.gotoAndStop(1); walkSpeed = 6; } onClipEvent (enterFrame) { if (this._x >= 680) { _root.nextFrame(); } if (this._x <= 10) { this._x = 15; } }
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Frame 24
nextFrame();
Frame 25
stop();
Instance of Symbol 54 MovieClip "mario" in Frame 25
onClipEvent (load) { gravity = 10; walkSpeed = 6; maxJump = 4; scale = _xscale; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _xscale = (-scale); _x = (_x - walkSpeed); this.gotoAndStop(2); } if (Key.isDown(39)) { _xscale = scale; _x = (_x + walkSpeed); this.gotoAndStop(2); } if (Key.isDown(65)) { this.gotoAndStop(4); walkSpeed = 0; } if (air == true) { _y = (_y + gravity); state = 3; } if (_root.platforms.hitTest(_x, _y, true)) { air = false; } else { air = true; } if (Key.isDown(38) && (jump == true)) { _y = (_y - jumpSpeed); gotoAndStop (20); } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(38)) { jumpcount = jumpcount + 1; this.gotoAndStop(3); } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } } onClipEvent (keyUp) { this.gotoAndStop(1); walkSpeed = 6; } onClipEvent (enterFrame) { if (this._x >= 680) { _root.gotoAndStop("boss"); } if (this._x <= 10) { this._x = 15; } }
Instance of Symbol 146 MovieClip in Frame 25
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 146 MovieClip in Frame 25
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 146 MovieClip in Frame 25
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 146 MovieClip in Frame 25
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 146 MovieClip in Frame 25
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 146 MovieClip in Frame 25
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 150 MovieClip in Frame 25
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 150 MovieClip in Frame 25
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 150 MovieClip in Frame 25
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 150 MovieClip in Frame 25
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 151 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.mario)) { _root.prevFrame(); } }
Frame 26
nextFrame();
Frame 27
stop();
Instance of Symbol 159 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.mario)) { _root.bowser.gotoAndStop(2); } }
Instance of Symbol 54 MovieClip "mario" in Frame 27
onClipEvent (load) { gravity = 10; walkSpeed = 6; maxJump = 4; scale = _xscale; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _xscale = (-scale); _x = (_x - walkSpeed); this.gotoAndStop(2); } if (Key.isDown(39)) { _xscale = scale; _x = (_x + walkSpeed); this.gotoAndStop(2); } if (Key.isDown(65)) { this.gotoAndStop(4); walkSpeed = 0; } if (air == true) { _y = (_y + gravity); state = 3; } if (_root.platforms.hitTest(_x, _y, true)) { air = false; } else { air = true; } if (Key.isDown(38) && (jump == true)) { _y = (_y - jumpSpeed); gotoAndStop (28); } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(38)) { jumpcount = jumpcount + 1; this.gotoAndStop(3); } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } } onClipEvent (keyUp) { this.gotoAndStop(1); walkSpeed = 6; } onClipEvent (enterFrame) { if (this._x >= 680) { this._x = 675; } if (this._x <= 10) { this._x = 15; } }
Instance of Symbol 146 MovieClip in Frame 27
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 146 MovieClip in Frame 27
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 146 MovieClip in Frame 27
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 146 MovieClip in Frame 27
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 146 MovieClip in Frame 27
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 146 MovieClip in Frame 27
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 146 MovieClip in Frame 27
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 146 MovieClip in Frame 27
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 146 MovieClip in Frame 27
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 146 MovieClip in Frame 27
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; } }
Instance of Symbol 146 MovieClip in Frame 27
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.mario._x > _x) { _x = (_x + 2); _xscale = (-scale); } } onClipEvent (enterFrame) { if (_root.mario._x < _x) { _x = (_x - 2); _xscale = scale; } } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } } onClipEvent (load) { gothit = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham) && (gothit == 0)) { this.play(); gothit++; _root.bhp.play(); } }
Frame 28
nextFrame();
Frame 29
stop();
Instance of Symbol 165 MovieClip "bowser" in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ma.ham)) { _root.bhp.play(); } }
Instance of Symbol 54 MovieClip "mario" in Frame 29
onClipEvent (load) { gravity = 10; walkSpeed = 6; maxJump = 4; scale = _xscale; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _xscale = (-scale); _x = (_x - walkSpeed); this.gotoAndStop(2); } if (Key.isDown(39)) { _xscale = scale; _x = (_x + walkSpeed); this.gotoAndStop(2); } if (Key.isDown(65)) { this.gotoAndStop(4); walkSpeed = 0; } if (air == true) { _y = (_y + gravity); state = 3; } if (_root.platforms.hitTest(_x, _y, true)) { air = false; } else { air = true; } if (Key.isDown(38) && (jump == true)) { _y = (_y - jumpSpeed); gotoAndStop (28); } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(38)) { jumpcount = jumpcount + 1; this.gotoAndStop(3); } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } } onClipEvent (keyUp) { this.gotoAndStop(1); walkSpeed = 6; } onClipEvent (enterFrame) { if (this._x >= 680) { this._x = 675; } if (this._x <= 10) { this._x = 15; } }
Frame 30
stopAllSounds();
Instance of Symbol 174 MovieClip in Frame 138
onClipEvent (enterFrame) { this.gotoAndStop(110); }
Frame 269
stop(); stopAllSounds();
Frame 270
stop(); stopAllSounds();
Frame 381
_root.gotoAndStop("lvl1");
Symbol 18 Button
on (release) { getURL ("http://www.newgrounds.com", "blank"); }
Symbol 22 Button
on (release) { _root.play(); }
Symbol 23 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; KB_out = (int(_root.getBytesLoaded() / 1000) + "/") + int(_root.getBytesTotal() / 1000); if (PercentLoaded != 100) { setProperty(barmask.bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 23 MovieClip Frame 2
gotoAndPlay (1);
Symbol 28 Button
on (release) { getURL ("http://www.thetoon.tk/", "_blank"); }
Symbol 32 Button
on (press) { _root.instructions._visible = true; } on (release) { _root.instructions._visible = false; } on (releaseOutside) { _root.instructions._visible = false; }
Symbol 54 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 2
stop();
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 2
stop();
Instance of Symbol 102 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Symbol 121 MovieClip Frame 1
stop();
Symbol 121 MovieClip Frame 2
stop();
Symbol 128 MovieClip Frame 1
stop();
Symbol 128 MovieClip Frame 2
stop();
Symbol 138 MovieClip Frame 1
stop();
Symbol 138 MovieClip Frame 2
stop();
Symbol 146 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 2
stop();
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 2
stop();
Symbol 155 MovieClip Frame 1
stop();
Symbol 155 MovieClip Frame 20
stop(); _root.prevFrame();
Symbol 155 MovieClip Frame 40
stop(); _root.prevFrame();
Symbol 155 MovieClip Frame 60
stop(); _root.prevFrame();
Symbol 155 MovieClip Frame 80
stop(); _root.prevFrame();
Symbol 155 MovieClip Frame 100
stop(); _root.nextFrame();
Symbol 155 MovieClip Frame 101
_root.gotoAndPlay("credz");
Symbol 165 MovieClip Frame 1
stop();
Instance of Symbol 164 MovieClip in Symbol 165 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.mario.ms)) { _root.prevFrame(); } }
Symbol 174 MovieClip Frame 110
stop();
Symbol 177 MovieClip Frame 689
_root.nextFrame();
Symbol 181 Button
on (release) { play(); }

Library Items

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

Instance Names

"instructions"Frame 1Symbol 35 MovieClip
"platforms"Frame 3Symbol 40 MovieClip
"mario"Frame 3Symbol 54 MovieClip
"platforms"Frame 5Symbol 63 MovieClip
"mario"Frame 5Symbol 54 MovieClip
"platforms"Frame 7Symbol 66 MovieClip
"mario"Frame 7Symbol 54 MovieClip
"platforms"Frame 9Symbol 71 MovieClip
"mario"Frame 9Symbol 54 MovieClip
"platforms"Frame 11Symbol 78 MovieClip
"mario"Frame 11Symbol 54 MovieClip
"platforms"Frame 13Symbol 86 MovieClip
"mario"Frame 13Symbol 54 MovieClip
"platforms"Frame 15Symbol 95 MovieClip
"mario"Frame 15Symbol 54 MovieClip
"bill"Frame 17Symbol 107 MovieClip
"platforms"Frame 17Symbol 109 MovieClip
"mario"Frame 17Symbol 54 MovieClip
"platforms"Frame 19Symbol 113 MovieClip
"mario"Frame 19Symbol 54 MovieClip
"platforms"Frame 21Symbol 122 MovieClip
"mario"Frame 21Symbol 54 MovieClip
"platforms"Frame 23Symbol 130 MovieClip
"mario"Frame 23Symbol 54 MovieClip
"platforms"Frame 25Symbol 139 MovieClip
"mario"Frame 25Symbol 54 MovieClip
"bhp"Frame 26Symbol 155 MovieClip
"platforms"Frame 27Symbol 156 MovieClip
"bowser"Frame 27Symbol 165 MovieClip
"mario"Frame 27Symbol 54 MovieClip
"platforms"Frame 29Symbol 156 MovieClip
"bowser"Frame 29Symbol 165 MovieClip
"mario"Frame 29Symbol 54 MovieClip
"bar"Symbol 15 MovieClip Frame 1Symbol 13 MovieClip
"barmask"Symbol 23 MovieClip Frame 1Symbol 15 MovieClip
"ham"Symbol 53 MovieClip Frame 5Symbol 52 MovieClip
"ms"Symbol 54 MovieClip Frame 1Symbol 43 MovieClip
"ms"Symbol 54 MovieClip Frame 2Symbol 46 MovieClip
"ms"Symbol 54 MovieClip Frame 3Symbol 48 MovieClip
"ma"Symbol 54 MovieClip Frame 4Symbol 53 MovieClip

Labels

"lvl1"Frame 2
"lvl2"Frame 10
"lvl3"Frame 18
"boss"Frame 26
"credz"Frame 30
"loaded"Symbol 23 MovieClip Frame 3

Dynamic Text Variables

KB_outSymbol 8 EditableText"4000/4000"




http://swfchan.com/22/109057/info.shtml
Created: 14/3 -2019 20:27:09 Last modified: 14/3 -2019 20:27:09 Server time: 30/04 -2024 19:19:07