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

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

Running Riot.swf

This is the info page for
Flash #23621

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


Text
NAMKCOR \ BIGDAWGKS \ DYNOMENTO

YOU HAVE DIED....

ActionScript [AS1/AS2]

Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Frame 563
stop(); _global.speed = 0.75; _global.jumpingYet = false; _global.jumpSpeed = 5.5; _global.score = 0; _global.DEADKORG = false; _global.gotoDead = false; _global.gravity = function (object) { object._y = object._y + _global.speed; if ((((!object.FOOT.hitTest(_root.GROUND1A)) and (!object.FOOT.hitTest(_root.GROUND1B))) and (!object.FOOT.hitTest(_root.GROUND1C))) and (!object.FOOT.hitTest(_root.GROUND1D))) { _global.speed = _global.speed + 0.35; } else { _global.speed = 0; if (_global.jumpingYet == true) { _global.jumpingYet = false; } } }; _global.jump = function (object) { if ((!Key.isDown(32)) and (_global.attackingYet == false)) { object.gotoAndPlay("jump"); } object._y = object._y - _global.jumpSpeed; };
Instance of Symbol 64 MovieClip "KORG" in Frame 563
onClipEvent (load) { _global.animatedYet = false; _global.attackingYet = false; this._xscale = 14; this._yscale = 14; } onClipEvent (enterFrame) { if (_global.DEADKORG == false) { _global.gravity(this); if (_global.jumpingYet == true) { _global.jump(this); } if (Key.isDown(39)) { this._xscale = 14; if (_global.animatedYet == false) { this.gotoAndPlay("move"); _global.animatedYet = true; } if (this._x < 545) { this._x = this._x + 5; } } if (Key.isDown(37)) { this._xscale = -14; if (_global.animatedYet == false) { this.gotoAndPlay("move"); _global.animatedYet = true; } if (this._x > 5) { this._x = this._x - 5; } } if (Key.isDown(38)) { _global.jumpingYet = true; _global.jump(this); } if (Key.isDown(32)) { if (_global.attackingYet == false) { _global.attackingYet = true; this.gotoAndPlay("attack"); } } } }
Instance of Symbol 66 MovieClip "GROUND1B" in Frame 563
onClipEvent (enterFrame) { if (_global.score == 3) { _root.GO.gotoAndStop(2); } }
Instance of Symbol 79 MovieClip "ENEMY" in Frame 563
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 375) { this._xscale = 25; xdirection = -5; this._x = 370; } else if (this._x <= 125) { this._xscale = -25; xdirection = 5; this._x = 130; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY2" in Frame 563
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 480) { this._xscale = 25; xdirection = -5; this._x = 475; } else if (this._x <= 30) { this._xscale = -25; xdirection = 5; this._x = 35; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY3" in Frame 563
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 480) { this._xscale = 25; xdirection = -5; this._x = 475; } else if (this._x <= 30) { this._xscale = -25; xdirection = 5; this._x = 35; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 81 MovieClip "GO" in Frame 563
onClipEvent (enterFrame) { if (this.hitTest(_root.KORG.HEART)) { if (_global.score == 3) { _root.nextFrame(); _root.KORG._x = 5; } } }
Instance of Symbol 23 MovieClip in Frame 563
onClipEvent (enterFrame) { if (_global.gotoDead == true) { _root.gotoAndStop("dead"); } }
Frame 564
stop();
Instance of Symbol 66 MovieClip "GROUND1B" in Frame 564
onClipEvent (enterFrame) { if (_global.score == 7) { _root.GO2.gotoAndStop(2); } }
Instance of Symbol 64 MovieClip "KORG" in Frame 564
onClipEvent (load) { _global.animatedYet = false; _global.attackingYet = false; this._xscale = 14; this._yscale = 14; } onClipEvent (enterFrame) { if (_global.DEADKORG == false) { _global.gravity(this); if (_global.jumpingYet == true) { _global.jump(this); } if (Key.isDown(39)) { this._xscale = 14; if (_global.animatedYet == false) { this.gotoAndPlay("move"); _global.animatedYet = true; } if (this._x < 545) { this._x = this._x + 5; } } if (Key.isDown(37)) { this._xscale = -14; if (_global.animatedYet == false) { this.gotoAndPlay("move"); _global.animatedYet = true; } if (this._x > 5) { this._x = this._x - 5; } } if (Key.isDown(38)) { _global.jumpingYet = true; _global.jump(this); } if (Key.isDown(32)) { if (_global.attackingYet == false) { _global.attackingYet = true; this.gotoAndPlay("attack"); } } } }
Instance of Symbol 79 MovieClip "ENEMY5" in Frame 564
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 215) { this._xscale = 25; xdirection = -5; this._x = 210; } else if (this._x <= 5) { this._xscale = -25; xdirection = 5; this._x = 10; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY6" in Frame 564
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 215) { this._xscale = 25; xdirection = -5; this._x = 210; } else if (this._x <= 5) { this._xscale = -25; xdirection = 5; this._x = 10; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY4" in Frame 564
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 480) { this._xscale = 25; xdirection = -5; this._x = 475; } else if (this._x <= 30) { this._xscale = -25; xdirection = 5; this._x = 35; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY7" in Frame 564
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 525) { this._xscale = 25; xdirection = -5; this._x = 520; } else if (this._x <= 315) { this._xscale = -25; xdirection = 5; this._x = 320; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 81 MovieClip "GO2" in Frame 564
onClipEvent (enterFrame) { if (this.hitTest(_root.KORG.HEART)) { if (_global.score == 7) { _root.nextFrame(); } } }
Frame 565
stop();
Instance of Symbol 66 MovieClip "GROUND1B" in Frame 565
onClipEvent (enterFrame) { if (_global.score == 13) { _root.GO3.gotoAndStop(2); } }
Instance of Symbol 64 MovieClip "KORG" in Frame 565
onClipEvent (load) { _global.animatedYet = false; _global.attackingYet = false; this._xscale = 14; this._yscale = 14; this._x = 5; } onClipEvent (enterFrame) { if (_global.DEADKORG == false) { _global.gravity(this); if (_global.jumpingYet == true) { _global.jump(this); } if (Key.isDown(39)) { this._xscale = 14; if (_global.animatedYet == false) { this.gotoAndPlay("move"); _global.animatedYet = true; } if (this._x < 545) { this._x = this._x + 5; } } if (Key.isDown(37)) { this._xscale = -14; if (_global.animatedYet == false) { this.gotoAndPlay("move"); _global.animatedYet = true; } if (this._x > 5) { this._x = this._x - 5; } } if (Key.isDown(38)) { _global.jumpingYet = true; _global.jump(this); } if (Key.isDown(32)) { if (_global.attackingYet == false) { _global.attackingYet = true; this.gotoAndPlay("attack"); } } } }
Instance of Symbol 79 MovieClip "ENEMY11" in Frame 565
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 215) { this._xscale = 25; xdirection = -5; this._x = 210; } else if (this._x <= 5) { this._xscale = -25; xdirection = 5; this._x = 10; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY10" in Frame 565
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 215) { this._xscale = 25; xdirection = -5; this._x = 210; } else if (this._x <= 5) { this._xscale = -25; xdirection = 5; this._x = 10; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY9" in Frame 565
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 480) { this._xscale = 25; xdirection = -5; this._x = 475; } else if (this._x <= 30) { this._xscale = -25; xdirection = 5; this._x = 35; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY12" in Frame 565
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 525) { this._xscale = 25; xdirection = -5; this._x = 520; } else if (this._x <= 315) { this._xscale = -25; xdirection = 5; this._x = 320; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 81 MovieClip "GO3" in Frame 565
onClipEvent (enterFrame) { if (this.hitTest(_root.KORG.HEART)) { if (_global.score == 13) { _root.nextFrame(); } } }
Instance of Symbol 79 MovieClip "ENEMY13" in Frame 565
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 525) { this._xscale = 25; xdirection = -5; this._x = 520; } else if (this._x <= 315) { this._xscale = -25; xdirection = 5; this._x = 320; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY8" in Frame 565
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 480) { this._xscale = 25; xdirection = -5; this._x = 475; } else if (this._x <= 30) { this._xscale = -25; xdirection = 5; this._x = 35; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Frame 566
stop();
Instance of Symbol 66 MovieClip "GROUND1B" in Frame 566
onClipEvent (enterFrame) { if (_global.score == 20) { _root.GO4.gotoAndStop(2); } }
Instance of Symbol 64 MovieClip "KORG" in Frame 566
onClipEvent (load) { _global.animatedYet = false; _global.attackingYet = false; this._xscale = 14; this._yscale = 14; this._x = 7; } onClipEvent (enterFrame) { if (_global.DEADKORG == false) { _global.gravity(this); if (_global.jumpingYet == true) { _global.jump(this); } if (Key.isDown(39)) { this._xscale = 14; if (_global.animatedYet == false) { this.gotoAndPlay("move"); _global.animatedYet = true; } if (this._x < 545) { this._x = this._x + 5; } } if (Key.isDown(37)) { this._xscale = -14; if (_global.animatedYet == false) { this.gotoAndPlay("move"); _global.animatedYet = true; } if (this._x > 5) { this._x = this._x - 5; } } if (Key.isDown(38)) { _global.jumpingYet = true; _global.jump(this); } if (Key.isDown(32)) { if (_global.attackingYet == false) { _global.attackingYet = true; this.gotoAndPlay("attack"); } } } }
Instance of Symbol 79 MovieClip "ENEMY18" in Frame 566
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 215) { this._xscale = 25; xdirection = -5; this._x = 210; } else if (this._x <= 5) { this._xscale = -25; xdirection = 5; this._x = 10; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY16" in Frame 566
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 215) { this._xscale = 25; xdirection = -5; this._x = 210; } else if (this._x <= 5) { this._xscale = -25; xdirection = 5; this._x = 10; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY15" in Frame 566
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 480) { this._xscale = 25; xdirection = -5; this._x = 475; } else if (this._x <= 30) { this._xscale = -25; xdirection = 5; this._x = 35; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY20" in Frame 566
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 160) { this._xscale = 25; xdirection = -5; this._x = 155; } else if (this._x <= 95) { this._xscale = -25; xdirection = 5; this._x = 100; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 81 MovieClip "GO4" in Frame 566
onClipEvent (enterFrame) { if (this.hitTest(_root.KORG.HEART)) { if (_global.score == 20) { _root.nextFrame(); } } }
Instance of Symbol 79 MovieClip "ENEMY19" in Frame 566
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 385) { this._xscale = 25; xdirection = -5; this._x = 380; } else if (this._x <= 325) { this._xscale = -25; xdirection = 5; this._x = 330; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY14" in Frame 566
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 480) { this._xscale = 25; xdirection = -5; this._x = 475; } else if (this._x <= 30) { this._xscale = -25; xdirection = 5; this._x = 35; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY17" in Frame 566
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 215) { this._xscale = 25; xdirection = -5; this._x = 210; } else if (this._x <= 5) { this._xscale = -25; xdirection = 5; this._x = 10; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Frame 567
stop();
Instance of Symbol 66 MovieClip "GROUND1B" in Frame 567
onClipEvent (enterFrame) { if (_global.score == 29) { _root.GO5.gotoAndStop(2); } }
Instance of Symbol 64 MovieClip "KORG" in Frame 567
onClipEvent (load) { _global.animatedYet = false; _global.attackingYet = false; this._xscale = 14; this._yscale = 14; this._x = 7; } onClipEvent (enterFrame) { if (_global.DEADKORG == false) { _global.gravity(this); if (_global.jumpingYet == true) { _global.jump(this); } if (Key.isDown(39)) { this._xscale = 14; if (_global.animatedYet == false) { this.gotoAndPlay("move"); _global.animatedYet = true; } if (this._x < 545) { this._x = this._x + 5; } } if (Key.isDown(37)) { this._xscale = -14; if (_global.animatedYet == false) { this.gotoAndPlay("move"); _global.animatedYet = true; } if (this._x > 5) { this._x = this._x - 5; } } if (Key.isDown(38)) { _global.jumpingYet = true; _global.jump(this); } if (Key.isDown(32)) { if (_global.attackingYet == false) { _global.attackingYet = true; this.gotoAndPlay("attack"); } } } }
Instance of Symbol 79 MovieClip "ENEMY23" in Frame 567
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 355) { this._xscale = 25; xdirection = -5; this._x = 350; } else if (this._x <= 180) { this._xscale = -25; xdirection = 5; this._x = 185; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY22" in Frame 567
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 480) { this._xscale = 25; xdirection = -5; this._x = 475; } else if (this._x <= 30) { this._xscale = -25; xdirection = 5; this._x = 35; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY29" in Frame 567
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 165) { this._xscale = 25; xdirection = -5; this._x = 160; } else if (this._x <= 5) { this._xscale = -25; xdirection = 5; this._x = 10; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 81 MovieClip "GO5" in Frame 567
onClipEvent (enterFrame) { if (this.hitTest(_root.KORG.HEART)) { if (_global.score == 29) { _root.nextFrame(); } } }
Instance of Symbol 79 MovieClip "ENEMY27" in Frame 567
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 525) { this._xscale = 25; xdirection = -5; this._x = 520; } else if (this._x <= 350) { this._xscale = -25; xdirection = 5; this._x = 355; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY21" in Frame 567
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 480) { this._xscale = 25; xdirection = -5; this._x = 475; } else if (this._x <= 30) { this._xscale = -25; xdirection = 5; this._x = 35; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY26" in Frame 567
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 525) { this._xscale = 25; xdirection = -5; this._x = 520; } else if (this._x <= 350) { this._xscale = -25; xdirection = 5; this._x = 355; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY25" in Frame 567
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 355) { this._xscale = 25; xdirection = -5; this._x = 350; } else if (this._x <= 180) { this._xscale = -25; xdirection = 5; this._x = 185; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY24" in Frame 567
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 355) { this._xscale = 25; xdirection = -5; this._x = 350; } else if (this._x <= 180) { this._xscale = -25; xdirection = 5; this._x = 185; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Instance of Symbol 79 MovieClip "ENEMY28" in Frame 567
onClipEvent (load) { dead = false; this._xscale = 25; this._yscale = 25; xdirection = -5; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (dead == false) { this.gotoAndPlay("dead"); dead = true; } } } if (dead == false) { if (this._x >= 165) { this._xscale = 25; xdirection = -5; this._x = 160; } else if (this._x <= 5) { this._xscale = -25; xdirection = 5; this._x = 10; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Frame 568
stop();
Instance of Symbol 64 MovieClip "KORG" in Frame 568
onClipEvent (load) { _global.animatedYet = false; _global.attackingYet = false; this._xscale = 14; this._yscale = 14; this._x = 7; } onClipEvent (enterFrame) { if (_global.DEADKORG == false) { _global.gravity(this); if (_global.jumpingYet == true) { _global.jump(this); } if (Key.isDown(39)) { this._xscale = 14; if (_global.animatedYet == false) { this.gotoAndPlay("move"); _global.animatedYet = true; } if (this._x < 545) { this._x = this._x + 5; } } if (Key.isDown(37)) { this._xscale = -14; if (_global.animatedYet == false) { this.gotoAndPlay("move"); _global.animatedYet = true; } if (this._x > 5) { this._x = this._x - 5; } } if (Key.isDown(38)) { _global.jumpingYet = true; _global.jump(this); } if (Key.isDown(32)) { if (_global.attackingYet == false) { _global.attackingYet = true; this.gotoAndPlay("attack"); } } } }
Instance of Symbol 101 MovieClip in Frame 568
onClipEvent (load) { dead = false; xdirection = -5; _global.beingHit = false; _global.bosshp = 3; this._xscale = 75; this._yscale = 75; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (this.hitTest(_root.KORG.HITTEST)) { if (_global.beingHit == false) { if (_global.bosshp == 0) { this.gotoAndPlay("Dead"); dead = true; _root.play(); } else { this.gotoAndPlay("HIT"); _global.bosshp--; } _global.beingHit = true; } } } if (dead == false) { if (this._x >= 480) { this._xscale = 75; xdirection = -5; this._x = 475; } else if (this._x <= 30) { this._xscale = -75; xdirection = 5; this._x = 35; } else { this._x = this._x + xdirection; if ((!Key.isDown(32)) and (!Key.isDown(38))) { if (this.hitTest(_root.KORG.HEART)) { if (_global.DEADKORG == false) { _global.DEADKORG = true; _root.KORG.gotoAndPlay("DIE"); } } } } } }
Frame 679
stop();
Frame 680
stop();
Symbol 11 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndPlay ("loaded"); }
Symbol 11 MovieClip Frame 2
gotoAndPlay (1);
Symbol 11 MovieClip Frame 40
_root.play();
Symbol 26 Button
on (release) { gotoAndPlay (5); }
Symbol 28 Button
on (release) { _root.nextFrame(); }
Symbol 32 Button
on (release) { _root.prevFrame(); }
Symbol 37 Button
on (release) { _root.play(); }
Symbol 39 Button
on (release) { _root.gotoAndPlay(561); }
Symbol 64 MovieClip Frame 1
stop();
Symbol 64 MovieClip Frame 24
_global.attackingYet = false; _global.animatedYet = false; if (!Key.isDown(39)) { this.gotoAndStop("idle"); } if (!Key.isDown(37)) { this.gotoAndStop("idle"); } if (!Key.isDown(32)) { this.gotoAndPlay("idle"); }
Symbol 64 MovieClip Frame 26
if (!Key.isDown(38)) { this.gotoAndStop("idle"); }
Symbol 64 MovieClip Frame 42
_global.attackingYet = false; _global.animatedYet = false; if (!Key.isDown(39)) { this.gotoAndStop("idle"); } if (!Key.isDown(37)) { this.gotoAndStop("idle"); } if (!Key.isDown(32)) { this.gotoAndPlay("idle"); }
Symbol 64 MovieClip Frame 84
stop(); _global.gotoDead = true;
Symbol 64 MovieClip Frame 88
_global.attackingYet = false; _global.animatedYet = false; if (!Key.isDown(39)) { this.gotoAndStop("idle"); } if (!Key.isDown(37)) { this.gotoAndStop("idle"); } if (!Key.isDown(32)) { this.gotoAndPlay("idle"); }
Symbol 79 MovieClip Frame 17
gotoAndPlay (1);
Symbol 79 MovieClip Frame 69
_global.score++; stop();
Symbol 81 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 2
stop();
Symbol 101 MovieClip Frame 17
gotoAndPlay (1);
Symbol 101 MovieClip Frame 23
gotoAndPlay (1); _global.beingHit = false;
Symbol 101 MovieClip Frame 114
stop();
Symbol 103 Button
on (release) { _root.gotoAndPlay(1); }
Symbol 106 Button
on (release) { _root.play(); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:11
Symbol 3 GraphicUsed by:11
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:11
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:11
Symbol 8 ShapeTweeningUsed by:11
Symbol 9 ShapeTweeningUsed by:11
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:2 3 5 7 8 9 10Used by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:15
Symbol 15 MovieClipUses:14Used by:Timeline
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:Timeline
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:Timeline
Symbol 20 GraphicUsed by:23
Symbol 21 FontUsed by:22
Symbol 22 TextUses:21Used by:23
Symbol 23 MovieClipUses:20 22Used by:Timeline
Symbol 24 GraphicUsed by:26 37
Symbol 25 GraphicUsed by:26 37
Symbol 26 ButtonUses:24 25Used by:Timeline
Symbol 27 GraphicUsed by:28
Symbol 28 ButtonUses:27Used by:Timeline
Symbol 29 SoundUsed by:Timeline
Symbol 30 SoundUsed by:Timeline
Symbol 31 GraphicUsed by:32 103 106
Symbol 32 ButtonUses:31Used by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:Timeline
Symbol 35 FontUsed by:36
Symbol 36 TextUses:35Used by:Timeline
Symbol 37 ButtonUses:24 25Used by:Timeline
Symbol 38 GraphicUsed by:39
Symbol 39 ButtonUses:38Used by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 GraphicUsed by:64
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:64
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:64
Symbol 48 GraphicUsed by:64
Symbol 49 GraphicUsed by:64
Symbol 50 GraphicUsed by:64
Symbol 51 GraphicUsed by:64
Symbol 52 GraphicUsed by:64
Symbol 53 GraphicUsed by:64
Symbol 54 GraphicUsed by:64
Symbol 55 GraphicUsed by:64
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:64
Symbol 58 GraphicUsed by:64
Symbol 59 GraphicUsed by:64
Symbol 60 GraphicUsed by:64
Symbol 61 GraphicUsed by:64
Symbol 62 GraphicUsed by:64
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:43 45 47 48 49 50 51 52 53 54 55 57 58 59 60 61 62 63 SS1Used by:Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:Timeline
Symbol 67 GraphicUsed by:79
Symbol 68 GraphicUsed by:79
Symbol 69 GraphicUsed by:79
Symbol 70 GraphicUsed by:79
Symbol 71 GraphicUsed by:79
Symbol 72 GraphicUsed by:79
Symbol 73 GraphicUsed by:79
Symbol 74 GraphicUsed by:79
Symbol 75 GraphicUsed by:79
Symbol 76 GraphicUsed by:79
Symbol 77 ShapeTweeningUsed by:79
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:67 68 69 70 71 72 73 74 75 76 77 78 SS2Used by:Timeline
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 GraphicUsed by:101
Symbol 88 GraphicUsed by:101
Symbol 89 GraphicUsed by:101
Symbol 90 GraphicUsed by:101
Symbol 91 GraphicUsed by:101
Symbol 92 GraphicUsed by:101
Symbol 93 GraphicUsed by:101
Symbol 94 GraphicUsed by:101
Symbol 95 GraphicUsed by:101
Symbol 96 ShapeTweeningUsed by:101
Symbol 97 ShapeTweeningUsed by:101
Symbol 98 GraphicUsed by:101
Symbol 99 GraphicUsed by:101
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:87 88 89 90 91 92 93 94 95 96 97 98 99 100 SS3Used by:Timeline
Symbol 102 ShapeTweeningUsed by:Timeline
Symbol 103 ButtonUses:31Used by:Timeline
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:Timeline
Symbol 106 ButtonUses:31Used by:Timeline
Streaming Sound 1Used by:Symbol 64 MovieClip
Streaming Sound 2Used by:Symbol 79 MovieClip
Streaming Sound 3Used by:Symbol 101 MovieClip

Instance Names

"KORG"Frame 563Symbol 64 MovieClip
"GROUND1A"Frame 563Symbol 66 MovieClip
"GROUND1B"Frame 563Symbol 66 MovieClip
"ENEMY"Frame 563Symbol 79 MovieClip
"ENEMY2"Frame 563Symbol 79 MovieClip
"ENEMY3"Frame 563Symbol 79 MovieClip
"GO"Frame 563Symbol 81 MovieClip
"GROUND1A"Frame 564Symbol 66 MovieClip
"GROUND1B"Frame 564Symbol 66 MovieClip
"GROUND1C"Frame 564Symbol 66 MovieClip
"KORG"Frame 564Symbol 64 MovieClip
"ENEMY5"Frame 564Symbol 79 MovieClip
"ENEMY6"Frame 564Symbol 79 MovieClip
"ENEMY4"Frame 564Symbol 79 MovieClip
"ENEMY7"Frame 564Symbol 79 MovieClip
"GO2"Frame 564Symbol 81 MovieClip
"GROUND1B"Frame 565Symbol 66 MovieClip
"KORG"Frame 565Symbol 64 MovieClip
"ENEMY11"Frame 565Symbol 79 MovieClip
"ENEMY10"Frame 565Symbol 79 MovieClip
"ENEMY9"Frame 565Symbol 79 MovieClip
"ENEMY12"Frame 565Symbol 79 MovieClip
"GO3"Frame 565Symbol 81 MovieClip
"ENEMY13"Frame 565Symbol 79 MovieClip
"ENEMY8"Frame 565Symbol 79 MovieClip
"GROUND1B"Frame 566Symbol 66 MovieClip
"KORG"Frame 566Symbol 64 MovieClip
"ENEMY18"Frame 566Symbol 79 MovieClip
"ENEMY16"Frame 566Symbol 79 MovieClip
"ENEMY15"Frame 566Symbol 79 MovieClip
"ENEMY20"Frame 566Symbol 79 MovieClip
"GO4"Frame 566Symbol 81 MovieClip
"ENEMY19"Frame 566Symbol 79 MovieClip
"ENEMY14"Frame 566Symbol 79 MovieClip
"ENEMY17"Frame 566Symbol 79 MovieClip
"GROUND1D"Frame 566Symbol 66 MovieClip
"GROUND1B"Frame 567Symbol 66 MovieClip
"KORG"Frame 567Symbol 64 MovieClip
"ENEMY23"Frame 567Symbol 79 MovieClip
"ENEMY22"Frame 567Symbol 79 MovieClip
"ENEMY29"Frame 567Symbol 79 MovieClip
"GO5"Frame 567Symbol 81 MovieClip
"ENEMY27"Frame 567Symbol 79 MovieClip
"ENEMY21"Frame 567Symbol 79 MovieClip
"ENEMY26"Frame 567Symbol 79 MovieClip
"ENEMY25"Frame 567Symbol 79 MovieClip
"ENEMY24"Frame 567Symbol 79 MovieClip
"ENEMY28"Frame 567Symbol 79 MovieClip
"KORG"Frame 568Symbol 64 MovieClip
"bar"Symbol 11 MovieClip Frame 1Symbol 5 MovieClip
"FOOT"Symbol 64 MovieClip Frame 1Symbol 45 MovieClip
"HEART"Symbol 64 MovieClip Frame 1Symbol 47 MovieClip
"HITTEST"Symbol 64 MovieClip Frame 27Symbol 57 MovieClip
"FOOT"Symbol 64 MovieClip Frame 86Symbol 45 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"dead"Frame 680
"loaded"Symbol 11 MovieClip Frame 5
"idle"Symbol 64 MovieClip Frame 1
"move"Symbol 64 MovieClip Frame 2
"jumpIdle"Symbol 64 MovieClip Frame 25
"attack"Symbol 64 MovieClip Frame 27
"DIE"Symbol 64 MovieClip Frame 43
"jump"Symbol 64 MovieClip Frame 86
"dead"Symbol 79 MovieClip Frame 18
"HIT"Symbol 101 MovieClip Frame 18
"Dead"Symbol 101 MovieClip Frame 24




http://swfchan.com/5/23621/info.shtml
Created: 26/5 -2019 02:45:56 Last modified: 26/5 -2019 02:45:56 Server time: 16/05 -2024 08:04:15