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

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

death-planet-2-the-forgotten-temple.swf

This is the info page for
Flash #114946

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


Text
LOADING

Music

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop(); _root.music.gotoAndStop(5); level = 1;
Instance of Symbol 103 MovieClip "ground" in Frame 5
onClipEvent (load) { speed = 7; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } }
Instance of Symbol 138 MovieClip "enemy" in Frame 5
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 138 MovieClip "enemy2" in Frame 5
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 138 MovieClip "enemy3" in Frame 5
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 172 MovieClip "enemy1" in Frame 5
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 172 MovieClip "enemy4" in Frame 5
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 172 MovieClip "enemy5" in Frame 5
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 172 MovieClip "enemy6" in Frame 5
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 172 MovieClip "enemy7" in Frame 5
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 138 MovieClip "enemy8" in Frame 5
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 138 MovieClip "enemy9" in Frame 5
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 274 MovieClip "hero" in Frame 5
onClipEvent (enterFrame) { speed = 10; } onClipEvent (enterFrame) { if (_x < 200) { this._x = this._x + 4; _root.ground._x = _root.ground._x + 4; } if (_x < 180) { this._x = this._x + 6; _root.ground._x = _root.ground._x + 6; } if (_x < 160) { this._x = this._x + 8; _root.ground._x = _root.ground._x + 8; } if (_x < 70) { this._x = this._x + 16; _root.ground._x = _root.ground._x + 16; } if (_x > 300) { this._x = this._x - 4; _root.ground._x = _root.ground._x - 4; } if (_x > 350) { this._x = this._x - 6; _root.ground._x = _root.ground._x - 6; } if (_x > 390) { this._x = this._x - 8; _root.ground._x = _root.ground._x - 8; if (_x > 480) { this._x = this._x - 16; _root.ground._x = _root.ground._x - 16; } } if (_y < 50) { this._y = this._y + 8; _root.ground._y = _root.ground._y + 8; } if (_y < 100) { this._y = this._y + 4; _root.ground._y = _root.ground._y + 4; } if (_y < 150) { this._y = this._y + 4; _root.ground._y = _root.ground._y + 4; } if (_y > 250) { this._y = this._y - 4; _root.ground._y = _root.ground._y - 4; } if (_y > 300) { this._y = this._y - 4; _root.ground._y = _root.ground._y - 4; } if (_y > 350) { this._y = this._y - 16; _root.ground._y = _root.ground._y - 16; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.hero.standing.gotoAndPlay(25); } gotoAndStop(state); } onClipEvent (enterFrame) { if (Key.isDown(39)) { state = 1; } if (Key.isDown(37)) { state = 1; } if (Key.isDown(83)) { state = 3; } } onClipEvent (enterFrame) { this._y = this._y + 10; _root.jumpkey = Key.isDown(83); _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 2; } else if (_root.jumpkey) { gravity = -29; } else { gravity = 0; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (air == true) { state = 3; } if (_root.ground.ground.hitTest(_x, _y, true)) { air = false; } else { air = true; state = 3; } if (air == false) { state = 1; } if (_x < 100) { _x = (_x + run); } if (_x > 450) { _x = (_x - run); } } onClipEvent (enterFrame) { if (_y > 1000) { _root.life.gotoAndStop(_root.life._currentframe - 1); _root.black.gotoAndPlay(1); _root.hero.HP.gotoAndStop(1); _root.HPno = 100; _root.hero._x = 260; _root.hero._y = -100; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { _x = (_x + speed); this._xscale = -42; state = 2; } if (Key.isDown(37)) { _x = (_x - speed); this._xscale = 42; state = 2; } if ((air == true) && (Key.isDown(37))) { state = 3; } if ((air == true) && (Key.isDown(39))) { state = 3; } } onClipEvent (enterFrame) { if (Key.isDown(65) && (air == true)) { _root.hero.jumping.gotoAndPlay(7); } }
Instance of Symbol 295 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_root.hero.hitTest(_root.ground.end)) { _root.ground.end.gotoAndStop(2); this.gotoAndPlay(2); } }
Frame 6
stop(); _root.music.gotoAndStop(3);
Frame 7
stop(); _root.black.gotoAndPlay(1); _root.music.gotoAndStop(7); level = 2;
Instance of Symbol 339 MovieClip "ground" in Frame 7
onClipEvent (load) { speed = 7; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } }
Instance of Symbol 138 MovieClip "enemy" in Frame 7
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 138 MovieClip "enemy2" in Frame 7
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 172 MovieClip "enemy1" in Frame 7
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 274 MovieClip "hero" in Frame 7
onClipEvent (enterFrame) { speed = 10; } onClipEvent (enterFrame) { if (_x < 200) { this._x = this._x + 4; _root.ground._x = _root.ground._x + 4; } if (_x < 180) { this._x = this._x + 6; _root.ground._x = _root.ground._x + 6; } if (_x < 160) { this._x = this._x + 8; _root.ground._x = _root.ground._x + 8; } if (_x < 70) { this._x = this._x + 16; _root.ground._x = _root.ground._x + 16; } if (_x > 300) { this._x = this._x - 4; _root.ground._x = _root.ground._x - 4; } if (_x > 350) { this._x = this._x - 6; _root.ground._x = _root.ground._x - 6; } if (_x > 390) { this._x = this._x - 8; _root.ground._x = _root.ground._x - 8; if (_x > 480) { this._x = this._x - 16; _root.ground._x = _root.ground._x - 16; } } if (_y < 50) { this._y = this._y + 8; _root.ground._y = _root.ground._y + 8; } if (_y < 100) { this._y = this._y + 4; _root.ground._y = _root.ground._y + 4; } if (_y < 150) { this._y = this._y + 4; _root.ground._y = _root.ground._y + 4; } if (_y > 250) { this._y = this._y - 4; _root.ground._y = _root.ground._y - 4; } if (_y > 300) { this._y = this._y - 4; _root.ground._y = _root.ground._y - 4; } if (_y > 350) { this._y = this._y - 16; _root.ground._y = _root.ground._y - 16; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.hero.standing.gotoAndPlay(25); } gotoAndStop(state); } onClipEvent (enterFrame) { if (Key.isDown(39)) { state = 1; } if (Key.isDown(37)) { state = 1; } if (Key.isDown(83)) { state = 3; } } onClipEvent (enterFrame) { this._y = this._y + 10; _root.jumpkey = Key.isDown(83); _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 2; } else if (_root.jumpkey) { gravity = -29; } else { gravity = 0; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (air == true) { state = 3; } if (_root.ground.ground.hitTest(_x, _y, true)) { air = false; } else { air = true; state = 3; } if (air == false) { state = 1; } if (_x < 100) { _x = (_x + run); } if (_x > 450) { _x = (_x - run); } } onClipEvent (enterFrame) { if (_y > 1000) { _root.life.gotoAndStop(_root.life._currentframe - 1); _root.black.gotoAndPlay(1); _root.hero.HP.gotoAndStop(1); _root.HPno = 100; _root.hero._x = 260; _root.hero._y = -100; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { _x = (_x + speed); this._xscale = -42; state = 2; } if (Key.isDown(37)) { _x = (_x - speed); this._xscale = 42; state = 2; } if ((air == true) && (Key.isDown(37))) { state = 3; } if ((air == true) && (Key.isDown(39))) { state = 3; } } onClipEvent (enterFrame) { if (Key.isDown(65) && (air == true)) { _root.hero.jumping.gotoAndPlay(7); } }
Instance of Symbol 295 MovieClip in Frame 7
onClipEvent (enterFrame) { if (_root.hero.hitTest(_root.ground.end)) { _root.ground.end.gotoAndStop(2); this.gotoAndPlay(2); } }
Frame 8
stop(); _root.music.gotoAndStop(3);
Frame 9
stop(); _root.black.gotoAndPlay(1); _root.music.gotoAndStop(7); level = 3;
Instance of Symbol 359 MovieClip "ground" in Frame 9
onClipEvent (load) { speed = 7; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } }
Instance of Symbol 138 MovieClip "enemy1" in Frame 9
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 138 MovieClip "enemy3" in Frame 9
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 138 MovieClip "enemy2" in Frame 9
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 385 MovieClip "enemy5" in Frame 9
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 385 MovieClip "enemy6" in Frame 9
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 385 MovieClip "enemy4" in Frame 9
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 385 MovieClip "enemy" in Frame 9
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 385 MovieClip "afro" in Frame 9
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 385 MovieClip "afro1" in Frame 9
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 385 MovieClip "afro2" in Frame 9
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 385 MovieClip "afro4" in Frame 9
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 385 MovieClip "afro5" in Frame 9
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 385 MovieClip "afro6" in Frame 9
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 385 MovieClip "afro7" in Frame 9
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 385 MovieClip "afro3" in Frame 9
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 274 MovieClip "hero" in Frame 9
onClipEvent (enterFrame) { speed = 10; } onClipEvent (enterFrame) { if (_x < 200) { this._x = this._x + 4; _root.ground._x = _root.ground._x + 4; } if (_x < 180) { this._x = this._x + 6; _root.ground._x = _root.ground._x + 6; } if (_x < 160) { this._x = this._x + 8; _root.ground._x = _root.ground._x + 8; } if (_x < 70) { this._x = this._x + 16; _root.ground._x = _root.ground._x + 16; } if (_x > 300) { this._x = this._x - 4; _root.ground._x = _root.ground._x - 4; } if (_x > 350) { this._x = this._x - 6; _root.ground._x = _root.ground._x - 6; } if (_x > 390) { this._x = this._x - 8; _root.ground._x = _root.ground._x - 8; if (_x > 480) { this._x = this._x - 16; _root.ground._x = _root.ground._x - 16; } } if (_y < 50) { this._y = this._y + 8; _root.ground._y = _root.ground._y + 8; } if (_y < 100) { this._y = this._y + 4; _root.ground._y = _root.ground._y + 4; } if (_y < 150) { this._y = this._y + 4; _root.ground._y = _root.ground._y + 4; } if (_y > 250) { this._y = this._y - 4; _root.ground._y = _root.ground._y - 4; } if (_y > 300) { this._y = this._y - 4; _root.ground._y = _root.ground._y - 4; } if (_y > 350) { this._y = this._y - 16; _root.ground._y = _root.ground._y - 16; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.hero.standing.gotoAndPlay(25); } gotoAndStop(state); } onClipEvent (enterFrame) { if (Key.isDown(39)) { state = 1; } if (Key.isDown(37)) { state = 1; } if (Key.isDown(83)) { state = 3; } } onClipEvent (enterFrame) { this._y = this._y + 10; _root.jumpkey = Key.isDown(83); _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 2; } else if (_root.jumpkey) { gravity = -29; } else { gravity = 0; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (air == true) { state = 3; } if (_root.ground.ground.hitTest(_x, _y, true)) { air = false; } else { air = true; state = 3; } if (air == false) { state = 1; } if (_x < 100) { _x = (_x + run); } if (_x > 450) { _x = (_x - run); } } onClipEvent (enterFrame) { if (_y > 700) { _root.ground._x = 4850; _root.ground._y = 10; this._y = 10; _root.HP.nolife.gotoAndStop(_root.HP.nolife._currentframe - 1); _root.black.gotoAndPlay(1); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { _x = (_x + speed); this._xscale = -42; state = 2; } if (Key.isDown(37)) { _x = (_x - speed); this._xscale = 42; state = 2; } if ((air == true) && (Key.isDown(37))) { state = 3; } if ((air == true) && (Key.isDown(39))) { state = 3; } } onClipEvent (enterFrame) { if (Key.isDown(65) && (air == true)) { _root.hero.jumping.gotoAndPlay(7); } }
Instance of Symbol 295 MovieClip in Frame 9
onClipEvent (enterFrame) { if (_root.hero.hitTest(_root.ground.end)) { _root.ground.end.gotoAndStop(2); this.gotoAndPlay(2); } }
Frame 10
stop(); _root.music.gotoAndStop(3);
Frame 11
stop(); _root.black.gotoAndPlay(1); _root.music.gotoAndStop(9); level = 4;
Instance of Symbol 491 MovieClip "ground" in Frame 11
onClipEvent (load) { speed = 7; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } }
Instance of Symbol 512 MovieClip "enemy" in Frame 11
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6.5); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6.5); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 512 MovieClip "enemy1" in Frame 11
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6.5); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6.5); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 512 MovieClip "enemy2" in Frame 11
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6.5); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6.5); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 512 MovieClip "enemy3" in Frame 11
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6.5); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6.5); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 512 MovieClip "enemy4" in Frame 11
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6.5); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6.5); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 512 MovieClip "enemy5" in Frame 11
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6.5); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6.5); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 512 MovieClip "enemy6" in Frame 11
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6.5); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6.5); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 512 MovieClip "enemy7" in Frame 11
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6.5); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6.5); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 385 MovieClip "enemy8" in Frame 11
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 385 MovieClip "enemy9" in Frame 11
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 274 MovieClip "hero" in Frame 11
onClipEvent (enterFrame) { speed = 10; } onClipEvent (enterFrame) { if (_x < 200) { this._x = this._x + 4; _root.ground._x = _root.ground._x + 4; } if (_x < 180) { this._x = this._x + 6; _root.ground._x = _root.ground._x + 6; } if (_x < 160) { this._x = this._x + 8; _root.ground._x = _root.ground._x + 8; } if (_x < 70) { this._x = this._x + 16; _root.ground._x = _root.ground._x + 16; } if (_x > 300) { this._x = this._x - 4; _root.ground._x = _root.ground._x - 4; } if (_x > 350) { this._x = this._x - 6; _root.ground._x = _root.ground._x - 6; } if (_x > 390) { this._x = this._x - 8; _root.ground._x = _root.ground._x - 8; if (_x > 480) { this._x = this._x - 16; _root.ground._x = _root.ground._x - 16; } } if (_y < 50) { this._y = this._y + 8; _root.ground._y = _root.ground._y + 8; } if (_y < 100) { this._y = this._y + 4; _root.ground._y = _root.ground._y + 4; } if (_y < 150) { this._y = this._y + 4; _root.ground._y = _root.ground._y + 4; } if (_y > 250) { this._y = this._y - 4; _root.ground._y = _root.ground._y - 4; } if (_y > 300) { this._y = this._y - 4; _root.ground._y = _root.ground._y - 4; } if (_y > 350) { this._y = this._y - 16; _root.ground._y = _root.ground._y - 16; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.hero.standing.gotoAndPlay(25); } gotoAndStop(state); } onClipEvent (enterFrame) { if (Key.isDown(39)) { state = 1; } if (Key.isDown(37)) { state = 1; } if (Key.isDown(83)) { state = 3; } } onClipEvent (enterFrame) { this._y = this._y + 10; _root.jumpkey = Key.isDown(83); _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 2; } else if (_root.jumpkey) { gravity = -29; } else { gravity = 0; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (air == true) { state = 3; } if (_root.ground.ground.hitTest(_x, _y, true)) { air = false; } else { air = true; state = 3; } if (air == false) { state = 1; } if (_x < 100) { _x = (_x + run); } if (_x > 450) { _x = (_x - run); } } onClipEvent (enterFrame) { if (_y > 700) { _root.ground._x = 4100; _root.ground._y = 10; this._y = 10; _root.HP.nolife.gotoAndStop(_root.HP.nolife._currentframe - 1); _root.black.gotoAndPlay(1); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { _x = (_x + speed); this._xscale = -42; state = 2; } if (Key.isDown(37)) { _x = (_x - speed); this._xscale = 42; state = 2; } if ((air == true) && (Key.isDown(37))) { state = 3; } if ((air == true) && (Key.isDown(39))) { state = 3; } } onClipEvent (enterFrame) { if (Key.isDown(65) && (air == true)) { _root.hero.jumping.gotoAndPlay(7); } }
Instance of Symbol 295 MovieClip in Frame 11
onClipEvent (enterFrame) { if (_root.hero.hitTest(_root.ground.end)) { _root.ground.end.gotoAndStop(2); this.gotoAndPlay(2); } }
Frame 12
stop(); _root.music.gotoAndStop(3);
Frame 13
stop(); _root.black.gotoAndPlay(1); _root.music.gotoAndStop(9); level = 5;
Instance of Symbol 532 MovieClip "ground" in Frame 13
onClipEvent (load) { speed = 7; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } }
Instance of Symbol 573 MovieClip "boss" in Frame 13
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 585 MovieClip "enemy" in Frame 13
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6.5); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6.5); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } } onClipEvent (enterFrame) { this.area._yscale = 1000; this.area._xscale = 1000; } onClipEvent (enterFrame) { if (_y > 1000) { this.gotoAndStop(2); } }
Instance of Symbol 585 MovieClip "enemy1" in Frame 13
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } } onClipEvent (enterFrame) { this.area._yscale = 1000; this.area._xscale = 1000; } onClipEvent (enterFrame) { if (_y > 1000) { this.gotoAndStop(2); } }
Instance of Symbol 585 MovieClip "enemy2" in Frame 13
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6.5); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6.5); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } } onClipEvent (enterFrame) { this.area._yscale = 1000; this.area._xscale = 1000; } onClipEvent (enterFrame) { if (_y > 1000) { this.gotoAndStop(2); } }
Instance of Symbol 585 MovieClip "enemy3" in Frame 13
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 5); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 5); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } } onClipEvent (enterFrame) { this.area._yscale = 1000; this.area._xscale = 1000; } onClipEvent (enterFrame) { if (_y > 1000) { this.gotoAndStop(2); } }
Instance of Symbol 585 MovieClip "enemy4" in Frame 13
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 7); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 7); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } } onClipEvent (enterFrame) { this.area._yscale = 1000; this.area._xscale = 1000; } onClipEvent (enterFrame) { if (_y > 1000) { this.gotoAndStop(2); } }
Instance of Symbol 585 MovieClip "enemy5" in Frame 13
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } } onClipEvent (enterFrame) { this.area._yscale = 1000; this.area._xscale = 1000; } onClipEvent (enterFrame) { if (_y > 1000) { this.gotoAndStop(2); } }
Instance of Symbol 585 MovieClip "enemy6" in Frame 13
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6.5); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6.5); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } } onClipEvent (enterFrame) { this.area._yscale = 1000; this.area._xscale = 1000; } onClipEvent (enterFrame) { if (_y > 1000) { this.gotoAndStop(2); } }
Instance of Symbol 585 MovieClip "enemy7" in Frame 13
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 6.5); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 6.5); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } } onClipEvent (enterFrame) { this.area._yscale = 1000; this.area._xscale = 1000; } onClipEvent (enterFrame) { if (_y > 1000) { this.gotoAndStop(2); } }
Instance of Symbol 585 MovieClip "enemy8" in Frame 13
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 8); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 8); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } } onClipEvent (enterFrame) { this.area._yscale = 1000; this.area._xscale = 1000; } onClipEvent (enterFrame) { if (_y > 1000) { this.gotoAndStop(2); } }
Instance of Symbol 585 MovieClip "enemy9" in Frame 13
onClipEvent (enterFrame) { this._y = this._y + 20; _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 3; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (this.area.hitTest(_root.hero)) { enemyrun = true; } } onClipEvent (enterFrame) { if (!this.area.hitTest(_root.hero)) { enemyrun = false; } } onClipEvent (enterFrame) { if (enemyrun == false) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 0); this.legs.gotoAndStop(1); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 0); this.legs.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (enemyrun == true) { if (_root.hero._x > (_x + 35)) { this._xscale = -100; _x = (_x + 8); this.legs.gotoAndStop(2); } if (_root.hero._x < (_x - 35)) { this._xscale = 100; _x = (_x - 8); this.legs.gotoAndStop(2); } } } onClipEvent (enterFrame) { speed = _root.ground.speed; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x + speed); } if (Key.isDown(39)) { _x = (_x - speed); } if (Key.isDown(39) && (Key.isDown(37))) { _x = (_x - speed); } } onClipEvent (enterFrame) { if (_root.hero._x < 200) { this._x = this._x + 4; } if (_root.hero._x < 180) { this._x = this._x + 6; } if (_root.hero._x < 160) { this._x = this._x + 8; } if (_root.hero._x < 70) { this._x = this._x + 16; } if (_root.hero._x > 300) { this._x = this._x - 4; } if (_root.hero._x > 350) { this._x = this._x - 6; } if (_root.hero._x > 390) { this._x = this._x - 8; } if (_root.hero._x > 480) { this._x = this._x - 16; } if (_root.hero._y < 50) { this._y = this._y + 8; } if (_root.hero._y < 100) { this._y = this._y + 4; } if (_root.hero._y < 150) { this._y = this._y + 4; } if (_root.hero._y > 250) { this._y = this._y - 4; } if (_root.hero._y > 300) { this._y = this._y - 4; } if (_root.hero._y > 350) { this._y = this._y - 16; } } onClipEvent (enterFrame) { if (this.attack.one.hit.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } } onClipEvent (enterFrame) { this.area._yscale = 1000; this.area._xscale = 1000; } onClipEvent (enterFrame) { if (_y > 1000) { this.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip "hero" in Frame 13
onClipEvent (enterFrame) { speed = 10; } onClipEvent (enterFrame) { if (_x < 200) { this._x = this._x + 4; _root.ground._x = _root.ground._x + 4; } if (_x < 180) { this._x = this._x + 6; _root.ground._x = _root.ground._x + 6; } if (_x < 160) { this._x = this._x + 8; _root.ground._x = _root.ground._x + 8; } if (_x < 70) { this._x = this._x + 16; _root.ground._x = _root.ground._x + 16; } if (_x > 300) { this._x = this._x - 4; _root.ground._x = _root.ground._x - 4; } if (_x > 350) { this._x = this._x - 6; _root.ground._x = _root.ground._x - 6; } if (_x > 390) { this._x = this._x - 8; _root.ground._x = _root.ground._x - 8; if (_x > 480) { this._x = this._x - 16; _root.ground._x = _root.ground._x - 16; } } if (_y < 50) { this._y = this._y + 8; _root.ground._y = _root.ground._y + 8; } if (_y < 100) { this._y = this._y + 4; _root.ground._y = _root.ground._y + 4; } if (_y < 150) { this._y = this._y + 4; _root.ground._y = _root.ground._y + 4; } if (_y > 250) { this._y = this._y - 4; _root.ground._y = _root.ground._y - 4; } if (_y > 300) { this._y = this._y - 4; _root.ground._y = _root.ground._y - 4; } if (_y > 350) { this._y = this._y - 16; _root.ground._y = _root.ground._y - 16; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.hero.standing.gotoAndPlay(25); } gotoAndStop(state); } onClipEvent (enterFrame) { if (Key.isDown(39)) { state = 1; } if (Key.isDown(37)) { state = 1; } if (Key.isDown(83)) { state = 3; } } onClipEvent (enterFrame) { this._y = this._y + 10; _root.jumpkey = Key.isDown(83); _root.hitground = _root.ground.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 2; } else if (_root.jumpkey) { gravity = -29; } else { gravity = 0; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (air == true) { state = 3; } if (_root.ground.ground.hitTest(_x, _y, true)) { air = false; } else { air = true; state = 3; } if (air == false) { state = 1; } if (_x < 100) { _x = (_x + run); } if (_x > 450) { _x = (_x - run); } } onClipEvent (enterFrame) { if (_y > 1000) { _root.life.gotoAndStop(_root.life._currentframe - 1); _root.black.gotoAndPlay(1); _root.hero.HP.gotoAndStop(1); _root.HPno = 100; _root.hero._x = 260; _root.hero._y = -100; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { _x = (_x + speed); this._xscale = -42; state = 2; } if (Key.isDown(37)) { _x = (_x - speed); this._xscale = 42; state = 2; } if ((air == true) && (Key.isDown(37))) { state = 3; } if ((air == true) && (Key.isDown(39))) { state = 3; } } onClipEvent (enterFrame) { if (Key.isDown(65) && (air == true)) { _root.hero.jumping.gotoAndPlay(7); } }
Instance of Symbol 295 MovieClip in Frame 13
onClipEvent (enterFrame) { if (_root.hero.hitTest(_root.ground.end)) { _root.ground.end.gotoAndStop(2); this.gotoAndPlay(2); } }
Frame 14
stop();
Frame 15
stop(); _root.music.gotoAndStop(13);
Frame 16
stop(); _root.music.gotoAndStop(3);
Symbol 8 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 8 MovieClip Frame 2
gotoAndPlay (1);
Symbol 8 MovieClip Frame 3
_root.music.gotoAndStop(3); _root.gotoAndStop(2);
Symbol 10 Button
on (press) { getURL ("http://nuthead.deviantart.com/", "_blank"); }
Symbol 18 MovieClip Frame 1
stopAllSounds(); stop();
Symbol 18 MovieClip Frame 2
stop();
Symbol 18 MovieClip Frame 3
stopAllSounds(); gotoAndStop (2);
Symbol 18 MovieClip Frame 4
stop();
Symbol 18 MovieClip Frame 5
stopAllSounds(); gotoAndStop (4);
Symbol 18 MovieClip Frame 6
stop();
Symbol 18 MovieClip Frame 7
stopAllSounds(); gotoAndStop (6);
Symbol 18 MovieClip Frame 8
stop();
Symbol 18 MovieClip Frame 9
stopAllSounds(); gotoAndStop (8);
Symbol 18 MovieClip Frame 10
stop();
Symbol 18 MovieClip Frame 11
stopAllSounds(); gotoAndStop (10);
Symbol 18 MovieClip Frame 12
stop();
Symbol 18 MovieClip Frame 13
stopAllSounds(); gotoAndStop (12);
Symbol 23 Button
on (press) { getURL ("http://www.funfastgame.com/"); }
Symbol 27 MovieClip Frame 1
stop();
Symbol 27 MovieClip Frame 15
gotoAndStop (1); _root.HP.nolife.gotoAndStop(_root.HP.nolife._currentframe - 1); _root.black.gotoAndPlay(1); _root.hero._x = 260; _root.hero._y = 0;
Symbol 29 Button
on (press) { gotoAndStop (5); _root.HP.nolife.gotoAndStop(5); }
Symbol 31 Button
on (press) { gotoAndPlay (3); }
Symbol 33 Button
on (press) { getURL ("http://www.funfastgame.com/"); }
Symbol 60 Button
on (release) { gotoAndStop (2); }
Symbol 61 Button
on (press) { getURL ("http://the-titan.deviantart.com/", "_blank"); }
Symbol 78 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 2
stop();
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 2
stop();
Symbol 94 MovieClip Frame 1
_root.doll.gotoAndStop(root.doll._currentframe + 1);
Symbol 94 MovieClip Frame 21
stop();
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 2
stop();
Symbol 101 MovieClip Frame 11
stop();
Symbol 102 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 2
stop();
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 76 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { while (this.hitTest(_root.hero._x, _root.hero._y, true)) { _root.hero._x = _root.hero._x + 1; } }
Instance of Symbol 81 MovieClip "ground" in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { while (this.hitTest(_root.hero._x, _root.hero._y, true)) { _root.hero._y = _root.hero._y - 1; } while (this.hitTest(_root.enemy._x, _root.enemy._y, true)) { _root.enemy._y = _root.enemy._y - 1; } while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) { _root.enemy1._y = _root.enemy1._y - 1; } while (this.hitTest(_root.enemy2._x, _root.enemy2._y, true)) { _root.enemy2._y = _root.enemy2._y - 1; } while (this.hitTest(_root.enemy3._x, _root.enemy3._y, true)) { _root.enemy3._y = _root.enemy3._y - 1; } while (this.hitTest(_root.enemy4._x, _root.enemy4._y, true)) { _root.enemy4._y = _root.enemy4._y - 1; } while (this.hitTest(_root.enemy5._x, _root.enemy5._y, true)) { _root.enemy5._y = _root.enemy5._y - 1; } while (this.hitTest(_root.enemy6._x, _root.enemy6._y, true)) { _root.enemy6._y = _root.enemy6._y - 1; } while (this.hitTest(_root.enemy7._x, _root.enemy7._y, true)) { _root.enemy7._y = _root.enemy7._y - 1; } while (this.hitTest(_root.enemy8._x, _root.enemy8._y, true)) { _root.enemy8._y = _root.enemy8._y - 1; } while (this.hitTest(_root.enemy9._x, _root.enemy9._y, true)) { _root.enemy9._y = _root.enemy9._y - 1; } }
Instance of Symbol 84 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy4._x = 650; _root.enemy4._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy5._x = 650; _root.enemy5._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy6._x = 650; _root.enemy6._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy7._x = 650; _root.enemy7._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy8._x = 650; _root.enemy8._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy9._x = 650; _root.enemy9._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 95 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { this.gotoAndStop(2); } }
Instance of Symbol 95 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { this.gotoAndStop(2); } }
Instance of Symbol 102 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.HP.gotoAndStop(1); this.gotoAndStop(2); } }
Instance of Symbol 95 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { this.gotoAndStop(2); } }
Symbol 104 MovieClip Frame 1
stop();
Symbol 104 MovieClip Frame 2
stop();
Symbol 104 MovieClip Frame 3
_parent.gotoAndStop(2);
Symbol 109 MovieClip Frame 1
stop();
Symbol 109 MovieClip Frame 2
var colorful = new Color("_parent"); colorful.setRGB(10040064);
Symbol 109 MovieClip Frame 3
colorful.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); _parent.diearea.gotoAndStop(_parent.diearea._currentframe + 1);
Symbol 109 MovieClip Frame 4
gotoAndStop (1);
Symbol 120 MovieClip Frame 1
stop(); _root.hero._visible = true;
Symbol 120 MovieClip Frame 2
_root.hero._visible = true; _root.HP.gotoAndStop(_root.HP._currentframe + 1); var colorful = new Color("_root.hero"); colorful.setRGB(10040064);
Symbol 120 MovieClip Frame 4
_root.hero._visible = false; colorful.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 120 MovieClip Frame 5
_root.hero._visible = true;
Symbol 120 MovieClip Frame 6
_root.hero._visible = false;
Symbol 120 MovieClip Frame 7
_root.hero._visible = true;
Symbol 120 MovieClip Frame 8
_root.hero._visible = false;
Symbol 120 MovieClip Frame 9
_root.hero._visible = true;
Symbol 120 MovieClip Frame 10
_root.hero._visible = false;
Symbol 120 MovieClip Frame 11
_root.hero._visible = true;
Symbol 120 MovieClip Frame 12
_root.hero._visible = false;
Symbol 120 MovieClip Frame 13
_root.hero._visible = true;
Symbol 120 MovieClip Frame 14
_root.hero._visible = false;
Symbol 120 MovieClip Frame 15
_root.hero._visible = true;
Symbol 120 MovieClip Frame 16
_root.hero._visible = true;
Symbol 120 MovieClip Frame 17
stop(); _root.hero._visible = true;
Symbol 122 MovieClip Frame 7
_parent._parent.legs._visible = true;
Symbol 122 MovieClip Frame 8
_root.hero.attack.handattack.gotoAndStop(1);
Symbol 123 MovieClip Frame 1
stop();
Instance of Symbol 113 MovieClip in Symbol 123 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _parent.gotoAndPlay(2); } }
Symbol 123 MovieClip Frame 2
_parent.shield.gotoAndStop(1); _parent.legs._visible = false;
Symbol 123 MovieClip Frame 9
gotoAndStop (1);
Symbol 131 MovieClip Frame 1
stop();
Symbol 131 MovieClip Frame 2
stop();
Symbol 137 MovieClip Frame 9
stop();
Symbol 138 MovieClip Frame 1
stop();
Instance of Symbol 109 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.standing.attack.hit.hitTest(this.hit)) { _root.hero.standing.attack.hit.gotoAndStop(2); this.gotoAndPlay(2); } if (_root.hero.jumping.fly.hit.hitTest(this.hit)) { this.gotoAndPlay(2); _root.hero.jumping.fly.hit.gotoAndStop(2); } }
Symbol 138 MovieClip Frame 2
stop();
Symbol 139 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 2
stop();
Symbol 139 MovieClip Frame 3
stop();
Symbol 139 MovieClip Frame 4
_parent.gotoAndStop(2);
Symbol 142 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 2
var colorful = new Color("_parent"); colorful.setRGB(10040064);
Symbol 142 MovieClip Frame 3
colorful.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); _parent.diearea.gotoAndStop(_parent.diearea._currentframe + 1);
Symbol 142 MovieClip Frame 4
gotoAndStop (1);
Symbol 148 MovieClip Frame 1
stop(); _root.hero._visible = true;
Symbol 148 MovieClip Frame 2
_root.hero._visible = true; _root.HP.gotoAndStop(_root.HP._currentframe + 1);
Symbol 148 MovieClip Frame 3
_root.hero._visible = false;
Symbol 148 MovieClip Frame 4
_root.hero._visible = true;
Symbol 148 MovieClip Frame 5
_root.hero._visible = false;
Symbol 148 MovieClip Frame 6
_root.hero._visible = true;
Symbol 148 MovieClip Frame 7
_root.hero._visible = false;
Symbol 148 MovieClip Frame 8
_root.hero._visible = true;
Symbol 148 MovieClip Frame 9
_root.hero._visible = false;
Symbol 148 MovieClip Frame 10
_root.hero._visible = true;
Symbol 148 MovieClip Frame 11
_root.hero._visible = false;
Symbol 148 MovieClip Frame 12
_root.hero._visible = true;
Symbol 148 MovieClip Frame 13
_root.hero._visible = false;
Symbol 148 MovieClip Frame 14
_root.hero._visible = true;
Symbol 148 MovieClip Frame 15
_root.hero._visible = false;
Symbol 148 MovieClip Frame 16
_root.hero._visible = true;
Symbol 148 MovieClip Frame 17
_root.hero._visible = false;
Symbol 148 MovieClip Frame 18
_root.hero._visible = true;
Symbol 148 MovieClip Frame 19
_root.hero._visible = false;
Symbol 148 MovieClip Frame 20
_root.hero._visible = true;
Symbol 148 MovieClip Frame 21
_root.hero._visible = false;
Symbol 148 MovieClip Frame 22
_root.hero._visible = true;
Symbol 148 MovieClip Frame 23
_root.hero._visible = false;
Symbol 148 MovieClip Frame 24
stop(); _root.hero._visible = true;
Symbol 154 MovieClip Frame 7
_parent._parent.legs._visible = true;
Symbol 154 MovieClip Frame 8
_root.hero.attack.handattack.gotoAndStop(1);
Symbol 155 MovieClip Frame 1
stop();
Instance of Symbol 144 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _parent.gotoAndPlay(2); } }
Symbol 155 MovieClip Frame 2
_parent.shield.gotoAndStop(1); _parent.legs._visible = false;
Symbol 155 MovieClip Frame 9
gotoAndStop (1);
Symbol 165 MovieClip Frame 1
stop();
Symbol 165 MovieClip Frame 2
stop();
Symbol 171 MovieClip Frame 10
stop();
Symbol 172 MovieClip Frame 1
stop();
Instance of Symbol 142 MovieClip in Symbol 172 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.standing.attack.hit.hitTest(this.hit)) { _root.hero.standing.attack.hit.gotoAndStop(2); this.gotoAndPlay(2); } if (_root.hero.jumping.fly.hit.hitTest(this.hit)) { this.gotoAndPlay(2); _root.hero.jumping.fly.hit.gotoAndStop(2); } }
Symbol 172 MovieClip Frame 2
stop();
Symbol 209 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 2
stop();
Symbol 211 MovieClip Frame 5
stop(); _parent.gotoAndPlay(1);
Symbol 212 MovieClip Frame 10
gotoAndPlay (1);
Symbol 212 MovieClip Frame 31
gotoAndPlay (1);
Symbol 273 MovieClip Frame 5
stop();
Symbol 273 MovieClip Frame 9
stop();
Symbol 274 MovieClip Frame 1
stop();
Symbol 274 MovieClip Frame 2
stop();
Symbol 274 MovieClip Frame 3
stop();
Symbol 295 MovieClip Frame 1
stop();
Symbol 295 MovieClip Frame 21
stop();
Instance of Symbol 294 MovieClip in Symbol 295 MovieClip Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndStop(_root._currentframe + 1); } }
Symbol 297 MovieClip Frame 84
stop();
Symbol 299 MovieClip Frame 26
stop();
Symbol 304 Button
on (press) { _root.gotoAndStop(_root._currentframe + 1); }
Instance of Symbol 67 MovieClip in Symbol 332 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 336 MovieClip in Symbol 337 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 76 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { while (this.hitTest(_root.hero._x, _root.hero._y, true)) { _root.hero._x = _root.hero._x + 1; } }
Instance of Symbol 309 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 309 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 309 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 313 MovieClip "ground" in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { while (this.hitTest(_root.hero._x, _root.hero._y, true)) { _root.hero._y = _root.hero._y - 1; } while (this.hitTest(_root.enemy._x, _root.enemy._y, true)) { _root.enemy._y = _root.enemy._y - 1; } while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) { _root.enemy1._y = _root.enemy1._y - 1; } while (this.hitTest(_root.enemy2._x, _root.enemy2._y, true)) { _root.enemy2._y = _root.enemy2._y - 1; } }
Instance of Symbol 102 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.HP.gotoAndStop(1); this.gotoAndStop(2); } }
Instance of Symbol 95 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { this.gotoAndStop(2); } }
Instance of Symbol 95 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { this.gotoAndStop(2); } }
Instance of Symbol 95 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { this.gotoAndStop(2); } }
Symbol 341 MovieClip Frame 84
stop();
Symbol 356 MovieClip Frame 21
stop();
Symbol 357 MovieClip Frame 1
stop();
Instance of Symbol 355 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.HP.nolife.gotoAndStop(_root.HP.nolife._currentframe + 1); _parent.gotoAndStop(2); } }
Symbol 357 MovieClip Frame 2
stop();
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 349 MovieClip "ground" in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { while (this.hitTest(_root.hero._x, _root.hero._y, true)) { _root.hero._y = _root.hero._y - 1; } while (this.hitTest(_root.enemy._x, _root.enemy._y, true)) { _root.enemy._y = _root.enemy._y - 1; } while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) { _root.enemy1._y = _root.enemy1._y - 1; } while (this.hitTest(_root.enemy2._x, _root.enemy2._y, true)) { _root.enemy2._y = _root.enemy2._y - 1; } while (this.hitTest(_root.enemy3._x, _root.enemy3._y, true)) { _root.enemy3._y = _root.enemy3._y - 1; } while (this.hitTest(_root.enemy4._x, _root.enemy4._y, true)) { _root.enemy4._y = _root.enemy4._y - 1; } while (this.hitTest(_root.enemy5._x, _root.enemy5._y, true)) { _root.enemy5._y = _root.enemy5._y - 1; } while (this.hitTest(_root.enemy6._x, _root.enemy6._y, true)) { _root.enemy6._y = _root.enemy6._y - 1; } while (this.hitTest(_root.afro._x, _root.afro._y, true)) { _root.afro._y = _root.afro._y - 1; } while (this.hitTest(_root.afro1._x, _root.afro1._y, true)) { _root.afro1._y = _root.afro1._y - 1; } while (this.hitTest(_root.afro2._x, _root.afro2._y, true)) { _root.afro2._y = _root.afro2._y - 1; } while (this.hitTest(_root.afro3._x, _root.afro3._y, true)) { _root.afro3._y = _root.afro3._y - 1; } while (this.hitTest(_root.afro4._x, _root.afro4._y, true)) { _root.afro4._y = _root.afro4._y - 1; } while (this.hitTest(_root.afro5._x, _root.afro5._y, true)) { _root.afro5._y = _root.afro5._y - 1; } while (this.hitTest(_root.afro6._x, _root.afro6._y, true)) { _root.afro6._y = _root.afro6._y - 1; } while (this.hitTest(_root.afro7._x, _root.afro7._y, true)) { _root.afro7._y = _root.afro7._y - 1; } }
Instance of Symbol 349 MovieClip "ground" in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { while (this.hitTest(_root.hero._x, _root.hero._y, true)) { _root.hero._y = _root.hero._y - 1; } while (this.hitTest(_root.enemy._x, _root.enemy._y, true)) { _root.enemy._y = _root.enemy._y - 1; } while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) { _root.enemy1._y = _root.enemy1._y - 1; } while (this.hitTest(_root.enemy2._x, _root.enemy2._y, true)) { _root.enemy2._y = _root.enemy2._y - 1; } while (this.hitTest(_root.enemy3._x, _root.enemy3._y, true)) { _root.enemy3._y = _root.enemy3._y - 1; } while (this.hitTest(_root.enemy4._x, _root.enemy4._y, true)) { _root.enemy4._y = _root.enemy4._y - 1; } while (this.hitTest(_root.enemy5._x, _root.enemy5._y, true)) { _root.enemy5._y = _root.enemy5._y - 1; } while (this.hitTest(_root.enemy6._x, _root.enemy6._y, true)) { _root.enemy6._y = _root.enemy6._y - 1; } while (this.hitTest(_root.afro._x, _root.afro._y, true)) { _root.afro._y = _root.afro._y - 1; } while (this.hitTest(_root.afro1._x, _root.afro1._y, true)) { _root.afro1._y = _root.afro1._y - 1; } while (this.hitTest(_root.afro2._x, _root.afro2._y, true)) { _root.afro2._y = _root.afro2._y - 1; } while (this.hitTest(_root.afro3._x, _root.afro3._y, true)) { _root.afro3._y = _root.afro3._y - 1; } while (this.hitTest(_root.afro4._x, _root.afro4._y, true)) { _root.afro4._y = _root.afro4._y - 1; } while (this.hitTest(_root.afro5._x, _root.afro5._y, true)) { _root.afro5._y = _root.afro5._y - 1; } while (this.hitTest(_root.afro6._x, _root.afro6._y, true)) { _root.afro6._y = _root.afro6._y - 1; } while (this.hitTest(_root.afro7._x, _root.afro7._y, true)) { _root.afro7._y = _root.afro7._y - 1; } }
Instance of Symbol 76 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { while (this.hitTest(_root.hero._x, _root.hero._y, true)) { _root.hero._x = _root.hero._x + 1; } }
Instance of Symbol 351 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { while (this.hitTest(_root.enemy5._x, _root.enemy5._y, true)) { _root.enemy5._x = _root.enemy5._x - 1; } while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) { _root.enemy1._x = _root.enemy1._x - 1; } }
Instance of Symbol 84 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy2._x = 600; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy4._x = 650; _root.enemy4._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy6._x = 650; _root.enemy6._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy._x = 650; _root.enemy._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.afro._x = 650; _root.afro._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.afro1._x = 650; _root.afro1._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.afro2._x = 650; _root.afro2._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.afro4._x = 650; _root.afro4._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.afro3._x = 650; _root.afro3._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.afro5._x = 650; _root.afro5._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.afro6._x = 650; _root.afro6._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.afro7._x = 650; _root.afro7._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 95 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { this.gotoAndStop(2); } }
Instance of Symbol 95 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { this.gotoAndStop(2); } }
Instance of Symbol 95 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { this.gotoAndStop(2); } }
Symbol 365 MovieClip Frame 1
stop(); _root.hero._visible = true;
Symbol 365 MovieClip Frame 2
_root.hero._visible = true; _root.HP.gotoAndStop(_root.HP._currentframe + 1);
Symbol 365 MovieClip Frame 3
_root.hero._visible = false;
Symbol 365 MovieClip Frame 4
_root.hero._visible = true;
Symbol 365 MovieClip Frame 5
_root.hero._visible = false;
Symbol 365 MovieClip Frame 6
_root.hero._visible = true;
Symbol 365 MovieClip Frame 7
_root.hero._visible = false;
Symbol 365 MovieClip Frame 8
_root.hero._visible = true;
Symbol 365 MovieClip Frame 9
_root.hero._visible = false;
Symbol 365 MovieClip Frame 10
_root.hero._visible = true;
Symbol 365 MovieClip Frame 11
_root.hero._visible = false;
Symbol 365 MovieClip Frame 12
_root.hero._visible = true;
Symbol 365 MovieClip Frame 13
_root.hero._visible = false;
Symbol 365 MovieClip Frame 14
_root.hero._visible = true;
Symbol 365 MovieClip Frame 15
_root.hero._visible = false;
Symbol 365 MovieClip Frame 16
_root.hero._visible = true;
Symbol 365 MovieClip Frame 17
_root.hero._visible = false;
Symbol 365 MovieClip Frame 18
_root.hero._visible = true;
Symbol 365 MovieClip Frame 19
_root.hero._visible = false;
Symbol 365 MovieClip Frame 20
_root.hero._visible = true;
Symbol 365 MovieClip Frame 21
_root.hero._visible = false;
Symbol 365 MovieClip Frame 22
_root.hero._visible = true;
Symbol 365 MovieClip Frame 23
_root.hero._visible = false;
Symbol 365 MovieClip Frame 24
stop(); _root.hero._visible = true;
Symbol 367 MovieClip Frame 4
_parent._parent.legs._visible = true;
Symbol 367 MovieClip Frame 5
_root.hero.attack.handattack.gotoAndStop(1);
Symbol 368 MovieClip Frame 1
stop();
Instance of Symbol 361 MovieClip in Symbol 368 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _parent.gotoAndPlay(2); } }
Symbol 368 MovieClip Frame 2
_parent.shield.gotoAndStop(1); _parent.legs._visible = false;
Symbol 368 MovieClip Frame 7
gotoAndStop (1);
Symbol 379 MovieClip Frame 1
stop();
Symbol 379 MovieClip Frame 2
stop();
Symbol 384 MovieClip Frame 10
stop();
Symbol 385 MovieClip Frame 1
stop();
Instance of Symbol 109 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.standing.attack.hit.hitTest(this.hit)) { _root.hero.standing.attack.hit.gotoAndStop(2); this.gotoAndPlay(2); } if (_root.hero.jumping.fly.hit.hitTest(this.hit)) { this.gotoAndPlay(2); _root.hero.jumping.fly.hit.gotoAndStop(2); } }
Symbol 385 MovieClip Frame 2
stop();
Symbol 387 MovieClip Frame 84
stop();
Instance of Symbol 476 MovieClip in Symbol 477 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero._y = _root.hero._y + 20; } }
Instance of Symbol 398 MovieClip "ground" in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { while (this.hitTest(_root.hero._x, _root.hero._y, true)) { _root.hero._y = _root.hero._y - 1; } while (this.hitTest(_root.enemy._x, _root.enemy._y, true)) { _root.enemy._y = _root.enemy._y - 1; } while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) { _root.enemy1._y = _root.enemy1._y - 1; } while (this.hitTest(_root.enemy2._x, _root.enemy2._y, true)) { _root.enemy2._y = _root.enemy2._y - 1; } while (this.hitTest(_root.enemy3._x, _root.enemy3._y, true)) { _root.enemy3._y = _root.enemy3._y - 1; } while (this.hitTest(_root.enemy4._x, _root.enemy4._y, true)) { _root.enemy4._y = _root.enemy4._y - 1; } while (this.hitTest(_root.enemy5._x, _root.enemy5._y, true)) { _root.enemy5._y = _root.enemy5._y - 1; } while (this.hitTest(_root.enemy6._x, _root.enemy6._y, true)) { _root.enemy6._y = _root.enemy6._y - 1; } while (this.hitTest(_root.enemy7._x, _root.enemy7._y, true)) { _root.enemy7._y = _root.enemy7._y - 1; } while (this.hitTest(_root.enemy8._x, _root.enemy8._y, true)) { _root.enemy8._y = _root.enemy8._y - 1; } while (this.hitTest(_root.enemy9._x, _root.enemy9._y, true)) { _root.enemy9._y = _root.enemy9._y - 1; } }
Instance of Symbol 67 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 67 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { this.gotoAndStop(2); } }
Instance of Symbol 95 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { this.gotoAndStop(2); } }
Instance of Symbol 480 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { while (this.hitTest(_root.enemy._x, _root.enemy._y, true)) { _root.enemy._x = _root.enemy._x + 1; } while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) { _root.enemy1._x = _root.enemy1._x + 1; } while (this.hitTest(_root.enemy2._x, _root.enemy2._y, true)) { _root.enemy2._x = _root.enemy2._x + 1; } while (this.hitTest(_root.enemy3._x, _root.enemy3._y, true)) { _root.enemy3._x = _root.enemy3._x + 1; } while (this.hitTest(_root.enemy4._x, _root.enemy4._y, true)) { _root.enemy4._x = _root.enemy4._x + 1; } while (this.hitTest(_root.enemy5._x, _root.enemy5._y, true)) { _root.enemy5._x = _root.enemy5._x + 1; } while (this.hitTest(_root.enemy6._x, _root.enemy6._y, true)) { _root.enemy6._x = _root.enemy6._x + 1; } while (this.hitTest(_root.enemy7._x, _root.enemy7._y, true)) { _root.enemy7._x = _root.enemy7._x + 1; } while (this.hitTest(_root.enemy8._x, _root.enemy8._y, true)) { _root.enemy8._x = _root.enemy8._x + 1; } while (this.hitTest(_root.enemy9._x, _root.enemy9._y, true)) { _root.enemy9._x = _root.enemy9._x + 1; } }
Instance of Symbol 482 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { while (this.hitTest(_root.enemy._x, _root.enemy._y, true)) { _root.enemy._x = _root.enemy._x - 1; } while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) { _root.enemy1._x = _root.enemy1._x - 1; } while (this.hitTest(_root.enemy2._x, _root.enemy2._y, true)) { _root.enemy2._x = _root.enemy2._x - 1; } while (this.hitTest(_root.enemy3._x, _root.enemy3._y, true)) { _root.enemy3._x = _root.enemy3._x - 1; } while (this.hitTest(_root.enemy4._x, _root.enemy4._y, true)) { _root.enemy4._x = _root.enemy4._x - 1; } while (this.hitTest(_root.enemy5._x, _root.enemy5._y, true)) { _root.enemy5._x = _root.enemy5._x - 1; } while (this.hitTest(_root.enemy6._x, _root.enemy6._y, true)) { _root.enemy6._x = _root.enemy6._x - 1; } while (this.hitTest(_root.enemy7._x, _root.enemy7._y, true)) { _root.enemy7._x = _root.enemy7._x - 1; } while (this.hitTest(_root.enemy8._x, _root.enemy8._y, true)) { _root.enemy8._x = _root.enemy8._x - 1; } while (this.hitTest(_root.enemy9._x, _root.enemy9._y, true)) { _root.enemy9._x = _root.enemy9._x - 1; } }
Instance of Symbol 84 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy._x = 650; _root.enemy._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy1._x = 650; _root.enemy1._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy2._x = 650; _root.enemy2._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy3._x = 650; _root.enemy3._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy4._x = 650; _root.enemy4._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy5._x = 650; _root.enemy5._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy6._x = 650; _root.enemy6._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy7._x = 650; _root.enemy7._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy8._x = 650; _root.enemy8._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 84 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.enemy9._x = 650; _root.enemy9._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 95 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { this.gotoAndStop(2); } }
Instance of Symbol 488 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 489 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Instance of Symbol 102 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.HP.gotoAndStop(1); this.gotoAndStop(2); } }
Instance of Symbol 490 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hit)) { _root.hero.hit.gotoAndPlay(2); } }
Symbol 499 MovieClip Frame 4
_parent._parent.legs._visible = true;
Symbol 499 MovieClip Frame 5
_root.hero.attack.handattack.gotoAndStop(1);
Symbol 500 MovieClip Frame 1
stop();
Instance of Symbol 493 MovieClip in Symbol 500 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _parent.gotoAndPlay(2); } }
Symbol 500 MovieClip Frame 2
_parent.legs._visible = false;
Symbol 500 MovieClip Frame 7
gotoAndStop (1);
Symbol 504 MovieClip Frame 1
stop();
Symbol 504 MovieClip Frame 2
stop();
Symbol 505 MovieClip Frame 1
stop();
Symbol 505 MovieClip Frame 20
gotoAndStop (1);
Symbol 506 MovieClip Frame 1
stop();
Symbol 511 MovieClip Frame 7
stop();
Symbol 512 MovieClip Frame 1
stop();
Instance of Symbol 506 MovieClip "enemyhit" in Symbol 512 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.standing.attack.hit.hitTest(this)) { _root.hero.standing.attack.hit.gotoAndStop(2); _parent.gotoAndPlay(2); } if (_root.hero.jumping.fly.hit.hitTest(this)) { this.gotoAndPlay(2); _parent.gotoAndPlay(2); _root.hero.jumping.fly.hit.gotoAndStop(2); } }
Symbol 512 MovieClip Frame 2
stop();
Symbol 514 MovieClip Frame 84
stop();
Instance of Symbol 84 MovieClip in Symbol 532 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.music.gotoAndStop(11); _root.boss.area._yscale = 1000; _root.boss.area._xscale = 1000; _root.enemy1._x = 600; _root.enemy1._y = 250; _root.enemy._x = 650; _root.enemy._y = 250; _root.enemy2._x = 590; _root.enemy2._y = 250; _root.enemy3._x = 700; _root.enemy3._y = 250; _root.enemy4._x = 610; _root.enemy4._y = 250; _root.enemy5._x = 620; _root.enemy5._y = 250; _root.enemy6._x = 630; _root.enemy6._y = 250; _root.enemy7._x = 710; _root.enemy7._y = 250; _root.enemy8._x = 590; _root.enemy8._y = 250; _root.enemy9._x = 580; _root.enemy9._y = 250; this.gotoAndStop(2); } }
Instance of Symbol 525 MovieClip "ground" in Symbol 532 MovieClip Frame 1
onClipEvent (enterFrame) { while (this.hitTest(_root.hero._x, _root.hero._y, true)) { _root.hero._y = _root.hero._y - 1; } while (this.hitTest(_root.enemy._x, _root.enemy._y, true)) { _root.enemy._y = _root.enemy._y - 1; } while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) { _root.enemy1._y = _root.enemy1._y - 1; } while (this.hitTest(_root.enemy2._x, _root.enemy2._y, true)) { _root.enemy2._y = _root.enemy2._y - 1; } while (this.hitTest(_root.enemy3._x, _root.enemy3._y, true)) { _root.enemy3._y = _root.enemy3._y - 1; } while (this.hitTest(_root.enemy4._x, _root.enemy4._y, true)) { _root.enemy4._y = _root.enemy4._y - 1; } while (this.hitTest(_root.enemy5._x, _root.enemy5._y, true)) { _root.enemy5._y = _root.enemy5._y - 1; } while (this.hitTest(_root.enemy6._x, _root.enemy6._y, true)) { _root.enemy6._y = _root.enemy6._y - 1; } while (this.hitTest(_root.enemy7._x, _root.enemy7._y, true)) { _root.enemy7._y = _root.enemy7._y - 1; } while (this.hitTest(_root.enemy8._x, _root.enemy8._y, true)) { _root.enemy8._y = _root.enemy8._y - 1; } while (this.hitTest(_root.enemy9._x, _root.enemy9._y, true)) { _root.enemy9._y = _root.enemy9._y - 1; } while (this.hitTest(_root.boss._x, _root.boss._y, true)) { _root.boss._y = _root.boss._y - 1; } }
Instance of Symbol 527 MovieClip in Symbol 532 MovieClip Frame 1
onClipEvent (enterFrame) { while (this.hitTest(_root.hero._x, _root.hero._y, true)) { _root.hero._x = _root.hero._x - 1; } }
Instance of Symbol 529 MovieClip in Symbol 532 MovieClip Frame 1
onClipEvent (enterFrame) { while (this.hitTest(_root.hero._x, _root.hero._y, true)) { _root.hero._x = _root.hero._x + 1; } }
Instance of Symbol 102 MovieClip in Symbol 532 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.HP.gotoAndStop(1); this.gotoAndStop(2); } }
Symbol 533 MovieClip Frame 1
stop();
Symbol 533 MovieClip Frame 2
stop();
Symbol 533 MovieClip Frame 3
stop();
Symbol 533 MovieClip Frame 4
stop();
Symbol 533 MovieClip Frame 5
stop();
Symbol 533 MovieClip Frame 6
stop();
Symbol 533 MovieClip Frame 7
stop();
Symbol 533 MovieClip Frame 8
stop();
Symbol 533 MovieClip Frame 9
stop();
Symbol 533 MovieClip Frame 10
stop();
Symbol 533 MovieClip Frame 11
stop();
Symbol 533 MovieClip Frame 12
stop();
Symbol 533 MovieClip Frame 13
stop();
Symbol 533 MovieClip Frame 14
stop();
Symbol 533 MovieClip Frame 15
_parent.gotoAndStop(2);
Symbol 535 MovieClip Frame 1
_parent._visible = true; stop(); colorful.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 535 MovieClip Frame 2
_parent._visible = false; var colorful = new Color("_parent"); colorful.setRGB(10040064);
Symbol 535 MovieClip Frame 3
_parent._visible = true; _parent.diearea.gotoAndStop(_parent.diearea._currentframe + 1);
Symbol 535 MovieClip Frame 4
_parent._visible = false; colorful.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 535 MovieClip Frame 5
_parent._visible = true;
Symbol 535 MovieClip Frame 6
_parent._visible = false;
Symbol 535 MovieClip Frame 7
_parent._visible = true;
Symbol 535 MovieClip Frame 8
_parent._visible = false;
Symbol 535 MovieClip Frame 9
_parent._visible = true;
Symbol 535 MovieClip Frame 10
_parent._visible = false;
Symbol 535 MovieClip Frame 11
_parent._visible = true;
Symbol 535 MovieClip Frame 12
_parent._visible = false;
Symbol 535 MovieClip Frame 13
_parent._visible = true;
Symbol 535 MovieClip Frame 14
gotoAndStop (1);
Symbol 548 MovieClip Frame 10
_parent._parent.legs._visible = true;
Symbol 549 MovieClip Frame 1
stop();
Instance of Symbol 537 MovieClip in Symbol 549 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _parent.gotoAndPlay(2); } }
Symbol 549 MovieClip Frame 2
_parent.legs._visible = false;
Symbol 549 MovieClip Frame 12
gotoAndStop (1);
Symbol 559 MovieClip Frame 1
stop();
Symbol 559 MovieClip Frame 2
stop();
Symbol 572 MovieClip Frame 15
_root.enemy1.gotoAndStop(4); _root.enemy.gotoAndStop(4); _root.enemy2.gotoAndStop(4); _root.enemy3.gotoAndStop(4); _root.enemy4.gotoAndStop(4); _root.enemy5.gotoAndStop(4); _root.enemy6.gotoAndStop(4); _root.enemy7.gotoAndStop(4); _root.enemy8.gotoAndStop(4); _root.enemy9.gotoAndStop(4);
Symbol 572 MovieClip Frame 46
stopAllSounds();
Symbol 572 MovieClip Frame 81
_root.gotoAndStop(15);
Symbol 573 MovieClip Frame 1
stop();
Instance of Symbol 535 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.standing.attack.hit.hitTest(this.hit)) { _root.hero.standing.attack.hit.gotoAndStop(2); this.gotoAndPlay(2); } if (_root.hero.jumping.fly.hit.hitTest(this.hit)) { this.gotoAndPlay(2); _root.hero.jumping.fly.hit.gotoAndStop(2); } }
Symbol 573 MovieClip Frame 2
stop();
Symbol 576 MovieClip Frame 4
_parent._parent.legs._visible = true;
Symbol 576 MovieClip Frame 5
_root.hero.attack.handattack.gotoAndStop(1);
Symbol 577 MovieClip Frame 1
stop();
Instance of Symbol 575 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _parent.gotoAndPlay(2); } }
Symbol 577 MovieClip Frame 2
_parent.legs._visible = false;
Symbol 577 MovieClip Frame 7
gotoAndStop (1);
Symbol 579 MovieClip Frame 1
stop();
Symbol 579 MovieClip Frame 2
stop();
Symbol 580 MovieClip Frame 1
stop();
Symbol 580 MovieClip Frame 20
gotoAndStop (1);
Symbol 581 MovieClip Frame 1
stop();
Symbol 583 MovieClip Frame 55
_parent.gotoAndStop(3);
Symbol 584 MovieClip Frame 7
stop();
Symbol 585 MovieClip Frame 1
stop();
Instance of Symbol 581 MovieClip "enemyhit" in Symbol 585 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.standing.attack.hit.hitTest(this)) { _root.hero.standing.attack.hit.gotoAndStop(2); _parent.gotoAndPlay(2); } if (_root.hero.jumping.fly.hit.hitTest(this)) { this.gotoAndPlay(2); _parent.gotoAndPlay(2); _root.hero.jumping.fly.hit.gotoAndStop(2); } }
Symbol 585 MovieClip Frame 2
stop();
Symbol 585 MovieClip Frame 3
this._x = random(550) - 600; gotoAndStop (1);
Symbol 585 MovieClip Frame 4
stop();
Symbol 587 MovieClip Frame 84
stop();
Symbol 592 Button
on (release) { gotoAndPlay (2); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:3 476
Symbol 3 MovieClipUses:2Used by:8
Symbol 4 GraphicUsed by:8
Symbol 5 FontUsed by:6
Symbol 6 TextUses:5Used by:7
Symbol 7 MovieClipUses:6Used by:8
Symbol 8 MovieClipUses:3 4 7Used by:Timeline
Symbol 9 GraphicUsed by:10 61
Symbol 10 ButtonUses:9Used by:Timeline
Symbol 11 GraphicUsed by:Timeline
Symbol 12 SoundUsed by:18
Symbol 13 SoundUsed by:18
Symbol 14 SoundUsed by:18
Symbol 15 SoundUsed by:18
Symbol 16 SoundUsed by:18
Symbol 17 SoundUsed by:18
Symbol 18 MovieClipUses:12 13 14 15 16 17Used by:Timeline
Symbol 19 FontUsed by:20
Symbol 20 TextUses:19Used by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 GraphicUsed by:23
Symbol 23 ButtonUses:22Used by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 GraphicUsed by:27
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:25 26Used by:Timeline
Symbol 28 GraphicUsed by:29
Symbol 29 ButtonUses:28Used by:Timeline
Symbol 30 GraphicUsed by:31
Symbol 31 ButtonUses:30Used by:Timeline
Symbol 32 GraphicUsed by:33
Symbol 33 ButtonUses:32Used by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 GraphicUsed by:44 54 183 254
Symbol 44 MovieClipUses:43Used by:Timeline
Symbol 45 GraphicUsed by:46 55 184 255
Symbol 46 MovieClipUses:45Used by:Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 GraphicUsed by:49 57 186 257
Symbol 49 MovieClipUses:48Used by:Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:Timeline
Symbol 53 GraphicUsed by:Timeline
Symbol 54 MovieClipUses:43Used by:Timeline
Symbol 55 MovieClipUses:45Used by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 MovieClipUses:48Used by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 GraphicUsed by:60
Symbol 60 ButtonUses:59Used by:Timeline
Symbol 61 ButtonUses:9Used by:Timeline
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:Timeline
Symbol 64 BitmapUsed by:65 69 82
Symbol 65 GraphicUses:64Used by:103
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:103 332 339 359 491
Symbol 68 GraphicUsed by:103 339 359 491
Symbol 69 GraphicUses:64Used by:103
Symbol 70 GraphicUsed by:103 359 491
Symbol 71 GraphicUsed by:103 339 359 491
Symbol 72 GraphicUsed by:103 339 359 491
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:103
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:103 339 359
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:103 339 359 491
Symbol 79 GraphicUsed by:103
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:103
Symbol 82 GraphicUses:64Used by:103
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:103 359 491 532
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:103
Symbol 87 GraphicUsed by:92
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:92
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:92
Symbol 92 MovieClipUses:87 89 91Used by:94 95
Symbol 93 SoundUsed by:94
Symbol 94 MovieClipUses:92 93Used by:95
Symbol 95 MovieClipUses:92 94Used by:103 339 359 491
Symbol 96 GraphicUsed by:99 101
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:99 101
Symbol 99 MovieClipUses:96 98Used by:102
Symbol 100 SoundUsed by:101
Symbol 101 MovieClipUses:96 98 100Used by:102
Symbol 102 MovieClipUses:99 101Used by:103 339 491 532
Symbol 103 MovieClipUses:65 67 68 69 70 71 72 74 76 78 79 81 82 84 86 95 102Used by:Timeline
Symbol 104 MovieClipUsed by:138 385
Symbol 105 GraphicUsed by:106 140 534
Symbol 106 MovieClipUses:105Used by:109
Symbol 107 SoundUsed by:109
Symbol 108 SoundUsed by:109
Symbol 109 MovieClipUses:106 107 108Used by:138 385
Symbol 110 GraphicUsed by:111 143 360 492 536 574
Symbol 111 MovieClipUses:110Used by:138
Symbol 112 GraphicUsed by:113 144 493 537 575
Symbol 113 MovieClipUses:112Used by:123
Symbol 114 GraphicUsed by:122 131
Symbol 115 SoundUsed by:122 367
Symbol 116 GraphicUsed by:122
Symbol 117 GraphicUsed by:122
Symbol 118 GraphicUsed by:120
Symbol 119 SoundUsed by:120
Symbol 120 MovieClipUses:118 119Used by:122 274
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:114 115 116 117 120 121Used by:123
Symbol 123 MovieClipUses:113 122Used by:138
Symbol 124 GraphicUsed by:130
Symbol 125 GraphicUsed by:130
Symbol 126 GraphicUsed by:130
Symbol 127 GraphicUsed by:130
Symbol 128 GraphicUsed by:130
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:124 125 126 127 128 129Used by:131
Symbol 131 MovieClipUses:114 130Used by:138
Symbol 132 GraphicUsed by:137
Symbol 133 GraphicUsed by:137
Symbol 134 GraphicUsed by:137
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:135Used by:137
Symbol 137 MovieClipUses:132 133 134 136Used by:138
Symbol 138 MovieClipUses:104 109 111 123 131 137Used by:Timeline
Symbol 139 MovieClipUsed by:172
Symbol 140 MovieClipUses:105Used by:142
Symbol 141 SoundUsed by:142
Symbol 142 MovieClipUses:140 141Used by:172
Symbol 143 MovieClipUses:110Used by:172
Symbol 144 MovieClipUses:112Used by:155
Symbol 145 GraphicUsed by:154 165
Symbol 146 GraphicUsed by:154
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:154
Symbol 149 GraphicUsed by:154
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:154
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:154
Symbol 154 MovieClipUses:145 146 148 149 151 153Used by:155
Symbol 155 MovieClipUses:144 154Used by:172
Symbol 156 GraphicUsed by:164
Symbol 157 GraphicUsed by:164
Symbol 158 GraphicUsed by:164
Symbol 159 GraphicUsed by:164
Symbol 160 GraphicUsed by:164
Symbol 161 GraphicUsed by:164
Symbol 162 GraphicUsed by:164
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:156 157 158 159 160 161 162 163Used by:165
Symbol 165 MovieClipUses:145 164Used by:172
Symbol 166 GraphicUsed by:171
Symbol 167 GraphicUsed by:171
Symbol 168 GraphicUsed by:171
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:169Used by:171
Symbol 171 MovieClipUses:166 167 168 170Used by:172
Symbol 172 MovieClipUses:139 142 143 155 165 171Used by:Timeline
Symbol 173 GraphicUsed by:212
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClipUses:174Used by:212
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:176Used by:212
Symbol 178 GraphicUsed by:212
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:179Used by:212
Symbol 181 GraphicUsed by:212
Symbol 182 GraphicUsed by:211
Symbol 183 MovieClipUses:43Used by:211
Symbol 184 MovieClipUses:45Used by:211
Symbol 185 GraphicUsed by:211
Symbol 186 MovieClipUses:48Used by:211
Symbol 187 GraphicUsed by:211
Symbol 188 GraphicUsed by:211
Symbol 189 GraphicUsed by:190 259
Symbol 190 MovieClipUses:189Used by:211
Symbol 191 GraphicUsed by:192 260
Symbol 192 MovieClipUses:191Used by:211
Symbol 193 GraphicUsed by:211
Symbol 194 GraphicUsed by:195 262
Symbol 195 MovieClipUses:194Used by:211
Symbol 196 GraphicUsed by:211
Symbol 197 GraphicUsed by:211
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:198Used by:211
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:200Used by:211
Symbol 202 GraphicUsed by:211
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:203Used by:211
Symbol 205 GraphicUsed by:211
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:206Used by:211
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:211
Symbol 210 SoundUsed by:211
Symbol 211 MovieClipUses:182 183 184 185 186 187 188 190 192 193 195 196 197 199 201 202 204 205 207 209 210Used by:212
Symbol 212 MovieClipUses:173 175 177 178 180 181 211Used by:274
Symbol 213 GraphicUsed by:252
Symbol 214 GraphicUsed by:215 222 227 232 237 241 245 249
Symbol 215 MovieClipUses:214Used by:252
Symbol 216 GraphicUsed by:217 223 228 233 238 242 246 250
Symbol 217 MovieClipUses:216Used by:252
Symbol 218 GraphicUsed by:252
Symbol 219 GraphicUsed by:220 225 230 235 240 243 248 251
Symbol 220 MovieClipUses:219Used by:252
Symbol 221 GraphicUsed by:252
Symbol 222 MovieClipUses:214Used by:252
Symbol 223 MovieClipUses:216Used by:252
Symbol 224 GraphicUsed by:252
Symbol 225 MovieClipUses:219Used by:252
Symbol 226 GraphicUsed by:252
Symbol 227 MovieClipUses:214Used by:252
Symbol 228 MovieClipUses:216Used by:252
Symbol 229 GraphicUsed by:252
Symbol 230 MovieClipUses:219Used by:252
Symbol 231 GraphicUsed by:252
Symbol 232 MovieClipUses:214Used by:252
Symbol 233 MovieClipUses:216Used by:252
Symbol 234 GraphicUsed by:252
Symbol 235 MovieClipUses:219Used by:252
Symbol 236 GraphicUsed by:252
Symbol 237 MovieClipUses:214Used by:252
Symbol 238 MovieClipUses:216Used by:252
Symbol 239 GraphicUsed by:252
Symbol 240 MovieClipUses:219Used by:252
Symbol 241 MovieClipUses:214Used by:252
Symbol 242 MovieClipUses:216Used by:252
Symbol 243 MovieClipUses:219Used by:252
Symbol 244 GraphicUsed by:252
Symbol 245 MovieClipUses:214Used by:252
Symbol 246 MovieClipUses:216Used by:252
Symbol 247 GraphicUsed by:252
Symbol 248 MovieClipUses:219Used by:252
Symbol 249 MovieClipUses:214Used by:252
Symbol 250 MovieClipUses:216Used by:252
Symbol 251 MovieClipUses:219Used by:252
Symbol 252 MovieClipUses:213 215 217 218 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251Used by:274
Symbol 253 GraphicUsed by:273
Symbol 254 MovieClipUses:43Used by:273
Symbol 255 MovieClipUses:45Used by:273
Symbol 256 GraphicUsed by:273
Symbol 257 MovieClipUses:48Used by:273
Symbol 258 GraphicUsed by:273
Symbol 259 MovieClipUses:189Used by:273
Symbol 260 MovieClipUses:191Used by:273
Symbol 261 GraphicUsed by:273
Symbol 262 MovieClipUses:194Used by:273
Symbol 263 GraphicUsed by:273
Symbol 264 GraphicUsed by:273
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:265Used by:273
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:267Used by:273
Symbol 269 GraphicUsed by:273
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:270Used by:273
Symbol 272 GraphicUsed by:273
Symbol 273 MovieClipUses:253 254 255 256 257 258 259 260 261 262 263 264 266 268 269 271 272Used by:274
Symbol 274 MovieClipUses:120 212 252 273Used by:Timeline
Symbol 275 GraphicUsed by:295
Symbol 276 GraphicUsed by:295
Symbol 277 GraphicUsed by:295
Symbol 278 GraphicUsed by:295
Symbol 279 GraphicUsed by:295
Symbol 280 GraphicUsed by:295
Symbol 281 GraphicUsed by:295
Symbol 282 GraphicUsed by:295
Symbol 283 GraphicUsed by:295
Symbol 284 GraphicUsed by:295
Symbol 285 GraphicUsed by:295
Symbol 286 GraphicUsed by:295
Symbol 287 GraphicUsed by:295
Symbol 288 GraphicUsed by:295
Symbol 289 GraphicUsed by:295
Symbol 290 GraphicUsed by:295
Symbol 291 GraphicUsed by:295
Symbol 292 GraphicUsed by:295
Symbol 293 GraphicUsed by:294 295
Symbol 294 MovieClipUses:293Used by:295
Symbol 295 MovieClipUses:275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294Used by:Timeline
Symbol 296 GraphicUsed by:297
Symbol 297 MovieClipUses:296Used by:Timeline
Symbol 298 GraphicUsed by:299
Symbol 299 MovieClipUses:298Used by:Timeline
Symbol 300 BitmapUsed by:301
Symbol 301 GraphicUses:300Used by:Timeline
Symbol 302 GraphicUsed by:Timeline
Symbol 303 GraphicUsed by:304
Symbol 304 ButtonUses:303Used by:Timeline
Symbol 305 BitmapUsed by:306
Symbol 306 GraphicUses:305Used by:Timeline
Symbol 307 GraphicUsed by:339
Symbol 308 GraphicUsed by:309
Symbol 309 MovieClipUses:308Used by:339
Symbol 310 GraphicUsed by:339
Symbol 311 GraphicUsed by:339
Symbol 312 GraphicUsed by:313
Symbol 313 MovieClipUses:312Used by:339
Symbol 314 GraphicUsed by:339
Symbol 315 GraphicUsed by:339
Symbol 316 GraphicUsed by:327
Symbol 317 GraphicUsed by:327
Symbol 318 GraphicUsed by:327
Symbol 319 GraphicUsed by:327
Symbol 320 GraphicUsed by:327
Symbol 321 GraphicUsed by:327
Symbol 322 GraphicUsed by:327
Symbol 323 GraphicUsed by:327
Symbol 324 GraphicUsed by:327
Symbol 325 GraphicUsed by:327
Symbol 326 GraphicUsed by:327
Symbol 327 MovieClipUses:316 317 318 319 320 321 322 323 324 325 326Used by:339
Symbol 328 BitmapUsed by:329
Symbol 329 GraphicUses:328Used by:339
Symbol 330 BitmapUsed by:331
Symbol 331 GraphicUses:330Used by:332
Symbol 332 MovieClipUses:67 331Used by:333
Symbol 333 MovieClipUses:332Used by:339 491
Symbol 334 BitmapUsed by:335
Symbol 335 GraphicUses:334Used by:336
Symbol 336 MovieClipUses:335Used by:337
Symbol 337 MovieClipUses:336Used by:338
Symbol 338 MovieClipUses:337Used by:339
Symbol 339 MovieClipUses:76 307 309 67 68 310 311 313 78 314 71 72 315 327 329 333 102 95 338Used by:Timeline
Symbol 340 GraphicUsed by:341
Symbol 341 MovieClipUses:340Used by:Timeline
Symbol 342 GraphicUsed by:Timeline
Symbol 343 BitmapUsed by:344 520
Symbol 344 GraphicUses:343Used by:347
Symbol 345 GraphicUsed by:347
Symbol 346 GraphicUsed by:347
Symbol 347 MovieClipUses:344 345 346Used by:Timeline
Symbol 348 GraphicUsed by:349
Symbol 349 MovieClipUses:348Used by:359
Symbol 350 GraphicUsed by:351
Symbol 351 MovieClipUses:350Used by:359
Symbol 352 BitmapUsed by:353
Symbol 353 GraphicUses:352Used by:359
Symbol 354 GraphicUsed by:355 356
Symbol 355 MovieClipUses:354Used by:357
Symbol 356 MovieClipUses:354Used by:357
Symbol 357 MovieClipUses:355 356Used by:359 491
Symbol 358 GraphicUsed by:359 361 505 580
Symbol 359 MovieClipUses:67 68 70 71 72 349 76 351 84 78 353 95 357 358Used by:Timeline
Symbol 360 MovieClipUses:110Used by:385
Symbol 361 MovieClipUses:358Used by:368
Symbol 362 GraphicUsed by:367
Symbol 363 GraphicUsed by:367
Symbol 364 GraphicUsed by:365
Symbol 365 MovieClipUses:364Used by:367
Symbol 366 GraphicUsed by:367
Symbol 367 MovieClipUses:362 363 115 365 366Used by:368
Symbol 368 MovieClipUses:361 367Used by:385
Symbol 369 GraphicUsed by:379
Symbol 370 GraphicUsed by:378
Symbol 371 GraphicUsed by:378
Symbol 372 GraphicUsed by:378
Symbol 373 GraphicUsed by:378
Symbol 374 GraphicUsed by:378
Symbol 375 GraphicUsed by:378
Symbol 376 GraphicUsed by:378
Symbol 377 GraphicUsed by:378
Symbol 378 MovieClipUses:370 371 372 373 374 375 376 377Used by:379
Symbol 379 MovieClipUses:369 378Used by:385
Symbol 380 GraphicUsed by:384
Symbol 381 GraphicUsed by:384
Symbol 382 GraphicUsed by:384
Symbol 383 GraphicUsed by:384
Symbol 384 MovieClipUses:380 381 382 383Used by:385
Symbol 385 MovieClipUses:104 109 360 368 379 384Used by:Timeline
Symbol 386 GraphicUsed by:387
Symbol 387 MovieClipUses:386Used by:Timeline
Symbol 388 GraphicUsed by:Timeline
Symbol 389 BitmapUsed by:391
Symbol 390 BitmapUsed by:391
Symbol 391 GraphicUses:389 390Used by:392
Symbol 392 MovieClipUses:391Used by:Timeline
Symbol 393 BitmapUsed by:394
Symbol 394 GraphicUses:393Used by:491
Symbol 395 GraphicUsed by:491
Symbol 396 GraphicUsed by:491
Symbol 397 GraphicUsed by:398
Symbol 398 MovieClipUses:397Used by:491
Symbol 399 GraphicUsed by:491
Symbol 400 GraphicUsed by:410
Symbol 401 GraphicUsed by:410
Symbol 402 GraphicUsed by:410
Symbol 403 GraphicUsed by:410
Symbol 404 GraphicUsed by:410
Symbol 405 GraphicUsed by:410
Symbol 406 GraphicUsed by:410
Symbol 407 GraphicUsed by:410
Symbol 408 GraphicUsed by:410
Symbol 409 GraphicUsed by:410
Symbol 410 MovieClipUses:400 401 402 403 404 405 406 407 408 409Used by:491 519
Symbol 411 GraphicUsed by:491
Symbol 412 GraphicUsed by:491
Symbol 413 GraphicUsed by:491
Symbol 414 GraphicUsed by:491
Symbol 415 GraphicUsed by:491
Symbol 416 GraphicUsed by:491
Symbol 417 GraphicUsed by:491
Symbol 418 GraphicUsed by:491
Symbol 419 GraphicUsed by:491
Symbol 420 GraphicUsed by:491
Symbol 421 GraphicUsed by:491
Symbol 422 GraphicUsed by:491
Symbol 423 GraphicUsed by:491
Symbol 424 GraphicUsed by:491
Symbol 425 GraphicUsed by:491
Symbol 426 GraphicUsed by:491
Symbol 427 GraphicUsed by:491
Symbol 428 GraphicUsed by:491
Symbol 429 GraphicUsed by:491
Symbol 430 GraphicUsed by:491
Symbol 431 GraphicUsed by:491
Symbol 432 GraphicUsed by:491
Symbol 433 GraphicUsed by:491
Symbol 434 GraphicUsed by:491
Symbol 435 GraphicUsed by:491
Symbol 436 GraphicUsed by:491
Symbol 437 GraphicUsed by:491
Symbol 438 GraphicUsed by:491
Symbol 439 GraphicUsed by:491
Symbol 440 GraphicUsed by:491
Symbol 441 GraphicUsed by:491
Symbol 442 GraphicUsed by:491
Symbol 443 GraphicUsed by:491
Symbol 444 GraphicUsed by:491
Symbol 445 GraphicUsed by:491
Symbol 446 GraphicUsed by:491
Symbol 447 GraphicUsed by:491
Symbol 448 GraphicUsed by:491
Symbol 449 GraphicUsed by:491
Symbol 450 GraphicUsed by:491
Symbol 451 GraphicUsed by:491
Symbol 452 GraphicUsed by:491
Symbol 453 GraphicUsed by:491
Symbol 454 GraphicUsed by:491
Symbol 455 GraphicUsed by:491
Symbol 456 GraphicUsed by:491
Symbol 457 GraphicUsed by:491
Symbol 458 GraphicUsed by:491
Symbol 459 GraphicUsed by:491
Symbol 460 GraphicUsed by:491
Symbol 461 GraphicUsed by:491
Symbol 462 GraphicUsed by:491
Symbol 463 GraphicUsed by:491
Symbol 464 GraphicUsed by:491
Symbol 465 GraphicUsed by:491
Symbol 466 GraphicUsed by:491
Symbol 467 GraphicUsed by:491
Symbol 468 GraphicUsed by:491
Symbol 469 GraphicUsed by:491
Symbol 470 GraphicUsed by:491
Symbol 471 GraphicUsed by:491
Symbol 472 GraphicUsed by:491
Symbol 473 GraphicUsed by:491
Symbol 474 GraphicUsed by:491
Symbol 475 GraphicUsed by:491
Symbol 476 MovieClipUses:2Used by:477
Symbol 477 MovieClipUses:476Used by:491
Symbol 478 GraphicUsed by:491
Symbol 479 GraphicUsed by:480
Symbol 480 MovieClipUses:479Used by:491
Symbol 481 GraphicUsed by:482
Symbol 482 MovieClipUses:481Used by:491
Symbol 483 BitmapUsed by:484
Symbol 484 GraphicUses:483Used by:491
Symbol 485 BitmapUsed by:486
Symbol 486 GraphicUses:485Used by:487
Symbol 487 MovieClipUses:486Used by:488 489 490
Symbol 488 MovieClipUses:487Used by:491
Symbol 489 MovieClipUses:487Used by:491
Symbol 490 MovieClipUses:487Used by:491
Symbol 491 MovieClipUses:394 395 396 398 399 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 477 70 71 72 67 68 333 478 357 95 480 482 84 78 484 488 489 102 490Used by:Timeline
Symbol 492 MovieClipUses:110Used by:512
Symbol 493 MovieClipUses:112Used by:500
Symbol 494 GraphicUsed by:499 503 504 511 576 578 579 583 584
Symbol 495 GraphicUsed by:499 576
Symbol 496 GraphicUsed by:497
Symbol 497 MovieClipUses:496Used by:499 576
Symbol 498 GraphicUsed by:499 576
Symbol 499 MovieClipUses:494 495 497 498Used by:500
Symbol 500 MovieClipUses:493 499Used by:512
Symbol 501 GraphicUsed by:503 578
Symbol 502 GraphicUsed by:503 578
Symbol 503 MovieClipUses:501 494 502Used by:504
Symbol 504 MovieClipUses:494 503Used by:512
Symbol 505 MovieClipUses:358Used by:506
Symbol 506 MovieClipUses:505Used by:512
Symbol 507 GraphicUsed by:511 583 584
Symbol 508 GraphicUsed by:511 583 584
Symbol 509 GraphicUsed by:510
Symbol 510 MovieClipUses:509Used by:511 583 584
Symbol 511 MovieClipUses:494 507 508 510Used by:512
Symbol 512 MovieClipUses:492 500 504 506 511Used by:Timeline
Symbol 513 GraphicUsed by:514
Symbol 514 MovieClipUses:513Used by:Timeline
Symbol 515 GraphicUsed by:Timeline
Symbol 516 BitmapUsed by:517
Symbol 517 GraphicUses:516Used by:519
Symbol 518 GraphicUsed by:519
Symbol 519 MovieClipUses:517 410 518Used by:Timeline
Symbol 520 GraphicUses:343Used by:Timeline
Symbol 521 GraphicUsed by:532
Symbol 522 BitmapUsed by:523
Symbol 523 GraphicUses:522Used by:532
Symbol 524 GraphicUsed by:525
Symbol 525 MovieClipUses:524Used by:532
Symbol 526 GraphicUsed by:527
Symbol 527 MovieClipUses:526Used by:532
Symbol 528 GraphicUsed by:529
Symbol 529 MovieClipUses:528Used by:532
Symbol 530 BitmapUsed by:531
Symbol 531 GraphicUses:530Used by:532
Symbol 532 MovieClipUses:521 84 523 525 527 529 531 102Used by:Timeline
Symbol 533 MovieClipUsed by:573
Symbol 534 MovieClipUses:105Used by:535
Symbol 535 MovieClipUses:534Used by:573
Symbol 536 MovieClipUses:110Used by:573
Symbol 537 MovieClipUses:112Used by:549
Symbol 538 GraphicUsed by:548
Symbol 539 GraphicUsed by:540
Symbol 540 MovieClipUses:539Used by:548
Symbol 541 GraphicUsed by:548
Symbol 542 SoundUsed by:548
Symbol 543 GraphicUsed by:548
Symbol 544 GraphicUsed by:545
Symbol 545 MovieClipUses:544Used by:548
Symbol 546 GraphicUsed by:547
Symbol 547 MovieClipUses:546Used by:548
Symbol 548 MovieClipUses:538 540 541 542 543 545 547Used by:549
Symbol 549 MovieClipUses:537 548Used by:573
Symbol 550 GraphicUsed by:559
Symbol 551 GraphicUsed by:558
Symbol 552 GraphicUsed by:558
Symbol 553 GraphicUsed by:558
Symbol 554 GraphicUsed by:558
Symbol 555 GraphicUsed by:558
Symbol 556 GraphicUsed by:558
Symbol 557 GraphicUsed by:558
Symbol 558 MovieClipUses:551 552 553 554 555 556 557Used by:559
Symbol 559 MovieClipUses:550 558Used by:573
Symbol 560 GraphicUsed by:572
Symbol 561 SoundUsed by:572
Symbol 562 GraphicUsed by:572
Symbol 563 GraphicUsed by:572
Symbol 564 GraphicUsed by:572
Symbol 565 GraphicUsed by:572
Symbol 566 GraphicUsed by:572
Symbol 567 GraphicUsed by:572
Symbol 568 GraphicUsed by:572
Symbol 569 GraphicUsed by:570
Symbol 570 MovieClipUses:569Used by:572
Symbol 571 SoundUsed by:572
Symbol 572 MovieClipUses:560 561 562 563 564 565 566 567 568 570 571Used by:573
Symbol 573 MovieClipUses:533 535 536 549 559 572Used by:Timeline
Symbol 574 MovieClipUses:110Used by:585
Symbol 575 MovieClipUses:112Used by:577
Symbol 576 MovieClipUses:494 495 497 498Used by:577
Symbol 577 MovieClipUses:575 576Used by:585
Symbol 578 MovieClipUses:501 494 502Used by:579
Symbol 579 MovieClipUses:494 578Used by:585
Symbol 580 MovieClipUses:358Used by:581
Symbol 581 MovieClipUses:580Used by:585
Symbol 582 SoundUsed by:583
Symbol 583 MovieClipUses:494 582 507 508 510Used by:585
Symbol 584 MovieClipUses:494 507 508 510Used by:585
Symbol 585 MovieClipUses:574 577 579 581 583 584Used by:Timeline
Symbol 586 GraphicUsed by:587
Symbol 587 MovieClipUses:586Used by:Timeline
Symbol 588 BitmapUsed by:589
Symbol 589 GraphicUses:588Used by:Timeline
Symbol 590 GraphicUsed by:Timeline
Symbol 591 GraphicUsed by:592
Symbol 592 ButtonUses:591Used by:Timeline
Symbol 593 GraphicUsed by:Timeline

Instance Names

"music"Frame 1Symbol 18 MovieClip
"HP"Frame 2Symbol 27 MovieClip
"ground"Frame 5Symbol 103 MovieClip
"enemy"Frame 5Symbol 138 MovieClip
"enemy2"Frame 5Symbol 138 MovieClip
"enemy3"Frame 5Symbol 138 MovieClip
"enemy1"Frame 5Symbol 172 MovieClip
"enemy4"Frame 5Symbol 172 MovieClip
"enemy5"Frame 5Symbol 172 MovieClip
"enemy6"Frame 5Symbol 172 MovieClip
"enemy7"Frame 5Symbol 172 MovieClip
"enemy8"Frame 5Symbol 138 MovieClip
"enemy9"Frame 5Symbol 138 MovieClip
"hero"Frame 5Symbol 274 MovieClip
"black"Frame 5Symbol 299 MovieClip
"ground"Frame 7Symbol 339 MovieClip
"enemy"Frame 7Symbol 138 MovieClip
"enemy2"Frame 7Symbol 138 MovieClip
"enemy1"Frame 7Symbol 172 MovieClip
"hero"Frame 7Symbol 274 MovieClip
"HP"Frame 7Symbol 27 MovieClip
"ground"Frame 9Symbol 359 MovieClip
"enemy1"Frame 9Symbol 138 MovieClip
"enemy3"Frame 9Symbol 138 MovieClip
"enemy2"Frame 9Symbol 138 MovieClip
"enemy5"Frame 9Symbol 385 MovieClip
"enemy6"Frame 9Symbol 385 MovieClip
"enemy4"Frame 9Symbol 385 MovieClip
"enemy"Frame 9Symbol 385 MovieClip
"afro"Frame 9Symbol 385 MovieClip
"afro1"Frame 9Symbol 385 MovieClip
"afro2"Frame 9Symbol 385 MovieClip
"afro4"Frame 9Symbol 385 MovieClip
"afro5"Frame 9Symbol 385 MovieClip
"afro6"Frame 9Symbol 385 MovieClip
"afro7"Frame 9Symbol 385 MovieClip
"afro3"Frame 9Symbol 385 MovieClip
"hero"Frame 9Symbol 274 MovieClip
"HP"Frame 9Symbol 27 MovieClip
"ground"Frame 11Symbol 491 MovieClip
"enemy"Frame 11Symbol 512 MovieClip
"enemy1"Frame 11Symbol 512 MovieClip
"enemy2"Frame 11Symbol 512 MovieClip
"enemy3"Frame 11Symbol 512 MovieClip
"enemy4"Frame 11Symbol 512 MovieClip
"enemy5"Frame 11Symbol 512 MovieClip
"enemy6"Frame 11Symbol 512 MovieClip
"enemy7"Frame 11Symbol 512 MovieClip
"enemy8"Frame 11Symbol 385 MovieClip
"enemy9"Frame 11Symbol 385 MovieClip
"hero"Frame 11Symbol 274 MovieClip
"HP"Frame 11Symbol 27 MovieClip
"ground"Frame 13Symbol 532 MovieClip
"boss"Frame 13Symbol 573 MovieClip
"enemy"Frame 13Symbol 585 MovieClip
"enemy1"Frame 13Symbol 585 MovieClip
"enemy2"Frame 13Symbol 585 MovieClip
"enemy3"Frame 13Symbol 585 MovieClip
"enemy4"Frame 13Symbol 585 MovieClip
"enemy5"Frame 13Symbol 585 MovieClip
"enemy6"Frame 13Symbol 585 MovieClip
"enemy7"Frame 13Symbol 585 MovieClip
"enemy8"Frame 13Symbol 585 MovieClip
"enemy9"Frame 13Symbol 585 MovieClip
"hero"Frame 13Symbol 274 MovieClip
"HP"Frame 13Symbol 27 MovieClip
"bar"Symbol 8 MovieClip Frame 1Symbol 3 MovieClip
"end"Symbol 103 MovieClip Frame 1Symbol 78 MovieClip
"ground"Symbol 103 MovieClip Frame 1Symbol 81 MovieClip
"hit"Symbol 109 MovieClip Frame 1Symbol 106 MovieClip
"hit"Symbol 122 MovieClip Frame 4Symbol 120 MovieClip
"one"Symbol 123 MovieClip Frame 2Symbol 122 MovieClip
"diearea"Symbol 138 MovieClip Frame 1Symbol 104 MovieClip
"area"Symbol 138 MovieClip Frame 1Symbol 111 MovieClip
"attack"Symbol 138 MovieClip Frame 1Symbol 123 MovieClip
"legs"Symbol 138 MovieClip Frame 1Symbol 131 MovieClip
"hit"Symbol 142 MovieClip Frame 1Symbol 140 MovieClip
"hit"Symbol 154 MovieClip Frame 4Symbol 148 MovieClip
"one"Symbol 155 MovieClip Frame 2Symbol 154 MovieClip
"diearea"Symbol 172 MovieClip Frame 1Symbol 139 MovieClip
"area"Symbol 172 MovieClip Frame 1Symbol 143 MovieClip
"attack"Symbol 172 MovieClip Frame 1Symbol 155 MovieClip
"legs"Symbol 172 MovieClip Frame 1Symbol 165 MovieClip
"hit"Symbol 211 MovieClip Frame 3Symbol 209 MovieClip
"attack"Symbol 212 MovieClip Frame 25Symbol 211 MovieClip
"hit"Symbol 274 MovieClip Frame 1Symbol 120 MovieClip
"standing"Symbol 274 MovieClip Frame 1Symbol 212 MovieClip
"jumping"Symbol 274 MovieClip Frame 3Symbol 273 MovieClip
"ground"Symbol 339 MovieClip Frame 1Symbol 313 MovieClip
"end"Symbol 339 MovieClip Frame 1Symbol 78 MovieClip
"ground"Symbol 359 MovieClip Frame 1Symbol 349 MovieClip
"ground"Symbol 359 MovieClip Frame 1Symbol 349 MovieClip
"end"Symbol 359 MovieClip Frame 1Symbol 78 MovieClip
"hit"Symbol 367 MovieClip Frame 3Symbol 365 MovieClip
"one"Symbol 368 MovieClip Frame 2Symbol 367 MovieClip
"diearea"Symbol 385 MovieClip Frame 1Symbol 104 MovieClip
"area"Symbol 385 MovieClip Frame 1Symbol 360 MovieClip
"attack"Symbol 385 MovieClip Frame 1Symbol 368 MovieClip
"legs"Symbol 385 MovieClip Frame 1Symbol 379 MovieClip
"ground"Symbol 491 MovieClip Frame 1Symbol 398 MovieClip
"end"Symbol 491 MovieClip Frame 1Symbol 78 MovieClip
"hit"Symbol 499 MovieClip Frame 3Symbol 497 MovieClip
"one"Symbol 500 MovieClip Frame 2Symbol 499 MovieClip
"enhit"Symbol 506 MovieClip Frame 1Symbol 505 MovieClip
"area"Symbol 512 MovieClip Frame 1Symbol 492 MovieClip
"attack"Symbol 512 MovieClip Frame 1Symbol 500 MovieClip
"legs"Symbol 512 MovieClip Frame 1Symbol 504 MovieClip
"enemyhit"Symbol 512 MovieClip Frame 1Symbol 506 MovieClip
"die"Symbol 512 MovieClip Frame 2Symbol 511 MovieClip
"ground"Symbol 532 MovieClip Frame 1Symbol 525 MovieClip
"hit"Symbol 535 MovieClip Frame 1Symbol 534 MovieClip
"hit"Symbol 548 MovieClip Frame 2Symbol 540 MovieClip
"one"Symbol 549 MovieClip Frame 2Symbol 548 MovieClip
"diearea"Symbol 573 MovieClip Frame 1Symbol 533 MovieClip
"area"Symbol 573 MovieClip Frame 1Symbol 536 MovieClip
"attack"Symbol 573 MovieClip Frame 1Symbol 549 MovieClip
"legs"Symbol 573 MovieClip Frame 1Symbol 559 MovieClip
"hit"Symbol 576 MovieClip Frame 3Symbol 497 MovieClip
"one"Symbol 577 MovieClip Frame 2Symbol 576 MovieClip
"enhit"Symbol 581 MovieClip Frame 1Symbol 580 MovieClip
"area"Symbol 585 MovieClip Frame 1Symbol 574 MovieClip
"attack"Symbol 585 MovieClip Frame 1Symbol 577 MovieClip
"legs"Symbol 585 MovieClip Frame 1Symbol 579 MovieClip
"enemyhit"Symbol 585 MovieClip Frame 1Symbol 581 MovieClip
"die"Symbol 585 MovieClip Frame 2Symbol 583 MovieClip

Special Tags

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

Labels

"loaded"Symbol 8 MovieClip Frame 3




http://swfchan.com/23/114946/info.shtml
Created: 10/3 -2019 04:42:24 Last modified: 10/3 -2019 04:42:24 Server time: 30/04 -2024 19:08:47