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

swfchan turned sixteen years old yesterday! (5may2024)

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

Adventures of Mr. Blob.swf

This is the info page for
Flash #54599

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


Text
START

THE ADVENTURES OF MR. BLOB

MOVE WITH THE ARROW KEYS
JUMP WITH SPACE

Guide Mr. Blob through 17 levels of excitement to get the the portal
and excape his horrible dream!

Lives:         Level:         Score:

1000

+life

REPLAY

CONGRATULATIONS

GAME OVER

ActionScript [AS1/AS2]

Frame 1
stopAllSounds(); 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 = 5; level = 1; score = 0; playGame = true; setTiles(); stop();
Instance of Symbol 61 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 100; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 108 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 126 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 + 10; vel = -12; _root.jumping = true; _root.bounceSnd.gotoAndPlay(2); } if (Key.isDown(37) and (_x > 20)) { move(-s, 0); r = -10; this.gotoAndStop(2); this.heroClip.nextFrame(); } if (Key.isDown(39) and (_x < 480)) { move(s, 0); r = 10; 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 > 320) { _root.playGame = false; _root.hero.gotoAndStop(3); } } onClipEvent (keyUp) { this.heroClip.stop(); r = 0; }
Frame 4
setTiles(); stop();
Instance of Symbol 61 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 200; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 136 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 61 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 300; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 142 MovieClip in Frame 5
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; } }
Frame 6
setTiles(); stop();
Instance of Symbol 61 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 400; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 148 MovieClip in Frame 6
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 80) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 148 MovieClip in Frame 6
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 80) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 155 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 61 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 500; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 148 MovieClip in Frame 7
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.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 148 MovieClip in Frame 7
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.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 161 MovieClip in Frame 7
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 90) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 182 MovieClip "c1" in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c1.gotoAndStop(18); } }
Frame 8
setTiles(); stop();
Instance of Symbol 61 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 600; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 161 MovieClip in Frame 8
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 300) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 148 MovieClip in Frame 8
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.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 161 MovieClip in Frame 8
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 300) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 194 MovieClip "l1" in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l1.gotoAndStop(14); } }
Frame 9
setTiles(); stop();
Instance of Symbol 61 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 700; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 194 MovieClip "l2" in Frame 9
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l2.gotoAndStop(14); } }
Instance of Symbol 108 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 155 MovieClip in Frame 9
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 130) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 142 MovieClip in Frame 9
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 182 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 61 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 800; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 194 MovieClip "l3" in Frame 10
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l3.gotoAndStop(14); } }
Instance of Symbol 182 MovieClip "c5" in Frame 10
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c5.gotoAndStop(18); } }
Frame 11
setTiles(); stop();
Instance of Symbol 61 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 900; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 142 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 108 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 155 MovieClip in Frame 11
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 100) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 205 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 182 MovieClip "c3" in Frame 11
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c3.gotoAndStop(18); } }
Frame 12
setTiles(); stop();
Instance of Symbol 61 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 1000; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 182 MovieClip "c4" in Frame 12
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c4.gotoAndStop(18); } }
Instance of Symbol 194 MovieClip "l4" in Frame 12
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l4.gotoAndStop(14); } }
Instance of Symbol 108 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 205 MovieClip in Frame 12
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 in Frame 12
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 108 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 205 MovieClip in Frame 12
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 in Frame 12
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 182 MovieClip "c5" in Frame 12
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c5.gotoAndStop(18); } }
Frame 13
setTiles(); stop();
Instance of Symbol 61 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 1100; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 182 MovieClip "c5" in Frame 13
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c5.gotoAndStop(18); } }
Instance of Symbol 205 MovieClip in Frame 13
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 148 MovieClip in Frame 13
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 80) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 182 MovieClip "c6" in Frame 13
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c6.gotoAndStop(18); } }
Frame 14
setTiles(); stop();
Instance of Symbol 61 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 1200; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 182 MovieClip "c7" in Frame 14
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c7.gotoAndStop(18); } }
Instance of Symbol 161 MovieClip in Frame 14
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 150) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 194 MovieClip "l5" in Frame 14
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l5.gotoAndStop(14); } }
Instance of Symbol 205 MovieClip in Frame 14
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 219 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 15
setTiles(); stop();
Instance of Symbol 61 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 1400; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 182 MovieClip "c12" in Frame 15
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c12.gotoAndStop(18); } }
Instance of Symbol 226 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 226 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 194 MovieClip "l7" in Frame 15
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l7.gotoAndStop(14); } }
Instance of Symbol 108 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 182 MovieClip "c13" 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.c13.gotoAndStop(18); } if (this._y > 300) { rePos(); } }
Frame 16
setTiles(); stop();
Instance of Symbol 61 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 1500; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 182 MovieClip "c14" in Frame 16
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c14.gotoAndStop(18); } }
Instance of Symbol 108 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 108 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 108 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 108 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 148 MovieClip in Frame 16
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 194 MovieClip "l8" in Frame 16
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.l8.gotoAndStop(14); } if (this._y > 300) { rePos(); } }
Instance of Symbol 233 MovieClip in Frame 16
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(); } }
Frame 17
setTiles(); stop();
Instance of Symbol 61 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 1600; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 182 MovieClip "c15" in Frame 17
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c15.gotoAndStop(18); } }
Instance of Symbol 148 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 219 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 148 MovieClip in Frame 17
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 80) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 155 MovieClip in Frame 17
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 65) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 194 MovieClip "l10" 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.005; if (this.hitTest(_root.hero)) { _root.l10.gotoAndStop(14); } if (this._y > 300) { rePos(); } }
Frame 18
setTiles(); stop();
Instance of Symbol 142 MovieClip in Frame 18
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 < -100) { this.gotoAndPlay(1); this._x = 320; } }
Instance of Symbol 61 MovieClip in Frame 18
onClipEvent (load) { rePos = function () { x = random(100) + 350; 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)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 1300; _root.restart(); _root.nextFrame(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 182 MovieClip "c8" in Frame 18
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.c8.gotoAndStop(18); } if (this._y > 300) { rePos(); } }
Instance of Symbol 148 MovieClip in Frame 18
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 182 MovieClip "c9" in Frame 18
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.c9.gotoAndStop(18); } if (this._y > 300) { rePos(); } }
Instance of Symbol 182 MovieClip "c10" in Frame 18
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.c10.gotoAndStop(18); } if (this._y > 300) { rePos(); } }
Instance of Symbol 182 MovieClip "c11" in Frame 18
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 194 MovieClip "l6" in Frame 18
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.l6.gotoAndStop(14); } if (this._y > 300) { rePos(); } }
Instance of Symbol 108 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 108 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 108 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 19
setTiles(); stop();
Instance of Symbol 182 MovieClip "c17" in Frame 19
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.c17.gotoAndStop(18); } if (this._y > 300) { rePos(); } }
Instance of Symbol 182 MovieClip "c18" in Frame 19
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.c18.gotoAndStop(18); } if (this._y > 300) { rePos(); } }
Instance of Symbol 182 MovieClip "c19" in Frame 19
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.c19.gotoAndStop(18); } if (this._y > 300) { rePos(); } }
Instance of Symbol 182 MovieClip "c20" in Frame 19
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.c20.gotoAndStop(18); } if (this._y > 300) { rePos(); } }
Instance of Symbol 182 MovieClip "c21" in Frame 19
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.c21.gotoAndStop(18); } if (this._y > 300) { rePos(); } }
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();
Symbol 27 Button
on (release) { getURL ("http://www.newgrounds.com", "blank"); }
Symbol 32 Button
on (release) { _root.play(); }
Symbol 33 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 33 MovieClip Frame 2
gotoAndPlay (1);
Symbol 40 Button
on (press) { nextFrame(); }
Symbol 61 MovieClip Frame 9
gotoAndPlay (1);
Symbol 121 MovieClip Frame 3
if ((_parent.jumping != true) and (!_root.falling)) { _root.tik.gotoAndPlay(2); _root.score++; }
Symbol 121 MovieClip Frame 10
if ((_parent.jumping != true) and (!_root.falling)) { _root.tik.gotoAndPlay(2); _root.score++; }
Symbol 121 MovieClip Frame 16
gotoAndPlay (1);
Symbol 125 MovieClip Frame 34
_root.lives--; if (_root.lives < 1) { _root.playGame = false; _root.gotoAndStop(20); } else { _root.restart(); }
Symbol 128 MovieClip Frame 1
stop();
Symbol 130 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 10
stop();
Symbol 180 MovieClip Frame 50
stop();
Symbol 182 MovieClip Frame 17
gotoAndPlay (1);
Symbol 182 MovieClip Frame 18
_root.score = _root.score + 1000;
Symbol 192 MovieClip Frame 51
stop();
Symbol 194 MovieClip Frame 13
gotoAndPlay (1);
Symbol 194 MovieClip Frame 14
_root.lives++;
Symbol 200 MovieClip Frame 2
stop();
Instance of Symbol 200 MovieClip in Symbol 201 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 200 MovieClip in Symbol 201 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 219 MovieClip Frame 1
max = 20; r = random(20); if (r == 1) { xs = random(max) - (max / 2); } if (r == 2) { ys = random(max) - (max / 2); } if (this._x >= 480) { xs = -Math.abs(xs); } if (this._x <= 100) { xs = Math.abs(xs); } if (this._y >= 200) { ys = -Math.abs(ys); } if (this._y <= 50) { ys = Math.abs(ys); } xs = xs * 0.7; ys = ys * 0.7; this._x = this._x + xs; this._y = this._y + ys;
Symbol 219 MovieClip Frame 2
gotoAndPlay (1);
Symbol 226 MovieClip Frame 15
if (random(5) != 1) { gotoAndPlay (1); }
Instance of Symbol 200 MovieClip in Symbol 228 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 233 MovieClip Frame 11
gotoAndPlay (1);
Symbol 233 MovieClip Frame 12
stop();
Instance of Symbol 200 MovieClip in Symbol 237 MovieClip Frame 1
onClipEvent (enterFrame) { x = random(300); if (x == 20) { this.gotoAndStop(2); } else if ((x == 10) or (x == 30)) { this.gotoAndStop(1); } }
Instance of Symbol 200 MovieClip in Symbol 237 MovieClip Frame 1
onClipEvent (enterFrame) { x = random(300); if (x == 20) { this.gotoAndStop(2); } else if ((x == 10) or (x == 30)) { this.gotoAndStop(1); } }
Instance of Symbol 200 MovieClip in Symbol 237 MovieClip Frame 1
onClipEvent (enterFrame) { x = random(300); if (x == 20) { this.gotoAndStop(2); } else if ((x == 10) or (x == 30)) { this.gotoAndStop(1); } }
Instance of Symbol 200 MovieClip in Symbol 237 MovieClip Frame 1
onClipEvent (enterFrame) { x = random(300); if (x == 20) { this.gotoAndStop(2); } else if ((x == 10) or (x == 30)) { this.gotoAndStop(1); } }
Instance of Symbol 200 MovieClip in Symbol 237 MovieClip Frame 1
onClipEvent (enterFrame) { x = random(300); if (x == 20) { this.gotoAndStop(2); } else if ((x == 10) or (x == 30)) { this.gotoAndStop(1); } }
Symbol 244 Button
on (release) { this.gotoAndPlay("1"); }
Symbol 247 MovieClip Frame 20
stop();
Symbol 250 MovieClip Frame 15
stop();

Library Items

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

Instance Names

"t"Frame 2Symbol 34 MovieClip
"map"Frame 3Symbol 54 MovieClip
"hero"Frame 3Symbol 126 MovieClip
"tik"Frame 3Symbol 128 MovieClip
"bounceSnd"Frame 3Symbol 130 MovieClip
"map"Frame 4Symbol 134 MovieClip
"map"Frame 5Symbol 138 MovieClip
"map"Frame 6Symbol 144 MovieClip
"map"Frame 7Symbol 157 MovieClip
"c1"Frame 7Symbol 182 MovieClip
"map"Frame 8Symbol 184 MovieClip
"l1"Frame 8Symbol 194 MovieClip
"map"Frame 9Symbol 196 MovieClip
"l2"Frame 9Symbol 194 MovieClip
"c2"Frame 9Symbol 182 MovieClip
"map"Frame 10Symbol 201 MovieClip
"l3"Frame 10Symbol 194 MovieClip
"c5"Frame 10Symbol 182 MovieClip
"map"Frame 11Symbol 203 MovieClip
"c3"Frame 11Symbol 182 MovieClip
"map"Frame 12Symbol 212 MovieClip
"c4"Frame 12Symbol 182 MovieClip
"l4"Frame 12Symbol 194 MovieClip
"c5"Frame 12Symbol 182 MovieClip
"map"Frame 13Symbol 214 MovieClip
"c5"Frame 13Symbol 182 MovieClip
"c6"Frame 13Symbol 182 MovieClip
"map"Frame 14Symbol 216 MovieClip
"c7"Frame 14Symbol 182 MovieClip
"l5"Frame 14Symbol 194 MovieClip
"map"Frame 15Symbol 221 MovieClip
"c12"Frame 15Symbol 182 MovieClip
"l7"Frame 15Symbol 194 MovieClip
"c13"Frame 15Symbol 182 MovieClip
"map"Frame 16Symbol 228 MovieClip
"c14"Frame 16Symbol 182 MovieClip
"l8"Frame 16Symbol 194 MovieClip
"map"Frame 17Symbol 235 MovieClip
"c15"Frame 17Symbol 182 MovieClip
"l10"Frame 17Symbol 194 MovieClip
"map"Frame 18Symbol 238 MovieClip
"c8"Frame 18Symbol 182 MovieClip
"c9"Frame 18Symbol 182 MovieClip
"c10"Frame 18Symbol 182 MovieClip
"c11"Frame 18Symbol 182 MovieClip
"l6"Frame 18Symbol 194 MovieClip
"map"Frame 19Symbol 240 MovieClip
"c17"Frame 19Symbol 182 MovieClip
"c18"Frame 19Symbol 182 MovieClip
"c19"Frame 19Symbol 182 MovieClip
"c20"Frame 19Symbol 182 MovieClip
"c21"Frame 19Symbol 182 MovieClip
"bar"Symbol 33 MovieClip Frame 1Symbol 21 MovieClip
"heroClip"Symbol 126 MovieClip Frame 1Symbol 121 MovieClip
"death"Symbol 126 MovieClip Frame 3Symbol 125 MovieClip

Special Tags

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

Labels

"loaded"Symbol 33 MovieClip Frame 3

Dynamic Text Variables

livesSymbol 49 EditableText""
levelSymbol 50 EditableText""
scoreSymbol 51 EditableText""




http://swfchan.com/11/54599/info.shtml
Created: 21/4 -2019 13:54:47 Last modified: 21/4 -2019 13:54:47 Server time: 07/05 -2024 03:47:23