| STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 231346 |
| /disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2623 · P5245 |
![]() | This is the info page for Flash #32721 |
| 100% LOADED |
| www.fospher.com |
| Use arrow buttons to select - ENTER to choose |
| Click anywhere on the screen if you cant choose. And you should be hearing a beep when you select a choice. |
| Please note that this was simply made for fun. Dont sue.If you do, I'll end up living in a box |
| instructions |
| instructions |
| energy |
| (PRESS SPACE TO CONTINUE) |
| L |
| LO |
| LOO |
| LOOO |
| LOOOO |
| LOOOOS |
| LOOOOSE |
| LOOOOSER |
| LOOOOSER! |
| LOOOOSER! LOOKS LIKE I WIN |
| LOOOOSER! LOOKS LIKE I WIN AGAIN, MEGAMAN! YOU AND |
| LOOOOSER! LOOKS LIKE I WIN AGAIN, MEGAMAN! YOU AND YOUR WAYS WILL GET YOU |
| LOOOOSER! LOOKS LIKE I WIN AGAIN, MEGAMAN! YOU AND YOUR WAYS WILL GET YOU NOWHERE! YOU'RE SUCH A |
| LOOOOSER! LOOKS LIKE I WIN AGAIN, MEGAMAN! YOU AND YOUR WAYS WILL GET YOU NOWHERE! YOU'RE SUCH A SLOW SHIT. |
| JUST WAIT 'TILL HE MAKES THE SECOND LEVEL! I'LL BE KICKING YOUR ASS! (SECOND LEVEL PASSWORD: ASSKICK) BUT ENOUGH OF THIS. |
| BUT LETS FORGET OUR DIFFERENCES AND DO WHAT WE DO BEST. (...?) |
| (www) |
| PLAY AGAIN |
| PLAY AGAIN |
| CREDITS |
| CREDITS |
| Press SPACE to return to main menu |
| Sprite and Background Design Capcom Sprite and Background import and other drawings Val Burov Scripting Val Burov Sound Capcom, Dimmu Borgir Special Thanks To: Ed Mack for providing such great tutorials and helping me out with the script All the guys at flashkit.com for helping me script-wise whenever i needed it! |
| Sprite and Background Design Capcom Sprite and Background import and other drawings Val Burov Scripting Val Burov Sound Capcom, Dimmu Borgir Special Thanks To: Ed Mack for providing such great tutorials and helping me out with the script All the guys at flashkit.com for helping me script-wise whenever i needed it! |
| Sprite and Background Design Capcom Sprite and Background import and interpetation Val Burov Scripting Val Burov Special Thanks To: Ed Mack for providing such great tutorials and helping me out with the script All the guys at flashkit.com for helping me script-wise whenever i needed it! |
| Sprite and Background Design Capcom Sprite and Background import and interpetation Val Burov Scripting Val Burov Special Thanks To: Ed Mack for providing such great tutorials and helping me out with the script All the guys at flashkit.com for helping me script-wise whenever i needed it! |
| Press SPACE to return |
| fire |
| jump and walk |
| dash |
ActionScript [AS1/AS2]
Frame 2var loadAmount = _totalframes; if (_framesloaded == loadAmount) { gotoAndPlay (12); } else { loaded = Math.round(getBytesLoaded() / 1024); total = Math.round(getBytesTotal() / 1024); percent = Math.round((loaded / total) * 100); bytesLoadedOutput = loaded; bytesTotalOutput = total; percentOutput = percent + "%"; loadBar._width = loadBarHousing._width * (percent / 100); gotoAndPlay (1); }Frame 15gotoAndPlay (16);Frame 19stop();Instance of Symbol 36 MovieClip in Frame 19onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { _root.gotoAndPlay(20); } if (Key.isDown(Key.DOWN)) { _root.gotoAndPlay(26); } if (Key.isDown(Key.ENTER)) { _root.gotoAndPlay(30); } }Frame 25stop();Instance of Symbol 38 MovieClip in Frame 25onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { _root.gotoAndPlay(26); } if (Key.isDown(Key.DOWN)) { _root.gotoAndPlay(16); } if (Key.isDown(Key.ENTER)) { _root.gotoAndPlay(56); } }Frame 29stop();Instance of Symbol 40 MovieClip in Frame 29onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { _root.gotoAndPlay(16); } if (Key.isDown(Key.DOWN)) { _root.gotoAndPlay(20); } if (Key.isDown(Key.ENTER)) { _root.gotoAndPlay(82); } }Frame 55gotoAndStop (623);Frame 72stopAllSounds();Frame 81toggleHighQuality(); gotoAndPlay (107);Frame 106gotoAndStop (628);Frame 146shootvar = 1; stop();Instance of Symbol 142 MovieClip in Frame 146onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } }Instance of Symbol 144 MovieClip in Frame 146onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("end"); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } }Instance of Symbol 146 MovieClip "mapC" in Frame 146onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-800 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -799) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }Instance of Symbol 148 MovieClip "mapD" in Frame 146onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-1000 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -999) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }Instance of Symbol 149 MovieClip "mapB" in Frame 146onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-1000 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -999) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }Instance of Symbol 154 MovieClip in Frame 146onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-1000 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -999) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }Instance of Symbol 158 MovieClip in Frame 146onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-800 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -799) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }Instance of Symbol 158 MovieClip in Frame 146onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-800 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -799) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }Instance of Symbol 144 MovieClip in Frame 146onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("end"); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } }Instance of Symbol 161 MovieClip in Frame 146onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-1000 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -999) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }Instance of Symbol 164 MovieClip in Frame 146onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if (((-800 >= this._x) or (this._x >= 550)) or (500 < this._y)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (((this._x >= -799) and (this._x < 549)) and (this._y < 500)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { fallbridge = true; } if (fallbridge and (this._y < 500)) { this._y = this._y + 20; } }Instance of Symbol 165 MovieClip in Frame 146onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if (((-800 >= this._x) or (this._x >= 550)) or (500 < this._y)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (((this._x >= -799) and (this._x < 549)) and (this._y < 550)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { fallbridge = true; } if (fallbridge and (this._y < 500)) { this._y = this._y + 20; } }Instance of Symbol 165 MovieClip in Frame 146onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if (((-800 >= this._x) or (this._x >= 550)) or (500 < this._y)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (((this._x >= -799) and (this._x < 549)) and (this._y < 550)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { fallbridge = true; } if (fallbridge and (this._y < 500)) { this._y = this._y + 20; } }Instance of Symbol 208 MovieClip "hero" in Frame 146onClipEvent (enterFrame) { if (200 >= this._x) { this._x = 200; } if (this._x >= 200) { this._x = 200; } if (this._y >= 400) { _root.gotoAndPlay("startGame"); } } onClipEvent (enterFrame) { if ((gravity eq "on") and (platform eq "off")) { this._y = this._y + 12; jumping = true; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) && (!jumping)) { platform = "no"; vel_y = 30; jumping = true; } } onClipEvent (enterFrame) { if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } } vel_y = vel_y - accel; if (vel_y < -12) { vel_y = -12; } this._y = this._y - vel_y; platform = "off"; } onClipEvent (enterFrame) { if (this.hitTest(_root.con)) { setProperty(_root.hero, _x , _root.hero._x - 4); } } onClipEvent (load) { b = this.getBounds(this); } onClipEvent (enterFrame) { if (_root.g.hitTest(_x + b.xmin, (_y + b.ymax) - 5, true)) { _y = (_y - 5); } if (_root.g.hitTest(_x + b.max, (_y + b.ymax) - 5, true)) { _y = (_y - 5); } if (!_root.g.hitTest(_x + ((b.xmax + b.xmin) / 2), _y + b.ymax, true)) { _y = (_y + 5); } } onClipEvent (load) { vel_y = 0; accel = 4; jumping = false; jumpSet = true; } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this.gotoAndStop(3); } if (Key.isDown(Key.LEFT)) { this.gotoAndStop(4); } if (Key.isDown(Key.UP)) { this.gotoAndStop(9); } if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) { this.gotoAndStop(10); } if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this.gotoAndStop(6); this._x = this._x + 4; _root.energyBar._width = _root.energyBar._width - 5; } if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this.gotoAndStop(7); this._x = this._x - 4; _root.energyBar._width = _root.energyBar._width - 5; } if ((Key.isDown(90) and ((this._currentframe = 1))) and (_root.energyBar._width >= 10)) { this.gotoAndStop(5); _root.energyBar._width = _root.energyBar._width - 10; } if ((Key.isDown(90) and ((this._currentframe = 2))) and (_root.energyBar._width >= 10)) { this.gotoAndStop(9); _root.energyBar._width = _root.energyBar._width - 10; } if (Key.isDown(Key.SHIFT) and (_root.specWeapon._width >= 5)) { this.gotoAndStop(5); _root.specWeapon._width = _root.specWeapon._width - 5; } } onClipEvent (keyUp) { (Key.getCode() == 90);// not popped this.gotoAndStop(1); } onClipEvent (keyUp) { if (Key.UP) { this.gotoAndStop(1); } if (Key.RIGHT) { this.gotoAndStop(1); } if (Key.LEFT) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (this.hitTest(_root.con)) { setProperty(_root.hero, _x , _root.hero._x - 4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bum)) { this.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } }Instance of Symbol 210 MovieClip "fball" in Frame 146onClipEvent (enterFrame) { if (Key.isDown(90) and (_root.energyBar._width >= 10)) { duplicateMovieClip (_root.fball, "fireball", 1); setProperty(_root.fireball, _visible , true); setProperty(_root.fireball, _x , _root.hero._x + 60); setProperty(_root.fireball, _y , _root.hero._y - 20); } } onClipEvent (enterFrame) { if (_root.fireball._x < 505) { _root.fireball._x = _root.fireball._x + 15; } else if (_root.fireball._x >= 300) { _root.fireball.removeMovieClip(); } }Instance of Symbol 9 MovieClip [healthBar] "energyBar" in Frame 146onClipEvent (load) { this._width = 100; hInc = 4; } onClipEvent (enterFrame) { if (this._width >= 100) { this._width = 100; } if (2 < hInc) { this._width = this._width + 1; } }Instance of Symbol 214 MovieClip "healthBar" in Frame 146onClipEvent (enterFrame) { if (99 < this._currentframe) { _root.gotoAndPlay("kill"); } }Instance of Symbol 226 MovieClip "hum" in Frame 146onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.fireball) and (_this._currentframe < 3)) { this.gotoAndPlay(2); } } onClipEvent (load) { function turtle() { _x = (_x + s); if ((this._x >= _root.border4._x) and (this._currentframe < 11)) { s = -5; } if ((_root.border3._x >= this._x) and (this._currentframe < 11)) { s = 5; } } this._x = _root.border4._x; s = 0; } onClipEvent (enterFrame) { turtle(); } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } }Instance of Symbol 228 MovieClip "border3" in Frame 146onClipEvent (enterFrame) { if ((-120 >= this._x) or (this._x >= 550)) { } } onClipEvent (enterFrame) { if ((this._x >= -59) and (this._x < 549)) { } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } }Instance of Symbol 229 MovieClip "hum1" in Frame 146onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.fireball) and (_this._currentframe < 3)) { this.gotoAndPlay(2); } } onClipEvent (load) { function turtle2() { _x = (_x + s); if ((this._x >= _root.border2._x) and (this._currentframe < 11)) { s = -5; } if ((_root.border1._x >= this._x) and (this._currentframe < 11)) { s = 5; } } this._x = _root.border2._x; s = 0; } onClipEvent (enterFrame) { turtle2(); } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } }Instance of Symbol 230 MovieClip "border2" in Frame 146onClipEvent (enterFrame) { if ((-120 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -59) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } }Instance of Symbol 228 MovieClip "border1" in Frame 146onClipEvent (enterFrame) { if ((-120 >= this._x) or (this._x >= 550)) { } } onClipEvent (enterFrame) { if ((this._x >= -59) and (this._x < 549)) { } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } }Instance of Symbol 244 MovieClip in Frame 146onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.fireball) and (_this._currentframe < 81)) { this.gotoAndPlay(81); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } }Instance of Symbol 244 MovieClip in Frame 146onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.fireball) and (_this._currentframe < 81)) { this.gotoAndPlay(81); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } }Instance of Symbol 244 MovieClip in Frame 146onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.fireball) and (_this._currentframe < 81)) { this.gotoAndPlay(81); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } }Instance of Symbol 228 MovieClip "border4" in Frame 146onClipEvent (enterFrame) { if ((-120 >= this._x) or (this._x >= 550)) { } } onClipEvent (enterFrame) { if ((this._x >= -59) and (this._x < 549)) { } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } }Instance of Symbol 247 MovieClip in Frame 146onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-600 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -599) and (this._x < 549)) { this.gotoAndStop(1); } }Instance of Symbol 249 MovieClip in Frame 146onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-600 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -599) and (this._x < 549)) { this.gotoAndStop(1); } }Instance of Symbol 252 MovieClip in Frame 146onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-600 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -599) and (this._x < 549)) { this.gotoAndStop(1); } }Instance of Symbol 253 MovieClip "fball" in Frame 147onClipEvent (enterFrame) { if (Key.isDown(90) and (_root.energyBar._width >= 10)) { duplicateMovieClip (_root.fball, "fireball", 1); setProperty(_root.fireball, _visible , true); setProperty(_root.fireball, _x , _root.hero._x + 40); setProperty(_root.fireball, _y , _root.hero._y - 20); } } onClipEvent (enterFrame) { if (_root.fireball._x < 505) { _root.fireball._x = _root.fireball._x + 20; } else if (_root.fireball._x >= 500) { _root.fireball.removeMovieClip(); } }Frame 150stopAllSounds();Instance of Symbol 258 MovieClip in Frame 151onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } }Frame 186gotoAndPlay (107);Frame 187stopAllSounds(); gotoAndPlay (188);Instance of Symbol 214 MovieClip "healthBar" in Frame 188onClipEvent (enterFrame) { if (99 < this._currentframe) { _root.gotoAndPlay("kill"); } }Frame 297stop();Instance of Symbol 276 MovieClip "hero" in Frame 297onClipEvent (load) { function move(x, y) { h = false; if (!_root.map.hitTest(((_x + x) + b.xmin) + 2, ((_y + y) + b.ymin) + 2, true)) { if (!_root.map.hitTest(((_x + x) + b.xmax) - 1, ((_y + y) + b.ymin) + 1, true)) { if (!_root.map.hitTest(((_x + x) + b.xmin) + 2, ((_y + y) + b.ymax) - 2, true)) { if (!_root.map.hitTest(((_x + x) + b.xmax) - 1, ((_y + y) + b.ymax) - 1, true)) { if (!_root.map.hitTest(((_x + x) + b.xmin) + 1, ((_y + y) + (b.ymin / 2)) + 1, true)) { if (!_root.map.hitTest(((_x + x) + b.xmax) - 1, ((_y + y) + (b.ymin / 2)) + 1, true)) { _x = (_x + x); _y = (_y + y); h = true; } } } } } } return(h); } s = 8; b = this.getBounds(this); } onClipEvent (enterFrame) { if (_root.map.elevator.hitTest(((_x + x) + b.xmin) + 1, _y + 1, true) && (_root.map.elevator.hitTest(((_x + x) + b.xmax) - 1, _y + 1, true))) { _root.elev = true; } else if (_root.map.elevator2.hitTest(((_x + x) + b.xmin) + 1, _y + 1, true) && (_root.map.elevator2.hitTest(((_x + x) + b.xmax) - 1, _y + 1, true))) { _root.elev2 = true; } else { _root.elev = false; _root.elev2 = false; falling = move(0, s); if (Key.isDown(Key.UP) && (!falling)) { if ((!jumping) && (!updown)) { jumping = true; yv = -20; } updown = true; } if (!Key.isDown(Key.UP)) { updown = false; } } if (Key.isDown(Key.LEFT)) { move(-s, 0); } if (Key.isDown(Key.RIGHT)) { move(s, 0); } if (jumping) { if (yv < 0) { jumping = move(0, yv); yv++; } else { jumping = false; } } } onClipEvent (enterFrame) { if (0 >= this._x) { this._x = 0; } if (this._x >= 430) { this._x = 430; } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this.gotoAndStop(3); } if (Key.isDown(Key.LEFT)) { this.gotoAndStop(4); } if (Key.isDown(Key.UP)) { this.gotoAndStop(9); } if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) { this.gotoAndStop(10); } if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this.gotoAndStop(6); this._x = this._x + 4; _root.energyBar._width = _root.energyBar._width - 5; } if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this.gotoAndStop(7); this._x = this._x - 4; _root.energyBar._width = _root.energyBar._width - 5; } if ((Key.isDown(90) and ((this._currentframe = 1))) and (_root.energyBar._width >= 10)) { this.gotoAndStop(5); _root.energyBar._width = _root.energyBar._width - 10; } if ((Key.isDown(90) and ((this._currentframe = 2))) and (_root.energyBar._width >= 10)) { this.gotoAndStop(9); _root.energyBar._width = _root.energyBar._width - 10; } if (Key.isDown(Key.SHIFT) and (_root.specWeapon._width >= 5)) { this.gotoAndStop(5); _root.specWeapon._width = _root.specWeapon._width - 5; } } onClipEvent (keyUp) { (Key.getCode() == 90);// not popped this.gotoAndStop(1); } onClipEvent (keyUp) { if (Key.UP) { this.gotoAndStop(1); } if (Key.RIGHT) { this.gotoAndStop(1); } if (Key.LEFT) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (this.hitTest(_root.con)) { setProperty(_root.hero, _x , _root.hero._x - 4); } }Instance of Symbol 277 MovieClip "fball" in Frame 297onClipEvent (enterFrame) { if (Key.isDown(90) and (_root.energyBar._width >= 10)) { duplicateMovieClip (_root.fball, "fireball", 1); setProperty(_root.fireball, _visible , true); setProperty(_root.fireball, _x , _root.hero._x + 40); setProperty(_root.fireball, _y , _root.hero._y - 20); } } onClipEvent (enterFrame) { if (_root.fireball._x < 505) { _root.fireball._x = _root.fireball._x + 20; } else if (_root.fireball._x >= 300) { _root.fireball.removeMovieClip(); } }Instance of Symbol 284 MovieClip in Frame 297onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } } onClipEvent (enterFrame) { if (end) { _root.gotoAndPlay("final"); } }Frame 301stop();Instance of Symbol 292 MovieClip in Frame 301onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE)) { _root.gotoAndPlay("fuck"); } }Frame 314stop();Instance of Symbol 320 MovieClip in Frame 314onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE)) { stopAllSounds(); _root.gotoAndPlay("last"); } }Frame 622stop();Instance of Symbol 373 MovieClip in Frame 623onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE)) { _root.gotoAndPlay(17); } }Frame 627stop();Instance of Symbol 373 MovieClip in Frame 628onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE)) { _root.gotoAndPlay(17); } }Symbol 5 MovieClip Frame 2stop();Instance of Symbol 5 MovieClip in Symbol 6 MovieClip [rocket] Frame 1onClipEvent (enterFrame) { if (_parent._x >= 0) { _parent._x = _parent._x - 10; } else { removeMovieClip(_parent); } }Symbol 103 MovieClip Frame 1stop();Symbol 142 MovieClip Frame 101stop();Symbol 146 MovieClip Frame 1stop();Symbol 148 MovieClip Frame 1stop();Symbol 149 MovieClip Frame 1stop();Symbol 164 MovieClip Frame 1stop();Symbol 165 MovieClip Frame 1stop();Symbol 205 MovieClip Frame 5stop();Symbol 208 MovieClip Frame 1stop();Symbol 214 MovieClip Frame 1stop();Symbol 214 MovieClip Frame 100stop();Symbol 226 MovieClip Frame 1stop();Symbol 226 MovieClip Frame 2play();Symbol 226 MovieClip Frame 8stop();Symbol 229 MovieClip Frame 1stop();Symbol 229 MovieClip Frame 2play();Symbol 229 MovieClip Frame 8stop();Symbol 244 MovieClip Frame 79gotoAndPlay (1);Symbol 244 MovieClip Frame 87stop();Symbol 247 MovieClip Frame 1stop();Symbol 249 MovieClip Frame 1stop();Symbol 252 MovieClip Frame 1stop();Symbol 258 MovieClip Frame 1stop();Symbol 276 MovieClip Frame 1stop();Symbol 284 MovieClip Frame 106end = true;Symbol 311 MovieClip Frame 38stop();Symbol 318 MovieClip Frame 1stop();Symbol 349 Buttonon (release) { getURL ("http://www.fospher.com", "_blank"); }Symbol 360 Buttonon (release) { stopAllSounds(); toggleHighQuality(); _root.gotoAndPlay(16); }
Library Items
| Symbol 1 Sound [drip] | ||
| Symbol 2 Graphic | Used by:5 | |
| Symbol 3 Bitmap | Used by:4 231 232 233 234 235 236 237 239 240 241 | |
| Symbol 4 Graphic | Uses:3 | Used by:5 |
| Symbol 5 MovieClip | Uses:2 4 | Used by:6 |
| Symbol 6 MovieClip [rocket] | Uses:5 | |
| Symbol 7 Graphic | Used by:8 9 Timeline | |
| Symbol 8 MovieClip [healthBar] | Uses:7 | |
| Symbol 9 MovieClip [healthBar] | Uses:7 | Used by:Timeline |
| Symbol 10 Graphic | Used by:Timeline | |
| Symbol 11 ShapeTweening | Used by:14 | |
| Symbol 12 ShapeTweening | Used by:14 | |
| Symbol 13 Graphic | Used by:14 | |
| Symbol 14 MovieClip | Uses:11 12 13 | Used by:Timeline |
| Symbol 15 Graphic | Used by:Timeline | |
| Symbol 16 Graphic | Used by:17 | |
| Symbol 17 MovieClip | Uses:16 | Used by:Timeline |
| Symbol 18 Graphic | Used by:19 | |
| Symbol 19 MovieClip | Uses:18 | Used by:Timeline |
| Symbol 20 Graphic | Used by:Timeline | |
| Symbol 21 Font | Used by:22 | |
| Symbol 22 Text | Uses:21 | Used by:Timeline |
| Symbol 23 Graphic | Used by:Timeline | |
| Symbol 24 Graphic | Used by:Timeline | |
| Symbol 25 Graphic | Used by:Timeline | |
| Symbol 26 Bitmap | Used by:27 167 264 | |
| Symbol 27 Graphic | Uses:26 | Used by:28 36 38 40 208 276 |
| Symbol 28 MovieClip | Uses:27 | Used by:Timeline |
| Symbol 29 Font | Used by:30 371 375 377 | |
| Symbol 30 Text | Uses:29 | Used by:373 Timeline |
| Symbol 31 Font | Used by:32 33 34 372 379 | |
| Symbol 32 Text | Uses:31 | Used by:Timeline |
| Symbol 33 Text | Uses:31 | Used by:Timeline |
| Symbol 34 Text | Uses:31 | Used by:Timeline |
| Symbol 35 Sound | Used by:Timeline | |
| Symbol 36 MovieClip | Uses:27 | Used by:Timeline |
| Symbol 37 Graphic | Used by:Timeline | |
| Symbol 38 MovieClip | Uses:27 | Used by:Timeline |
| Symbol 39 Graphic | Used by:Timeline | |
| Symbol 40 MovieClip | Uses:27 | Used by:Timeline |
| Symbol 41 Graphic | Used by:Timeline | |
| Symbol 42 Font | Used by:43 97 211 | |
| Symbol 43 Text | Uses:42 | Used by:Timeline |
| Symbol 44 Bitmap | Used by:45 | |
| Symbol 45 Graphic | Uses:44 | Used by:Timeline |
| Symbol 46 Bitmap | Used by:47 | |
| Symbol 47 Graphic | Uses:46 | Used by:Timeline |
| Symbol 48 Sound | Used by:Timeline | |
| Symbol 49 Bitmap | Used by:50 | |
| Symbol 50 Graphic | Uses:49 | Used by:Timeline |
| Symbol 51 Bitmap | Used by:52 | |
| Symbol 52 Graphic | Uses:51 | Used by:Timeline |
| Symbol 53 Bitmap | Used by:54 | |
| Symbol 54 Graphic | Uses:53 | Used by:Timeline |
| Symbol 55 Bitmap | Used by:56 | |
| Symbol 56 Graphic | Uses:55 | Used by:Timeline |
| Symbol 57 Bitmap | Used by:58 | |
| Symbol 58 Graphic | Uses:57 | Used by:Timeline |
| Symbol 59 Bitmap | Used by:60 | |
| Symbol 60 Graphic | Uses:59 | Used by:Timeline |
| Symbol 61 Bitmap | Used by:62 | |
| Symbol 62 Graphic | Uses:61 | Used by:Timeline |
| Symbol 63 Bitmap | Used by:64 | |
| Symbol 64 Graphic | Uses:63 | Used by:Timeline |
| Symbol 65 Bitmap | Used by:66 | |
| Symbol 66 Graphic | Uses:65 | Used by:Timeline |
| Symbol 67 Bitmap | Used by:68 | |
| Symbol 68 Graphic | Uses:67 | Used by:Timeline |
| Symbol 69 Bitmap | Used by:70 | |
| Symbol 70 Graphic | Uses:69 | Used by:Timeline |
| Symbol 71 Bitmap | Used by:72 | |
| Symbol 72 Graphic | Uses:71 | Used by:Timeline |
| Symbol 73 Bitmap | Used by:74 | |
| Symbol 74 Graphic | Uses:73 | Used by:Timeline |
| Symbol 75 Bitmap | Used by:76 | |
| Symbol 76 Graphic | Uses:75 | Used by:Timeline |
| Symbol 77 Bitmap | Used by:78 | |
| Symbol 78 Graphic | Uses:77 | Used by:Timeline |
| Symbol 79 Bitmap | Used by:80 | |
| Symbol 80 Graphic | Uses:79 | Used by:Timeline |
| Symbol 81 Bitmap | Used by:82 | |
| Symbol 82 Graphic | Uses:81 | Used by:Timeline |
| Symbol 83 Bitmap | Used by:84 | |
| Symbol 84 Graphic | Uses:83 | Used by:Timeline |
| Symbol 85 Bitmap | Used by:86 | |
| Symbol 86 Graphic | Uses:85 | Used by:Timeline |
| Symbol 87 Bitmap | Used by:88 | |
| Symbol 88 Graphic | Uses:87 | Used by:Timeline |
| Symbol 89 Bitmap | Used by:90 | |
| Symbol 90 Graphic | Uses:89 | Used by:Timeline |
| Symbol 91 Bitmap | Used by:92 | |
| Symbol 92 Graphic | Uses:91 | Used by:Timeline |
| Symbol 93 Bitmap | Used by:94 | |
| Symbol 94 Graphic | Uses:93 | Used by:Timeline |
| Symbol 95 Graphic | Used by:Timeline | |
| Symbol 96 Graphic | Used by:Timeline | |
| Symbol 97 Text | Uses:42 | Used by:Timeline |
| Symbol 98 Bitmap | Used by:99 257 | |
| Symbol 99 Graphic | Uses:98 | Used by:Timeline |
| Symbol 100 Bitmap | Used by:102 145 147 152 | |
| Symbol 101 Bitmap | Used by:102 145 147 150 159 248 | |
| Symbol 102 Graphic | Uses:100 101 | Used by:103 149 |
| Symbol 103 MovieClip | Uses:102 | Used by:Timeline |
| Symbol 104 Bitmap | Used by:105 | |
| Symbol 105 Graphic | Uses:104 | Used by:Timeline |
| Symbol 106 Sound | Used by:Timeline | |
| Symbol 107 Bitmap | Used by:108 | |
| Symbol 108 Graphic | Uses:107 | Used by:Timeline |
| Symbol 109 Bitmap | Used by:110 | |
| Symbol 110 Graphic | Uses:109 | Used by:Timeline |
| Symbol 111 Bitmap | Used by:112 | |
| Symbol 112 Graphic | Uses:111 | Used by:Timeline |
| Symbol 113 Bitmap | Used by:114 | |
| Symbol 114 Graphic | Uses:113 | Used by:Timeline |
| Symbol 115 Bitmap | Used by:116 | |
| Symbol 116 Graphic | Uses:115 | Used by:Timeline |
| Symbol 117 Bitmap | Used by:118 | |
| Symbol 118 Graphic | Uses:117 | Used by:Timeline |
| Symbol 119 Bitmap | Used by:120 | |
| Symbol 120 Graphic | Uses:119 | Used by:Timeline |
| Symbol 121 Bitmap | Used by:122 | |
| Symbol 122 Graphic | Uses:121 | Used by:Timeline |
| Symbol 123 Bitmap | Used by:124 | |
| Symbol 124 Graphic | Uses:123 | Used by:Timeline |
| Symbol 125 Bitmap | Used by:126 | |
| Symbol 126 Graphic | Uses:125 | Used by:Timeline |
| Symbol 127 Bitmap | Used by:128 | |
| Symbol 128 Graphic | Uses:127 | Used by:Timeline |
| Symbol 129 Bitmap | Used by:130 | |
| Symbol 130 Graphic | Uses:129 | Used by:Timeline |
| Symbol 131 Bitmap | Used by:132 | |
| Symbol 132 Graphic | Uses:131 | Used by:Timeline |
| Symbol 133 Bitmap | Used by:134 | |
| Symbol 134 Graphic | Uses:133 | Used by:Timeline |
| Symbol 135 Bitmap | Used by:136 | |
| Symbol 136 Graphic | Uses:135 | Used by:Timeline |
| Symbol 137 Bitmap | Used by:138 | |
| Symbol 138 Graphic | Uses:137 | Used by:Timeline |
| Symbol 139 Graphic | Used by:Timeline | |
| Symbol 140 Bitmap | Used by:141 166 212 213 | |
| Symbol 141 Graphic | Uses:140 | Used by:142 |
| Symbol 142 MovieClip | Uses:141 | Used by:Timeline |
| Symbol 143 Graphic | Used by:144 292 313 320 349 360 Timeline | |
| Symbol 144 MovieClip | Uses:143 | Used by:Timeline |
| Symbol 145 Graphic | Uses:101 100 | Used by:146 |
| Symbol 146 MovieClip | Uses:145 | Used by:Timeline |
| Symbol 147 Graphic | Uses:101 100 | Used by:148 |
| Symbol 148 MovieClip | Uses:147 | Used by:Timeline |
| Symbol 149 MovieClip | Uses:102 | Used by:Timeline |
| Symbol 150 Graphic | Uses:101 | Used by:151 |
| Symbol 151 MovieClip | Uses:150 | Used by:154 161 |
| Symbol 152 Graphic | Uses:100 | Used by:153 |
| Symbol 153 MovieClip | Uses:152 | Used by:154 161 |
| Symbol 154 MovieClip | Uses:151 153 | Used by:Timeline |
| Symbol 155 Bitmap | Used by:157 260 | |
| Symbol 156 Bitmap | Used by:157 261 | |
| Symbol 157 Graphic | Uses:155 156 | Used by:158 275 |
| Symbol 158 MovieClip | Uses:157 | Used by:Timeline |
| Symbol 159 Graphic | Uses:101 | Used by:160 |
| Symbol 160 MovieClip | Uses:159 | Used by:161 |
| Symbol 161 MovieClip | Uses:160 153 151 | Used by:Timeline |
| Symbol 162 Bitmap | Used by:163 | |
| Symbol 163 Graphic | Uses:162 | Used by:164 165 |
| Symbol 164 MovieClip | Uses:163 | Used by:Timeline |
| Symbol 165 MovieClip | Uses:163 | Used by:Timeline |
| Symbol 166 Graphic | Uses:140 | Used by:Timeline |
| Symbol 167 Graphic | Uses:26 | Used by:208 276 |
| Symbol 168 Bitmap | Used by:169 | |
| Symbol 169 Graphic | Uses:168 | Used by:188 |
| Symbol 170 Bitmap | Used by:171 | |
| Symbol 171 Graphic | Uses:170 | Used by:188 |
| Symbol 172 Bitmap | Used by:173 | |
| Symbol 173 Graphic | Uses:172 | Used by:188 |
| Symbol 174 Bitmap | Used by:175 | |
| Symbol 175 Graphic | Uses:174 | Used by:188 |
| Symbol 176 Bitmap | Used by:177 | |
| Symbol 177 Graphic | Uses:176 | Used by:188 |
| Symbol 178 Bitmap | Used by:179 | |
| Symbol 179 Graphic | Uses:178 | Used by:188 |
| Symbol 180 Bitmap | Used by:181 | |
| Symbol 181 Graphic | Uses:180 | Used by:188 |
| Symbol 182 Bitmap | Used by:183 | |
| Symbol 183 Graphic | Uses:182 | Used by:188 |
| Symbol 184 Bitmap | Used by:185 | |
| Symbol 185 Graphic | Uses:184 | Used by:188 |
| Symbol 186 Bitmap | Used by:187 | |
| Symbol 187 Graphic | Uses:186 | Used by:188 |
| Symbol 188 MovieClip | Uses:169 171 173 175 177 179 181 183 185 187 | Used by:208 276 |
| Symbol 189 Bitmap | Used by:190 | |
| Symbol 190 Graphic | Uses:189 | Used by:191 |
| Symbol 191 MovieClip | Uses:190 | Used by:208 276 |
| Symbol 192 Bitmap | Used by:193 194 | |
| Symbol 193 Graphic | Uses:192 | Used by:208 276 |
| Symbol 194 Graphic | Uses:192 | Used by:208 276 |
| Symbol 195 Bitmap | Used by:196 | |
| Symbol 196 Graphic | Uses:195 | Used by:205 |
| Symbol 197 Bitmap | Used by:198 | |
| Symbol 198 Graphic | Uses:197 | Used by:205 |
| Symbol 199 Bitmap | Used by:200 | |
| Symbol 200 Graphic | Uses:199 | Used by:205 |
| Symbol 201 Bitmap | Used by:202 | |
| Symbol 202 Graphic | Uses:201 | Used by:205 |
| Symbol 203 Bitmap | Used by:204 | |
| Symbol 204 Graphic | Uses:203 | Used by:205 |
| Symbol 205 MovieClip | Uses:196 198 200 202 204 | Used by:208 276 |
| Symbol 206 Bitmap | Used by:207 254 255 | |
| Symbol 207 Graphic | Uses:206 | Used by:208 276 |
| Symbol 208 MovieClip | Uses:27 167 188 191 193 194 205 207 | Used by:Timeline |
| Symbol 209 Graphic | Used by:210 253 277 | |
| Symbol 210 MovieClip | Uses:209 | Used by:Timeline |
| Symbol 211 Text | Uses:42 | Used by:Timeline |
| Symbol 212 ShapeTweening | Uses:140 | Used by:214 |
| Symbol 213 Graphic | Uses:140 | Used by:214 |
| Symbol 214 MovieClip | Uses:212 213 | Used by:Timeline |
| Symbol 215 Bitmap | Used by:216 217 218 | |
| Symbol 216 Graphic | Uses:215 | Used by:219 |
| Symbol 217 Graphic | Uses:215 | Used by:219 |
| Symbol 218 Graphic | Uses:215 | Used by:219 |
| Symbol 219 MovieClip | Uses:216 217 218 | Used by:226 229 |
| Symbol 220 Graphic | Used by:226 229 244 | |
| Symbol 221 Graphic | Used by:226 229 244 | |
| Symbol 222 Graphic | Used by:226 229 244 | |
| Symbol 223 Graphic | Used by:226 229 244 | |
| Symbol 224 Graphic | Used by:226 229 244 | |
| Symbol 225 Graphic | Used by:226 229 244 | |
| Symbol 226 MovieClip | Uses:219 220 221 222 223 224 225 | Used by:Timeline |
| Symbol 227 Graphic | Used by:228 230 | |
| Symbol 228 MovieClip | Uses:227 | Used by:Timeline |
| Symbol 229 MovieClip | Uses:219 220 221 222 223 224 225 | Used by:Timeline |
| Symbol 230 MovieClip | Uses:227 | Used by:Timeline |
| Symbol 231 Graphic | Uses:3 | Used by:244 |
| Symbol 232 Graphic | Uses:3 | Used by:244 |
| Symbol 233 Graphic | Uses:3 | Used by:244 |
| Symbol 234 Graphic | Uses:3 | Used by:244 |
| Symbol 235 Graphic | Uses:3 | Used by:244 |
| Symbol 236 Graphic | Uses:3 | Used by:238 |
| Symbol 237 Graphic | Uses:3 | Used by:238 |
| Symbol 238 MovieClip | Uses:236 237 | Used by:244 |
| Symbol 239 Graphic | Uses:3 | Used by:244 |
| Symbol 240 Graphic | Uses:3 | Used by:244 |
| Symbol 241 Graphic | Uses:3 | Used by:244 |
| Symbol 242 Sound | Used by:244 | |
| Symbol 243 Graphic | Used by:244 | |
| Symbol 244 MovieClip | Uses:231 232 233 234 235 238 239 240 241 220 242 221 222 223 224 225 243 | Used by:Timeline |
| Symbol 245 Bitmap | Used by:246 | |
| Symbol 246 Graphic | Uses:245 | Used by:247 258 |
| Symbol 247 MovieClip | Uses:246 | Used by:Timeline |
| Symbol 248 Graphic | Uses:101 | Used by:249 |
| Symbol 249 MovieClip | Uses:248 | Used by:Timeline |
| Symbol 250 Bitmap | Used by:251 | |
| Symbol 251 Graphic | Uses:250 | Used by:252 |
| Symbol 252 MovieClip | Uses:251 | Used by:Timeline |
| Symbol 253 MovieClip | Uses:209 | Used by:Timeline |
| Symbol 254 Graphic | Uses:206 | Used by:Timeline |
| Symbol 255 Graphic | Uses:206 | Used by:Timeline |
| Symbol 256 Graphic | Used by:Timeline | |
| Symbol 257 Graphic | Uses:98 | Used by:Timeline |
| Symbol 258 MovieClip | Uses:246 | Used by:Timeline |
| Symbol 259 Graphic | Used by:Timeline | |
| Symbol 260 Graphic | Uses:155 | Used by:263 |
| Symbol 261 Graphic | Uses:156 | Used by:262 |
| Symbol 262 MovieClip | Uses:261 | Used by:263 |
| Symbol 263 MovieClip | Uses:260 262 | Used by:Timeline |
| Symbol 264 Graphic | Uses:26 | Used by:Timeline |
| Symbol 265 Bitmap | Used by:266 268 270 271 272 274 287 288 289 291 312 319 | |
| Symbol 266 Graphic | Uses:265 | Used by:Timeline |
| Symbol 267 Sound | Used by:Timeline | |
| Symbol 268 Graphic | Uses:265 | Used by:Timeline |
| Symbol 269 Bitmap | Used by:270 272 273 278 280 281 282 287 288 289 | |
| Symbol 270 Graphic | Uses:269 265 | Used by:Timeline |
| Symbol 271 Graphic | Uses:265 | Used by:Timeline |
| Symbol 272 Graphic | Uses:265 269 | Used by:Timeline |
| Symbol 273 Graphic | Uses:269 | Used by:Timeline |
| Symbol 274 Graphic | Uses:265 | Used by:Timeline |
| Symbol 275 MovieClip | Uses:157 | Used by:Timeline |
| Symbol 276 MovieClip | Uses:27 167 188 191 193 194 205 207 | Used by:Timeline |
| Symbol 277 MovieClip | Uses:209 | Used by:Timeline |
| Symbol 278 Graphic | Uses:269 | Used by:284 |
| Symbol 279 Sound | Used by:284 | |
| Symbol 280 Graphic | Uses:269 | Used by:284 |
| Symbol 281 Graphic | Uses:269 | Used by:284 |
| Symbol 282 Graphic | Uses:269 | Used by:284 |
| Symbol 283 Sound | Used by:284 | |
| Symbol 284 MovieClip | Uses:278 279 280 281 282 283 | Used by:Timeline |
| Symbol 285 Bitmap | Used by:286 | |
| Symbol 286 Graphic | Uses:285 | Used by:Timeline |
| Symbol 287 Graphic | Uses:265 269 | Used by:Timeline |
| Symbol 288 Graphic | Uses:269 265 | Used by:Timeline |
| Symbol 289 Graphic | Uses:269 265 | Used by:Timeline |
| Symbol 290 Bitmap | Used by:291 293 312 319 | |
| Symbol 291 Graphic | Uses:265 290 | Used by:Timeline |
| Symbol 292 MovieClip | Uses:143 | Used by:Timeline |
| Symbol 293 Graphic | Uses:290 | Used by:Timeline |
| Symbol 294 Font | Used by:295 358 | |
| Symbol 295 Text | Uses:294 | Used by:Timeline |
| Symbol 296 Font | Used by:297 298 299 300 301 302 303 304 305 306 307 308 309 310 316 317 | |
| Symbol 297 Text | Uses:296 | Used by:311 |
| Symbol 298 Text | Uses:296 | Used by:311 |
| Symbol 299 Text | Uses:296 | Used by:311 |
| Symbol 300 Text | Uses:296 | Used by:311 |
| Symbol 301 Text | Uses:296 | Used by:311 |
| Symbol 302 Text | Uses:296 | Used by:311 |
| Symbol 303 Text | Uses:296 | Used by:311 |
| Symbol 304 Text | Uses:296 | Used by:311 |
| Symbol 305 Text | Uses:296 | Used by:311 |
| Symbol 306 Text | Uses:296 | Used by:311 |
| Symbol 307 Text | Uses:296 | Used by:311 |
| Symbol 308 Text | Uses:296 | Used by:311 |
| Symbol 309 Text | Uses:296 | Used by:311 |
| Symbol 310 Text | Uses:296 | Used by:311 |
| Symbol 311 MovieClip | Uses:297 298 299 300 301 302 303 304 305 306 307 308 309 310 | Used by:Timeline |
| Symbol 312 Graphic | Uses:265 290 | Used by:Timeline |
| Symbol 313 MovieClip | Uses:143 | Used by:Timeline |
| Symbol 314 Bitmap | Used by:315 | |
| Symbol 315 Graphic | Uses:314 | Used by:Timeline |
| Symbol 316 Text | Uses:296 | Used by:318 |
| Symbol 317 Text | Uses:296 | Used by:318 |
| Symbol 318 MovieClip | Uses:316 317 | Used by:Timeline |
| Symbol 319 Graphic | Uses:265 290 | Used by:Timeline |
| Symbol 320 MovieClip | Uses:143 | Used by:Timeline |
| Symbol 321 Bitmap | Used by:322 | |
| Symbol 322 Graphic | Uses:321 | Used by:331 |
| Symbol 323 Bitmap | Used by:324 | |
| Symbol 324 Graphic | Uses:323 | Used by:331 |
| Symbol 325 Bitmap | Used by:326 | |
| Symbol 326 Graphic | Uses:325 | Used by:331 |
| Symbol 327 Bitmap | Used by:328 | |
| Symbol 328 Graphic | Uses:327 | Used by:331 |
| Symbol 329 Bitmap | Used by:330 | |
| Symbol 330 Graphic | Uses:329 | Used by:331 |
| Symbol 331 MovieClip | Uses:322 324 326 328 330 | Used by:Timeline |
| Symbol 332 Bitmap | Used by:333 334 | |
| Symbol 333 ShapeTweening | Uses:332 | Used by:Timeline |
| Symbol 334 Graphic | Uses:332 | Used by:Timeline |
| Symbol 335 Bitmap | Used by:336 337 | |
| Symbol 336 Graphic | Uses:335 | Used by:Timeline |
| Symbol 337 Graphic | Uses:335 | Used by:Timeline |
| Symbol 338 Graphic | Used by:Timeline | |
| Symbol 339 Graphic | Used by:Timeline | |
| Symbol 340 Graphic | Used by:Timeline | |
| Symbol 341 Graphic | Used by:Timeline | |
| Symbol 342 Graphic | Used by:Timeline | |
| Symbol 343 Graphic | Used by:Timeline | |
| Symbol 344 Graphic | Used by:Timeline | |
| Symbol 345 Graphic | Used by:Timeline | |
| Symbol 346 Graphic | Used by:Timeline | |
| Symbol 347 Graphic | Used by:349 | |
| Symbol 348 Graphic | Used by:349 | |
| Symbol 349 Button | Uses:347 348 143 | Used by:Timeline |
| Symbol 350 Font | Used by:351 | |
| Symbol 351 Text | Uses:350 | Used by:Timeline |
| Symbol 352 Font | Used by:358 | |
| Symbol 353 Font | Used by:358 | |
| Symbol 354 Font | Used by:358 359 | |
| Symbol 355 Font | Used by:358 370 374 376 | |
| Symbol 356 Font | Used by:358 | |
| Symbol 357 Font | Used by:358 | |
| Symbol 358 Text | Uses:352 353 354 294 355 356 357 | Used by:360 |
| Symbol 359 Text | Uses:354 | Used by:360 |
| Symbol 360 Button | Uses:358 359 143 | Used by:Timeline |
| Symbol 361 Graphic | Used by:363 | |
| Symbol 362 Graphic | Used by:363 | |
| Symbol 363 MovieClip | Uses:361 362 | Used by:Timeline |
| Symbol 364 Graphic | Used by:366 | |
| Symbol 365 Graphic | Used by:366 | |
| Symbol 366 MovieClip | Uses:364 365 | Used by:Timeline |
| Symbol 367 Sound | Used by:Timeline | |
| Symbol 368 Bitmap | Used by:369 | |
| Symbol 369 Graphic | Uses:368 | Used by:Timeline |
| Symbol 370 Text | Uses:355 | Used by:Timeline |
| Symbol 371 Text | Uses:29 | Used by:Timeline |
| Symbol 372 Text | Uses:31 | Used by:Timeline |
| Symbol 373 MovieClip | Uses:30 | Used by:Timeline |
| Symbol 374 Text | Uses:355 | Used by:Timeline |
| Symbol 375 Text | Uses:29 | Used by:Timeline |
| Symbol 376 Text | Uses:355 | Used by:Timeline |
| Symbol 377 Text | Uses:29 | Used by:Timeline |
| Symbol 378 Graphic | Used by:Timeline | |
| Symbol 379 Text | Uses:31 | Used by:Timeline |
| Symbol 380 Graphic | Used by:Timeline | |
| Symbol 381 Font | Used by:382 383 384 | |
| Symbol 382 Text | Uses:381 | Used by:Timeline |
| Symbol 383 Text | Uses:381 | Used by:Timeline |
| Symbol 384 Text | Uses:381 | Used by:Timeline |
| Symbol 385 Graphic | Used by:Timeline | |
| Streaming Sound 1 | Used by:Timeline |
Instance Names
| "loadBarHousing" | Frame 1 | Symbol 17 MovieClip |
| "loadBar" | Frame 1 | Symbol 19 MovieClip |
| "mapB" | Frame 107 | Symbol 103 MovieClip |
| "mapC" | Frame 146 | Symbol 146 MovieClip |
| "mapD" | Frame 146 | Symbol 148 MovieClip |
| "mapB" | Frame 146 | Symbol 149 MovieClip |
| "hero" | Frame 146 | Symbol 208 MovieClip |
| "fball" | Frame 146 | Symbol 210 MovieClip |
| "energyBar" | Frame 146 | Symbol 9 MovieClip [healthBar] |
| "healthBar" | Frame 146 | Symbol 214 MovieClip |
| "hum" | Frame 146 | Symbol 226 MovieClip |
| "border3" | Frame 146 | Symbol 228 MovieClip |
| "hum1" | Frame 146 | Symbol 229 MovieClip |
| "border2" | Frame 146 | Symbol 230 MovieClip |
| "border1" | Frame 146 | Symbol 228 MovieClip |
| "border4" | Frame 146 | Symbol 228 MovieClip |
| "fball" | Frame 147 | Symbol 253 MovieClip |
| "map" | Frame 188 | Symbol 263 MovieClip |
| "healthBar" | Frame 188 | Symbol 214 MovieClip |
| "map" | Frame 297 | Symbol 275 MovieClip |
| "hero" | Frame 297 | Symbol 276 MovieClip |
| "fball" | Frame 297 | Symbol 277 MovieClip |
Special Tags
| ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "drip" |
| ExportAssets (56) | Timeline Frame 1 | Symbol 6 as "rocket" |
| ExportAssets (56) | Timeline Frame 1 | Symbol 8 as "healthBar" |
| ExportAssets (56) | Timeline Frame 1 | Symbol 9 as "healthBar" |
| ExportAssets (56) | Timeline Frame 146 | Symbol 9 as "healthBar" |
Labels
| "loading" | Frame 1 |
| "beginMovie" | Frame 12 |
| "startGame" | Frame 108 |
| "kill" | Frame 147 |
| "end" | Frame 187 |
| "final" | Frame 298 |
| "fuck" | Frame 302 |
| "last" | Frame 315 |
| "hit" | Symbol 208 MovieClip Frame 11 |
| "hit" | Symbol 276 MovieClip Frame 11 |
|
|