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 #22701 |
Please wait, loadin'... |
Check out our site! |
Controls Use the arrow keys to move left, right, and jump. Press the SPACEBAR to shoot a magic orb. Press Ctrl to swing your axe. Hold Ctrl down to activate the enchantment on the axe. Notes Some monsters may be too short to shoot. The axe will grow red when the enchantment is activated. When the enchantment is activated, anything that touches the axe will die. |
Demenius... a young follower of the unholy father has spent a large portion of his life studying the dark arts... |
Recently however an uncomfortable darkness has grown within him. Unable to ignore or destroy it in this world... |
Demenius' travels into his own mind, which is plagued by corrupted lesser demons spawned from the depths of his consciousness... |
As he enters the world of his mind.. He hears his darkness calling to him. |
Ahahahahahaha... Come now Demenius... Let us have some fun... Ahahahaha... |
Health |
Dark Energy |
Q |
Press the `Q` key to change the quality. |
(Game Over) |
Deep inside of Demenius' mind... After a short journey Demenius Encounters a mysterious portal... Without hesitation our hero ventures through. |
He emerges from the portal as it quickly dissipates. A few feet in front of him Lays a red stone. Quickly Demenius strikes the stone with his enchanted axe. |
The stone shatters to pieces and a red liquid oozes out of it. A large creator takes form from the liquid and gazes down upon Demenius. The Darkness then in its true form begins to taunt him before it launches its attack. |
You little pissant... I'll rip your head off... hollow it out... and turn it into a hand puppet! |
Your health as been fully recovered! |
Boss HP |
With the darkness within him defeated, Demenius returns to his original world. Now free to continue his studies with the new knowledge of himself gained by his recent adventure. |
However... even Demenius knows that his darkness was not truly vanquished. For no matter how black his heart may turn, his heart shall always cast a shadow , And within that shadow darkness will grow again. |
Art, Animation, and Voices by: Derek Vandenberg Music by: Darryl Featherstone Story & Concept by: Braydon Burthelet. |
ActionScript [AS1/AS2]
Instance of Symbol 18 MovieClip "loader" in Frame 1/* no clip actions */Frame 2stop();Frame 3function doNothing() { } function doWebsite() { getURL ("http://www.duderentertainment.com/", _blank); } MENU = new ContextMenu(); MENU.hideBuiltInItems(); Functioned = new ContextMenuItem("Copyright Duder Entertainment.com \u00A9 2007-2008", doNothing); Functioned2 = new ContextMenuItem("Go to DuderEntertainment.com", doWebsite); MENU.customItems.push(Functioned); MENU.customItems.push(Functioned2); _root.menu = MENU; _quality = "HIGH"; bgSound3 = new Sound(this); bgSound3.attachSound("menutheme"); bgSound3.start(0, 9999999999);Frame 4stop();Frame 5stop();Frame 1196score.text = 0; health.text = 100; stop(); _quality = "MEDIUM"; if (_root.health.text <= 0) { _root.gotoAndPlay("gover"); } bgSound8 = new Sound(this); bgSound8.attachSound("music1"); bgSound8.start(0, 9999999999);Instance of Symbol 94 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 10; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } } }Instance of Symbol 94 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 25; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } } }Instance of Symbol 94 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 25; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } } }Instance of Symbol 94 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 25; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } } }Instance of Symbol 94 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 25; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } } }Instance of Symbol 94 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 25; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } } }Instance of Symbol 104 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotgun = true; unloadMovie (this); } }Instance of Symbol 219 MovieClip "char" in Frame 1196onClipEvent (load) { jumping = false; speed = 0; healthX = _root.health._x; scoreX = _root.score._x; Xpos = this._x; Ypos = this._y; maxmove = 15; _root.maxshoottime = 30; } onClipEvent (enterFrame) { _x = (Xpos - _root._x); _root.score._x = scoreX - _root._x; _root.health._x = healthX - _root._x; if ((!_root.ground.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (!_root.shooting) { _root.timer = 0; _root.mvsp = _xscale / 20; } if (_root.dead) { this.gotoAndStop("dead"); } else { speed = speed * 0.85; if ((dir == "right") && (!_root.leftblock.hitTest(this._x + 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (speed > 0) { dir = "right"; } else if (speed < 0) { dir = "left"; } if ((dir == "left") && (!_root.rightblock.hitTest(this._x - 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (Key.isDown(37)) { if (speed > (-maxmove)) { speed--; } this.gotoAndStop("run"); this._xscale = -100; } else if (Key.isDown(39)) { if (speed < maxmove) { speed++; } this._xscale = 100; this.gotoAndStop("run"); } else if (Key.isDown(17)) { this.gotoAndStop("attack"); attacking = true; speed = 0; } else if (Key.isDown(32)) { if ((_root.gotgun == true) && (!_root.shooting)) { _root.attachMovie("bullet", "bulleter", 1, {_x:_root.char._x - 5, _y:_root.char._y - 54}); _root.shooting = true; with (_root.bulleter) { onEnterFrame = function () { var _local1 = _root; if (_local1.timer > _local1.maxshoottime) { _local1.shooting = false; unloadMovie(this); } _local1.timer++; _x = _x + _local1.mvsp; }; } attacking = true; speed = 0; this.gotoAndStop("shoot"); } } else if (((speed < 1) && (speed > -1)) && (!attacking)) { speed = 0; this.gotoAndStop("idle"); } if (Key.isDown(38) && (!jumping)) { jumping = true; } if (jumping) { this.gotoAndStop("jump"); this._y = this._y - jump; jump = jump - 0.5; if (jump < 0) { falling = true; } if (jump < -8) { jump = -8; } } if (_root.ground.hitTest(this._x, this._y, true) && (falling)) { jump = 11; jumping = false; falling = false; this.gotoAndStop("idle"); sfx2 = new Sound(this); sfx2.attachSound("bump"); sfx2.start(0, 1); } } } onClipEvent (keyUp) { if (Key.getCode() == 17) { attacking = false; } } onClipEvent (keyUp) { this.gotoAndStop("idle"); } onClipEvent (enterFrame) { if (_root.health.text <= 0) { _root.dead = true; attacking = false; jumping = false; falling = false; speed = 0; _root.gotoAndPlay("gover"); } }Instance of Symbol 150 MovieClip in Frame 1196onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root._x = 10; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 131 MovieClip in Frame 1196onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root._x = 10; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 133 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Frame 1196onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 228 MovieClip in Frame 1196onClipEvent (enterFrame) { this._x = _root.char._x - 280; this._y = _root._y + 350; }Instance of Symbol 232 MovieClip "bar" in Frame 1196onClipEvent (enterFrame) { this._width = _root.health.text; } onClipEvent (enterFrame) { this._x = _root.char._x - 265.5; this._y = _root._y + 376; }Instance of Symbol 234 MovieClip in Frame 1196onClipEvent (enterFrame) { this._width = _root.score.text * 4; } onClipEvent (enterFrame) { this._x = _root.char._x + 105; this._y = _root._y + 376; }Frame 1197stopAllSounds();Frame 1198stop(); bgSound11 = new Sound(this); bgSound11.attachSound("fff"); bgSound11.start(0, 9999999999);Frame 1199_root.play();Frame 2853stopAllSounds();Frame 2854bosshp.text = 100; health.text = 100; if (_root.bosshp.text < 0) { _root.play(); } stop(); _quality = "HIGH"; if (_root.health.text <= 0) { _root.gotoAndPlay("gover2"); } win = false; bgSound2 = new Sound(this); bgSound2.attachSound("bosstheme"); bgSound2.start(0, 999999999);Instance of Symbol 94 MovieClip in Frame 2854onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 10; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } } }Instance of Symbol 104 MovieClip in Frame 2854onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotgun = true; unloadMovie (this); } }Instance of Symbol 219 MovieClip "char" in Frame 2854onClipEvent (load) { jumping = false; speed = 0; healthX = _root.health._x; scoreX = _root.score._x; Xpos = this._x; Ypos = this._y; maxmove = 15; _root.maxshoottime = 30; } onClipEvent (enterFrame) { _x = (Xpos - _root._x); _root.score._x = scoreX - _root._x; _root.health._x = healthX - _root._x; if ((!_root.ground.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (!_root.shooting) { _root.timer = 0; _root.mvsp = _xscale / 20; } if (_root.dead) { this.gotoAndStop("dead"); } else { speed = speed * 0.85; if ((dir == "right") && (!_root.leftblock.hitTest(this._x + 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (speed > 0) { dir = "right"; } else if (speed < 0) { dir = "left"; } if ((dir == "left") && (!_root.rightblock.hitTest(this._x - 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (Key.isDown(37)) { if (speed > (-maxmove)) { speed--; } this.gotoAndStop("run"); this._xscale = -100; } else if (Key.isDown(39)) { if (speed < maxmove) { speed++; } this._xscale = 100; this.gotoAndStop("run"); } else if (Key.isDown(17)) { this.gotoAndStop("attack"); attacking = true; speed = 0; } else if (Key.isDown(32)) { if ((_root.gotgun == true) && (!_root.shooting)) { _root.attachMovie("bullet", "bulleter", 1, {_x:_root.char._x - 5, _y:_root.char._y - 54}); _root.shooting = true; with (_root.bulleter) { onEnterFrame = function () { var _local1 = _root; if (_local1.timer > _local1.maxshoottime) { _local1.shooting = false; unloadMovie(this); } _local1.timer++; _x = _x + _local1.mvsp; }; } attacking = true; speed = 0; this.gotoAndStop("shoot"); } } else if (((speed < 1) && (speed > -1)) && (!attacking)) { speed = 0; this.gotoAndStop("idle"); } if (Key.isDown(38) && (!jumping)) { jumping = true; } if (jumping) { this.gotoAndStop("jump"); this._y = this._y - jump; jump = jump - 0.5; if (jump < 0) { falling = true; } if (jump < -8) { jump = -8; } } if (_root.ground.hitTest(this._x, this._y, true) && (falling)) { jump = 11; jumping = false; falling = false; this.gotoAndStop("idle"); sfx2 = new Sound(this); sfx2.attachSound("bump"); sfx2.start(0, 1); } } } onClipEvent (keyUp) { if (Key.getCode() == 17) { attacking = false; } } onClipEvent (keyUp) { this.gotoAndStop("idle"); } onClipEvent (enterFrame) { if (_root.health.text <= 0) { _root.dead = true; attacking = false; jumping = false; falling = false; speed = 0; _root.gotoAndPlay("ending"); } }Instance of Symbol 287 MovieClip "boss" in Frame 2854onClipEvent (enterFrame) { if (_root.bosshp.text < 0) { gotoAndPlay ("dead"); _root.boss(undefined); } }Instance of Symbol 289 MovieClip in Frame 2854onClipEvent (enterFrame) { this._x = _root.char._x - 280; this._y = _root._y + 350; }Instance of Symbol 232 MovieClip "bar" in Frame 2854onClipEvent (enterFrame) { this._width = _root.health.text; } onClipEvent (enterFrame) { this._x = _root.char._x - 265.5; this._y = _root._y + 376; }Instance of Symbol 232 MovieClip "bar" in Frame 2854onClipEvent (enterFrame) { this._width = _root.bosshp.text; } onClipEvent (enterFrame) { this._x = _root.char._x + 105; this._y = _root._y + 376; }Frame 2917stopAllSounds();Frame 2919stop(); _root.gotoAndPlay("endc");Frame 2921stop(); _root.gotoAndPlay("main");Symbol 18 MovieClip Frame 1_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }Symbol 18 MovieClip Frame 2gotoAndPlay (1); play();Symbol 18 MovieClip Frame 3_root.play();Symbol 36 MovieClip Frame 1function camControl() { var _local2 = _parent; var _local3 = this; parentColor.setTransform(camColor.getTransform()); var _local1 = sX / _local3._width; var scaleY = (sY / _local3._height); _local2._x = cX - (_local3._x * _local1); _local2._y = cY - (_local3._y * scaleY); _local2._xscale = 100 * _local1; _local2._yscale = 100 * scaleY; } function resetStage() { var _local1 = _parent; var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _local1._xscale = 100; _local1._yscale = 100; _local1._x = 0; _local1._y = 0; } this._visible = false; 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 54 Buttonon (press) { getURL ("http://www.duderentertainment.com/", "blank"); }Symbol 55 MovieClip Frame 251_root.play();Symbol 58 Buttonon (press) { stopAllSounds(); gotoAndPlay ("bbb"); }Symbol 61 Buttonon (press) { gotoAndPlay ("aaa"); }Symbol 68 Buttonon (press) { getURL ("http://www.duderentertainment.com/", "blank"); }Symbol 69 MovieClip Frame 1function camControl() { var _local2 = _parent; var _local3 = this; parentColor.setTransform(camColor.getTransform()); var _local1 = sX / _local3._width; var scaleY = (sY / _local3._height); _local2._x = cX - (_local3._x * _local1); _local2._y = cY - (_local3._y * scaleY); _local2._xscale = 100 * _local1; _local2._yscale = 100 * scaleY; } function resetStage() { var _local1 = _parent; var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _local1._xscale = 100; _local1._yscale = 100; _local1._x = 0; _local1._y = 0; } this._visible = false; 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 81 Buttonon (press) { gotoAndPlay (1195); }Symbol 119 MovieClip Frame 1size = 50 + random(100); a = Math.random() * 4; b = Math.random() * 4; xspeed = -2 + a; yspeed = -6 + b; _xscale = size; _yscale = size; time_left_in_this_world = 50; gotoAndPlay(random(7));Symbol 119 MovieClip Frame 2_x = (_x + xspeed); _y = (_y + yspeed); yspeed = yspeed + Math.random(); time_left_in_this_world = time_left_in_this_world + -1; if (time_left_in_this_world < 0) { gotoAndStop (8); } _xscale = (_xscale - 1); _yscale = (_yscale - 1);Symbol 119 MovieClip Frame 3gotoAndPlay (2);Symbol 119 MovieClip Frame 4_x = (_x + xspeed); _y = (_y + yspeed); yspeed = yspeed + Math.random(); time_left_in_this_world = time_left_in_this_world + -1; if (time_left_in_this_world < 0) { gotoAndStop (8); } _xscale = (_xscale - 1); _yscale = (_yscale - 1);Symbol 119 MovieClip Frame 5gotoAndPlay (4);Symbol 119 MovieClip Frame 6_x = (_x + xspeed); _y = (_y + yspeed); yspeed = yspeed + Math.random(); time_left_in_this_world = time_left_in_this_world + -1; if (time_left_in_this_world < 0) { gotoAndStop (8); } _xscale = (_xscale - 1); _yscale = (_yscale - 1);Symbol 119 MovieClip Frame 7gotoAndPlay (6);Symbol 119 MovieClip Frame 8stop();Symbol 130 MovieClip Frame 80stop();Symbol 131 MovieClip Frame 1stop();Symbol 131 MovieClip Frame 2stop();Symbol 149 MovieClip Frame 80stop();Symbol 150 MovieClip Frame 1stop();Symbol 150 MovieClip Frame 2stop();Symbol 167 MovieClip Frame 80stop();Symbol 168 MovieClip Frame 1stop();Symbol 168 MovieClip Frame 2stop();Instance of Symbol 94 MovieClip in Symbol 175 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 10; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } } }Instance of Symbol 131 MovieClip in Symbol 175 MovieClip Frame 1onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root._x = 10; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 131 MovieClip in Symbol 175 MovieClip Frame 1onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root._x = 10; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 133 MovieClip in Symbol 175 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Symbol 175 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Symbol 175 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Symbol 175 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Symbol 175 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Symbol 175 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Symbol 175 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Symbol 175 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Symbol 175 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 150 MovieClip in Symbol 175 MovieClip Frame 1onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root._x = 10; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 168 MovieClip in Symbol 175 MovieClip Frame 1onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root._x = 10; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 70) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 70) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 174 MovieClip "portal" in Symbol 175 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndPlay("ccc"); } }Instance of Symbol 94 MovieClip in Symbol 177 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 10; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } } }Instance of Symbol 94 MovieClip in Symbol 177 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 25; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } } }Instance of Symbol 133 MovieClip in Symbol 177 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Symbol 177 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 133 MovieClip in Symbol 177 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; sfx1 = new Sound(this); sfx1.attachSound("ting"); sfx1.start(0, 1); unloadMovie (this); } }Instance of Symbol 150 MovieClip in Symbol 177 MovieClip Frame 1onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root._x = 10; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 50) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 50) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 150 MovieClip in Symbol 177 MovieClip Frame 1onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root._x = 10; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 50) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 50) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 131 MovieClip in Symbol 177 MovieClip Frame 1onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root._x = 10; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 40) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 40) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 168 MovieClip in Symbol 177 MovieClip Frame 1onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root._x = 10; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = (_root.char.startY + (Stage.height / 2)) - 10; _root.char.speed = 0; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 70) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 70) { enemystepsleft = 0; enemydir = "right"; } } }Symbol 206 MovieClip Frame 10stop();Symbol 212 MovieClip Frame 80stop();Symbol 219 MovieClip Frame 1stop();Symbol 219 MovieClip Frame 2stop();Symbol 219 MovieClip Frame 3stop();Symbol 219 MovieClip Frame 4stop();Instance of Symbol 133 MovieClip "attackpoint" in Symbol 219 MovieClip Frame 4onClipEvent (load) { _alpha = 0; }Symbol 219 MovieClip Frame 5stop();Symbol 219 MovieClip Frame 6stop();Instance of Symbol 226 MovieClip in Symbol 228 MovieClip Frame 1onClipEvent (enterFrame) { if (Key.isDown(81)) { if (_quality == "HIGH") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "LOW"; } else if (_quality == "LOW") { _quality = "HIGH"; } } }Instance of Symbol 226 MovieClip in Symbol 228 MovieClip Frame 1onClipEvent (enterFrame) { if (Key.isDown(81)) { if (_quality == "MEDIUM") { _quality = "LOW"; } else if (_quality == "LOW") { _quality = "MEDIUM"; } } }Symbol 241 Buttonon (press) { stopAllSounds(); _root.dead = false; gotoAndPlay (7); }Symbol 242 Buttonon (press) { gotoAndPlay (2852); }Symbol 261 MovieClip Frame 1stop();Symbol 264 MovieClip Frame 60stop();Symbol 267 MovieClip Frame 60stop();Symbol 272 MovieClip Frame 1size = 50 + random(100); a = Math.random() * 4; b = Math.random() * 4; xspeed = -2 + a; yspeed = -6 + b; _xscale = size; _yscale = size; time_left_in_this_world = 80; gotoAndPlay(random(7));Symbol 272 MovieClip Frame 2_x = (_x + xspeed); _y = (_y + yspeed); yspeed = yspeed + Math.random(); time_left_in_this_world = time_left_in_this_world + -1; if (time_left_in_this_world < 0) { gotoAndStop (8); } _xscale = (_xscale - 1); _yscale = (_yscale - 1);Symbol 272 MovieClip Frame 3gotoAndPlay (2);Symbol 272 MovieClip Frame 4_x = (_x + xspeed); _y = (_y + yspeed); yspeed = yspeed + Math.random(); time_left_in_this_world = time_left_in_this_world + -1; if (time_left_in_this_world < 0) { gotoAndStop (8); } _xscale = (_xscale - 1); _yscale = (_yscale - 1);Symbol 272 MovieClip Frame 5gotoAndPlay (4);Symbol 272 MovieClip Frame 6_x = (_x + xspeed); _y = (_y + yspeed); yspeed = yspeed + Math.random(); time_left_in_this_world = time_left_in_this_world + -1; if (time_left_in_this_world < 0) { gotoAndStop (8); } _xscale = (_xscale - 1); _yscale = (_yscale - 1);Symbol 272 MovieClip Frame 7gotoAndPlay (6);Symbol 272 MovieClip Frame 8stop();Instance of Symbol 273 MovieClip in Symbol 275 MovieClip Frame 34onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text = _root.health.text - 0.75; } }Symbol 275 MovieClip Frame 100stop();Instance of Symbol 279 MovieClip in Symbol 280 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text = _root.health.text - 2; } }Instance of Symbol 279 MovieClip in Symbol 280 MovieClip Frame 8onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text = _root.health.text - 4; } }Instance of Symbol 279 MovieClip in Symbol 280 MovieClip Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text = _root.health.text - 2; } }Instance of Symbol 279 MovieClip in Symbol 280 MovieClip Frame 22onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text = _root.health.text - 4; } }Symbol 280 MovieClip Frame 25stop();Symbol 286 MovieClip Frame 104stop();Instance of Symbol 261 MovieClip in Symbol 287 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.bulleter)) { _root.bosshp.text = _root.bosshp.text - 0.25; } }Symbol 287 MovieClip Frame 117attacks = new Array("attack1", "attack2", "attack3", "attack4"); gotoAndPlay(attacks[random(4)]);Instance of Symbol 133 MovieClip "battack1hbox" in Symbol 287 MovieClip Frame 154onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text = _root.health.text - 25; } }Instance of Symbol 133 MovieClip "battack1hbox" in Symbol 287 MovieClip Frame 154onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text = _root.health.text - 5; } }Instance of Symbol 133 MovieClip "battack1hbox" in Symbol 287 MovieClip Frame 154onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text = _root.health.text - 2.5; } }Symbol 287 MovieClip Frame 178gotoAndPlay ("idle");Instance of Symbol 269 MovieClip "attackhbox2" in Symbol 287 MovieClip Frame 214onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text = _root.health.text - 15; } }Instance of Symbol 269 MovieClip "attackhbox2" in Symbol 287 MovieClip Frame 214onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text = _root.health.text - 15; } }Instance of Symbol 269 MovieClip "attackhbox2" in Symbol 287 MovieClip Frame 214onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text = _root.health.text - 15; } }Symbol 287 MovieClip Frame 238gotoAndPlay ("idle");Symbol 287 MovieClip Frame 339gotoAndPlay ("idle");Symbol 287 MovieClip Frame 364gotoAndPlay ("idle");Symbol 287 MovieClip Frame 366_root.play();Symbol 287 MovieClip Frame 446this.stop();Instance of Symbol 226 MovieClip in Symbol 289 MovieClip Frame 1onClipEvent (enterFrame) { if (Key.isDown(81)) { if (_quality == "HIGH") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "LOW"; } else if (_quality == "LOW") { _quality = "HIGH"; } } }Instance of Symbol 226 MovieClip in Symbol 289 MovieClip Frame 1onClipEvent (enterFrame) { if (Key.isDown(81)) { if (_quality == "MEDIUM") { _quality = "LOW"; } else if (_quality == "LOW") { _quality = "MEDIUM"; } } }Symbol 293 MovieClip Frame 219stop();Symbol 295 Buttonon (press) { gotoAndPlay (4043); }
Library Items
Symbol 1 Sound [fff] | ||
Symbol 2 Sound [music1] | ||
Symbol 3 Sound [bump] | ||
Symbol 4 Sound [menutheme] | ||
Symbol 5 Sound [bosstheme] | ||
Symbol 6 Sound [ting] | Used by:Timeline | |
Symbol 7 Graphic | Used by:8 | |
Symbol 8 MovieClip [bullet] | Uses:7 | |
Symbol 9 Graphic | Used by:55 Timeline | |
Symbol 10 Graphic | Used by:18 | |
Symbol 11 Graphic | Used by:12 | |
Symbol 12 MovieClip | Uses:11 | Used by:18 |
Symbol 13 Font | Used by:14 | |
Symbol 14 Text | Uses:13 | Used by:15 |
Symbol 15 MovieClip | Uses:14 | Used by:18 |
Symbol 16 Graphic | Used by:17 68 | |
Symbol 17 MovieClip | Uses:16 | Used by:18 55 68 |
Symbol 18 MovieClip | Uses:10 12 15 17 | Used by:Timeline |
Symbol 19 Graphic | Used by:55 | |
Symbol 20 Graphic | Used by:21 | |
Symbol 21 MovieClip | Uses:20 | Used by:55 |
Symbol 22 Graphic | Used by:55 | |
Symbol 23 Graphic | Used by:55 | |
Symbol 24 Graphic | Used by:55 | |
Symbol 25 Graphic | Used by:55 | |
Symbol 26 Graphic | Used by:55 | |
Symbol 27 Graphic | Used by:55 | |
Symbol 28 Graphic | Used by:55 | |
Symbol 29 Graphic | Used by:55 | |
Symbol 30 Graphic | Used by:55 | |
Symbol 31 Graphic | Used by:55 | |
Symbol 32 Graphic | Used by:33 | |
Symbol 33 MovieClip | Uses:32 | Used by:55 |
Symbol 34 Graphic | Used by:55 | |
Symbol 35 Graphic | Used by:36 69 | |
Symbol 36 MovieClip | Uses:35 | Used by:55 |
Symbol 37 Graphic | Used by:55 | |
Symbol 38 Graphic | Used by:55 | |
Symbol 39 Graphic | Used by:55 | |
Symbol 40 Graphic | Used by:55 | |
Symbol 41 Graphic | Used by:55 | |
Symbol 42 Graphic | Used by:55 | |
Symbol 43 Graphic | Used by:55 | |
Symbol 44 Graphic | Used by:55 | |
Symbol 45 Graphic | Used by:55 | |
Symbol 46 Graphic | Used by:55 | |
Symbol 47 Graphic | Used by:55 | |
Symbol 48 Graphic | Used by:55 | |
Symbol 49 Graphic | Used by:55 | |
Symbol 50 Graphic | Used by:51 55 | |
Symbol 51 MovieClip | Uses:50 | Used by:55 |
Symbol 52 Graphic | Used by:55 | |
Symbol 53 Graphic | Used by:54 | |
Symbol 54 Button | Uses:53 | Used by:55 |
Symbol 55 MovieClip | Uses:19 21 22 23 24 25 26 27 28 29 30 31 33 34 36 37 38 39 40 41 42 43 44 45 46 47 48 17 49 9 51 52 50 54 SS2 | Used by:Timeline |
Symbol 56 Graphic | Used by:58 | |
Symbol 57 Graphic | Used by:58 | |
Symbol 58 Button | Uses:56 57 | Used by:Timeline |
Symbol 59 Graphic | Used by:61 70 | |
Symbol 60 Graphic | Used by:61 70 | |
Symbol 61 Button | Uses:59 60 | Used by:Timeline |
Symbol 62 Graphic | Used by:Timeline | |
Symbol 63 Graphic | Used by:Timeline | |
Symbol 64 Graphic | Used by:68 | |
Symbol 65 Font | Used by:66 | |
Symbol 66 Text | Uses:65 | Used by:68 |
Symbol 67 Graphic | Used by:68 | |
Symbol 68 Button | Uses:17 64 66 67 16 | Used by:Timeline |
Symbol 69 MovieClip | Uses:35 | Used by:Timeline |
Symbol 70 Button | Uses:59 60 | Used by:Timeline |
Symbol 71 Graphic | Used by:Timeline | |
Symbol 72 Font | Used by:75 | |
Symbol 73 Font | ||
Symbol 74 Font | Used by:75 | |
Symbol 75 Text | Uses:72 74 | Used by:Timeline |
Symbol 76 Graphic | Used by:Timeline | |
Symbol 77 Font | Used by:78 82 83 84 85 243 244 245 246 247 296 297 298 | |
Symbol 78 Text | Uses:77 | Used by:Timeline |
Symbol 79 Graphic | Used by:81 242 295 | |
Symbol 80 Graphic | Used by:81 242 295 | |
Symbol 81 Button | Uses:79 80 | Used by:Timeline |
Symbol 82 Text | Uses:77 | Used by:Timeline |
Symbol 83 Text | Uses:77 | Used by:Timeline |
Symbol 84 Text | Uses:77 | Used by:Timeline |
Symbol 85 Text | Uses:77 | Used by:Timeline |
Symbol 86 ShapeTweening | Used by:93 | |
Symbol 87 Graphic | Used by:93 | |
Symbol 88 Graphic | Used by:93 | |
Symbol 89 ShapeTweening | Used by:93 | |
Symbol 90 ShapeTweening | Used by:93 | |
Symbol 91 ShapeTweening | Used by:93 | |
Symbol 92 Graphic | Used by:93 | |
Symbol 93 MovieClip | Uses:86 87 88 89 90 91 92 | Used by:94 |
Symbol 94 MovieClip | Uses:93 | Used by:175 177 Timeline |
Symbol 95 Graphic | Used by:98 | |
Symbol 96 Graphic | Used by:97 | |
Symbol 97 MovieClip | Uses:96 | Used by:98 |
Symbol 98 MovieClip | Uses:95 97 | Used by:Timeline |
Symbol 99 Graphic | Used by:102 | |
Symbol 100 Graphic | Used by:101 | |
Symbol 101 MovieClip | Uses:100 | Used by:102 |
Symbol 102 MovieClip | Uses:99 101 | Used by:Timeline |
Symbol 103 Graphic | Used by:104 | |
Symbol 104 MovieClip | Uses:103 | Used by:219 Timeline |
Symbol 105 Graphic | Used by:178 | |
Symbol 106 Graphic | Used by:177 | |
Symbol 107 Graphic | Used by:175 | |
Symbol 108 Graphic | Used by:114 130 | |
Symbol 109 Graphic | Used by:114 | |
Symbol 110 Graphic | Used by:114 130 | |
Symbol 111 Graphic | Used by:114 | |
Symbol 112 Graphic | Used by:114 | |
Symbol 113 Graphic | Used by:114 | |
Symbol 114 MovieClip | Uses:108 109 110 111 112 113 | Used by:131 |
Symbol 115 Graphic | Used by:130 | |
Symbol 116 Graphic | Used by:119 | |
Symbol 117 Graphic | Used by:119 | |
Symbol 118 Graphic | Used by:119 | |
Symbol 119 MovieClip | Uses:116 117 118 | Used by:120 |
Symbol 120 MovieClip | Uses:119 | Used by:130 149 167 212 286 |
Symbol 121 Graphic | Used by:130 | |
Symbol 122 Graphic | Used by:130 | |
Symbol 123 Graphic | Used by:130 | |
Symbol 124 Graphic | Used by:130 | |
Symbol 125 Graphic | Used by:130 | |
Symbol 126 Graphic | Used by:130 | |
Symbol 127 Graphic | Used by:130 | |
Symbol 128 Graphic | Used by:130 | |
Symbol 129 Graphic | Used by:130 | |
Symbol 130 MovieClip | Uses:115 108 110 120 121 122 123 124 125 126 127 128 129 SS3 | Used by:131 |
Symbol 131 MovieClip | Uses:114 130 | Used by:175 177 Timeline |
Symbol 132 Graphic | Used by:133 | |
Symbol 133 MovieClip | Uses:132 | Used by:175 177 219 287 Timeline |
Symbol 134 Graphic | Used by:145 149 | |
Symbol 135 Graphic | Used by:145 149 | |
Symbol 136 Graphic | Used by:145 149 | |
Symbol 137 Graphic | Used by:145 149 | |
Symbol 138 Graphic | Used by:145 | |
Symbol 139 Graphic | Used by:145 | |
Symbol 140 Graphic | Used by:145 | |
Symbol 141 Graphic | Used by:145 | |
Symbol 142 Graphic | Used by:145 | |
Symbol 143 Graphic | Used by:145 | |
Symbol 144 Graphic | Used by:145 | |
Symbol 145 MovieClip | Uses:134 135 136 137 138 139 140 141 142 143 144 | Used by:150 |
Symbol 146 Graphic | Used by:149 | |
Symbol 147 Graphic | Used by:149 | |
Symbol 148 Graphic | Used by:149 | |
Symbol 149 MovieClip | Uses:134 135 136 137 120 146 147 148 SS4 | Used by:150 |
Symbol 150 MovieClip | Uses:145 149 | Used by:175 177 Timeline |
Symbol 151 Graphic | Used by:165 | |
Symbol 152 Graphic | Used by:165 167 | |
Symbol 153 Graphic | Used by:165 167 | |
Symbol 154 Graphic | Used by:165 | |
Symbol 155 Graphic | Used by:165 | |
Symbol 156 Graphic | Used by:165 | |
Symbol 157 Graphic | Used by:165 | |
Symbol 158 Graphic | Used by:165 | |
Symbol 159 Graphic | Used by:165 | |
Symbol 160 Graphic | Used by:165 | |
Symbol 161 Graphic | Used by:165 | |
Symbol 162 Graphic | Used by:165 | |
Symbol 163 Graphic | Used by:165 | |
Symbol 164 Graphic | Used by:165 | |
Symbol 165 MovieClip | Uses:151 152 153 154 155 156 157 158 159 160 161 162 163 164 | Used by:168 |
Symbol 166 Graphic | Used by:167 | |
Symbol 167 MovieClip | Uses:166 152 153 120 SS5 | Used by:168 |
Symbol 168 MovieClip | Uses:165 167 | Used by:175 177 |
Symbol 169 Graphic | Used by:174 | |
Symbol 170 Graphic | Used by:174 | |
Symbol 171 ShapeTweening | Used by:174 | |
Symbol 172 ShapeTweening | Used by:174 | |
Symbol 173 Graphic | Used by:174 | |
Symbol 174 MovieClip | Uses:169 170 171 172 173 | Used by:175 |
Symbol 175 MovieClip | Uses:94 107 131 133 150 168 174 | Used by:177 |
Symbol 176 Graphic | Used by:177 | |
Symbol 177 MovieClip | Uses:94 106 175 176 133 150 131 168 | Used by:178 |
Symbol 178 MovieClip | Uses:105 177 | Used by:Timeline |
Symbol 179 Graphic | Used by:185 206 218 | |
Symbol 180 Graphic | Used by:185 203 206 | |
Symbol 181 Graphic | Used by:185 206 218 | |
Symbol 182 Graphic | Used by:185 200 203 206 218 | |
Symbol 183 Graphic | Used by:185 200 203 206 218 | |
Symbol 184 Graphic | Used by:185 200 203 206 218 | |
Symbol 185 MovieClip | Uses:179 180 181 182 183 184 | Used by:219 |
Symbol 186 Graphic | Used by:200 | |
Symbol 187 Graphic | Used by:200 | |
Symbol 188 Graphic | Used by:200 218 | |
Symbol 189 Graphic | Used by:200 | |
Symbol 190 Graphic | Used by:200 | |
Symbol 191 Graphic | Used by:200 | |
Symbol 192 Graphic | Used by:200 | |
Symbol 193 Graphic | Used by:200 | |
Symbol 194 Graphic | Used by:200 | |
Symbol 195 Graphic | Used by:200 | |
Symbol 196 Graphic | Used by:200 | |
Symbol 197 Graphic | Used by:200 | |
Symbol 198 Graphic | Used by:200 | |
Symbol 199 Graphic | Used by:200 | |
Symbol 200 MovieClip | Uses:186 187 188 182 184 183 189 190 191 192 193 194 195 196 197 198 199 | Used by:219 |
Symbol 201 Graphic | Used by:203 | |
Symbol 202 Graphic | Used by:203 | |
Symbol 203 MovieClip | Uses:201 184 180 202 182 183 | Used by:219 |
Symbol 204 Graphic | Used by:206 | |
Symbol 205 Graphic | Used by:206 | |
Symbol 206 MovieClip | Uses:179 180 181 182 183 184 204 205 SS6 | Used by:219 |
Symbol 207 Graphic | Used by:212 | |
Symbol 208 Graphic | Used by:212 | |
Symbol 209 Graphic | Used by:212 | |
Symbol 210 Graphic | Used by:212 | |
Symbol 211 Graphic | Used by:212 | |
Symbol 212 MovieClip | Uses:207 208 209 120 210 211 SS7 | Used by:213 Timeline |
Symbol 213 MovieClip | Uses:212 | Used by:219 |
Symbol 214 Graphic | Used by:218 | |
Symbol 215 Graphic | Used by:218 | |
Symbol 216 Graphic | Used by:218 | |
Symbol 217 Graphic | Used by:218 | |
Symbol 218 MovieClip | Uses:179 181 184 214 215 188 182 183 216 217 SS8 | Used by:219 |
Symbol 219 MovieClip | Uses:185 200 203 133 206 213 104 218 | Used by:Timeline |
Symbol 220 Graphic | Used by:228 289 | |
Symbol 221 Font | Used by:222 223 227 288 | |
Symbol 222 Text | Uses:221 | Used by:228 289 |
Symbol 223 Text | Uses:221 | Used by:228 |
Symbol 224 Font | Used by:225 | |
Symbol 225 Text | Uses:224 | Used by:226 |
Symbol 226 MovieClip | Uses:225 | Used by:228 289 |
Symbol 227 Text | Uses:221 | Used by:228 289 |
Symbol 228 MovieClip | Uses:220 222 223 226 227 | Used by:Timeline |
Symbol 229 Font | Used by:230 235 290 291 | |
Symbol 230 EditableText | Uses:229 | Used by:Timeline |
Symbol 231 Graphic | Used by:232 | |
Symbol 232 MovieClip | Uses:231 | Used by:Timeline |
Symbol 233 Graphic | Used by:234 | |
Symbol 234 MovieClip | Uses:233 | Used by:Timeline |
Symbol 235 EditableText | Uses:229 | Used by:Timeline |
Symbol 236 Graphic | Used by:Timeline | |
Symbol 237 Font | Used by:238 | |
Symbol 238 Text | Uses:237 | Used by:Timeline |
Symbol 239 Graphic | Used by:241 | |
Symbol 240 Graphic | Used by:241 | |
Symbol 241 Button | Uses:239 240 | Used by:Timeline |
Symbol 242 Button | Uses:79 80 | Used by:Timeline |
Symbol 243 Text | Uses:77 | Used by:Timeline |
Symbol 244 Text | Uses:77 | Used by:Timeline |
Symbol 245 Text | Uses:77 | Used by:Timeline |
Symbol 246 Text | Uses:77 | Used by:Timeline |
Symbol 247 Text | Uses:77 | Used by:Timeline |
Symbol 248 Graphic | Used by:249 | |
Symbol 249 MovieClip | Uses:248 | Used by:Timeline |
Symbol 250 Graphic | Used by:251 | |
Symbol 251 MovieClip | Uses:250 | Used by:Timeline |
Symbol 252 Graphic | Used by:259 264 267 275 280 286 | |
Symbol 253 Graphic | Used by:259 264 267 275 286 | |
Symbol 254 Graphic | Used by:259 264 267 275 280 286 | |
Symbol 255 Graphic | Used by:259 264 267 275 280 | |
Symbol 256 Graphic | Used by:259 264 267 275 280 286 | |
Symbol 257 Graphic | Used by:259 264 267 275 280 286 | |
Symbol 258 Graphic | Used by:259 264 267 275 280 286 | |
Symbol 259 MovieClip | Uses:252 253 254 255 256 257 258 | Used by:287 |
Symbol 260 Graphic | Used by:261 | |
Symbol 261 MovieClip | Uses:260 | Used by:287 |
Symbol 262 Graphic | Used by:264 | |
Symbol 263 Graphic | Used by:264 | |
Symbol 264 MovieClip | Uses:252 253 254 255 258 256 257 262 263 SS9 | Used by:287 |
Symbol 265 Graphic | Used by:267 | |
Symbol 266 Graphic | Used by:267 | |
Symbol 267 MovieClip | Uses:252 253 254 255 258 256 257 265 266 SS10 | Used by:287 |
Symbol 268 Graphic | Used by:269 | |
Symbol 269 MovieClip | Uses:268 | Used by:287 |
Symbol 270 Graphic | Used by:275 | |
Symbol 271 Graphic | Used by:272 | |
Symbol 272 MovieClip | Uses:271 | Used by:273 |
Symbol 273 MovieClip | Uses:272 | Used by:275 |
Symbol 274 Graphic | Used by:275 | |
Symbol 275 MovieClip | Uses:252 253 254 255 258 256 257 270 273 274 SS11 | Used by:287 |
Symbol 276 Graphic | Used by:280 | |
Symbol 277 Graphic | Used by:280 | |
Symbol 278 Graphic | Used by:279 | |
Symbol 279 MovieClip | Uses:278 | Used by:280 |
Symbol 280 MovieClip | Uses:252 276 254 255 256 257 258 277 279 SS12 | Used by:287 |
Symbol 281 Graphic | Used by:286 | |
Symbol 282 Graphic | Used by:286 | |
Symbol 283 Graphic | Used by:286 | |
Symbol 284 Graphic | Used by:286 | |
Symbol 285 Graphic | Used by:286 | |
Symbol 286 MovieClip | Uses:253 252 254 281 256 257 258 120 282 283 284 285 SS13 | Used by:287 |
Symbol 287 MovieClip | Uses:259 261 264 133 267 269 275 280 286 | Used by:Timeline |
Symbol 288 Text | Uses:221 | Used by:289 |
Symbol 289 MovieClip | Uses:220 222 288 226 227 | Used by:Timeline |
Symbol 290 EditableText | Uses:229 | Used by:Timeline |
Symbol 291 EditableText | Uses:229 | Used by:Timeline |
Symbol 292 Graphic | Used by:293 | |
Symbol 293 MovieClip | Uses:292 | Used by:Timeline |
Symbol 294 Graphic | Used by:Timeline | |
Symbol 295 Button | Uses:79 80 | Used by:Timeline |
Symbol 296 Text | Uses:77 | Used by:Timeline |
Symbol 297 Text | Uses:77 | Used by:Timeline |
Symbol 298 Text | Uses:77 | Used by:Timeline |
Streaming Sound 1 | Used by:Timeline | |
Streaming Sound 2 | Used by:Symbol 55 MovieClip | |
Streaming Sound 3 | Used by:Symbol 130 MovieClip | |
Streaming Sound 4 | Used by:Symbol 149 MovieClip | |
Streaming Sound 5 | Used by:Symbol 167 MovieClip | |
Streaming Sound 6 | Used by:Symbol 206 MovieClip | |
Streaming Sound 7 | Used by:Symbol 212 MovieClip | |
Streaming Sound 8 | Used by:Symbol 218 MovieClip | |
Streaming Sound 9 | Used by:Symbol 264 MovieClip | |
Streaming Sound 10 | Used by:Symbol 267 MovieClip | |
Streaming Sound 11 | Used by:Symbol 275 MovieClip | |
Streaming Sound 12 | Used by:Symbol 280 MovieClip | |
Streaming Sound 13 | Used by:Symbol 286 MovieClip |
Instance Names
"loader" | Frame 1 | Symbol 18 MovieClip |
"leftblock" | Frame 1196 | Symbol 98 MovieClip |
"rightblock" | Frame 1196 | Symbol 102 MovieClip |
"ground" | Frame 1196 | Symbol 178 MovieClip |
"char" | Frame 1196 | Symbol 219 MovieClip |
"health" | Frame 1196 | Symbol 230 EditableText |
"bar" | Frame 1196 | Symbol 232 MovieClip |
"score" | Frame 1196 | Symbol 235 EditableText |
"ground" | Frame 2854 | Symbol 249 MovieClip |
"leftblock" | Frame 2854 | Symbol 251 MovieClip |
"char" | Frame 2854 | Symbol 219 MovieClip |
"boss" | Frame 2854 | Symbol 287 MovieClip |
"health" | Frame 2854 | Symbol 290 EditableText |
"bar" | Frame 2854 | Symbol 232 MovieClip |
"bar" | Frame 2854 | Symbol 232 MovieClip |
"bosshp" | Frame 2854 | Symbol 291 EditableText |
"bar" | Symbol 18 MovieClip Frame 1 | Symbol 12 MovieClip |
"portal" | Symbol 175 MovieClip Frame 1 | Symbol 174 MovieClip |
"attackpoint" | Symbol 219 MovieClip Frame 4 | Symbol 133 MovieClip |
"battack1hbox" | Symbol 287 MovieClip Frame 154 | Symbol 133 MovieClip |
"battack1hbox" | Symbol 287 MovieClip Frame 154 | Symbol 133 MovieClip |
"battack1hbox" | Symbol 287 MovieClip Frame 154 | Symbol 133 MovieClip |
"attackbeam" | Symbol 287 MovieClip Frame 179 | Symbol 267 MovieClip |
"attackhbox2" | Symbol 287 MovieClip Frame 214 | Symbol 269 MovieClip |
"attackhbox2" | Symbol 287 MovieClip Frame 214 | Symbol 269 MovieClip |
"attackhbox2" | Symbol 287 MovieClip Frame 214 | Symbol 269 MovieClip |
Special Tags
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "fff" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "music1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "bump" |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "menutheme" |
ExportAssets (56) | Timeline Frame 1 | Symbol 5 as "bosstheme" |
ExportAssets (56) | Timeline Frame 1 | Symbol 6 as "ting" |
ExportAssets (56) | Timeline Frame 1 | Symbol 8 as "bullet" |
ExportAssets (56) | Timeline Frame 2803 | Symbol 6 as "ting" |
Labels
"main" | Frame 3 |
"aaa" | Frame 5 |
"bbb" | Frame 6 |
"gplay" | Frame 1196 |
"gover" | Frame 1197 |
"ccc" | Frame 1199 |
"bossbattle" | Frame 2854 |
"ending" | Frame 2920 |
"endc" | Frame 2922 |
"loaded" | Symbol 18 MovieClip Frame 3 |
"walk" | Symbol 131 MovieClip Frame 1 |
"dead" | Symbol 131 MovieClip Frame 2 |
"walk" | Symbol 150 MovieClip Frame 1 |
"dead" | Symbol 150 MovieClip Frame 2 |
"walk" | Symbol 168 MovieClip Frame 1 |
"dead" | Symbol 168 MovieClip Frame 2 |
"idle" | Symbol 219 MovieClip Frame 1 |
"run" | Symbol 219 MovieClip Frame 2 |
"jump" | Symbol 219 MovieClip Frame 3 |
"attack" | Symbol 219 MovieClip Frame 4 |
"dead" | Symbol 219 MovieClip Frame 5 |
"shoot" | Symbol 219 MovieClip Frame 6 |
"idle" | Symbol 287 MovieClip Frame 1 |
"attack1" | Symbol 287 MovieClip Frame 119 |
"attack2" | Symbol 287 MovieClip Frame 179 |
"attack3" | Symbol 287 MovieClip Frame 239 |
"attack4" | Symbol 287 MovieClip Frame 340 |
"dead" | Symbol 287 MovieClip Frame 366 |
|