STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229494 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2575 · P5149 |
This is the info page for Flash #25048 |
credits |
moar madness |
_ |
t_ |
ta_ |
tar_ |
targ_ |
targe_ |
target_ |
target |
target _ |
target s_ |
target sh_ |
target she_ |
target sher_ |
target sheri_ |
target sherif_ |
target sheriff_ |
target sheriff |
100 |
20 |
TIME : ### |
final score: 39671 |
666 |
TIME : ### |
555 |
Target: Sheriff Game Wurmy1029 Original Madness Krinkels Graphics and Programming Wurmy1029 Songs "Russian Roulette" by NemesisTheory "Broken Machine" by VegetarianMeat "Helix - Unless You're Free..." by Helix6 Special Thanks Garry's Mod Food Dog cherrorist Denvish (For AS:Main) Mr-Xii (Random post that helped me :3) Anybody else that I forgot about x3 Sorry if I forgot!! -Extra- Frames Per Second 40 Total Frames (On Stage) 15 Days Spent 1 Hours Spent 11 hours Library Items 102 |
ActionScript [AS1/AS2]
Frame 1myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); _root.menu = myMenu; stopAllSounds();Frame 2_root.stop();Frame 3stop();Frame 4stop();Frame 5timeLeft = 2000; stopComing = false; heliStop = 200; score = 0;Frame 6stop(); suicNum = 10; bombNum = 5; i = 2; while (i <= suicNum) { _root.suic1.duplicateMovieClip("suic" + i, _root.getNextHighestDepth()); i++; } i = 2; while (i <= bombNum) { _root.bomb1.duplicateMovieClip("bomb" + i, _root.getNextHighestDepth()); i++; } onEnterFrame = function () { if (timeLeft > 0) { timeLeft--; realTime = timeLeft / 40; realTime = Math.round(realTime); } if (timeLeft < 1) { _root.stopComing = true; } if (_root.stopComing) { heliStop--; } _root.timeCOUNTER.text = "Time Left :" + realTime; _root.passWin.finalScore.text = _root.score; };Instance of Symbol 160 MovieClip "heli" in Frame 6onClipEvent (load) { function shootBullets() { bNum++; _root.attachMovie("BULLETAS", "BULLETAS" + bNum, _root.getNextHighestDepth()); if (shootMode > 1) { if (shootSide == 0) { _root["BULLETAS" + bNum]._x = _x - 30; shootSide++; shootSND.start(0, 1); fire1.play(); } else if (shootSide == 1) { _root["BULLETAS" + bNum]._x = _x; shootSide++; shootSND.start(0, 1); fire2.play(); } else if (shootSide == 2) { _root["BULLETAS" + bNum]._x = _x + 30; shootSide = 0; shootSND.start(0, 1); fire3.play(); } } else { _root["BULLETAS" + bNum]._x = _x; shootSND.start(0, 1); fire2.play(); } _root["BULLETAS" + bNum]._y = _y - 50; _root["BULLETAS" + bNum].onEnterFrame = function () { this._y = this._y - 9; i = 1; while (i <= _root.suicNum) { if (this.hitTest(_root["suic" + i]) && (_root["suic" + i]._currentframe < 2)) { _root["suic" + i].health = _root["suic" + i].health - 15; this.removeMovieClip(); } i++; } i = 1; while (i <= _root.bombNum) { if (this.hitTest(_root["bomb" + i]) && (_root["bomb" + i]._currentframe < 2)) { _root["bomb" + i].health = _root["bomb" + i].health - 15; this.removeMovieClip(); } i++; } if (this._y < -20) { this.removeMovieClip(); } }; } var speed = 6; var acc = 0; var bNum = 999; var waitTime = 5; var health = 100; var shootMode = 1; var shootSide = 1; var upgTime = 0; var upgTime2 = 40; shootSND = new Sound(this); shootSND.attachSound("AK"); this.timeTXT._visible = false; } onClipEvent (enterFrame) { if (_root.heliStop > 0) { if (this.hittestbox.hitTest(_root.bulletUpgrade)) { shootMode = 2; _root.bulletUpgrade.reset(); upgTime = 20; upgTime2 = 40; this.timeTXT._visible = true; } if (upgTime > 0) { upgTime2--; if (upgTime2 < 0) { upgTime--; upgTime2 = 40; } } else { this.timeTXT._visible = false; shootMode = 1; } this.timeTXT.text = upgTime; i = 1; while (i <= _root.suicNum) { if (this.hittestbox.hitTest(_root["suic" + i]) && (_root["suic" + i].health > 0)) { this.health = this.health - 5; _root["suic" + i].health = _root["suic" + i].health - 50; } i++; } i = 1; while (i <= _root.bombNum) { if (this.hittestbox.hitTest(_root["bomb" + i]) && (_root["bomb" + i].health > 0)) { this.health = this.health - 10; _root["bomb" + i].health = _root["bomb" + i].health - 100; } i++; } this.healthTXT.text = health; if (Key.isDown(32)) { if (waitTime > 4) { shootBullets(); waitTime = 0; } else { waitTime++; } } if (Key.isDown(37)) { if (acc > (-speed)) { acc--; } } else if (Key.isDown(39)) { if (acc < speed) { acc++; } } else if (acc < 0) { acc = acc + 0.5; } else if (acc > 0) { acc = acc - 0.5; } if (_x < 11.6) { acc = acc * -1; } if (_x > 489.5) { acc = acc * -1; } _x = (_x + acc); } else if (_y > -100) { _y = (_y - 4); } if (health < 1) { _root.gotoAndPlay("GAMEOVER"); } }Instance of Symbol 165 MovieClip "suic1" in Frame 6onClipEvent (load) { function reset() { if (_root.stopComing == false) { _y = (-41.6 - (Math.random() * 30)); _x = (Math.random() * 450); _x = (_x + 20); health = 20; gotoAndStop (1); } else { gotoAndStop (1); if (health < 1) { health = 1999; } _y = -1000; speed = 0; } } this.swapDepths(_root.heli); var health = 20; var speed = 4; reset(); stop(); } onClipEvent (enterFrame) { if (_root._currentframe != 6) { this.removeMovieClip(); } _y = (_y + speed); if (_y > 640) { reset(); } if (health < 0) { play(); } }Instance of Symbol 170 MovieClip "bomb1" in Frame 6onClipEvent (load) { function reset() { if (_root.stopComing == false) { _y = (-41.6 - (Math.random() * 30)); _x = (Math.random() * 450); _x = (_x + 20); health = 70; gotoAndStop (1); } else { gotoAndStop (1); if (health < 1) { health = 1999; } _y = -1000; speed = 0; } } this.swapDepths(_root.heli); var health = 70; var speed = 2; reset(); stop(); } onClipEvent (enterFrame) { if (_root._currentframe != 6) { this.removeMovieClip(); } _y = (_y + speed); if (_y > 640) { reset(); } if (health < 0) { play(); } }Instance of Symbol 172 MovieClip "bulletUpgrade" in Frame 6onClipEvent (load) { function reset() { if (_root.stopComing == false) { _y = (-500 - (Math.random() * 1000)); _x = (Math.random() * 450); _x = (_x + 20); } else { _y = -1000; speed = 0; } } this.swapDepths(_root.heli); var speed = 4; reset(); } onClipEvent (enterFrame) { if (_root.heli.upgTime < 1) { _y = (_y + speed); } if (_y > 640) { reset(); } }Instance of Symbol 176 MovieClip in Frame 6onClipEvent (load) { function reset() { _y = (-30 - (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 6 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y + speed); if (_y > 640) { reset(); } }Instance of Symbol 176 MovieClip in Frame 6onClipEvent (load) { function reset() { _y = (-30 - (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 6 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y + speed); if (_y > 640) { reset(); } }Instance of Symbol 176 MovieClip in Frame 6onClipEvent (load) { function reset() { _y = (-30 - (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 6 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y + speed); if (_y > 640) { reset(); } }Instance of Symbol 176 MovieClip in Frame 6onClipEvent (load) { function reset() { _y = (-30 - (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 6 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y + speed); if (_y > 640) { reset(); } }Instance of Symbol 176 MovieClip in Frame 6onClipEvent (load) { function reset() { _y = (-30 - (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 6 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y + speed); if (_y > 640) { reset(); } }Instance of Symbol 176 MovieClip in Frame 6onClipEvent (load) { function reset() { _y = (-30 - (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 6 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y + speed); if (_y > 640) { reset(); } }Instance of Symbol 176 MovieClip in Frame 6onClipEvent (load) { function reset() { _y = (-30 - (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 6 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y + speed); if (_y > 640) { reset(); } }Instance of Symbol 176 MovieClip in Frame 6onClipEvent (load) { function reset() { _y = (-30 - (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 6 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y + speed); if (_y > 640) { reset(); } }Instance of Symbol 204 MovieClip "passWin" in Frame 6onClipEvent (load) { _visible = false; var a = 1; } onClipEvent (enterFrame) { if (a == 1) { this.swapDepths(_root.heli); a = 2; } if (_root.heliStop < 1) { _visible = true; } if (_root._currentframe != 6) { this.removeMovieClip(); } }Frame 7stop();Frame 8timeLeft = 1700; stopComing = false; heliStop = 200;Frame 9stop(); bombNum = 17; i = 2; while (i <= bombNum) { _root.bomb1.duplicateMovieClip("bomb" + i, _root.getNextHighestDepth()); i++; } onEnterFrame = function () { if (timeLeft > 0) { timeLeft--; realTime = timeLeft / 40; realTime = Math.round(realTime); } if (timeLeft < 1) { _root.stopComing = true; } if (_root.stopComing) { heliStop--; } _root.timeCOUNTER.text = "Time Left :" + realTime; _root.passWin.finalScore.text = _root.score; };Instance of Symbol 216 MovieClip in Frame 9onClipEvent (load) { var speed = 4; var acc = 0; var accY = 0; _rotation = 0; health = 100; _root.score = _root.score + 2000; } onClipEvent (enterFrame) { if (_root.heliStop > 0) { healthTXT.text = health; i = 1; while (i <= _root.bombNum) { if (this.hitTestBox.hitTest(_root["bomb" + i]) && (_root["bomb" + i]._currentframe == 1)) { health = health - 5; _root["bomb" + i].health = _root["bomb" + i].health - 1; _root.score = _root.score - 10; } i++; } if (Key.isDown(37)) { if (acc > (-speed)) { acc = acc - 0.5; } } else if (Key.isDown(39)) { if (acc < speed) { acc = acc + 0.5; } } if (_x < 11.6) { acc = acc * -1; } else if (_x > 489.5) { acc = acc * -1; } if (Key.isDown(40)) { if (accY < speed) { accY = accY + 0.5; } } else if (Key.isDown(38)) { if (accY > (-speed)) { accY = accY - 0.5; } } if (_y > 601.4) { accY = accY * -1; } else if (_y < -1.5) { accY = accY * -1; } _y = (_y + accY); _x = (_x + acc); } else if (_y < 630) { _y = (_y + 3); } if (health < 1) { _root.gotoAndPlay("GAMEOVER"); } }Instance of Symbol 176 MovieClip in Frame 9onClipEvent (load) { function reset() { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 8 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } this.swapDepths(_root.timeCOUNTER); var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y - speed); if (_y < -50) { reset(); } }Instance of Symbol 176 MovieClip in Frame 9onClipEvent (load) { function reset() { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 8 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } this.swapDepths(_root.timeCOUNTER); var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y - speed); if (_y < -50) { reset(); } }Instance of Symbol 176 MovieClip in Frame 9onClipEvent (load) { function reset() { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 8 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } this.swapDepths(_root.timeCOUNTER); var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y - speed); if (_y < -50) { reset(); } }Instance of Symbol 176 MovieClip in Frame 9onClipEvent (load) { function reset() { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 8 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } this.swapDepths(_root.timeCOUNTER); var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y - speed); if (_y < -50) { reset(); } }Instance of Symbol 176 MovieClip in Frame 9onClipEvent (load) { function reset() { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 8 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } this.swapDepths(_root.timeCOUNTER); var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y - speed); if (_y < -50) { reset(); } }Instance of Symbol 176 MovieClip in Frame 9onClipEvent (load) { function reset() { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 8 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } this.swapDepths(_root.timeCOUNTER); var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y - speed); if (_y < -50) { reset(); } }Instance of Symbol 176 MovieClip in Frame 9onClipEvent (load) { function reset() { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 8 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } this.swapDepths(_root.timeCOUNTER); var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y - speed); if (_y < -50) { reset(); } }Instance of Symbol 176 MovieClip in Frame 9onClipEvent (load) { function reset() { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 8 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } this.swapDepths(_root.timeCOUNTER); var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y - speed); if (_y < -50) { reset(); } }Instance of Symbol 176 MovieClip in Frame 9onClipEvent (load) { function reset() { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 8 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } this.swapDepths(_root.timeCOUNTER); var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y - speed); if (_y < -50) { reset(); } }Instance of Symbol 176 MovieClip in Frame 9onClipEvent (load) { function reset() { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 8 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } this.swapDepths(_root.timeCOUNTER); var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y - speed); if (_y < -50) { reset(); } }Instance of Symbol 176 MovieClip in Frame 9onClipEvent (load) { function reset() { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 8 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } this.swapDepths(_root.timeCOUNTER); var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y - speed); if (_y < -50) { reset(); } }Instance of Symbol 176 MovieClip in Frame 9onClipEvent (load) { function reset() { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 8 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } this.swapDepths(_root.timeCOUNTER); var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y - speed); if (_y < -50) { reset(); } }Instance of Symbol 176 MovieClip in Frame 9onClipEvent (load) { function reset() { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 8 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } this.swapDepths(_root.timeCOUNTER); var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y - speed); if (_y < -50) { reset(); } }Instance of Symbol 176 MovieClip in Frame 9onClipEvent (load) { function reset() { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 8 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } this.swapDepths(_root.timeCOUNTER); var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y - speed); if (_y < -50) { reset(); } }Instance of Symbol 176 MovieClip in Frame 9onClipEvent (load) { function reset() { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 8 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } this.swapDepths(_root.timeCOUNTER); var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y - speed); if (_y < -50) { reset(); } }Instance of Symbol 176 MovieClip in Frame 9onClipEvent (load) { function reset() { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 450); _x = (_x + 20); speed = 8 + (Math.random() * 10); _rotation = (Math.random() * 360); scale = Math.random() * 80; scale = scale + 20; _xscale = scale; _yscale = scale; } this.swapDepths(_root.timeCOUNTER); var speed = 6; var scale = 0; reset(); } onClipEvent (enterFrame) { _y = (_y - speed); if (_y < -50) { reset(); } }Instance of Symbol 85 MovieClip "bomb1" in Frame 9onClipEvent (load) { function reset() { if (_root.stopComing == false) { _y = (630 + (Math.random() * 100)); _x = (Math.random() * 470); _x = (_x + 20); _rotation = (Math.random() * 360); speed = Math.random() * 5; speed = speed + 2; health = 1; } else { gotoAndStop (1); if (health < 1) { health = 1999; } _y = -1000; speed = 0; } } var speed = 3; var health = 1; reset(); } onClipEvent (enterFrame) { if (_root._currentframe != 9) { this.removeMovieClip(); } _rotation = (_rotation-1); _y = (_y - speed); if (_y < -20) { reset(); } if (health < 1) { play(); } }Instance of Symbol 204 MovieClip "passWin" in Frame 9onClipEvent (load) { _visible = false; var a = 1; } onClipEvent (enterFrame) { if (a == 1) { this.swapDepths(_root.heli); a = 2; } if (_root.heliStop < 1) { _visible = true; } }Frame 10stop();Frame 11timeLeft = 1700; stopComing = false; heliStop = 200;Frame 12stop(); onEnterFrame = function () { if (_root.bob._x < 3400) { if (timeLeft > 0) { timeLeft--; realTime = timeLeft / 40; realTime = Math.round(realTime); } if (timeLeft < 1) { _root.bob.health = _root.bob.health - 200; _root.stopComing = true; } if (_root.stopComing) { heliStop--; } } else { _root.fadeOUT.play(); } _root.bob.timeLEFT.text = realTime; _root.passWin.finalScore.text = _root.score; };Instance of Symbol 241 MovieClip "bob" in Frame 12onClipEvent (load) { var grav = 0; var speed = 3; var canJump = false; createEmptyMovieClip("boxCam", 1000); health = 100; with (boxCam) { onLoad = function () { CamX = _x; CamY = _y; }; onEnterFrame = function () { _x = _root.bob._x + 60; _y = _root.bob._y - 120; CamX = CamX + ((_x - CamX) / 25); _root._x = (Stage.width / 2) - CamX; CamY = CamY + ((_y - CamY) / 25); _root._y = (Stage.height / 2) - CamY; }; } } onClipEvent (enterFrame) { if (_root.teleporter.hitTest(this)) { _x = (_x + 1000); } grav++; _y = (_y + grav); while ((_root.ground.hitTest(_x, _y - 3, true) || (_root.ground.hitTest(_x - 10, _y - 3, true))) || (_root.ground.hitTest(_x + 10, _y - 3, true))) { grav = 0; _y = (_y-1); canJump = true; } if (Key.isDown(32) && (canJump)) { grav = -12; canJump = false; } if (Key.isDown(37)) { ins._xscale = -100; _x = (_x - speed); gotoAndStop (2); } else if (Key.isDown(39)) { ins._xscale = 100; _x = (_x + speed); gotoAndStop (2); } else { gotoAndStop (1); } if (_root.ground.hitTest(_x - 11, _y - 5, true)) { _x = (_x + speed); } else if (_root.ground.hitTest(_x + 11, _y - 5, true)) { _x = (_x - speed); } if ((_root.ground.hitTest(_x, _y - 40, true) || (_root.ground.hitTest(_x - 10, _y - 40, true))) || (_root.ground.hitTest(_x + 10, _y - 40, true))) { grav = 4; } if (health < 1) { _root.gotoAndPlay("GAMEOVER"); } if (this.hitTest(_root.ground.EOG_PLATFORMER)) { _root.fadeOUTMC.play(); } }Frame 13_root._x = 0; _root._y = 0; stop();Frame 14_root._x = 0; _root._y = 0; stop(); stopAllSounds();Instance of Symbol 273 MovieClip in Frame 14onClipEvent (enterFrame) { a = Math.random() * 100; if (a < 50) { gotoAndStop (1); } else if ((a > 50) && (a < 70)) { gotoAndStop (2); } else if ((a > 71) && (a < 90)) { gotoAndStop (3); } else { gotoAndStop (4); } }Frame 15stop();Symbol 44 Buttonon (press) { getURL ("http://www.newgrounds.com/collection/madnessday2007", (target = "_blank")); }Symbol 53 MovieClip Frame 29gotoAndPlay (1);Symbol 53 MovieClip Frame 65gotoAndPlay ("ready_loop");Symbol 53 MovieClip Frame 85_root.nextFrame();Symbol 60 Buttonon (press) { _root.loader.hank.gotoAndPlay("go"); play(); }Symbol 61 MovieClip Frame 1_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); _root.loader.hank.gotoAndPlay("ready"); }Symbol 61 MovieClip Frame 2gotoAndPlay (1);Symbol 61 MovieClip Frame 5stop();Symbol 71 Buttonon (release) { getURL ("http://www.wurmy.com/", "_blank"); }Symbol 73 MovieClip Frame 141_root.play();Symbol 85 MovieClip Frame 1stop();Symbol 85 MovieClip Frame 18reset();Symbol 88 Buttonon (release) { stopAllSounds(); _root.gotoAndPlay("CREDITS"); }Symbol 95 Buttonon (release) { getURL ("http://www.wurmy.com/", "_blank"); }Symbol 101 Buttonon (release) { stopAllSounds(); _root.gotoAndPlay("HELIINTRO"); }Symbol 105 Buttonon (release) { getURL ("http://www.newgrounds.com/collection/madness.html", "_blank"); }Symbol 108 MovieClip Frame 26stop();Symbol 135 Buttonon (release) { play(); }Symbol 141 MovieClip Frame 159stop(); i = 0; tehText = "hello\nyou do not need to know who i am\nyou do not need to knwo who you are\nyou only need to know your mission"; this.onEnterFrame = function () { mainTEXT.text = mainTEXT.text + tehText.charAt(i); i++; };Symbol 141 MovieClip Frame 160stop(); i = 0; tehText = "your mission is simple\nget rid of the sheriff"; this.onEnterFrame = function () { mainTEXT.text = mainTEXT.text + tehText.charAt(i); i++; }; if (Key.isDown(32)) { play(); }Symbol 141 MovieClip Frame 161stop(); i = 0; tehText = "you are on a helicopter as we speak\nhigh above the ground and still miles\nfrom your destination\nit is sudggested you take control of your\nhelicopter now"; this.onEnterFrame = function () { mainTEXT.text = mainTEXT.text + tehText.charAt(i); i++; }; if (Key.isDown(32)) { play(); }Symbol 141 MovieClip Frame 162stop(); i = 0; tehText = "aircraft is approaching\nthey come from the sheriff\nhe isn't ready to die\nfix this problem"; this.onEnterFrame = function () { mainTEXT.text = mainTEXT.text + tehText.charAt(i); i++; }; if (Key.isDown(32)) { play(); }Symbol 141 MovieClip Frame 211stopAllSounds(); _root.play();Symbol 156 MovieClip Frame 1stop();Instance of Symbol 159 MovieClip "hittestbox" in Symbol 160 MovieClip Frame 1onClipEvent (load) { _visible = false; }Symbol 165 MovieClip Frame 20_root.score = _root.score + 10; reset();Symbol 170 MovieClip Frame 21_root.score = _root.score + 30; reset();Symbol 203 Buttonon (release) { stopAllSounds(); _root.play(); }Symbol 210 MovieClip Frame 2stop(); i = 0; tehText = "it seems that you are still alive\nthat is good\nit is now time for you to jump"; this.onEnterFrame = function () { mainTEXT.text = mainTEXT.text + tehText.charAt(i); i++; };Symbol 210 MovieClip Frame 3stop(); i = 0; tehText = "you are being bombared with\nbombs from above\nyou cannot destroy the ship\nthat is bombarding you"; this.onEnterFrame = function () { mainTEXT.text = mainTEXT.text + tehText.charAt(i); i++; };Symbol 210 MovieClip Frame 4stop(); i = 0; tehText = "and you are over your destination\nthe sheriffs hideout\nso jump\nbefore you die"; this.onEnterFrame = function () { mainTEXT.text = mainTEXT.text + tehText.charAt(i); i++; };Symbol 210 MovieClip Frame 50stopAllSounds(); _root.play();Instance of Symbol 159 MovieClip "hitTestBox" in Symbol 216 MovieClip Frame 1onClipEvent (load) { _visible = false; }Symbol 224 MovieClip Frame 2stop(); i = 0; tehText = "good\nyou are still alive"; this.onEnterFrame = function () { mainTEXT.text = mainTEXT.text + tehText.charAt(i); i++; };Symbol 224 MovieClip Frame 3stop(); i = 0; tehText = "it also seems that you are in the vents\nunlucky for you these vents\nlead to the west side\nthe sheriff is on th east side"; this.onEnterFrame = function () { mainTEXT.text = mainTEXT.text + tehText.charAt(i); i++; };Symbol 224 MovieClip Frame 4stop(); i = 0; tehText = "i sudgest you get to the east side fast\nwho knows when the guards will be here"; this.onEnterFrame = function () { mainTEXT.text = mainTEXT.text + tehText.charAt(i); i++; };Symbol 224 MovieClip Frame 5stop(); i = 0; tehText = "you know what to do\nget to work"; this.onEnterFrame = function () { mainTEXT.text = mainTEXT.text + tehText.charAt(i); i++; };Symbol 224 MovieClip Frame 51stopAllSounds(); _root.play();Instance of Symbol 235 MovieClip "EOG_PLATFORMER" in Symbol 236 MovieClip Frame 1onClipEvent (load) { _visible = false; }Symbol 240 MovieClip Frame 4stop();Symbol 252 MovieClip Frame 1stop();Symbol 252 MovieClip Frame 36stopAllSounds(); _root.play();Symbol 252 MovieClip Frame 37stop();Symbol 261 MovieClip Frame 1function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;Symbol 263 MovieClip Frame 242_root.gotoAndPlay("CREDITS");Symbol 268 Buttonon (release) { gotoAndStop (3); }Symbol 279 MovieClip Frame 1489_root.play();
Library Items
Symbol 1 Sound [AK] | ||
Symbol 2 Graphic | Used by:3 | |
Symbol 3 MovieClip [BULLETAS] | Uses:2 | Used by:172 |
Symbol 4 Graphic | Used by:141 210 224 252 263 279 Timeline | |
Symbol 5 Graphic | Used by:61 | |
Symbol 6 Graphic | Used by:7 | |
Symbol 7 MovieClip | Uses:6 | Used by:61 |
Symbol 8 Graphic | Used by:61 | |
Symbol 9 Graphic | Used by:53 | |
Symbol 10 Graphic | Used by:53 | |
Symbol 11 Graphic | Used by:12 | |
Symbol 12 MovieClip | Uses:11 | Used by:13 |
Symbol 13 MovieClip | Uses:12 | Used by:53 |
Symbol 14 Graphic | Used by:53 | |
Symbol 15 Graphic | Used by:16 | |
Symbol 16 MovieClip | Uses:15 | Used by:53 |
Symbol 17 Graphic | Used by:35 | |
Symbol 18 Graphic | Used by:35 | |
Symbol 19 Graphic | Used by:35 | |
Symbol 20 Graphic | Used by:35 | |
Symbol 21 Graphic | Used by:22 | |
Symbol 22 MovieClip | Uses:21 | Used by:35 |
Symbol 23 Graphic | Used by:35 | |
Symbol 24 Graphic | Used by:35 | |
Symbol 25 Graphic | Used by:35 | |
Symbol 26 Graphic | Used by:35 | |
Symbol 27 Graphic | Used by:35 | |
Symbol 28 Graphic | Used by:35 | |
Symbol 29 Graphic | Used by:35 | |
Symbol 30 Graphic | Used by:35 | |
Symbol 31 Graphic | Used by:35 | |
Symbol 32 Graphic | Used by:35 | |
Symbol 33 Graphic | Used by:35 | |
Symbol 34 Graphic | Used by:35 | |
Symbol 35 MovieClip | Uses:17 18 19 20 22 23 24 25 26 27 28 29 30 31 32 33 34 | Used by:53 |
Symbol 36 Graphic | Used by:53 | |
Symbol 37 Graphic | Used by:38 | |
Symbol 38 MovieClip | Uses:37 | Used by:53 |
Symbol 39 Graphic | Used by:40 | |
Symbol 40 MovieClip | Uses:39 | Used by:53 |
Symbol 41 Graphic | Used by:42 | |
Symbol 42 MovieClip | Uses:41 | Used by:53 |
Symbol 43 Graphic | Used by:44 | |
Symbol 44 Button | Uses:43 | Used by:53 |
Symbol 45 Graphic | Used by:53 | |
Symbol 46 Sound | Used by:53 | |
Symbol 47 Graphic | Used by:53 | |
Symbol 48 Graphic | Used by:53 | |
Symbol 49 Sound | Used by:53 | |
Symbol 50 Graphic | Used by:53 | |
Symbol 51 Graphic | Used by:53 | |
Symbol 52 Graphic | Used by:53 | |
Symbol 53 MovieClip | Uses:9 10 13 14 16 35 36 38 40 42 44 45 46 47 48 49 50 51 52 | Used by:61 |
Symbol 54 Graphic | Used by:60 | |
Symbol 55 Graphic | Used by:57 | |
Symbol 56 Graphic | Used by:57 | |
Symbol 57 MovieClip | Uses:55 56 | Used by:60 |
Symbol 58 Graphic | Used by:59 60 | |
Symbol 59 MovieClip | Uses:58 | Used by:60 |
Symbol 60 Button | Uses:54 57 59 58 | Used by:61 |
Symbol 61 MovieClip | Uses:5 7 8 53 60 | Used by:Timeline |
Symbol 62 Graphic | Used by:65 95 | |
Symbol 63 Graphic | Used by:65 95 | |
Symbol 64 Graphic | Used by:65 95 | |
Symbol 65 MovieClip | Uses:62 63 64 | Used by:72 73 95 |
Symbol 66 Graphic | Used by:69 95 | |
Symbol 67 Graphic | Used by:69 95 | |
Symbol 68 Graphic | Used by:69 95 | |
Symbol 69 MovieClip | Uses:66 67 68 | Used by:72 73 95 |
Symbol 70 Graphic | Used by:71 | |
Symbol 71 Button | Uses:70 | Used by:73 |
Symbol 72 MovieClip | Uses:65 69 | Used by:73 |
Symbol 73 MovieClip | Uses:65 69 71 72 SS1 | Used by:Timeline |
Symbol 74 Graphic | Used by:85 88 | |
Symbol 75 Graphic | Used by:79 88 | |
Symbol 76 Graphic | Used by:79 | |
Symbol 77 Graphic | Used by:79 | |
Symbol 78 Graphic | Used by:79 | |
Symbol 79 MovieClip | Uses:75 76 77 78 | Used by:85 165 |
Symbol 80 Graphic | Used by:85 88 | |
Symbol 81 ShapeTweening | Used by:85 | |
Symbol 82 Sound | Used by:85 165 170 | |
Symbol 83 ShapeTweening | Used by:85 | |
Symbol 84 Graphic | Used by:85 | |
Symbol 85 MovieClip | Uses:74 79 80 81 82 83 84 | Used by:88 Timeline |
Symbol 86 Font | Used by:87 104 157 158 215 277 | |
Symbol 87 Text | Uses:86 | Used by:88 |
Symbol 88 Button | Uses:85 87 74 75 80 | Used by:Timeline |
Symbol 89 Graphic | Used by:90 | |
Symbol 90 MovieClip | Uses:89 | Used by:204 Timeline |
Symbol 91 Graphic | Used by:92 | |
Symbol 92 MovieClip | Uses:91 | Used by:204 259 Timeline |
Symbol 93 Graphic | Used by:94 | |
Symbol 94 MovieClip | Uses:93 | Used by:Timeline |
Symbol 95 Button | Uses:65 69 62 63 64 66 67 68 | Used by:Timeline |
Symbol 96 Graphic | Used by:Timeline | |
Symbol 97 Graphic | Used by:101 | |
Symbol 98 Graphic | Used by:101 | |
Symbol 99 Graphic | Used by:101 | |
Symbol 100 Graphic | Used by:101 159 268 | |
Symbol 101 Button | Uses:97 98 99 100 | Used by:Timeline |
Symbol 102 Bitmap | Used by:103 | |
Symbol 103 Graphic | Uses:102 | Used by:105 |
Symbol 104 Text | Uses:86 | Used by:105 |
Symbol 105 Button | Uses:103 104 | Used by:Timeline |
Symbol 106 ShapeTweening | Used by:108 | |
Symbol 107 Graphic | Used by:108 | |
Symbol 108 MovieClip | Uses:106 107 | Used by:263 Timeline |
Symbol 109 Sound | Used by:263 Timeline | |
Symbol 110 Graphic | Used by:141 210 224 | |
Symbol 111 Graphic | Used by:112 | |
Symbol 112 MovieClip | Uses:111 | Used by:141 210 224 263 |
Symbol 113 Font | Used by:114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 132 136 137 138 140 205 206 207 209 218 219 220 221 223 | |
Symbol 114 Text | Uses:113 | Used by:141 |
Symbol 115 Text | Uses:113 | Used by:141 |
Symbol 116 Text | Uses:113 | Used by:141 |
Symbol 117 Text | Uses:113 | Used by:141 |
Symbol 118 Text | Uses:113 | Used by:141 |
Symbol 119 Text | Uses:113 | Used by:141 |
Symbol 120 Text | Uses:113 | Used by:141 |
Symbol 121 Text | Uses:113 | Used by:141 |
Symbol 122 Text | Uses:113 | Used by:141 |
Symbol 123 Text | Uses:113 | Used by:141 |
Symbol 124 Text | Uses:113 | Used by:141 |
Symbol 125 Text | Uses:113 | Used by:141 |
Symbol 126 Text | Uses:113 | Used by:141 |
Symbol 127 Text | Uses:113 | Used by:141 |
Symbol 128 Text | Uses:113 | Used by:141 |
Symbol 129 Text | Uses:113 | Used by:141 |
Symbol 130 Text | Uses:113 | Used by:141 |
Symbol 131 Graphic | Used by:141 | |
Symbol 132 EditableText | Uses:113 | Used by:141 |
Symbol 133 Graphic | Used by:135 | |
Symbol 134 Graphic | Used by:135 | |
Symbol 135 Button | Uses:133 134 | Used by:141 210 224 |
Symbol 136 EditableText | Uses:113 | Used by:141 |
Symbol 137 EditableText | Uses:113 | Used by:141 |
Symbol 138 EditableText | Uses:113 | Used by:141 |
Symbol 139 ShapeTweening | Used by:141 | |
Symbol 140 EditableText | Uses:113 | Used by:141 |
Symbol 141 MovieClip | Uses:110 112 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 135 136 137 138 139 140 4 | Used by:Timeline |
Symbol 142 Sound | Used by:Timeline | |
Symbol 143 ShapeTweening | Used by:146 | |
Symbol 144 ShapeTweening | Used by:146 | |
Symbol 145 Graphic | Used by:146 | |
Symbol 146 MovieClip | Uses:143 144 145 | Used by:Timeline |
Symbol 147 Sound | Used by:Timeline | |
Symbol 148 Graphic | Used by:160 | |
Symbol 149 Graphic | Used by:153 | |
Symbol 150 Graphic | Used by:153 | |
Symbol 151 Graphic | Used by:153 | |
Symbol 152 Graphic | Used by:153 | |
Symbol 153 MovieClip | Uses:149 150 151 152 | Used by:160 |
Symbol 154 Graphic | Used by:156 | |
Symbol 155 Graphic | Used by:156 | |
Symbol 156 MovieClip | Uses:154 155 | Used by:160 |
Symbol 157 EditableText | Uses:86 | Used by:160 |
Symbol 158 EditableText | Uses:86 | Used by:160 |
Symbol 159 MovieClip | Uses:100 | Used by:160 216 |
Symbol 160 MovieClip | Uses:148 153 156 157 158 159 | Used by:Timeline |
Symbol 161 Graphic | Used by:165 | |
Symbol 162 ShapeTweening | Used by:165 | |
Symbol 163 ShapeTweening | Used by:165 | |
Symbol 164 Graphic | Used by:165 | |
Symbol 165 MovieClip | Uses:79 161 162 82 163 164 | Used by:Timeline |
Symbol 166 Graphic | Used by:170 | |
Symbol 167 ShapeTweening | Used by:170 | |
Symbol 168 ShapeTweening | Used by:170 | |
Symbol 169 Graphic | Used by:170 | |
Symbol 170 MovieClip | Uses:166 167 82 168 169 | Used by:Timeline |
Symbol 171 Graphic | Used by:172 | |
Symbol 172 MovieClip | Uses:171 3 | Used by:Timeline |
Symbol 173 Font | Used by:174 196 217 238 | |
Symbol 174 EditableText | Uses:173 | Used by:Timeline |
Symbol 175 Graphic | Used by:176 | |
Symbol 176 MovieClip | Uses:175 | Used by:Timeline |
Symbol 177 Graphic | Used by:204 | |
Symbol 178 Graphic | Used by:179 | |
Symbol 179 MovieClip | Uses:178 | Used by:204 Timeline |
Symbol 180 Graphic | Used by:181 | |
Symbol 181 MovieClip | Uses:180 | Used by:204 237 239 240 259 263 |
Symbol 182 Graphic | Used by:183 | |
Symbol 183 MovieClip | Uses:182 | Used by:204 216 237 239 240 263 |
Symbol 184 Graphic | Used by:185 | |
Symbol 185 MovieClip | Uses:184 | Used by:204 216 237 239 240 263 |
Symbol 186 Graphic | Used by:187 | |
Symbol 187 MovieClip | Uses:186 | Used by:204 216 237 239 240 263 |
Symbol 188 Graphic | Used by:189 | |
Symbol 189 MovieClip | Uses:188 | Used by:204 237 239 240 259 263 |
Symbol 190 Graphic | Used by:195 | |
Symbol 191 Graphic | Used by:195 | |
Symbol 192 Graphic | Used by:195 | |
Symbol 193 Graphic | Used by:195 | |
Symbol 194 Graphic | Used by:195 | |
Symbol 195 MovieClip | Uses:190 191 192 193 194 | Used by:204 |
Symbol 196 EditableText | Uses:173 | Used by:204 |
Symbol 197 Graphic | Used by:198 | |
Symbol 198 MovieClip | Uses:197 | Used by:204 |
Symbol 199 Graphic | Used by:203 | |
Symbol 200 Graphic | Used by:203 | |
Symbol 201 Graphic | Used by:203 | |
Symbol 202 Graphic | Used by:203 | |
Symbol 203 Button | Uses:199 200 201 202 | Used by:204 |
Symbol 204 MovieClip | Uses:177 179 181 92 183 185 187 90 189 195 196 198 203 | Used by:Timeline |
Symbol 205 EditableText | Uses:113 | Used by:210 |
Symbol 206 EditableText | Uses:113 | Used by:210 |
Symbol 207 EditableText | Uses:113 | Used by:210 |
Symbol 208 ShapeTweening | Used by:210 | |
Symbol 209 EditableText | Uses:113 | Used by:210 |
Symbol 210 MovieClip | Uses:110 112 205 135 206 207 208 209 4 | Used by:Timeline |
Symbol 211 Graphic | Used by:212 | |
Symbol 212 MovieClip | Uses:211 | Used by:Timeline |
Symbol 213 Graphic | Used by:214 | |
Symbol 214 MovieClip | Uses:213 | Used by:216 |
Symbol 215 EditableText | Uses:86 | Used by:216 |
Symbol 216 MovieClip | Uses:183 185 214 187 215 159 | Used by:Timeline |
Symbol 217 EditableText | Uses:173 | Used by:Timeline |
Symbol 218 EditableText | Uses:113 | Used by:224 |
Symbol 219 EditableText | Uses:113 | Used by:224 |
Symbol 220 EditableText | Uses:113 | Used by:224 |
Symbol 221 EditableText | Uses:113 | Used by:224 |
Symbol 222 ShapeTweening | Used by:224 | |
Symbol 223 EditableText | Uses:113 | Used by:224 |
Symbol 224 MovieClip | Uses:110 112 218 135 219 220 221 222 223 4 | Used by:Timeline |
Symbol 225 Graphic | Used by:Timeline | |
Symbol 226 Graphic | Used by:236 | |
Symbol 227 Graphic | Used by:228 | |
Symbol 228 MovieClip | Uses:227 | Used by:236 255 263 |
Symbol 229 Graphic | Used by:230 | |
Symbol 230 MovieClip | Uses:229 | Used by:236 255 263 |
Symbol 231 Graphic | Used by:232 233 | |
Symbol 232 MovieClip | Uses:231 | Used by:236 |
Symbol 233 MovieClip | Uses:231 | Used by:236 |
Symbol 234 Graphic | Used by:235 | |
Symbol 235 MovieClip | Uses:234 | Used by:236 |
Symbol 236 MovieClip | Uses:226 228 230 232 233 235 | Used by:Timeline |
Symbol 237 MovieClip | Uses:181 183 185 187 189 | Used by:241 |
Symbol 238 EditableText | Uses:173 | Used by:241 |
Symbol 239 MovieClip | Uses:181 183 185 187 189 | Used by:241 |
Symbol 240 MovieClip | Uses:181 183 185 187 189 | Used by:241 |
Symbol 241 MovieClip | Uses:237 238 239 240 | Used by:Timeline |
Symbol 242 Graphic | Used by:249 | |
Symbol 243 Graphic | Used by:249 | |
Symbol 244 Graphic | Used by:249 | |
Symbol 245 Graphic | Used by:249 | |
Symbol 246 Graphic | Used by:249 | |
Symbol 247 Graphic | Used by:249 | |
Symbol 248 Graphic | Used by:249 | |
Symbol 249 MovieClip | Uses:242 243 244 245 246 247 248 | Used by:Timeline |
Symbol 250 Graphic | Used by:Timeline | |
Symbol 251 ShapeTweening | Used by:252 | |
Symbol 252 MovieClip | Uses:251 4 | Used by:Timeline |
Symbol 253 Graphic | Used by:263 | |
Symbol 254 Graphic | Used by:255 | |
Symbol 255 MovieClip | Uses:254 230 228 | Used by:263 |
Symbol 256 Graphic | Used by:257 | |
Symbol 257 MovieClip | Uses:256 | Used by:263 |
Symbol 258 Graphic | Used by:259 | |
Symbol 259 MovieClip | Uses:181 92 258 189 | Used by:263 |
Symbol 260 Graphic | Used by:261 | |
Symbol 261 MovieClip | Uses:260 | Used by:263 |
Symbol 262 ShapeTweening | Used by:263 | |
Symbol 263 MovieClip | Uses:253 230 228 255 181 183 185 187 189 257 259 112 261 108 109 262 4 | Used by:Timeline |
Symbol 264 Graphic | Used by:Timeline | |
Symbol 265 Graphic | Used by:268 | |
Symbol 266 Graphic | Used by:268 | |
Symbol 267 Graphic | Used by:268 | |
Symbol 268 Button | Uses:265 266 267 100 | Used by:Timeline |
Symbol 269 Graphic | Used by:273 | |
Symbol 270 Graphic | Used by:273 | |
Symbol 271 Graphic | Used by:273 | |
Symbol 272 Graphic | Used by:273 | |
Symbol 273 MovieClip | Uses:269 270 271 272 | Used by:Timeline |
Symbol 274 Graphic | Used by:275 | |
Symbol 275 MovieClip | Uses:274 | Used by:279 |
Symbol 276 Graphic | Used by:279 | |
Symbol 277 Text | Uses:86 | Used by:278 |
Symbol 278 MovieClip | Uses:277 | Used by:279 |
Symbol 279 MovieClip | Uses:4 275 276 278 | Used by:Timeline |
Streaming Sound 1 | Used by:Symbol 73 MovieClip |
Instance Names
"loader" | Frame 1 | Symbol 61 MovieClip |
"fadeOUT" | Frame 3 | Symbol 108 MovieClip |
"heli" | Frame 6 | Symbol 160 MovieClip |
"suic1" | Frame 6 | Symbol 165 MovieClip |
"bomb1" | Frame 6 | Symbol 170 MovieClip |
"bulletUpgrade" | Frame 6 | Symbol 172 MovieClip |
"timeCOUNTER" | Frame 6 | Symbol 174 EditableText |
"passWin" | Frame 6 | Symbol 204 MovieClip |
"timeCOUNTER" | Frame 9 | Symbol 217 EditableText |
"bomb1" | Frame 9 | Symbol 85 MovieClip |
"passWin" | Frame 9 | Symbol 204 MovieClip |
"ground" | Frame 12 | Symbol 236 MovieClip |
"bob" | Frame 12 | Symbol 241 MovieClip |
"teleporter" | Frame 12 | Symbol 249 MovieClip |
"fadeOUTMC" | Frame 12 | Symbol 252 MovieClip |
"bar" | Symbol 61 MovieClip Frame 1 | Symbol 7 MovieClip |
"hank" | Symbol 61 MovieClip Frame 1 | Symbol 53 MovieClip |
"mainTEXT" | Symbol 141 MovieClip Frame 159 | Symbol 132 EditableText |
"mainTEXT" | Symbol 141 MovieClip Frame 160 | Symbol 136 EditableText |
"mainTEXT" | Symbol 141 MovieClip Frame 161 | Symbol 137 EditableText |
"mainTEXT" | Symbol 141 MovieClip Frame 162 | Symbol 138 EditableText |
"mainTEXT" | Symbol 141 MovieClip Frame 210 | Symbol 140 EditableText |
"fire2" | Symbol 160 MovieClip Frame 1 | Symbol 156 MovieClip |
"fire3" | Symbol 160 MovieClip Frame 1 | Symbol 156 MovieClip |
"fire1" | Symbol 160 MovieClip Frame 1 | Symbol 156 MovieClip |
"healthTXT" | Symbol 160 MovieClip Frame 1 | Symbol 157 EditableText |
"timeTXT" | Symbol 160 MovieClip Frame 1 | Symbol 158 EditableText |
"hittestbox" | Symbol 160 MovieClip Frame 1 | Symbol 159 MovieClip |
"finalScore" | Symbol 204 MovieClip Frame 1 | Symbol 196 EditableText |
"mainTEXT" | Symbol 210 MovieClip Frame 2 | Symbol 205 EditableText |
"mainTEXT" | Symbol 210 MovieClip Frame 3 | Symbol 206 EditableText |
"mainTEXT" | Symbol 210 MovieClip Frame 4 | Symbol 207 EditableText |
"mainTEXT" | Symbol 210 MovieClip Frame 50 | Symbol 209 EditableText |
"healthTXT" | Symbol 216 MovieClip Frame 1 | Symbol 215 EditableText |
"hitTestBox" | Symbol 216 MovieClip Frame 1 | Symbol 159 MovieClip |
"mainTEXT" | Symbol 224 MovieClip Frame 2 | Symbol 218 EditableText |
"mainTEXT" | Symbol 224 MovieClip Frame 3 | Symbol 219 EditableText |
"mainTEXT" | Symbol 224 MovieClip Frame 4 | Symbol 220 EditableText |
"mainTEXT" | Symbol 224 MovieClip Frame 5 | Symbol 221 EditableText |
"mainTEXT" | Symbol 224 MovieClip Frame 51 | Symbol 223 EditableText |
"EOG_PLATFORMER" | Symbol 236 MovieClip Frame 1 | Symbol 235 MovieClip |
"ins" | Symbol 241 MovieClip Frame 1 | Symbol 237 MovieClip |
"timeLEFT" | Symbol 241 MovieClip Frame 1 | Symbol 238 EditableText |
"ins" | Symbol 241 MovieClip Frame 2 | Symbol 239 MovieClip |
"ins" | Symbol 241 MovieClip Frame 3 | Symbol 240 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "AK" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "BULLETAS" |
Labels
"INTRO" | Frame 2 |
"MAINMENU" | Frame 3 |
"HELIINTRO" | Frame 4 |
"HELIGAME" | Frame 5 |
"FREEFALLGAME" | Frame 8 |
"INFILTRATEGAME" | Frame 11 |
"ENDGAME" | Frame 13 |
"GAMEOVER" | Frame 14 |
"CREDITS" | Frame 15 |
"ready" | Symbol 53 MovieClip Frame 30 |
"ready_loop" | Symbol 53 MovieClip Frame 40 |
"go" | Symbol 53 MovieClip Frame 70 |
"loaded" | Symbol 61 MovieClip Frame 3 |
|