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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM37140972-6DC&rnd=37140972" width="1" height="1"></div>

Luigi Castle On Fire.swf

This is the info page for
Flash #24957

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


Text
<p align="left"><font face="Verdana" size="11" color="#99ff00"><a href="http://www.portalmania.net" target = "_blank"><b>WWW.PORTALMANIA.NET</b></a></font></p>

<p align="left"><font face="Shadow Tag" size="19" color="#ffffff"><a href="http://www.portalmania.net/" target = "_blank">VISIT PORTALMANIA.NET FOR MORE GAMES</a></font></p>

LUIGI: CASTLE ON FIRE

<p align="left"><font face="Shadow Tag" size="19" color="#ffffff"><a href="http://www.downloadgame.es/" target = "_blank">DOWNLOADGAME.ES</a></font></p>

Instructions: Arrows to move. Space  to jump.

start

<p align="left"><font face="Shadow Tag" size="43" color="#000000"><a href="http://www.portalmania.net/" target = "_blank">more games</a></font></p>

<p align="left"><font face="Shadow Tag" size="43" color="#000000"><a href="http://www.downloadgame.es/" target = "_blank">download game</a></font></p>

LUIGI: CASTLE ON FIRE

Lives:               Points:

R: 500X380

<p align="left"><font face="ヒラギノ角ゴ Std W8" size="20" color="#000000"><a href="http://www.portalmania.net/" target = "_blank"><b>VISIT PORTALMANIA.NET</b></a></font></p><p align="left"><font face="ヒラギノ角ゴ Std W8" size="20" color="#000000"><a href="http://www.portalmania.net/" target = "_blank"><b> &nbsp;FOR MORE GAMES</b></a></font></p>

CONGRATULATIONS

LUIGI!

GAME OVER

play again?

ActionScript [AS1/AS2]

Frame 1
fscommand ("allowscale", "false"); fscommand ("showmenu", "false"); stop();
Frame 2
setTiles = function () { var _local1 = _root; left = 0; top = 0; step = 0; i = 0; while (i < 112) { name = "mc" + i; _local1.t.attachMovie("background", name, 1000 + i); _local1.t[name]._x = left; _local1.t[name]._y = top; _local1.t[name].gotoAndStop(random(13) + 1); left = left + 36; if (step == 13) { left = 0; top = top + 36; step = 0; } else { step++; } i++; } _local1.t._alpha = 30; }; setTiles(); stop();
Frame 3
restart = function () { hero._rotation = 0; hero.gotoAndStop(1); hero.heroClip.stop(); jumping = false; playGame = true; hero._x = 48; hero._y = 90; }; lives = 8; level = 1; score = 0; playGame = true; setTiles(); stop();
Instance of Symbol 135 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 144 MovieClip in Frame 3
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 150 MovieClip "l2" in Frame 3
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l2.gotoAndStop(14); } }
Instance of Symbol 150 MovieClip "l1" in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l1.gotoAndStop(14); } }
Instance of Symbol 155 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 200; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 167 MovieClip "hero" in Frame 3
onClipEvent (load) { function move(x, y) { var _local1 = y; var _local2 = x; var _local3 = _root; h = false; if (!_local3.map.hitTest((_x + _local2) + b.xmin, (_y + _local1) + b.ymin, true)) { if (!_local3.map.hitTest((_x + _local2) + b.xmax, (_y + _local1) + b.ymin, true)) { if (!_local3.map.hitTest((_x + _local2) + b.xmin, (_y + _local1) + b.ymax, true)) { if (!_local3.map.hitTest((_x + _local2) + b.xmax, (_y + _local1) + b.ymax, true)) { _x = (_x + _local2); _y = (_y + _local1); h = true; } } } } return(h); } _root.restart(); s = 3; b = this.getBounds(this); } onClipEvent (enterFrame) { if (_root.playGame) { _root.falling = move(0, s); if ((Key.isDown(32) && (!_root.falling)) && (!_root.jumping)) { _root.score = _root.score + 0; vel = -9; _root.jumping = true; _root.bounceSnd.gotoAndPlay(2); } if (Key.isDown(37) and (_x > 20)) { move(-s, 0); r = -3; this.gotoAndStop(2); this.heroClip.nextFrame(); } if (Key.isDown(39) and (_x < 480)) { move(s, 0); r = -3; this.gotoAndStop(1); this.heroClip.nextFrame(); } if (_root.jumping) { this._rotation = r; if (vel <= 12) { h = move(0, vel - s); if ((h == false) && (vel < 0)) { vel = vel * -1; } vel++; } else { _root.jumping = false; this._rotation = 0; } } } if (this._y > 520) { _root.playGame = false; _root.hero.gotoAndStop(3); } } onClipEvent (keyUp) { this.heroClip.stop(); r = 0; }
Frame 4
setTiles(); stop();
Instance of Symbol 135 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 205 MovieClip "c1" in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c1.gotoAndStop(18); } }
Instance of Symbol 208 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 5
setTiles(); stop();
Instance of Symbol 218 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 221 MovieClip in Frame 5
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 108) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 150 MovieClip "l2" in Frame 5
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l2.gotoAndStop(14); } }
Instance of Symbol 155 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 200; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 218 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 6
setTiles(); stop();
Instance of Symbol 135 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 205 MovieClip "c1" in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c1.gotoAndStop(18); } }
Instance of Symbol 227 MovieClip in Frame 6
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 70) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 7
setTiles(); stop();
Instance of Symbol 221 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(300) + 120; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(300) + 240; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 135 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 205 MovieClip "c1" in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c1.gotoAndStop(18); } }
Instance of Symbol 221 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(300) + 40; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.11; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 150 MovieClip "l7" in Frame 7
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l7.gotoAndStop(14); } }
Frame 8
setTiles(); stop();
Instance of Symbol 239 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 239 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 150 MovieClip "l1" in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l1.gotoAndStop(14); } }
Frame 9
setTiles(); stop();
Instance of Symbol 208 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 248 MovieClip in Frame 9
onClipEvent (load) { rePos = function () { x = random(100) + 500; this._x = x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._x = this._x - x; x = x + 0.005; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._x < -30) { rePos(); } }
Instance of Symbol 150 MovieClip "l2" in Frame 9
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l2.gotoAndStop(14); } }
Instance of Symbol 205 MovieClip "c2" in Frame 9
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c2.gotoAndStop(18); } }
Frame 10
setTiles(); stop();
Instance of Symbol 150 MovieClip "l3" in Frame 10
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l3.gotoAndStop(14); } }
Frame 11
setTiles(); stop();
Instance of Symbol 218 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 218 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 218 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 257 MovieClip in Frame 11
onClipEvent (enterFrame) { this._x = this._x - 2; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); this._x = 377; } if (this._x < -100) { this.gotoAndPlay(1); this._x = 377; } }
Instance of Symbol 144 MovieClip in Frame 11
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 205 MovieClip "c3" in Frame 11
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c3.gotoAndStop(18); } }
Instance of Symbol 144 MovieClip in Frame 11
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Frame 12
setTiles(); stop();
Instance of Symbol 135 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 257 MovieClip in Frame 12
onClipEvent (enterFrame) { this._x = this._x - 2; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); this._x = 320; } if (this._x < -50) { this.gotoAndPlay(1); this._x = 320; } }
Instance of Symbol 221 MovieClip in Frame 12
onClipEvent (load) { rePos = function () { x = random(300) + 120; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 12
onClipEvent (load) { rePos = function () { x = random(300) + 50; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.11; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 12
onClipEvent (load) { rePos = function () { x = random(300) + 177; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 12
onClipEvent (load) { rePos = function () { x = random(300) + 90; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 12
onClipEvent (load) { rePos = function () { x = random(300) + 450; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.11; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 12
onClipEvent (load) { rePos = function () { x = random(300) + 120; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.02; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 12
onClipEvent (load) { rePos = function () { x = random(300) + 240; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.008; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 12
onClipEvent (load) { rePos = function () { x = random(300) + 50; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.19; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 12
onClipEvent (load) { rePos = function () { x = random(300) + 180; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 12
onClipEvent (load) { rePos = function () { x = random(300) + 290; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 12
onClipEvent (load) { rePos = function () { x = random(300) + 380; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.21; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 12
onClipEvent (load) { rePos = function () { x = random(300) + 177; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.009; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 12
onClipEvent (load) { rePos = function () { x = random(300) + 410; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 12
onClipEvent (load) { rePos = function () { x = random(300) + 133; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 400) { rePos(); } }
Instance of Symbol 205 MovieClip "c4" in Frame 12
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c4.gotoAndStop(18); } }
Instance of Symbol 150 MovieClip "l4" in Frame 12
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l4.gotoAndStop(14); } }
Frame 13
setTiles(); stop();
Instance of Symbol 205 MovieClip "c5" in Frame 13
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c5.gotoAndStop(18); } }
Instance of Symbol 227 MovieClip in Frame 13
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 50) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 205 MovieClip "c6" in Frame 13
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c6.gotoAndStop(18); } }
Instance of Symbol 208 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 14
setTiles(); stop();
Instance of Symbol 135 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 248 MovieClip in Frame 14
onClipEvent (load) { rePos = function () { x = random(100) + 500; this._x = x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._x = this._x - x; x = x + 0.005; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._x < -30) { rePos(); } }
Instance of Symbol 135 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 155 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 200; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 205 MovieClip "c7" in Frame 14
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c7.gotoAndStop(18); } }
Instance of Symbol 150 MovieClip "l5" in Frame 14
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l5.gotoAndStop(14); } }
Frame 15
setTiles(); stop();
Instance of Symbol 144 MovieClip in Frame 15
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 150 MovieClip "l2" in Frame 15
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l2.gotoAndStop(14); } }
Instance of Symbol 248 MovieClip in Frame 15
onClipEvent (load) { rePos = function () { x = random(100) + 500; this._x = x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._x = this._x - x; x = x + 0.005; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._x < -30) { rePos(); } }
Instance of Symbol 205 MovieClip "c8" in Frame 15
onClipEvent (load) { rePos = function () { x = random(300) + 120; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.005; if (this.hitTest(_root.hero)) { _root.c8.gotoAndStop(18); } if (this._y > 300) { rePos(); } }
Instance of Symbol 208 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 221 MovieClip in Frame 15
onClipEvent (load) { rePos = function () { x = random(300) + 100; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.007; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 205 MovieClip "c9" in Frame 15
onClipEvent (load) { rePos = function () { x = random(300) + 140; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.005; if (this.hitTest(_root.hero)) { _root.c9.gotoAndStop(18); } if (this._y > 300) { rePos(); } }
Instance of Symbol 205 MovieClip "c10" in Frame 15
onClipEvent (load) { rePos = function () { x = random(300) + 160; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.005; if (this.hitTest(_root.hero)) { _root.c10.gotoAndStop(18); } if (this._y > 300) { rePos(); } }
Instance of Symbol 205 MovieClip "c11" in Frame 15
onClipEvent (load) { rePos = function () { x = random(300) + 100; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.005; if (this.hitTest(_root.hero)) { _root.c11.gotoAndStop(18); } if (this._y > 300) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 15
onClipEvent (load) { rePos = function () { x = random(300) + 100; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.007; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 15
onClipEvent (load) { rePos = function () { x = random(300) + 300; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.007; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Frame 16
setTiles(); stop();
Instance of Symbol 135 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 205 MovieClip "c12" in Frame 16
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c12.gotoAndStop(18); } }
Frame 17
setTiles(); stop();
Instance of Symbol 135 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 135 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 248 MovieClip in Frame 17
onClipEvent (load) { rePos = function () { x = random(100) + 500; this._x = x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._x = this._x - x; x = x + 0.05; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._x < -30) { rePos(); } }
Instance of Symbol 205 MovieClip "c14" in Frame 17
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c14.gotoAndStop(18); } }
Instance of Symbol 221 MovieClip in Frame 17
onClipEvent (load) { rePos = function () { x = random(300) + 100; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.007; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 17
onClipEvent (load) { rePos = function () { x = random(300) + 200; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 17
onClipEvent (load) { rePos = function () { x = random(300) + 250; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 221 MovieClip in Frame 17
onClipEvent (load) { rePos = function () { x = random(300) + 69; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.1; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Frame 18
setTiles(); stop();
Instance of Symbol 205 MovieClip "c12" in Frame 18
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c12.gotoAndStop(18); } }
Frame 19
setTiles(); stop();
Frame 20
stopAllSounds(); left = 0; top = 0; step = 0; i = 0; while (i < 112) { name = "mc" + i; _root.t.attachMovie("background", name, 1000 + i); _root.t[name]._x = left; _root.t[name]._y = top; _root.t[name].gotoAndStop(14); left = left + 36; if (step == 13) { left = 0; top = top + 36; step = 0; } else { step++; } i++; } _root.t._alpha = 30; stop();
Instance of Symbol 289 MovieClip in Frame 20
on (press) { nextFrame(); }
Symbol 38 Button
on (release) { getURL ("http://www.newgrounds.com", "blank"); }
Symbol 43 Button
on (release) { _root.play(); }
Symbol 44 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 44 MovieClip Frame 2
gotoAndPlay (1);
Symbol 53 Button
on (press) { nextFrame(); }
Symbol 148 MovieClip Frame 51
stop();
Symbol 150 MovieClip Frame 13
gotoAndPlay (1);
Symbol 150 MovieClip Frame 14
_root.lives++;
Symbol 161 MovieClip Frame 3
if ((_parent.jumping != true) and (!_root.falling)) { _root.tik.gotoAndPlay(2); _root.score++; }
Symbol 161 MovieClip Frame 10
if ((_parent.jumping != true) and (!_root.falling)) { _root.tik.gotoAndPlay(2); _root.score++; }
Symbol 161 MovieClip Frame 16
gotoAndPlay (1);
Symbol 166 MovieClip Frame 34
_root.lives--; if (_root.lives < 1) { _root.playGame = false; _root.gotoAndStop(20); } else { _root.restart(); }
Symbol 169 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 50
stop();
Symbol 205 MovieClip Frame 17
gotoAndPlay (1);
Symbol 205 MovieClip Frame 18
_root.score = _root.score + 1000;
Symbol 208 MovieClip Frame 1
max = 10; r = random(10); if (r == 1) { xs = random(max) - (max / 2); } if (r == 2) { ys = random(max) - (max / 2); } if (this._x >= 280) { xs = -Math.abs(xs); } if (this._x <= 200) { xs = Math.abs(xs); } if (this._y >= 200) { ys = -Math.abs(ys); } if (this._y <= 50) { ys = Math.abs(ys); } xs = xs * 0.8; ys = ys * 0.8; this._x = this._x + xs; this._y = this._y + ys;
Symbol 208 MovieClip Frame 2
gotoAndPlay (1);
Symbol 225 MovieClip Frame 2
stop();
Instance of Symbol 225 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) { x = random(200); if (x == 20) { this.gotoAndStop(2); } else if ((x == 10) or (x == 30)) { this.gotoAndStop(1); } }
Instance of Symbol 225 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) { x = random(200); if (x == 20) { this.gotoAndStop(2); } else if ((x == 10) or (x == 30)) { this.gotoAndStop(1); } }
Instance of Symbol 225 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) { x = random(200); if (x == 20) { this.gotoAndStop(2); } else if ((x == 10) or (x == 30)) { this.gotoAndStop(1); } }
Instance of Symbol 225 MovieClip in Symbol 232 MovieClip Frame 1
onClipEvent (enterFrame) { x = random(200); if (x == 20) { this.gotoAndStop(2); } else if ((x == 10) or (x == 30)) { this.gotoAndStop(1); } }
Instance of Symbol 225 MovieClip in Symbol 232 MovieClip Frame 1
onClipEvent (enterFrame) { x = random(200); if (x == 20) { this.gotoAndStop(2); } else if ((x == 10) or (x == 30)) { this.gotoAndStop(1); } }
Symbol 239 MovieClip Frame 15
if (random(5) != 1) { gotoAndPlay (1); }
Symbol 248 MovieClip Frame 11
gotoAndPlay (1);
Symbol 248 MovieClip Frame 12
stop();
Instance of Symbol 225 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { x = random(90); if (x == 20) { this.gotoAndStop(2); } else if ((x == 10) or (x == 30)) { this.gotoAndStop(1); } }
Symbol 257 MovieClip Frame 10
stop();
Instance of Symbol 225 MovieClip in Symbol 265 MovieClip Frame 1
onClipEvent (enterFrame) { x = random(200); if (x == 20) { this.gotoAndStop(2); } else if ((x == 10) or (x == 30)) { this.gotoAndStop(1); } }
Instance of Symbol 225 MovieClip in Symbol 265 MovieClip Frame 1
onClipEvent (enterFrame) { x = random(200); if (x == 20) { this.gotoAndStop(2); } else if ((x == 10) or (x == 30)) { this.gotoAndStop(1); } }
Symbol 290 Button
on (press) { gotoAndStop (1); }

Library Items

Symbol 1 BitmapUsed by:2 3 4 5 6 7
Symbol 2 GraphicUses:1Used by:24
Symbol 3 GraphicUses:1Used by:24
Symbol 4 GraphicUses:1Used by:24
Symbol 5 GraphicUses:1Used by:24
Symbol 6 GraphicUses:1Used by:24
Symbol 7 GraphicUses:1Used by:24
Symbol 8 BitmapUsed by:9
Symbol 9 GraphicUses:8Used by:24
Symbol 10 BitmapUsed by:11
Symbol 11 GraphicUses:10Used by:24
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:24
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:14Used by:24
Symbol 16 BitmapUsed by:17
Symbol 17 GraphicUses:16Used by:24
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:24
Symbol 20 BitmapUsed by:21
Symbol 21 GraphicUses:20Used by:24
Symbol 22 BitmapUsed by:23
Symbol 23 GraphicUses:22Used by:24
Symbol 24 MovieClip [background]Uses:2 3 4 5 6 7 9 11 13 15 17 19 21 23
Symbol 25 FontUsed by:26 65 66 67 68 151
Symbol 26 EditableTextUses:25Used by:Timeline
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:208 227  Timeline
Symbol 29 GraphicUsed by:44
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:44
Symbol 32 GraphicUsed by:44
Symbol 33 GraphicUsed by:37 38
Symbol 34 GraphicUsed by:37 38
Symbol 35 BitmapUsed by:36 156
Symbol 36 GraphicUses:35Used by:37 38
Symbol 37 MovieClipUses:33 34 36Used by:38
Symbol 38 ButtonUses:37 33 34 36Used by:44
Symbol 39 GraphicUsed by:43
Symbol 40 GraphicUsed by:43
Symbol 41 GraphicUsed by:43
Symbol 42 GraphicUsed by:43
Symbol 43 ButtonUses:39 40 41 42Used by:44
Symbol 44 MovieClipUses:29 31 32 38 43Used by:Timeline
Symbol 45 FontUsed by:46 47 48 56 57 58 284 285
Symbol 46 EditableTextUses:45Used by:Timeline
Symbol 47 TextUses:45Used by:Timeline
Symbol 48 EditableTextUses:45Used by:Timeline
Symbol 49 SoundUsed by:Timeline
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:Timeline
Symbol 52 GraphicUsed by:53 290
Symbol 53 ButtonUses:52Used by:Timeline
Symbol 54 FontUsed by:55 280 286 287
Symbol 55 TextUses:54Used by:Timeline
Symbol 56 TextUses:45Used by:Timeline
Symbol 57 EditableTextUses:45Used by:Timeline
Symbol 58 EditableTextUses:45Used by:Timeline
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:Timeline
Symbol 61 SoundUsed by:Timeline
Symbol 62 BitmapUsed by:64
Symbol 63 BitmapUsed by:64 138 184 212 223 233 240 242 249 251 258 261 263 264 268 272 274
Symbol 64 GraphicUses:62 63Used by:Timeline
Symbol 65 EditableTextUses:25Used by:Timeline
Symbol 66 TextUses:25Used by:Timeline
Symbol 67 EditableTextUses:25Used by:Timeline
Symbol 68 EditableTextUses:25Used by:Timeline
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:135
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:135
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:135
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:135
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:135
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:135
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:135
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:135
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:135
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:135
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:135
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:135
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:135
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:135
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:135
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:135
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:135
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:135
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:135
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:135
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:135
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:135
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:135
Symbol 115 BitmapUsed by:116
Symbol 116 GraphicUses:115Used by:135
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:135
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:135
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:135
Symbol 123 BitmapUsed by:124
Symbol 124 GraphicUses:123Used by:135
Symbol 125 BitmapUsed by:126
Symbol 126 GraphicUses:125Used by:135
Symbol 127 BitmapUsed by:128
Symbol 128 GraphicUses:127Used by:135
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:135
Symbol 131 BitmapUsed by:132
Symbol 132 GraphicUses:131Used by:135
Symbol 133 BitmapUsed by:134
Symbol 134 GraphicUses:133Used by:135
Symbol 135 MovieClipUses:70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 100 102 104 106 108 110 112 114 116 118 120 122 124 126 128 130 132 134Used by:Timeline
Symbol 136 BitmapUsed by:138 249 251 259
Symbol 137 BitmapUsed by:138 176 177 184 212 223 240 242 249 259 261 263 264 268 271 272 273 274
Symbol 138 GraphicUses:63 136 137Used by:139
Symbol 139 MovieClipUses:138Used by:Timeline
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:140Used by:142
Symbol 142 MovieClipUses:141Used by:Timeline
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:143Used by:Timeline
Symbol 145 BitmapUsed by:146
Symbol 146 GraphicUses:145Used by:150
Symbol 147 MovieClipUsed by:148
Symbol 148 MovieClipUses:147Used by:150
Symbol 149 SoundUsed by:150
Symbol 150 MovieClipUses:146 148 149Used by:Timeline
Symbol 151 TextUses:25Used by:Timeline
Symbol 152 BitmapUsed by:153
Symbol 153 GraphicUses:152Used by:154
Symbol 154 ButtonUses:153Used by:155
Symbol 155 MovieClipUses:154Used by:Timeline
Symbol 156 GraphicUses:35Used by:161
Symbol 157 BitmapUsed by:158
Symbol 158 GraphicUses:157Used by:161
Symbol 159 BitmapUsed by:160
Symbol 160 GraphicUses:159Used by:161
Symbol 161 MovieClipUses:156 158 160Used by:167
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:165
Symbol 164 SoundUsed by:165
Symbol 165 MovieClipUses:163 164Used by:166
Symbol 166 MovieClipUses:165Used by:167
Symbol 167 MovieClipUses:161 166Used by:Timeline
Symbol 168 SoundUsed by:169
Symbol 169 MovieClipUses:168Used by:Timeline
Symbol 170 SoundUsed by:171
Symbol 171 MovieClipUses:170Used by:Timeline
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:Timeline
Symbol 174 SoundUsed by:Timeline
Symbol 175 SoundUsed by:Timeline
Symbol 176 GraphicUses:137Used by:185
Symbol 177 GraphicUses:137Used by:178 180
Symbol 178 ButtonUses:177Used by:179
Symbol 179 MovieClipUses:178Used by:185 275
Symbol 180 ButtonUses:177Used by:181
Symbol 181 MovieClipUses:180Used by:185 275
Symbol 182 BitmapUsed by:184 274
Symbol 183 BitmapUsed by:184 212 230 240 242 261 263 264 268 274
Symbol 184 GraphicUses:63 182 183 137Used by:185
Symbol 185 MovieClipUses:176 179 181 184Used by:Timeline
Symbol 186 BitmapUsed by:187
Symbol 187 GraphicUses:186Used by:205
Symbol 188 BitmapUsed by:189
Symbol 189 GraphicUses:188Used by:205
Symbol 190 BitmapUsed by:191
Symbol 191 GraphicUses:190Used by:205
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:192Used by:205
Symbol 194 BitmapUsed by:195
Symbol 195 GraphicUses:194Used by:205
Symbol 196 BitmapUsed by:197
Symbol 197 GraphicUses:196Used by:205
Symbol 198 BitmapUsed by:199
Symbol 199 GraphicUses:198Used by:205
Symbol 200 BitmapUsed by:201
Symbol 201 GraphicUses:200Used by:205
Symbol 202 MovieClipUsed by:203
Symbol 203 MovieClipUses:202Used by:205
Symbol 204 SoundUsed by:205
Symbol 205 MovieClipUses:187 189 191 193 195 197 199 201 203 204Used by:Timeline
Symbol 206 BitmapUsed by:207
Symbol 207 GraphicUses:206Used by:208
Symbol 208 MovieClipUses:28 207Used by:Timeline
Symbol 209 BitmapUsed by:212 230 231 251 263 268
Symbol 210 BitmapUsed by:212
Symbol 211 BitmapUsed by:212 223 228 240 242
Symbol 212 GraphicUses:209 137 63 210 183 211Used by:213
Symbol 213 MovieClipUses:212Used by:Timeline
Symbol 214 BitmapUsed by:215
Symbol 215 GraphicUses:214Used by:218
Symbol 216 BitmapUsed by:217
Symbol 217 GraphicUses:216Used by:218
Symbol 218 MovieClipUses:215 217Used by:Timeline
Symbol 219 BitmapUsed by:220
Symbol 220 GraphicUses:219Used by:221
Symbol 221 MovieClipUses:220Used by:Timeline
Symbol 222 BitmapUsed by:223 224 230 231
Symbol 223 GraphicUses:222 137 63 211Used by:226
Symbol 224 GraphicUses:222Used by:225 226
Symbol 225 MovieClipUses:224Used by:226 232 250 265
Symbol 226 MovieClipUses:223 225 224Used by:Timeline
Symbol 227 MovieClipUses:28Used by:Timeline
Symbol 228 GraphicUses:211Used by:229
Symbol 229 MovieClipUses:228Used by:232
Symbol 230 GraphicUses:183 222 209Used by:232
Symbol 231 GraphicUses:222 209Used by:232
Symbol 232 MovieClipUses:229 230 225 231Used by:Timeline
Symbol 233 GraphicUses:63Used by:Timeline
Symbol 234 GraphicUsed by:239
Symbol 235 BitmapUsed by:236
Symbol 236 GraphicUses:235Used by:237
Symbol 237 MovieClipUses:236Used by:239
Symbol 238 SoundUsed by:239
Symbol 239 MovieClipUses:234 237 238Used by:Timeline
Symbol 240 GraphicUses:137 63 183 211Used by:241
Symbol 241 MovieClipUses:240Used by:Timeline
Symbol 242 GraphicUses:63 183 137 211Used by:243
Symbol 243 MovieClipUses:242Used by:Timeline
Symbol 244 BitmapUsed by:245
Symbol 245 GraphicUses:244Used by:248
Symbol 246 BitmapUsed by:247
Symbol 247 GraphicUses:246Used by:248
Symbol 248 MovieClipUses:245 247Used by:Timeline
Symbol 249 GraphicUses:136 63 137Used by:250
Symbol 250 MovieClipUses:249 225Used by:Timeline
Symbol 251 GraphicUses:63 209 136Used by:252
Symbol 252 MovieClipUses:251Used by:Timeline
Symbol 253 BitmapUsed by:254
Symbol 254 GraphicUses:253Used by:255
Symbol 255 MovieClipUses:254Used by:257
Symbol 256 SoundUsed by:257
Symbol 257 MovieClipUses:255 256Used by:Timeline
Symbol 258 GraphicUses:63Used by:Timeline
Symbol 259 GraphicUses:136 137Used by:260
Symbol 260 MovieClipUses:259Used by:Timeline
Symbol 261 GraphicUses:183 63 137Used by:262
Symbol 262 MovieClipUses:261Used by:Timeline
Symbol 263 GraphicUses:209 183 137 63Used by:265
Symbol 264 GraphicUses:183 63 137Used by:265
Symbol 265 MovieClipUses:263 225 264Used by:Timeline
Symbol 266 BitmapUsed by:268
Symbol 267 BitmapUsed by:268
Symbol 268 GraphicUses:209 63 137 266 183 267Used by:269
Symbol 269 MovieClipUses:268Used by:Timeline
Symbol 270 MovieClipUsed by:Timeline
Symbol 271 GraphicUses:137Used by:Timeline
Symbol 272 GraphicUses:63 137Used by:Timeline
Symbol 273 GraphicUses:137Used by:275
Symbol 274 GraphicUses:63 182 183 137Used by:275
Symbol 275 MovieClipUses:273 179 181 274Used by:Timeline
Symbol 276 BitmapUsed by:277
Symbol 277 GraphicUses:276Used by:Timeline
Symbol 278 BitmapUsed by:279
Symbol 279 GraphicUses:278Used by:Timeline
Symbol 280 EditableTextUses:54Used by:Timeline
Symbol 281 BitmapUsed by:282
Symbol 282 GraphicUses:281Used by:283
Symbol 283 MovieClipUses:282Used by:Timeline
Symbol 284 TextUses:45Used by:Timeline
Symbol 285 TextUses:45Used by:Timeline
Symbol 286 TextUses:54Used by:Timeline
Symbol 287 TextUses:54Used by:288
Symbol 288 ButtonUses:287Used by:289
Symbol 289 MovieClipUses:288Used by:Timeline
Symbol 290 ButtonUses:52Used by:Timeline

Instance Names

"map"Frame 3Symbol 139 MovieClip
"l2"Frame 3Symbol 150 MovieClip
"l1"Frame 3Symbol 150 MovieClip
"hero"Frame 3Symbol 167 MovieClip
"tik"Frame 3Symbol 169 MovieClip
"bounceSnd"Frame 3Symbol 171 MovieClip
"map"Frame 4Symbol 185 MovieClip
"c1"Frame 4Symbol 205 MovieClip
"map"Frame 5Symbol 213 MovieClip
"l2"Frame 5Symbol 150 MovieClip
"map"Frame 6Symbol 226 MovieClip
"c1"Frame 6Symbol 205 MovieClip
"map"Frame 7Symbol 232 MovieClip
"c1"Frame 7Symbol 205 MovieClip
"l7"Frame 7Symbol 150 MovieClip
"map"Frame 8Symbol 241 MovieClip
"l1"Frame 8Symbol 150 MovieClip
"map"Frame 9Symbol 243 MovieClip
"l2"Frame 9Symbol 150 MovieClip
"c2"Frame 9Symbol 205 MovieClip
"map"Frame 10Symbol 250 MovieClip
"l3"Frame 10Symbol 150 MovieClip
"map"Frame 11Symbol 252 MovieClip
"c3"Frame 11Symbol 205 MovieClip
"map"Frame 12Symbol 260 MovieClip
"c4"Frame 12Symbol 205 MovieClip
"l4"Frame 12Symbol 150 MovieClip
"map"Frame 13Symbol 262 MovieClip
"c5"Frame 13Symbol 205 MovieClip
"c6"Frame 13Symbol 205 MovieClip
"map"Frame 14Symbol 265 MovieClip
"c7"Frame 14Symbol 205 MovieClip
"l5"Frame 14Symbol 150 MovieClip
"map"Frame 15Symbol 269 MovieClip
"l2"Frame 15Symbol 150 MovieClip
"c8"Frame 15Symbol 205 MovieClip
"c9"Frame 15Symbol 205 MovieClip
"c10"Frame 15Symbol 205 MovieClip
"c11"Frame 15Symbol 205 MovieClip
"map"Frame 16Symbol 270 MovieClip
"c12"Frame 16Symbol 205 MovieClip
"map"Frame 17Symbol 275 MovieClip
"c14"Frame 17Symbol 205 MovieClip
"c12"Frame 18Symbol 205 MovieClip
"map"Frame 19Symbol 283 MovieClip
"bar"Symbol 44 MovieClip Frame 1Symbol 31 MovieClip
"heroClip"Symbol 167 MovieClip Frame 1Symbol 161 MovieClip
"death"Symbol 167 MovieClip Frame 3Symbol 166 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 24 as "background"

Labels

"loaded"Symbol 44 MovieClip Frame 3

Dynamic Text Variables

livesSymbol 67 EditableText""
scoreSymbol 68 EditableText""




http://swfchan.com/5/24957/info.shtml
Created: 24/5 -2019 07:45:27 Last modified: 24/5 -2019 07:45:27 Server time: 06/12 -2025 18:59:24