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

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

Knight.swf

This is the info page for
Flash #74274

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


Text
Knight

SPACE BAR

CANCEL

Knight, please help us!
Scary creatures are
taking over our town!

Kill these creatures for
the sake of our home.

Listen carefully! You must
learn how to battle...

To swing your weapon press...

SPACE BAR.

To move around press...

To jump, press...

ARROW KEYS

You're health at the top
right corner, can be
recharged by holding down

SPACEBAR

Please don't fail us,
Knight.
You're our last hope!

Quit fooling around and
get back here!!

Why are you still here? Go
and fight some creatures!!

ActionScript [AS1/AS2]

Frame 1
stopAllSounds(); levelDiedOn = 3; Stage.showMenu = false; _quality = "medium"; weaponspot = 1; headspot = 1; bodyspot = 1; normal = true; backtolife = false; this.createEmptyMovieClip("soundHolder", 100); deathstinger = new Sound(this.soundHolder); deathstinger.attachSound("sound_deathstinger"); this.createEmptyMovieClip("soundHolder", 100); songone = new Sound(this.soundHolder); songone.attachSound("sound_songone"); this.createEmptyMovieClip("soundHolder", 100); songtwo = new Sound(this.soundHolder); songtwo.attachSound("sound_songtwo"); this.createEmptyMovieClip("soundHolder", 100); songthree = new Sound(this.soundHolder); songthree.attachSound("sound_songthree"); this.createEmptyMovieClip("soundHolder", 100); songfirst = new Sound(this.soundHolder); songfirst.attachSound("sound_songfirst"); this.createEmptyMovieClip("soundHolder", 100); soundone = new Sound(this.soundHolder); soundone.attachSound("sound_soundone");
Frame 2
stop(); stopAllSounds(); songfirstplaying = false; songtwoplaying = false; songthreeplaying = false; songoneplaying = false;
Instance of Symbol 122 MovieClip "menu" in Frame 2
onClipEvent (enterFrame) { ifFrameLoaded (9) { this.loading.gotoAndStop(2); } }
Frame 3
stop(); herohealth = 3;
Instance of Symbol 146 MovieClip in Frame 3
onClipEvent (enterFrame) { holdingRight = false; holdingLeft = false; holdingUp = false; holdingDown = false; if (Key.isDown(38) == true) { if (this.hitTest(_root.castle1)) { _root.castle11.gotoAndStop(2); this.gotoAndStop(3); incastle1 = true; } if (this.hitTest(_root.castle2)) { _root.castle22.gotoAndStop(2); this.gotoAndStop(3); incastle2 = true; incontinue = true; } upSpeed = 10; this._y = this._y - upSpeed; holdingUp = true; } if (holdingUp == false) { upSpeed = upSpeed - 2; if (upSpeed <= 0) { upSpeed = 0; } this._y = this._y - upSpeed; } if (Key.isDown(40) == true) { incastle1 = false; incastle2 = false; if (left == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } DownSpeed = 10; this._y = this._y + DownSpeed; holdingDown = true; } if (holdingDown == false) { DownSpeed = DownSpeed - 2; if (DownSpeed <= 0) { DownSpeed = 0; } this._y = this._y + DownSpeed; } if (Key.isDown(39) == true) { left = false; incastle1 = false; incastle2 = false; rightSpeed = 10; this._x = this._x + rightSpeed; holdingRight = true; this.gotoAndStop(1); } if (holdingRight == false) { rightSpeed = rightSpeed - 2; if (rightSpeed <= 0) { rightSpeed = 0; } this._x = this._x + rightSpeed; } if (Key.isDown(37) == true) { left = true; incastle1 = false; incastle2 = false; this.gotoAndStop(2); leftSpeed = 10; this._x = this._x - leftSpeed; holdingLeft = true; } if (holdingLeft == false) { leftSpeed = leftSpeed - 2; if (leftSpeed <= 0) { leftSpeed = 0; } this._x = this._x - leftSpeed; } } onClipEvent (enterFrame) { if (this._x <= 30) { this._x = 30; } if (this._y <= 170) { this._y = 170; } if (this._x >= 520) { this._x = 520; } if (this._y >= 300) { this._y = 300; } if (incastle1 != true) { _root.castle11.gotoAndStop(1); incastle = false; } if (incastle1 == true) { if (Key.isDown(32) == true) { _root.deathstinger.stop("sound_deathstinger"); _root.gotoAndStop(2); } } if (incastle2 != true) { _root.castle22.gotoAndStop(1); incastle = false; } if (incastle2 == true) { if (Key.isDown(32) == true) { _root.backtolife = true; _root.deathstinger.stop("sound_deathstinger"); _root.gotoAndStop(_root.levelDiedOn); } } }
Frame 4
stop(); weaponhold = weaponspot; headhold = headspot; bodyhold = bodyspot; if (normal == true) { herohealth = 6; } else { herohealth = 3; _root.goodhealth4.gotoAndStop(25); _root.goodhealth5.gotoAndStop(25); } if (backtolife == true) { backtolife = false; if (normal == true) { herohealth = 6; } else { herohealth = 3; _root.goodhealth4.gotoAndStop(25); _root.goodhealth5.gotoAndStop(25); } } if (songfirstplaying != true) { songfirstplaying = true; _root.songfirst.start(0, 999); _root.songfirst.setVolume(100); }
Instance of Symbol 159 MovieClip in Frame 4
onClipEvent (enterFrame) { this._x = _root.heromain._x - 10; this._y = _root.heromain._y - 10; }
Instance of Symbol 115 MovieClip "heromain" in Frame 4
onClipEvent (load) { speed = 10; jumpspeed = 10; speedfall = -10; dead = false; allowspace == true; } onClipEvent (enterFrame) { this.weapon.gotoAndStop(_root.weaponhold); this.body.gotoAndStop(_root.bodyhold); this.head.gotoAndStop(_root.headhold); this.guyguyguy.weapon.gotoAndStop(_root.weaponhold); if (dead == true) { _root.dead.play(); } if (dead == false) { if (Key.isDown(39) == true) { if (slashing == false) { this._xscale = -50; } if (this._x <= 500) { this._x = this._x + speed; this.feet.play(); } } else if (Key.isDown(37) == true) { if (slashing == false) { this._xscale = 50; } if (this._x >= 44) { this._x = this._x - speed; this.feet.play(); } } if ((this.goodguyhurt.guyframe == 2) && (Key.isDown(32) == true)) { this.recharge.gotoAndStop(1); } if (Key.isDown(32) == true) { if (allowspace == true) { if (this.hitTest(_root.oldman.oldmanhit)) { if (_root.oldman.donetalking == true) { if (_root.oldman.talkframe == 1) { _root.oldman.gotoAndStop(11); _root.oldman.talkframe = 11; } else if (_root.oldman.talkframe == 11) { _root.oldman.gotoAndStop(1); _root.oldman.talkframe = 1; } } else { _root.oldman.play(); _root.oldman.talkframe++; oldmantalking = true; } } else { this.gotoAndStop(2); } allowspace = false; if (this.goodguyhurt.guyframe == 1) { this.recharge.play(); } } } else { allowspace = true; this.recharge.gotoAndStop(1); } if (this.goodguyhurtblock.hitTest(_root.flyfirstmain.flyhurtyou) || (this.goodguyhurtblock.hitTest(_root.flykillsyou))) { if (this.goodguyhurt.guyframe == 1) { this.goodguyhurt.play(); if (_root.herohealth <= 0) { dead = true; } } } if (this.hitTest(_root.arrowmc.moveleft)) { _root.nextFrame(); } if (this._y <= 100) { upallowed = false; } if (this.groundhit.hitTest(_root.land_1)) { upallowed = true; jumpspeed = 20; speedfall = 10; } if (Key.isDown(38) == true) { if (upallowed == true) { speedfall = -10; this._y = this._y - jumpspeed; } else { this._y = this._y + ((speedfall = speedfall + 3)); } } else if (!this.groundhit.hitTest(_root.land_1)) { this._y = this._y + ((speedfall = speedfall + 3)); upallowed = false; } if (_root.baddieattack.hitTest(this._x, this._y, true)) { if (this.goodguyhurt.guyframe == 1) { this.goodguyhurt.play(); if (_root.herohealth <= 0) { dead = true; } } } if (this.hitTest(_root.cantgoright)) { if (Key.isDown(39) == true) { this._x = this._x - speed; } } } if (dead == true) { if (!this.hitTest(_root.land_1)) { this._y = this._y + 10; } else if (end != true) { end = true; this.gotoAndPlay(3); } } if (this._y >= 243.9) { this._y = 243.9; } if ((_root.oldman.talkframe != 9) && (_root.oldman.talkframe != 1)) { if (!this.hitTest(_root.oldman.oldmanhit)) { if (oldmantalking == true) { _root.oldman.gotoAndStop(10); } } else { _root.oldman.gotoAndStop(_root.oldman.talkframe); } } if ((_root.oldman.talkframe == 1) && (this.hitTest(_root.oldman))) { _root.oldman.questionmark.gotoAndStop(2); } else { _root.oldman.questionmark.gotoAndStop(1); } }
Frame 5
baddielife = 3; stop(); _root.baddieattack.gotoAndPlay(85); _root.arrowmc.gotoAndStop(1); levelDiedOn = 5; _root.heromain.weapon.gotoAndStop(weaponspot); _root.heromain.body.gotoAndStop(bodyspot); _root.heromain.head.gotoAndStop(headspot); if (backtolife == true) { backtolife = false; if (normal == true) { herohealth = 6; } else { herohealth = 3; _root.goodhealth4.gotoAndStop(25); _root.goodhealth5.gotoAndStop(25); } } if (songoneplaying != true) { songoneplaying = true; _root.songone.start(0, 999); _root.songone.setVolume(100); } _root.songfirst.stop("sound_songfirst");
Instance of Symbol 231 MovieClip "baddie" in Frame 5
onClipEvent (load) { speed = 10; jumpspeed = 10; speedfall = -10; goingleft = true; dead = false; runsteps = 30; countdowntorun = 50; runaway = false; } onClipEvent (enterFrame) { baddiesXposition = this._x; if (dead == false) { if (this.invisible == false) { if (_root.heromain._x < baddiesXposition) { this._xscale = -100; if (_root.baddieattack.doagain == true) { _root.baddieattack._xscale = -100; if (_root.baddieattack.doagain == true) { this.gotoAndStop(2); _root.baddieattack._x = this._x; _root.baddieattack.gotoAndPlay(1); _root.baddieattack._x = _root.baddieattack._x - 20; } } } else { this._xscale = 100; if (_root.baddieattack.doagain == true) { _root.baddieattack._xscale = 100; if (_root.baddieattack.doagain == true) { this.gotoAndStop(2); _root.baddieattack._x = this._x; _root.baddieattack.gotoAndPlay(1); _root.baddieattack._x = _root.baddieattack._x + 20; } } } if ((_root.heromain._x < (baddiesXposition + 200)) && (_root.heromain._x > (baddiesXposition - 200))) { if (_root.baddieattack.doagain == true) { this.gotoAndStop(2); } } } } if (this._x <= 41.3) { this._x = 41.3; } if (this._x >= 500) { this._x = 500; } }
Instance of Symbol 115 MovieClip "heromain" in Frame 5
onClipEvent (load) { speed = 10; jumpspeed = 10; speedfall = -10; dead = false; allowspace = true; } onClipEvent (enterFrame) { this.weapon.gotoAndStop(_root.weaponhold); this.body.gotoAndStop(_root.bodyhold); this.head.gotoAndStop(_root.headhold); this.guyguyguy.weapon.gotoAndStop(_root.weaponhold); if (dead == true) { _root.dead.play(); } if (dead == false) { if (Key.isDown(39) == true) { if (slashing == false) { this._xscale = -50; } if (this._x <= 500) { this._x = this._x + speed; this.feet.play(); } } else if (Key.isDown(37) == true) { if (slashing == false) { this._xscale = 50; } if (this._x >= 44) { this._x = this._x - speed; this.feet.play(); } } if ((this.goodguyhurt.guyframe == 2) && (Key.isDown(32) == true)) { this.recharge.gotoAndStop(1); } if (Key.isDown(32) == true) { if (allowspace == true) { allowspace = false; this.gotoAndStop(2); if (this.goodguyhurt.guyframe == 1) { this.recharge.play(); } } } else { allowspace = true; this.recharge.gotoAndStop(1); } if (this.goodguyhurtblock.hitTest(_root.flyfirstmain.flyhurtyou) || (this.goodguyhurtblock.hitTest(_root.flykillsyou))) { if (this.goodguyhurt.guyframe == 1) { this.goodguyhurt.play(); if (_root.herohealth <= 0) { dead = true; } } } if (this.hitTest(_root.arrowmc.moveleft)) { _root.nextFrame(); } if (this._y <= 100) { upallowed = false; } if (this.groundhit.hitTest(_root.land_1)) { upallowed = true; jumpspeed = 20; speedfall = 10; } if (Key.isDown(38) == true) { if (upallowed == true) { speedfall = -10; this._y = this._y - jumpspeed; } else { this._y = this._y + ((speedfall = speedfall + 3)); } } else if (!this.groundhit.hitTest(_root.land_1)) { this._y = this._y + ((speedfall = speedfall + 3)); upallowed = false; } if (_root.baddieattack.hitTest(this._x, this._y, true)) { if (this.goodguyhurt.guyframe == 1) { this.goodguyhurt.play(); if (_root.herohealth <= 0) { dead = true; } } } if (this.hitTest(_root.cantgoright)) { if (Key.isDown(39) == true) { this._x = this._x - speed; } } } if (dead == true) { if (!this.hitTest(_root.land_1)) { this._y = this._y + 10; } else if (end != true) { end = true; this.gotoAndPlay(3); } } if (this._y >= 243.9) { this._y = 243.9; } }
Frame 6
stop(); _root.heromain._x = 550; _root.arrowmc.gotoAndStop(1); levelDiedOn = 6; _root.heromain.weapon.gotoAndStop(weaponspot); _root.heromain.body.gotoAndStop(bodyspot); _root.heromain.head.gotoAndStop(headspot); if (backtolife == true) { backtolife = false; if (normal == true) { herohealth = 6; } else { herohealth = 3; _root.goodhealth4.gotoAndStop(25); _root.goodhealth5.gotoAndStop(25); } } if (songoneplaying != true) { songoneplaying = true; _root.songone.start(0, 999); _root.songone.setVolume(100); }
Instance of Symbol 247 MovieClip "flyfirstmain" in Frame 6
onClipEvent (load) { flyspeed = 10; dead = false; } onClipEvent (enterFrame) { if ((this._x < (_root.heromain._x + 100)) && (this._x > (_root.heromain._x - 100))) { if (dead == false) { this.gotoAndStop(2); } } else if (dead == false) { this.gotoAndStop(1); } if (this._x >= 600) { gootherway = true; } else if (this._x <= -50) { gootherway = false; this._xscale = 100; } if (gootherway == true) { this._xscale = -100; this._x = this._x - flyspeed; } else { this._x = this._x + flyspeed; } if (dead == true) { if (!this.hitTest(_root.land_1)) { this._y = this._y + 10; } else if (flyspeed >= 1) { flyspeed = flyspeed - 1; } else { _root.arrowmc.gotoAndStop(2); } } }
Frame 7
stop(); _root.heromain._x = 550; _root.heromain._y = lasty; _root.arrowmc.gotoAndStop(2); levelDiedOn = 7; _root.heromain1.weapon.gotoAndStop(weaponspot); _root.heromain1.body.gotoAndStop(bodyspot); _root.heromain1.head.gotoAndStop(headspot); if (backtolife == true) { backtolife = false; if (normal == true) { herohealth = 6; } else { herohealth = 3; _root.goodhealth4.gotoAndStop(25); _root.goodhealth5.gotoAndStop(25); } } if (songoneplaying != true) { songoneplaying = true; _root.songone.start(0, 999); _root.songone.setVolume(100); }
Instance of Symbol 115 MovieClip "heromain1" in Frame 7
onClipEvent (load) { speed = 10; jumpspeed = 10; speedfall = -10; dead = false; allowspace = true; } onClipEvent (enterFrame) { this.weapon.gotoAndStop(_root.weaponhold); this.body.gotoAndStop(_root.bodyhold); this.head.gotoAndStop(_root.headhold); this.guyguyguy.weapon.gotoAndStop(_root.weaponhold); if (dead == true) { _root.dead.play(); } if (dead == false) { if (Key.isDown(39) == true) { if (slashing == false) { this._xscale = -50; } if (this._x <= 500) { this._x = this._x + speed; this.feet.play(); } } else if (Key.isDown(37) == true) { if (slashing == false) { this._xscale = 50; } if (this._x >= 44) { this._x = this._x - speed; this.feet.play(); } } if ((this.goodguyhurt.guyframe == 2) && (Key.isDown(32) == true)) { this.recharge.gotoAndStop(1); } if (Key.isDown(32) == true) { if (allowspace == true) { allowspace = false; this.gotoAndStop(2); if (this.goodguyhurt.guyframe == 1) { this.recharge.play(); } } } else { allowspace = true; this.recharge.gotoAndStop(1); } if (this.goodguyhurtblock.hitTest(_root.flyfirstmain.flyhurtyou) || (this.goodguyhurtblock.hitTest(_root.flykillsyou))) { if (this.goodguyhurt.guyframe == 1) { this.goodguyhurt.play(); if (_root.herohealth <= 0) { dead = true; } } } if (this.hitTest(_root.arrowmc.moveleft)) { _root.nextFrame(); } if (this._y <= 100) { upallowed = false; } if (this.groundhit.hitTest(_root.land_1)) { upallowed = true; jumpspeed = 20; speedfall = 10; } if (Key.isDown(38) == true) { if (upallowed == true) { speedfall = -10; this._y = this._y - jumpspeed; } else { this._y = this._y + ((speedfall = speedfall + 3)); } } else if (!this.groundhit.hitTest(_root.land_1)) { this._y = this._y + ((speedfall = speedfall + 3)); upallowed = false; } if (_root.baddieattack.hitTest(this._x, this._y, true)) { if (this.goodguyhurt.guyframe == 1) { this.goodguyhurt.play(); if (_root.herohealth <= 0) { dead = true; } } } if (this.hitTest(_root.cantgoright)) { if (Key.isDown(39) == true) { this._x = this._x - speed; } } } if (dead == true) { if (!this.hitTest(_root.land_1)) { this._y = this._y + 10; } else if (end != true) { end = true; this.gotoAndPlay(3); } } }
Frame 8
stop(); levelDiedOn = 8; _root.arrowmc.gotoAndStop(1); holder = 0; xholder = 0; _root.heromain2.weapon.gotoAndStop(weaponspot); _root.heromain2.body.gotoAndStop(bodyspot); _root.heromain2.head.gotoAndStop(headspot); if (backtolife == true) { backtolife = false; if (normal == true) { herohealth = 6; } else { herohealth = 3; _root.goodhealth4.gotoAndStop(25); _root.goodhealth5.gotoAndStop(25); } } if (songtwoplaying != true) { songtwoplaying = true; _root.songtwo.start(0, 999); _root.songtwo.setVolume(100); } _root.songone.stop("sound_songone");
Instance of Symbol 266 MovieClip "wall2" in Frame 8
onClipEvent (enterFrame) { this.landith.gotoAndStop(2); }
Instance of Symbol 266 MovieClip "wall1" in Frame 8
/* no clip actions */
Instance of Symbol 270 MovieClip "water" in Frame 8
onClipEvent (load) { moveup = 20; countdown = 40; watergo = false; docountdown = false; heromainfalls = 1; thiswatergo = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.waterhitter)) { if (dooncethinger != true) { dooncethinger = true; _root.backgroundmc.gotoAndPlay(57); } } if (_root.wormbaddie.dead == true) { docountdown = true; } if (docountdown == true) { if (countdown > 0) { countdown--; splash = false; } else { if (_root.wall2.watergonow == true) { _root.wall2.gotoAndPlay(42); this.play(); } _root.wall1._x = _root.wall1._x + 2; if (_root.wall1._x >= 700) { _root.wall1.unloadMovie(); } thiswatergo = true; if (bum != "poop") { bum = "poop"; } if (splash == false) { if (this.hitTest(_root.heromain2)) { watergo = true; bubblesgo = true; _root.bubbles1._x = _root.heromain2._x; _root.bubbles1._y = _root.heromain2._y + 20; splash = true; _root.bubbles1.play(); } } } } }
Instance of Symbol 272 MovieClip "bubbles1" in Frame 8
onClipEvent (enterFrame) { if (_root.water.bubblesgo == true) { this._y = this._y - 33; } }
Instance of Symbol 274 MovieClip "bubble1" in Frame 8
onClipEvent (enterFrame) { if (this.bubble_done == true) { randomypos = random(30) - 20; this._y = this._y + randomypos; randomxpos = random(10) - 10; this._x = this._x + randomxpos; } }
Instance of Symbol 274 MovieClip "bubble2" in Frame 8
onClipEvent (enterFrame) { if (this.bubble_done == true) { randomypos = random(30) - 20; this._y = this._y + randomypos; randomxpos = random(10) - 10; this._x = this._x + randomxpos; } }
Instance of Symbol 274 MovieClip "bubble3" in Frame 8
onClipEvent (enterFrame) { if (this.bubble_done == true) { randomypos = random(30) - 20; this._y = this._y + randomypos; randomxpos = random(10) - 10; this._x = this._x + randomxpos; } }
Instance of Symbol 274 MovieClip "bubble4" in Frame 8
onClipEvent (enterFrame) { if (this.bubble_done == true) { randomypos = random(30) - 20; this._y = this._y + randomypos; randomxpos = random(10) - 10; this._x = this._x + randomxpos; } }
Instance of Symbol 274 MovieClip "bubble5" in Frame 8
onClipEvent (enterFrame) { if (this.bubble_done == true) { randomypos = random(30) - 20; this._y = this._y + randomypos; randomxpos = random(10) - 10; this._x = this._x + randomxpos; } }
Instance of Symbol 295 MovieClip "wormbaddie" in Frame 8
onClipEvent (load) { countdowntoworm = 200; wormguyhere = false; wormhealth = 3; wormcomesdownspeed = 20; wormhit = false; goesback = false; goesbackspeed = 10; eyescanopen = 100; justhit = false; dead = false; deadspeed = -5; } onClipEvent (enterFrame) { if (dead == false) { if (countdowntoworm > 0) { countdowntoworm--; if (countdowntoworm < 100) { _root.enemyapproach.gotoAndStop(2); playrocksnow = true; } } else { if (playrocksnow == true) { _root.rocksfall.play(); playrocksnow = false; } countdowntoworm = 0; _root.enemyapproach.gotoAndStop(1); _root.wormhealthbar.gotoAndStop(2); wormguyhere = true; } if (wormguyhere == true) { if (wormcomesdownspeed >= 1) { this._y = this._y + (wormcomesdownspeed--); } } if (wormguyhere == true) { if (justhit == false) { eyescanopen--; if (eyescanopen <= 0) { if (this.eyeleft.lefteyehit == false) { this.eyeleft.play(); } if (this.eyeright.righteyehit == false) { this.eyeright.play(); } eyescanopen = 100; } } if (wormhit == true) { if (this.wormhealth <= 0) { dead = true; dieplay = false; } else { _root.rocksfall.gotoAndPlay(2); this.play(); justhit = true; this.eyeright.gotoAndPlay(1); this.eyeleft.gotoAndPlay(1); if (this.eyeleft.eyesopen == true) { this.eyeleft.play(); this.eyeright.play(); } wormhit = false; goesback = true; } } if (goesback == true) { this._y = this._y - (goesbackspeed++); if (this._y < -160) { countdowntoworm = 200; wormguyhere = false; wormcomesdownspeed = 20; wormhit = false; goesback = false; goesbackspeed = 10; eyescanopen = 100; justhit = false; } } } } else { if (dieplay == false) { this.gotoAndPlay(30); dieplay = true; } this._y = this._y - ((deadspeed = deadspeed + 0.3)); if (this._y < -160) { this.unloadMovie(); _root.rocksfall.unloadMovie(); } } }
Instance of Symbol 247 MovieClip "secondfly1" in Frame 8
onClipEvent (load) { dies = 10; dead = false; chasespeed = 4; thisguydies = 10; highestchasespeed = 4; } onClipEvent (enterFrame) { if (_root.wormbaddie.dead == true) { dead = true; } if (_root.wormbaddie.dead == false) { if (this._y <= -200) { if ((dead = true)) { if (random(2) == 1) { this._y = 400; } else { this._y = -50; } dies = 10; dead = false; this.gotoAndStop(1); chasespeed = random(highestchasespeed) + 1; xspot = random(500); this._x = xspot; } } if (dead != true) { if ((this._x < (_root.heromain2._x + 100)) && (this._x > (_root.heromain2._x - 100))) { if ((this._y < (_root.heromain2._y + 100)) && (this._y > (_root.heromain2._y - 100))) { if (dead == false) { this.gotoAndStop(2); } } } else if (dead == false) { this.gotoAndStop(1); } baddieXposition = this._x; if (baddieXposition <= _root.heromain2._x) { this._xscale = 100; } else { this._xscale = -100; } if (_root.heromain2.dead == false) { if (this._y < (_root.heromain2._y - highestchasespeed)) { this._y = this._y + chasespeed; } else if (this._y > (_root.heromain2._y + highestchasespeed)) { this._y = this._y - chasespeed; } if (this._x < (_root.heromain2._x - highestchasespeed)) { this._x = this._x + chasespeed; } else if (this._x > (_root.heromain2._x + highestchasespeed)) { this._x = this._x - chasespeed; } } } if (dead == true) { this._y = this._y - (dies++); } } else { this._y = this._y - (thisguydies++); } }
Instance of Symbol 247 MovieClip "secondfly2" in Frame 8
onClipEvent (load) { dies = 10; dead = false; chasespeed = 4; thisguydies = 10; highestchasespeed = 4; } onClipEvent (enterFrame) { if (flygo == true) { if (_root.wormbaddie.dead == true) { dead = true; } if (_root.wormbaddie.dead == false) { if (this._y <= -200) { if ((dead = true)) { if (random(2) == 1) { this._y = 400; } else { this._y = -50; } dies = 10; dead = false; this.gotoAndStop(1); chasespeed = random(highestchasespeed) + 1; xspot = random(500); this._x = xspot; } } if (dead != true) { if ((this._x < (_root.heromain2._x + 100)) && (this._x > (_root.heromain2._x - 100))) { if ((this._y < (_root.heromain2._y + 100)) && (this._y > (_root.heromain2._y - 100))) { if (dead == false) { this.gotoAndStop(2); } } } else if (dead == false) { this.gotoAndStop(1); } baddieXposition = this._x; if (baddieXposition <= _root.heromain2._x) { this._xscale = 100; } else { this._xscale = -100; } if (_root.heromain2.dead == false) { if (this._y < (_root.heromain2._y - highestchasespeed)) { this._y = this._y + chasespeed; } else if (this._y > (_root.heromain2._y + highestchasespeed)) { this._y = this._y - chasespeed; } if (this._x < (_root.heromain2._x - highestchasespeed)) { this._x = this._x + chasespeed; } else if (this._x > (_root.heromain2._x + highestchasespeed)) { this._x = this._x - chasespeed; } } } if (dead == true) { this._y = this._y - (dies++); } } else { this._y = this._y - (thisguydies++); } } }
Instance of Symbol 247 MovieClip "secondfly3" in Frame 8
onClipEvent (load) { dies = 10; dead = false; chasespeed = 4; thisguydies = 10; highestchasespeed = 4; } onClipEvent (enterFrame) { if (flygo == true) { if (_root.wormbaddie.dead == true) { dead = true; } if (_root.wormbaddie.dead == false) { if (this._y <= -200) { if ((dead = true)) { if (random(2) == 1) { this._y = 400; } else { this._y = -50; } dies = 10; dead = false; this.gotoAndStop(1); chasespeed = random(highestchasespeed) + 1; xspot = random(500); this._x = xspot; } } if (dead != true) { if ((this._x < (_root.heromain2._x + 100)) && (this._x > (_root.heromain2._x - 100))) { if ((this._y < (_root.heromain2._y + 100)) && (this._y > (_root.heromain2._y - 100))) { if (dead == false) { this.gotoAndStop(2); } } } else if (dead == false) { this.gotoAndStop(1); } baddieXposition = this._x; if (baddieXposition <= _root.heromain2._x) { this._xscale = 100; } else { this._xscale = -100; } if (_root.heromain2.dead == false) { if (this._y < (_root.heromain2._y - highestchasespeed)) { this._y = this._y + chasespeed; } else if (this._y > (_root.heromain2._y + highestchasespeed)) { this._y = this._y - chasespeed; } if (this._x < (_root.heromain2._x - highestchasespeed)) { this._x = this._x + chasespeed; } else if (this._x > (_root.heromain2._x + highestchasespeed)) { this._x = this._x - chasespeed; } } } if (dead == true) { this._y = this._y - (dies++); } } else { this._y = this._y - (thisguydies++); } } }
Instance of Symbol 115 MovieClip "heromain2" in Frame 8
onClipEvent (load) { speed = 10; jumpspeed = 10; speedfall = -10; dead = false; goingdownstart = 23; diesup = 10; this.head.hair.gotoAndStop(2); this.feet.gotoAndPlay(14); on_seahorse_now = false; controlling_seahorse_now = false; } onClipEvent (enterFrame) { this.weapon.gotoAndStop(_root.weaponhold); this.body.gotoAndStop(_root.bodyhold); this.head.gotoAndStop(_root.headhold); this.guyguyguy.weapon.gotoAndStop(_root.weaponhold); if (this.hitTest(_root.water)) { if (this._y >= 250) { if (_root.wall2.doneanim == false) { this._y = this._y - 10; } else { this._y = 250; } } } if (controlling_seahorse_now == true) { _root.nextFrame(); } _root.xholder = this._x; _root.holder = this._y; if (controlling_seahorse_now == true) { _root.arrowmc.gotoAndStop(2); } if (this.hitTest(_root.water)) { this.head.hair.gotoAndStop(3); this.feet.gotoAndStop(15); this._y = this._y + 0.5; } if (moveagain != false) { if (_root.water.hitTest(_root.heromain2._x, _root.heromain2._y, true)) { bubblego = true; speed = 5; } else { bubblego = false; } if (moveagain == true) { speed = 10; } if (dead == true) { _root.dead.play(); } if (goingdownstart >= 1) { this._y = this._y + goingdownstart; goingdownstart = goingdownstart - 2; } if (dead == false) { holdingRight = false; holdingLeft = false; holdingUp = false; holdingDown = false; if (Key.isDown(39) == true) { this._xscale = -50; rightSpeed = speed; this._x = this._x + rightSpeed; holdingRight = true; } if (holdingRight == false) { rightSpeed = rightSpeed - 1; if (rightSpeed <= 0) { rightSpeed = 0; } this._x = this._x + rightSpeed; } if (Key.isDown(37) == true) { if (moveagain == true) { } else { this._xscale = 50; } leftSpeed = speed; this._x = this._x - leftSpeed; holdingLeft = true; } if (holdingLeft == false) { leftSpeed = leftSpeed - 1; if (leftSpeed <= 0) { leftSpeed = 0; } this._x = this._x - leftSpeed; } if (Key.isDown(38) == true) { upSpeed = speed; this._y = this._y - upSpeed; holdingUp = true; } if (holdingUp == false) { upSpeed = upSpeed - 1; if (upSpeed <= 0) { upSpeed = 0; } this._y = this._y - upSpeed; } if (Key.isDown(40) == true) { DownSpeed = speed; this._y = this._y + DownSpeed; holdingDown = true; } if (holdingDown == false) { DownSpeed = DownSpeed - 1; if (DownSpeed <= 0) { DownSpeed = 0; } this._y = this._y + DownSpeed; } if (Key.isDown(32) == true) { if (_root.wall2.waterland2.seahorse1.hitTest(this._x, this._y)) { if (doONCEOMG != true) { _root.heromain2.moveagain = true; _root.heromain2.controlling_seahorse_now = true; this._xscale = -50; _root.wall2.waterland2.seahorse1.gotoAndStop(2); this.gotoAndStop(15); _root.moveagain._x = this._x; _root.moveagain._y = this._y; _root.moveagain.play(); doONCEOMG = true; } } else if (moveagain == true) { if (attack_one_at_a_time == false) { attack_one_at_a_time = true; this.gotoAndStop(16); if (_root.attack1.done_attack == true) { _root.attack1._x = this._x + 10; _root.attack1._y = this._y - 10; _root.attack1.play(); } if (_root.attack1.done_attack == false) { if (_root.attack2.done_attack == true) { _root.attack2._x = this._x + 10; _root.attack2._y = this._y - 10; _root.attack2.play(); } } if ((_root.attack2.done_attack == false) && (_root.attack1.done_attack == false)) { if (_root.attack3.done_attack == true) { _root.attack3._x = this._x + 10; _root.attack3._y = this._y - 10; _root.attack3.play(); } } if (((_root.attack2.done_attack == false) && (_root.attack1.done_attack == false)) && (_root.attack3.done_attack == false)) { if (_root.attack4.done_attack == true) { _root.attack4._x = this._x + 10; _root.attack4._y = this._y - 10; _root.attack4.play(); } } if ((((_root.attack2.done_attack == false) && (_root.attack1.done_attack == false)) && (_root.attack3.done_attack == false)) && (_root.attack4.done_attack == false)) { if (_root.attack5.done_attack == true) { _root.attack5._x = this._x + 10; _root.attack5._y = this._y - 10; _root.attack5.play(); } } } } else { if ((this.goodguyhurt.guyframe == 2) && (Key.isDown(32) == true)) { this.recharge.gotoAndStop(1); } if (Key.isDown(32) == true) { if (allowspace == true) { allowspace = false; this.gotoAndStop(2); if (this.goodguyhurt.guyframe == 1) { this.recharge.play(); } } } else { allowspace = true; this.recharge.gotoAndStop(1); } } } if (controlling_seahorse_now == true) { if ((this.goodguyhurt.guyframe == 2) && (Key.isDown(32) == true)) { this.recharge.gotoAndStop(1); } if (Key.isDown(32) == true) { if (allowspace == true) { allowspace = false; if (this.goodguyhurt.guyframe == 1) { this.recharge.gotoAndPlay(86); } else { allowspace = true; this.recharge.gotoAndStop(1); } } } } if (this.hitTest(_root.cantgoright)) { if (Key.isDown(39) == true) { this._x = this._x - speed; } } if (this._x <= 50) { this._x = 50; } if (this._y <= 60) { this._y = 60; } if (this._x >= 500) { this._x = 500; } if (this._y >= 320) { this._y = 320; } if (dead == true) { if (!_root.land_1.hitTest(this._x, this._y, true)) { this._y = this._y + 10; } else if (end != true) { end = true; this.gotoAndPlay(3); } } if (((((this.goodguyhurtblock.hitTest(_root.secondfly1.flyhurtyou) || (this.goodguyhurtblock.hitTest(_root.flyfirstmain.flyhurtyou))) || (this.hitTest(_root.rocksfall.rockshityou))) || (this.hitTest(_root.rocksfall.rockshityou2))) || (this.goodguyhurtblock.hitTest(_root.secondfly3.flyhurtyou))) || (this.goodguyhurtblock.hitTest(_root.secondfly2.flyhurtyou))) { if (this.goodguyhurt.guyframe == 1) { this.goodguyhurt.play(); if (_root.herohealth <= 0) { dead = true; } } } if (_root.wormbaddie.hitTest(this._x, this._y, true)) { if (this.goodguyhurt.guyframe == 1) { this.goodguyhurt.play(); if (_root.herohealth <= 0) { dead = true; } } } } if (dead == true) { this._y = this._y - (diesup++); } if (bubblego == true) { if ((((Key.isDown(39) == true) || (Key.isDown(38) == true)) || (Key.isDown(40) == true)) || (Key.isDown(37) == true)) { if (_root.bubble1.bubble_done == true) { _root.bubble1._x = this._x; _root.bubble1._y = this._y; _root.bubble1.play(); } if (_root.bubble2.bubble_done == true) { if (_root.bubble1.go_next_bubble == true) { _root.bubble2._x = this._x; _root.bubble2._y = this._y; _root.bubble2.play(); } } if (_root.bubble3.bubble_done == true) { if (_root.bubble2.go_next_bubble == true) { _root.bubble3._x = this._x; _root.bubble3._y = this._y; _root.bubble3.play(); } } if (_root.bubble4.bubble_done == true) { if (_root.bubble3.go_next_bubble == true) { _root.bubble4._x = this._x; _root.bubble4._y = this._y; _root.bubble4.play(); } } if (_root.bubble5.bubble_done == true) { if (_root.bubble4.go_next_bubble == true) { _root.bubble5._x = this._x; _root.bubble5._y = this._y; _root.bubble5.play(); } } } } } if (Key.isDown(32) != true) { attack_one_at_a_time = false; allowspace = true; this.recharge.gotoAndStop(1); } if (_root.attack1.hitTest(_root.hitblockforshots)) { _root.attack1.gotoAndStop(1); _root.attack1.done_attack = true; } if (_root.attack2.hitTest(_root.hitblockforshots)) { _root.attack2.gotoAndStop(1); _root.attack2.done_attack = true; } if (_root.attack3.hitTest(_root.hitblockforshots)) { _root.attack3.gotoAndStop(1); _root.attack3.done_attack = true; } if (_root.attack4.hitTest(_root.hitblockforshots)) { _root.attack4.gotoAndStop(1); _root.attack4.done_attack = true; } if (_root.attack5.hitTest(_root.hitblockforshots)) { _root.attack5.gotoAndStop(1); _root.attack5.done_attack = true; } }
Frame 9
stop(); levelDiedOn = 9; _root.wall2.gotoAndStop(105); _root.wall2.waterland2.seahorse1.gotoAndStop(2); if (backtolife == true) { backtolife = false; if (normal == true) { herohealth = 6; } else { herohealth = 3; _root.goodhealth4.gotoAndStop(25); _root.goodhealth5.gotoAndStop(25); } } _root.heromain2.weapon.gotoAndStop(_root.weaponhold); _root.heromain2.body.gotoAndStop(_root.bodyhold); _root.heromain2.head.gotoAndStop(_root.headhold); _root.heromain2.guyguyguy.weapon.gotoAndStop(_root.weaponhold); if (songthreeplaying != true) { songthreeplaying = true; _root.songthree.start(0, 999); _root.songthree.setVolume(100); } _root.songtwo.stop("sound_songtwo");
Instance of Symbol 274 MovieClip "bubble1" in Frame 9
onClipEvent (enterFrame) { if (this.bubble_done == true) { randomypos = random(30) - 20; this._y = this._y + randomypos; randomxpos = random(10) - 10; this._x = this._x + randomxpos; } }
Instance of Symbol 274 MovieClip "bubble2" in Frame 9
onClipEvent (enterFrame) { if (this.bubble_done == true) { randomypos = random(30) - 20; this._y = this._y + randomypos; randomxpos = random(10) - 10; this._x = this._x + randomxpos; } }
Instance of Symbol 274 MovieClip "bubble3" in Frame 9
onClipEvent (enterFrame) { if (this.bubble_done == true) { randomypos = random(30) - 20; this._y = this._y + randomypos; randomxpos = random(10) - 10; this._x = this._x + randomxpos; } }
Instance of Symbol 274 MovieClip "bubble4" in Frame 9
onClipEvent (enterFrame) { if (this.bubble_done == true) { randomypos = random(30) - 20; this._y = this._y + randomypos; randomxpos = random(10) - 10; this._x = this._x + randomxpos; } }
Instance of Symbol 274 MovieClip "bubble5" in Frame 9
onClipEvent (enterFrame) { if (this.bubble_done == true) { randomypos = random(30) - 20; this._y = this._y + randomypos; randomxpos = random(10) - 10; this._x = this._x + randomxpos; } }
Instance of Symbol 266 MovieClip "wall2" in Frame 9
onClipEvent (enterFrame) { this.gotoAndStop(105); this._x = this._x - 3.2; }
Instance of Symbol 321 MovieClip "drgn_bomb_5" in Frame 9
onClipEvent (load) { randomspeed = 6; thisgo = false; } onClipEvent (enterFrame) { if (thisgo == true) { if (dooncetilldie != false) { this._x = _root.baddie_dragon._x - 250; this._y = _root.baddie_dragon._y; dooncetilldie = false; this.gotoAndStop(1); } } if (this.flyhurtyou.hitTest(_root.heromain2.goodguyhurtblock)) { if (_root.beatgame != true) { if (this.bombexploding != true) { if (doonce != true) { doonce = true; this.gotoAndPlay("explosions"); } } } if (_root.heromain2.goodguyhurt.guyframe == 1) { if (this.bombexploding != true) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.beatgame != true) { if (_root.herohealth == 6) { _root.goodhealth6.play(); _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 5) { _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 4) { _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 3) { _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 2) { _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 1) { _root.goodhealth1.play(); } _root.heromain2.dead = true; } } else if (_root.heromain2.goodguyhurt.guyframe == 1) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.herohealth <= 0) { _root.heromain2.dead = true; } } } } if (this.bombexploding == false) { if (this.hitTest(_root.attack1.seahorseattack)) { this.play(); _root.attack1.stop(); _root.attack1.seahorseattack.gotoAndStop(2); timer1 = 15; gotimer1 = true; } } if (gotimer1 == true) { timer1--; if (timer1 <= 0) { gotimer1 = false; _root.attack1.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack2.seahorseattack)) { this.play(); _root.attack2.stop(); _root.attack2.seahorseattack.gotoAndStop(2); timer2 = 15; gotimer2 = true; } } if (gotimer2 == true) { timer2--; if (timer2 <= 0) { gotimer2 = false; _root.attack2.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack3.seahorseattack)) { this.play(); _root.attack3.stop(); _root.attack3.seahorseattack.gotoAndStop(2); timer3 = 15; gotimer3 = true; } } if (gotimer3 == true) { timer3--; if (timer3 <= 0) { gotimer3 = false; _root.attack3.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack4.seahorseattack)) { this.play(); _root.attack4.stop(); _root.attack4.seahorseattack.gotoAndStop(2); timer4 = 15; gotimer4 = true; } } if (gotimer4 == true) { timer4--; if (timer4 <= 0) { gotimer4 = false; _root.attack4.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack5.seahorseattack)) { this.play(); _root.attack5.stop(); _root.attack5.seahorseattack.gotoAndStop(2); timer5 = 15; gotimer5 = true; } } if (gotimer5 == true) { timer5--; if (timer5 <= 0) { gotimer5 = false; _root.attack5.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack6.seahorseattack)) { this.play(); _root.attack6.stop(); _root.attack6.seahorseattack.gotoAndStop(2); timer6 = 15; gotimer6 = true; } } if (gotimer6 == true) { timer6--; if (timer6 <= 0) { gotimer6 = false; _root.attack6.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack7.seahorseattack)) { this.play(); _root.attack7.stop(); _root.attack7.seahorseattack.gotoAndStop(2); timer7 = 15; gotimer7 = true; } } if (gotimer7 == true) { timer7--; if (timer7 <= 0) { gotimer7 = false; _root.attack7.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack8.seahorseattack)) { this.play(); _root.attack8.stop(); _root.attack8.seahorseattack.gotoAndStop(2); timer8 = 15; gotimer8 = true; } } if (gotimer8 == true) { timer8--; if (timer8 <= 0) { gotimer8 = false; _root.attack8.gotoAndStop(1); } } if (this.bombexploding != true) { this._x = this._x - randomspeed; } if ((this.bombalive == false) || (this.hitTest(_root.hitblockforbombs))) { dooncetilldie = true; randomspeed = 6; thisgo = false; } }
Instance of Symbol 321 MovieClip "drgn_bomb_4" in Frame 9
onClipEvent (load) { randomspeed = 6; thisgo = false; } onClipEvent (enterFrame) { if (thisgo == true) { if (dooncetilldie != false) { this._x = _root.baddie_dragon._x - 250; this._y = _root.baddie_dragon._y; dooncetilldie = false; this.gotoAndStop(1); } } if (this.flyhurtyou.hitTest(_root.heromain2.goodguyhurtblock)) { if (_root.beatgame != true) { if (this.bombexploding != true) { if (doonce != true) { doonce = true; this.gotoAndPlay("explosions"); } } } if (_root.heromain2.goodguyhurt.guyframe == 1) { if (this.bombexploding != true) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.beatgame != true) { if (_root.herohealth == 6) { _root.goodhealth6.play(); _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 5) { _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 4) { _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 3) { _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 2) { _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 1) { _root.goodhealth1.play(); } _root.heromain2.dead = true; } } else if (_root.heromain2.goodguyhurt.guyframe == 1) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.herohealth <= 0) { _root.heromain2.dead = true; } } } } if (this.bombexploding == false) { if (this.hitTest(_root.attack1.seahorseattack)) { this.play(); _root.attack1.stop(); _root.attack1.seahorseattack.gotoAndStop(2); timer1 = 15; gotimer1 = true; } } if (gotimer1 == true) { timer1--; if (timer1 <= 0) { gotimer1 = false; _root.attack1.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack2.seahorseattack)) { this.play(); _root.attack2.stop(); _root.attack2.seahorseattack.gotoAndStop(2); timer2 = 15; gotimer2 = true; } } if (gotimer2 == true) { timer2--; if (timer2 <= 0) { gotimer2 = false; _root.attack2.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack3.seahorseattack)) { this.play(); _root.attack3.stop(); _root.attack3.seahorseattack.gotoAndStop(2); timer3 = 15; gotimer3 = true; } } if (gotimer3 == true) { timer3--; if (timer3 <= 0) { gotimer3 = false; _root.attack3.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack4.seahorseattack)) { this.play(); _root.attack4.stop(); _root.attack4.seahorseattack.gotoAndStop(2); timer4 = 15; gotimer4 = true; } } if (gotimer4 == true) { timer4--; if (timer4 <= 0) { gotimer4 = false; _root.attack4.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack5.seahorseattack)) { this.play(); _root.attack5.stop(); _root.attack5.seahorseattack.gotoAndStop(2); timer5 = 15; gotimer5 = true; } } if (gotimer5 == true) { timer5--; if (timer5 <= 0) { gotimer5 = false; _root.attack5.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack6.seahorseattack)) { this.play(); _root.attack6.stop(); _root.attack6.seahorseattack.gotoAndStop(2); timer6 = 15; gotimer6 = true; } } if (gotimer6 == true) { timer6--; if (timer6 <= 0) { gotimer6 = false; _root.attack6.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack7.seahorseattack)) { this.play(); _root.attack7.stop(); _root.attack7.seahorseattack.gotoAndStop(2); timer7 = 15; gotimer7 = true; } } if (gotimer7 == true) { timer7--; if (timer7 <= 0) { gotimer7 = false; _root.attack7.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack8.seahorseattack)) { this.play(); _root.attack8.stop(); _root.attack8.seahorseattack.gotoAndStop(2); timer8 = 15; gotimer8 = true; } } if (gotimer8 == true) { timer8--; if (timer8 <= 0) { gotimer8 = false; _root.attack8.gotoAndStop(1); } } if (this.bombexploding != true) { this._x = this._x - randomspeed; } if ((this.bombalive == false) || (this.hitTest(_root.hitblockforbombs))) { dooncetilldie = true; randomspeed = 6; thisgo = false; } }
Instance of Symbol 321 MovieClip "drgn_bomb_3" in Frame 9
onClipEvent (load) { randomspeed = 6; thisgo = false; } onClipEvent (enterFrame) { if (thisgo == true) { if (dooncetilldie != false) { this._x = _root.baddie_dragon._x - 250; this._y = _root.baddie_dragon._y; dooncetilldie = false; this.gotoAndStop(1); } } if (this.flyhurtyou.hitTest(_root.heromain2.goodguyhurtblock)) { if (_root.beatgame != true) { if (this.bombexploding != true) { if (doonce != true) { doonce = true; this.gotoAndPlay("explosions"); } } } if (_root.heromain2.goodguyhurt.guyframe == 1) { if (this.bombexploding != true) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.beatgame != true) { if (_root.herohealth == 6) { _root.goodhealth6.play(); _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 5) { _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 4) { _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 3) { _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 2) { _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 1) { _root.goodhealth1.play(); } _root.heromain2.dead = true; } } else if (_root.heromain2.goodguyhurt.guyframe == 1) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.herohealth <= 0) { _root.heromain2.dead = true; } } } } if (this.bombexploding == false) { if (this.hitTest(_root.attack1.seahorseattack)) { this.play(); _root.attack1.stop(); _root.attack1.seahorseattack.gotoAndStop(2); timer1 = 15; gotimer1 = true; } } if (gotimer1 == true) { timer1--; if (timer1 <= 0) { gotimer1 = false; _root.attack1.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack2.seahorseattack)) { this.play(); _root.attack2.stop(); _root.attack2.seahorseattack.gotoAndStop(2); timer2 = 15; gotimer2 = true; } } if (gotimer2 == true) { timer2--; if (timer2 <= 0) { gotimer2 = false; _root.attack2.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack3.seahorseattack)) { this.play(); _root.attack3.stop(); _root.attack3.seahorseattack.gotoAndStop(2); timer3 = 15; gotimer3 = true; } } if (gotimer3 == true) { timer3--; if (timer3 <= 0) { gotimer3 = false; _root.attack3.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack4.seahorseattack)) { this.play(); _root.attack4.stop(); _root.attack4.seahorseattack.gotoAndStop(2); timer4 = 15; gotimer4 = true; } } if (gotimer4 == true) { timer4--; if (timer4 <= 0) { gotimer4 = false; _root.attack4.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack5.seahorseattack)) { this.play(); _root.attack5.stop(); _root.attack5.seahorseattack.gotoAndStop(2); timer5 = 15; gotimer5 = true; } } if (gotimer5 == true) { timer5--; if (timer5 <= 0) { gotimer5 = false; _root.attack5.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack6.seahorseattack)) { this.play(); _root.attack6.stop(); _root.attack6.seahorseattack.gotoAndStop(2); timer6 = 15; gotimer6 = true; } } if (gotimer6 == true) { timer6--; if (timer6 <= 0) { gotimer6 = false; _root.attack6.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack7.seahorseattack)) { this.play(); _root.attack7.stop(); _root.attack7.seahorseattack.gotoAndStop(2); timer7 = 15; gotimer7 = true; } } if (gotimer7 == true) { timer7--; if (timer7 <= 0) { gotimer7 = false; _root.attack7.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack8.seahorseattack)) { this.play(); _root.attack8.stop(); _root.attack8.seahorseattack.gotoAndStop(2); timer8 = 15; gotimer8 = true; } } if (gotimer8 == true) { timer8--; if (timer8 <= 0) { gotimer8 = false; _root.attack8.gotoAndStop(1); } } if (this.bombexploding != true) { this._x = this._x - randomspeed; } if ((this.bombalive == false) || (this.hitTest(_root.hitblockforbombs))) { dooncetilldie = true; randomspeed = 6; thisgo = false; } }
Instance of Symbol 321 MovieClip "drgn_bomb_2" in Frame 9
onClipEvent (load) { randomspeed = 6; thisgo = false; } onClipEvent (enterFrame) { if (thisgo == true) { if (dooncetilldie != false) { this._x = _root.baddie_dragon._x - 250; this._y = _root.baddie_dragon._y; dooncetilldie = false; this.gotoAndStop(1); } } if (this.flyhurtyou.hitTest(_root.heromain2.goodguyhurtblock)) { if (_root.beatgame != true) { if (this.bombexploding != true) { if (doonce != true) { doonce = true; this.gotoAndPlay("explosions"); } } } if (_root.heromain2.goodguyhurt.guyframe == 1) { if (this.bombexploding != true) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.beatgame != true) { if (_root.herohealth == 6) { _root.goodhealth6.play(); _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 5) { _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 4) { _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 3) { _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 2) { _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 1) { _root.goodhealth1.play(); } _root.heromain2.dead = true; } } else if (_root.heromain2.goodguyhurt.guyframe == 1) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.herohealth <= 0) { _root.heromain2.dead = true; } } } } if (this.bombexploding == false) { if (this.hitTest(_root.attack1.seahorseattack)) { this.play(); _root.attack1.stop(); _root.attack1.seahorseattack.gotoAndStop(2); timer1 = 15; gotimer1 = true; } } if (gotimer1 == true) { timer1--; if (timer1 <= 0) { gotimer1 = false; _root.attack1.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack2.seahorseattack)) { this.play(); _root.attack2.stop(); _root.attack2.seahorseattack.gotoAndStop(2); timer2 = 15; gotimer2 = true; } } if (gotimer2 == true) { timer2--; if (timer2 <= 0) { gotimer2 = false; _root.attack2.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack3.seahorseattack)) { this.play(); _root.attack3.stop(); _root.attack3.seahorseattack.gotoAndStop(2); timer3 = 15; gotimer3 = true; } } if (gotimer3 == true) { timer3--; if (timer3 <= 0) { gotimer3 = false; _root.attack3.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack4.seahorseattack)) { this.play(); _root.attack4.stop(); _root.attack4.seahorseattack.gotoAndStop(2); timer4 = 15; gotimer4 = true; } } if (gotimer4 == true) { timer4--; if (timer4 <= 0) { gotimer4 = false; _root.attack4.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack5.seahorseattack)) { this.play(); _root.attack5.stop(); _root.attack5.seahorseattack.gotoAndStop(2); timer5 = 15; gotimer5 = true; } } if (gotimer5 == true) { timer5--; if (timer5 <= 0) { gotimer5 = false; _root.attack5.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack6.seahorseattack)) { this.play(); _root.attack6.stop(); _root.attack6.seahorseattack.gotoAndStop(2); timer6 = 15; gotimer6 = true; } } if (gotimer6 == true) { timer6--; if (timer6 <= 0) { gotimer6 = false; _root.attack6.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack7.seahorseattack)) { this.play(); _root.attack7.stop(); _root.attack7.seahorseattack.gotoAndStop(2); timer7 = 15; gotimer7 = true; } } if (gotimer7 == true) { timer7--; if (timer7 <= 0) { gotimer7 = false; _root.attack7.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack8.seahorseattack)) { this.play(); _root.attack8.stop(); _root.attack8.seahorseattack.gotoAndStop(2); timer8 = 15; gotimer8 = true; } } if (gotimer8 == true) { timer8--; if (timer8 <= 0) { gotimer8 = false; _root.attack8.gotoAndStop(1); } } if (this.bombexploding != true) { this._x = this._x - randomspeed; } if ((this.bombalive == false) || (this.hitTest(_root.hitblockforbombs))) { dooncetilldie = true; randomspeed = 6; thisgo = false; } }
Instance of Symbol 321 MovieClip "drgn_bomb_1" in Frame 9
onClipEvent (load) { randomspeed = 6; thisgo = false; } onClipEvent (enterFrame) { if (thisgo == true) { if (dooncetilldie != false) { this._x = _root.baddie_dragon._x - 250; this._y = _root.baddie_dragon._y; dooncetilldie = false; this.gotoAndStop(1); } } if (this.flyhurtyou.hitTest(_root.heromain2.goodguyhurtblock)) { if (_root.beatgame != true) { if (this.bombexploding != true) { if (doonce != true) { doonce = true; this.gotoAndPlay("explosions"); } } } if (_root.heromain2.goodguyhurt.guyframe == 1) { if (this.bombexploding != true) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.beatgame != true) { if (_root.herohealth == 6) { _root.goodhealth6.play(); _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 5) { _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 4) { _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 3) { _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 2) { _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 1) { _root.goodhealth1.play(); } _root.heromain2.dead = true; } } else if (_root.heromain2.goodguyhurt.guyframe == 1) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.herohealth <= 0) { _root.heromain2.dead = true; } } } } if (this.bombexploding == false) { if (this.hitTest(_root.attack1.seahorseattack)) { this.play(); _root.attack1.stop(); _root.attack1.seahorseattack.gotoAndStop(2); timer1 = 15; gotimer1 = true; } } if (gotimer1 == true) { timer1--; if (timer1 <= 0) { gotimer1 = false; _root.attack1.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack2.seahorseattack)) { this.play(); _root.attack2.stop(); _root.attack2.seahorseattack.gotoAndStop(2); timer2 = 15; gotimer2 = true; } } if (gotimer2 == true) { timer2--; if (timer2 <= 0) { gotimer2 = false; _root.attack2.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack3.seahorseattack)) { this.play(); _root.attack3.stop(); _root.attack3.seahorseattack.gotoAndStop(2); timer3 = 15; gotimer3 = true; } } if (gotimer3 == true) { timer3--; if (timer3 <= 0) { gotimer3 = false; _root.attack3.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack4.seahorseattack)) { this.play(); _root.attack4.stop(); _root.attack4.seahorseattack.gotoAndStop(2); timer4 = 15; gotimer4 = true; } } if (gotimer4 == true) { timer4--; if (timer4 <= 0) { gotimer4 = false; _root.attack4.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack5.seahorseattack)) { this.play(); _root.attack5.stop(); _root.attack5.seahorseattack.gotoAndStop(2); timer5 = 15; gotimer5 = true; } } if (gotimer5 == true) { timer5--; if (timer5 <= 0) { gotimer5 = false; _root.attack5.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack6.seahorseattack)) { this.play(); _root.attack6.stop(); _root.attack6.seahorseattack.gotoAndStop(2); timer6 = 15; gotimer6 = true; } } if (gotimer6 == true) { timer6--; if (timer6 <= 0) { gotimer6 = false; _root.attack6.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack7.seahorseattack)) { this.play(); _root.attack7.stop(); _root.attack7.seahorseattack.gotoAndStop(2); timer7 = 15; gotimer7 = true; } } if (gotimer7 == true) { timer7--; if (timer7 <= 0) { gotimer7 = false; _root.attack7.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack8.seahorseattack)) { this.play(); _root.attack8.stop(); _root.attack8.seahorseattack.gotoAndStop(2); timer8 = 15; gotimer8 = true; } } if (gotimer8 == true) { timer8--; if (timer8 <= 0) { gotimer8 = false; _root.attack8.gotoAndStop(1); } } if (this.bombexploding != true) { this._x = this._x - randomspeed; } if ((this.bombalive == false) || (this.hitTest(_root.hitblockforbombs))) { dooncetilldie = true; randomspeed = 6; thisgo = false; } }
Instance of Symbol 332 MovieClip "baddie_dragon" in Frame 9
onClipEvent (load) { countdown = 150; thisguy_go = false; followgoodie = false; countdowntobombs = 10; randomgo_yspot = random(200) + 55; thisguyspeed = 2; dragonhealth = 3; } onClipEvent (enterFrame) { if (dead != true) { if (_root.bomb_1.howmanybombs >= 5) { if (_root.bomb_2.howmanybombs >= 5) { if (_root.bomb_3.howmanybombs >= 5) { if (_root.bomb_4.howmanybombs >= 5) { goboss = true; } } } } if (goboss == true) { countdown--; } else { countdown = 150; } if (countdown <= 145) { _root.enemyapproach.gotoAndStop(3); } if (countdown <= 0) { thisguy_go = true; _root.enemyapproach.gotoAndStop(1); } if (thisguy_go == true) { countdowntobombs--; if (countdowntobombs <= 0) { countdowntobombs = 500; this.play(); followgoodie = !followgoodie; } else if (followgoodie == true) { if ((this._y > (randomgo_yspot - 5)) && (this._y < (randomgo_yspot + 5))) { randomgo_yspot = random(200) + 55; } if (this._y < randomgo_yspot) { this._y = this._y + thisguyspeed; } else { this._y = this._y - thisguyspeed; } } } if (((((((this.hitTest(_root.attack1.seahorseattack) || (this.hitTest(_root.attack2.seahorseattack))) || (this.hitTest(_root.attack3.seahorseattack))) || (this.hitTest(_root.attack4.seahorseattack))) || (this.hitTest(_root.attack5.seahorseattack))) || (this.hitTest(_root.attack6.seahorseattack))) || (this.hitTest(_root.attack7.seahorseattack))) || (this.hitTest(_root.attack8.seahorseattack))) { if (canbeattackedagain == true) { if (this.canbeattacked == true) { this._x = this._x + 8; if (this._x >= 840) { colorObj = new Color(_root.baddie_dragon); colorObj.setTransform({ra:250, rb:200, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); canbeattackedagain = false; dragonhealth--; this.drgn_face.gotoAndPlay(14); if (dragonhealth == 2) { _root.dragon_health.wormhealth3.play(); } else if (dragonhealth == 1) { _root.dragon_health.wormhealth2.play(); } else if (dragonhealth == 0) { _root.dragon_health.wormhealth1.play(); dead = true; this.gotoAndPlay(79); _root.winner.play(); _root.arrowmc.play(); } } } } } if (this.canbeattacked == true) { if (this._x >= 777) { this._x = this._x - 1; } else { colorObj = new Color(_root.baddie_dragon); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); canbeattackedagain = true; } } } if (this.bombexploding == false) { if (this.hitTest(_root.attack1.seahorseattack)) { _root.attack1.stop(); _root.attack1.seahorseattack.gotoAndStop(2); timer1 = 15; gotimer1 = true; } } if (gotimer1 == true) { timer1--; if (timer1 <= 0) { gotimer1 = false; _root.attack1.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack2.seahorseattack)) { _root.attack2.stop(); _root.attack2.seahorseattack.gotoAndStop(2); timer2 = 15; gotimer2 = true; } } if (gotimer2 == true) { timer2--; if (timer2 <= 0) { gotimer2 = false; _root.attack2.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack3.seahorseattack)) { _root.attack3.stop(); _root.attack3.seahorseattack.gotoAndStop(2); timer3 = 15; gotimer3 = true; } } if (gotimer3 == true) { timer3--; if (timer3 <= 0) { gotimer3 = false; _root.attack3.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack4.seahorseattack)) { _root.attack4.stop(); _root.attack4.seahorseattack.gotoAndStop(2); timer4 = 15; gotimer4 = true; } } if (gotimer4 == true) { timer4--; if (timer4 <= 0) { gotimer4 = false; _root.attack4.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack5.seahorseattack)) { _root.attack5.stop(); _root.attack5.seahorseattack.gotoAndStop(2); timer5 = 15; gotimer5 = true; } } if (gotimer5 == true) { timer5--; if (timer5 <= 0) { gotimer5 = false; _root.attack5.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack6.seahorseattack)) { _root.attack6.stop(); _root.attack6.seahorseattack.gotoAndStop(2); timer6 = 15; gotimer6 = true; } } if (gotimer6 == true) { timer6--; if (timer6 <= 0) { gotimer6 = false; _root.attack6.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack7.seahorseattack)) { _root.attack7.stop(); _root.attack7.seahorseattack.gotoAndStop(2); timer7 = 15; gotimer7 = true; } } if (gotimer7 == true) { timer7--; if (timer7 <= 0) { gotimer7 = false; _root.attack7.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack8.seahorseattack)) { _root.attack8.stop(); _root.attack8.seahorseattack.gotoAndStop(2); timer8 = 15; gotimer8 = true; } } if (gotimer8 == true) { timer8--; if (timer8 <= 0) { gotimer8 = false; _root.attack8.gotoAndStop(1); } } }
Instance of Symbol 339 MovieClip "bomb_2" in Frame 9
onClipEvent (load) { randomypos = random(250) + 30; this._y = randomypos; randomspeed = random(5) + 3; go = true; howmanybombs = 0; } onClipEvent (enterFrame) { if (howmanybombs <= 4) { if ((this.bombalive == false) || (this.hitTest(_root.hitblockforbombs))) { this._x = 600; randomypos = random(250) + 30; randomspeed = random(5) + 3; this._y = randomypos; howmanybombs++; this.gotoAndStop(1); } if (this.bombexploding != true) { this._x = this._x - randomspeed; } if (this.flyhurtyou.hitTest(_root.heromain2.goodguyhurtblock)) { if (this.bombexploding != true) { if (doonce != true) { doonce = true; this.gotoAndPlay("explosions"); } } if (_root.heromain2.goodguyhurt.guyframe == 1) { if (this.bombexploding != true) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.herohealth == 6) { _root.goodhealth6.play(); _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 5) { _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 4) { _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 3) { _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 2) { _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 1) { _root.goodhealth1.play(); } _root.heromain2.dead = true; } else if (_root.heromain2.goodguyhurt.guyframe == 1) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.herohealth <= 0) { _root.heromain2.dead = true; } } } } if (this.bombexploding == false) { if (this.hitTest(_root.attack1.seahorseattack)) { this.play(); _root.attack1.stop(); _root.attack1.seahorseattack.gotoAndStop(2); timer1 = 15; gotimer1 = true; } } if (gotimer1 == true) { timer1--; if (timer1 <= 0) { gotimer1 = false; _root.attack1.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack2.seahorseattack)) { this.play(); _root.attack2.stop(); _root.attack2.seahorseattack.gotoAndStop(2); timer2 = 15; gotimer2 = true; } } if (gotimer2 == true) { timer2--; if (timer2 <= 0) { gotimer2 = false; _root.attack2.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack3.seahorseattack)) { this.play(); _root.attack3.stop(); _root.attack3.seahorseattack.gotoAndStop(2); timer3 = 15; gotimer3 = true; } } if (gotimer3 == true) { timer3--; if (timer3 <= 0) { gotimer3 = false; _root.attack3.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack4.seahorseattack)) { this.play(); _root.attack4.stop(); _root.attack4.seahorseattack.gotoAndStop(2); timer4 = 15; gotimer4 = true; } } if (gotimer4 == true) { timer4--; if (timer4 <= 0) { gotimer4 = false; _root.attack4.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack5.seahorseattack)) { this.play(); _root.attack5.stop(); _root.attack5.seahorseattack.gotoAndStop(2); timer5 = 15; gotimer5 = true; } } if (gotimer5 == true) { timer5--; if (timer5 <= 0) { gotimer5 = false; _root.attack5.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack6.seahorseattack)) { this.play(); _root.attack6.stop(); _root.attack6.seahorseattack.gotoAndStop(2); timer6 = 15; gotimer6 = true; } } if (gotimer6 == true) { timer6--; if (timer6 <= 0) { gotimer6 = false; _root.attack6.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack7.seahorseattack)) { this.play(); _root.attack7.stop(); _root.attack7.seahorseattack.gotoAndStop(2); timer7 = 15; gotimer7 = true; } } if (gotimer7 == true) { timer7--; if (timer7 <= 0) { gotimer7 = false; _root.attack7.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack8.seahorseattack)) { this.play(); _root.attack8.stop(); _root.attack8.seahorseattack.gotoAndStop(2); timer8 = 15; gotimer8 = true; } } if (gotimer8 == true) { timer8--; if (timer8 <= 0) { gotimer8 = false; _root.attack8.gotoAndStop(1); } } } }
Instance of Symbol 339 MovieClip "bomb_3" in Frame 9
onClipEvent (load) { randomypos = random(250) + 30; this._y = randomypos; randomspeed = random(5) + 3; go = true; howmanybombs = 0; } onClipEvent (enterFrame) { if (howmanybombs <= 4) { if ((this.bombalive == false) || (this.hitTest(_root.hitblockforbombs))) { this._x = 600; randomypos = random(250) + 30; randomspeed = random(5) + 3; this._y = randomypos; howmanybombs++; this.gotoAndStop(1); } if (this.bombexploding != true) { this._x = this._x - randomspeed; } if (this.flyhurtyou.hitTest(_root.heromain2.goodguyhurtblock)) { if (this.bombexploding != true) { if (doonce != true) { doonce = true; this.gotoAndPlay("explosions"); } } if (_root.heromain2.goodguyhurt.guyframe == 1) { if (this.bombexploding != true) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.herohealth == 6) { _root.goodhealth6.play(); _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 5) { _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 4) { _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 3) { _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 2) { _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 1) { _root.goodhealth1.play(); } _root.heromain2.dead = true; } else if (_root.heromain2.goodguyhurt.guyframe == 1) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.herohealth <= 0) { _root.heromain2.dead = true; } } } } if (this.bombexploding == false) { if (this.hitTest(_root.attack1.seahorseattack)) { this.play(); _root.attack1.stop(); _root.attack1.seahorseattack.gotoAndStop(2); timer1 = 15; gotimer1 = true; } } if (gotimer1 == true) { timer1--; if (timer1 <= 0) { gotimer1 = false; _root.attack1.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack2.seahorseattack)) { this.play(); _root.attack2.stop(); _root.attack2.seahorseattack.gotoAndStop(2); timer2 = 15; gotimer2 = true; } } if (gotimer2 == true) { timer2--; if (timer2 <= 0) { gotimer2 = false; _root.attack2.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack3.seahorseattack)) { this.play(); _root.attack3.stop(); _root.attack3.seahorseattack.gotoAndStop(2); timer3 = 15; gotimer3 = true; } } if (gotimer3 == true) { timer3--; if (timer3 <= 0) { gotimer3 = false; _root.attack3.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack4.seahorseattack)) { this.play(); _root.attack4.stop(); _root.attack4.seahorseattack.gotoAndStop(2); timer4 = 15; gotimer4 = true; } } if (gotimer4 == true) { timer4--; if (timer4 <= 0) { gotimer4 = false; _root.attack4.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack5.seahorseattack)) { this.play(); _root.attack5.stop(); _root.attack5.seahorseattack.gotoAndStop(2); timer5 = 15; gotimer5 = true; } } if (gotimer5 == true) { timer5--; if (timer5 <= 0) { gotimer5 = false; _root.attack5.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack6.seahorseattack)) { this.play(); _root.attack6.stop(); _root.attack6.seahorseattack.gotoAndStop(2); timer6 = 15; gotimer6 = true; } } if (gotimer6 == true) { timer6--; if (timer6 <= 0) { gotimer6 = false; _root.attack6.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack7.seahorseattack)) { this.play(); _root.attack7.stop(); _root.attack7.seahorseattack.gotoAndStop(2); timer7 = 15; gotimer7 = true; } } if (gotimer7 == true) { timer7--; if (timer7 <= 0) { gotimer7 = false; _root.attack7.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack8.seahorseattack)) { this.play(); _root.attack8.stop(); _root.attack8.seahorseattack.gotoAndStop(2); timer8 = 15; gotimer8 = true; } } if (gotimer8 == true) { timer8--; if (timer8 <= 0) { gotimer8 = false; _root.attack8.gotoAndStop(1); } } } }
Instance of Symbol 339 MovieClip "bomb_4" in Frame 9
onClipEvent (load) { randomypos = random(250) + 30; this._y = randomypos; randomspeed = random(5) + 3; go = true; howmanybombs = 0; } onClipEvent (enterFrame) { if (howmanybombs <= 4) { if ((this.bombalive == false) || (this.hitTest(_root.hitblockforbombs))) { this._x = 600; randomypos = random(250) + 30; randomspeed = random(5) + 3; this._y = randomypos; howmanybombs++; this.gotoAndStop(1); } if (this.bombexploding != true) { this._x = this._x - randomspeed; } if (this.flyhurtyou.hitTest(_root.heromain2.goodguyhurtblock)) { if (this.bombexploding != true) { if (doonce != true) { doonce = true; this.gotoAndPlay("explosions"); } } if (_root.heromain2.goodguyhurt.guyframe == 1) { if (this.bombexploding != true) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.herohealth == 6) { _root.goodhealth6.play(); _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 5) { _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 4) { _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 3) { _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 2) { _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 1) { _root.goodhealth1.play(); } _root.heromain2.dead = true; } else if (_root.heromain2.goodguyhurt.guyframe == 1) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.herohealth <= 0) { _root.heromain2.dead = true; } } } } if (this.bombexploding == false) { if (this.hitTest(_root.attack1.seahorseattack)) { this.play(); _root.attack1.stop(); _root.attack1.seahorseattack.gotoAndStop(2); timer1 = 15; gotimer1 = true; } } if (gotimer1 == true) { timer1--; if (timer1 <= 0) { gotimer1 = false; _root.attack1.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack2.seahorseattack)) { this.play(); _root.attack2.stop(); _root.attack2.seahorseattack.gotoAndStop(2); timer2 = 15; gotimer2 = true; } } if (gotimer2 == true) { timer2--; if (timer2 <= 0) { gotimer2 = false; _root.attack2.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack3.seahorseattack)) { this.play(); _root.attack3.stop(); _root.attack3.seahorseattack.gotoAndStop(2); timer3 = 15; gotimer3 = true; } } if (gotimer3 == true) { timer3--; if (timer3 <= 0) { gotimer3 = false; _root.attack3.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack4.seahorseattack)) { this.play(); _root.attack4.stop(); _root.attack4.seahorseattack.gotoAndStop(2); timer4 = 15; gotimer4 = true; } } if (gotimer4 == true) { timer4--; if (timer4 <= 0) { gotimer4 = false; _root.attack4.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack5.seahorseattack)) { this.play(); _root.attack5.stop(); _root.attack5.seahorseattack.gotoAndStop(2); timer5 = 15; gotimer5 = true; } } if (gotimer5 == true) { timer5--; if (timer5 <= 0) { gotimer5 = false; _root.attack5.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack6.seahorseattack)) { this.play(); _root.attack6.stop(); _root.attack6.seahorseattack.gotoAndStop(2); timer6 = 15; gotimer6 = true; } } if (gotimer6 == true) { timer6--; if (timer6 <= 0) { gotimer6 = false; _root.attack6.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack7.seahorseattack)) { this.play(); _root.attack7.stop(); _root.attack7.seahorseattack.gotoAndStop(2); timer7 = 15; gotimer7 = true; } } if (gotimer7 == true) { timer7--; if (timer7 <= 0) { gotimer7 = false; _root.attack7.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack8.seahorseattack)) { this.play(); _root.attack8.stop(); _root.attack8.seahorseattack.gotoAndStop(2); timer8 = 15; gotimer8 = true; } } if (gotimer8 == true) { timer8--; if (timer8 <= 0) { gotimer8 = false; _root.attack8.gotoAndStop(1); } } } }
Instance of Symbol 339 MovieClip "bomb_1" in Frame 9
onClipEvent (load) { randomypos = random(250) + 30; this._y = randomypos; randomspeed = random(5) + 3; go = true; howmanybombs = 0; } onClipEvent (enterFrame) { if (howmanybombs <= 4) { if ((this.bombalive == false) || (this.hitTest(_root.hitblockforbombs))) { this._x = 600; randomypos = random(250) + 30; randomspeed = random(5) + 3; this._y = randomypos; howmanybombs++; this.gotoAndStop(1); } if (this.bombexploding != true) { this._x = this._x - randomspeed; } if (this.flyhurtyou.hitTest(_root.heromain2.goodguyhurtblock)) { if (this.bombexploding != true) { if (doonce != true) { doonce = true; this.gotoAndPlay("explosions"); } } if (_root.heromain2.goodguyhurt.guyframe == 1) { if (this.bombexploding != true) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.herohealth == 6) { _root.goodhealth6.play(); _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 5) { _root.goodhealth5.play(); _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 4) { _root.goodhealth4.play(); _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 3) { _root.goodhealth3.play(); _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 2) { _root.goodhealth1.play(); _root.goodhealth2.play(); } if (_root.herohealth == 1) { _root.goodhealth1.play(); } _root.heromain2.dead = true; } else if (_root.heromain2.goodguyhurt.guyframe == 1) { _root.heromain2.goodguyhurt.gotoAndPlay(42); if (_root.herohealth <= 0) { _root.heromain2.dead = true; } } } } if (this.bombexploding == false) { if (this.hitTest(_root.attack1.seahorseattack)) { this.play(); _root.attack1.stop(); _root.attack1.seahorseattack.gotoAndStop(2); timer1 = 15; gotimer1 = true; } } if (gotimer1 == true) { timer1--; if (timer1 <= 0) { gotimer1 = false; _root.attack1.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack2.seahorseattack)) { this.play(); _root.attack2.stop(); _root.attack2.seahorseattack.gotoAndStop(2); timer2 = 15; gotimer2 = true; } } if (gotimer2 == true) { timer2--; if (timer2 <= 0) { gotimer2 = false; _root.attack2.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack3.seahorseattack)) { this.play(); _root.attack3.stop(); _root.attack3.seahorseattack.gotoAndStop(2); timer3 = 15; gotimer3 = true; } } if (gotimer3 == true) { timer3--; if (timer3 <= 0) { gotimer3 = false; _root.attack3.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack4.seahorseattack)) { this.play(); _root.attack4.stop(); _root.attack4.seahorseattack.gotoAndStop(2); timer4 = 15; gotimer4 = true; } } if (gotimer4 == true) { timer4--; if (timer4 <= 0) { gotimer4 = false; _root.attack4.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack5.seahorseattack)) { this.play(); _root.attack5.stop(); _root.attack5.seahorseattack.gotoAndStop(2); timer5 = 15; gotimer5 = true; } } if (gotimer5 == true) { timer5--; if (timer5 <= 0) { gotimer5 = false; _root.attack5.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack6.seahorseattack)) { this.play(); _root.attack6.stop(); _root.attack6.seahorseattack.gotoAndStop(2); timer6 = 15; gotimer6 = true; } } if (gotimer6 == true) { timer6--; if (timer6 <= 0) { gotimer6 = false; _root.attack6.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack7.seahorseattack)) { this.play(); _root.attack7.stop(); _root.attack7.seahorseattack.gotoAndStop(2); timer7 = 15; gotimer7 = true; } } if (gotimer7 == true) { timer7--; if (timer7 <= 0) { gotimer7 = false; _root.attack7.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack8.seahorseattack)) { this.play(); _root.attack8.stop(); _root.attack8.seahorseattack.gotoAndStop(2); timer8 = 15; gotimer8 = true; } } if (gotimer8 == true) { timer8--; if (timer8 <= 0) { gotimer8 = false; _root.attack8.gotoAndStop(1); } } } }
Instance of Symbol 115 MovieClip "heromain2" in Frame 9
onClipEvent (load) { this._xscale = -50; speed = 10; jumpspeed = 10; speedfall = -10; dead = false; goingdownstart = 23; diesup = 10; this.hair.gotoAndStop(2); this.feet.gotoAndPlay(14); this.gotoAndStop(15); on_seahorse_now = true; controlling_seahorse_now = true; attack_one_at_a_time = false; moveagain = true; this._y = _root.holder; this._x = _root.xholder; } onClipEvent (enterFrame) { if (this.hitTest(_root.arrowmc.moveleft)) { _root.gotoAndStop(2); } this.weapon.gotoAndStop(_root.weaponhold); this.body.gotoAndStop(_root.bodyhold); this.head.gotoAndStop(_root.headhold); this.guyguyguy.weapon.gotoAndStop(_root.weaponhold); if (this._y >= 250) { this._y = 250; } if (this.hitTest(_root.water)) { this.head.hair.gotoAndStop(3); this.feet.gotoAndStop(15); this._y = this._y + 0.5; } if (moveagain != false) { if (_root.water.hitTest(_root.heromain2._x, _root.heromain2._y, true)) { bubblego = true; speed = 5; } else { bubblego = false; } if (moveagain == true) { speed = 10; } if (dead == true) { _root.dead.play(); } if (dead == false) { holdingRight = false; holdingLeft = false; holdingUp = false; holdingDown = false; if (Key.isDown(39) == true) { this._xscale = -50; rightSpeed = speed; this._x = this._x + rightSpeed; holdingRight = true; } if (holdingRight == false) { rightSpeed = rightSpeed - 1; if (rightSpeed <= 0) { rightSpeed = 0; } this._x = this._x + rightSpeed; } if (Key.isDown(37) == true) { if (moveagain == true) { } else { this._xscale = 50; } leftSpeed = speed; this._x = this._x - leftSpeed; holdingLeft = true; } if (holdingLeft == false) { leftSpeed = leftSpeed - 1; if (leftSpeed <= 0) { leftSpeed = 0; } this._x = this._x - leftSpeed; } if (Key.isDown(38) == true) { upSpeed = speed; this._y = this._y - upSpeed; holdingUp = true; } if (holdingUp == false) { upSpeed = upSpeed - 1; if (upSpeed <= 0) { upSpeed = 0; } this._y = this._y - upSpeed; } if (Key.isDown(40) == true) { DownSpeed = speed; this._y = this._y + DownSpeed; holdingDown = true; } if (holdingDown == false) { DownSpeed = DownSpeed - 1; if (DownSpeed <= 0) { DownSpeed = 0; } this._y = this._y + DownSpeed; } if (Key.isDown(32) == true) { if (moveagain == true) { if (attack_one_at_a_time == false) { attack_one_at_a_time = true; this.gotoAndStop(16); if (_root.attack1.done_attack == true) { _root.attack1._x = this._x + 10; _root.attack1._y = this._y - 10; _root.attack1.play(); } if (_root.attack1.done_attack == false) { if (_root.attack2.done_attack == true) { _root.attack2._x = this._x + 10; _root.attack2._y = this._y - 10; _root.attack2.play(); } } if ((_root.attack2.done_attack == false) && (_root.attack1.done_attack == false)) { if (_root.attack3.done_attack == true) { _root.attack3._x = this._x + 10; _root.attack3._y = this._y - 10; _root.attack3.play(); } } if (((_root.attack2.done_attack == false) && (_root.attack1.done_attack == false)) && (_root.attack3.done_attack == false)) { if (_root.attack4.done_attack == true) { _root.attack4._x = this._x + 10; _root.attack4._y = this._y - 10; _root.attack4.play(); } } if ((((_root.attack2.done_attack == false) && (_root.attack1.done_attack == false)) && (_root.attack3.done_attack == false)) && (_root.attack4.done_attack == false)) { if (_root.attack5.done_attack == true) { _root.attack5._x = this._x + 10; _root.attack5._y = this._y - 10; _root.attack5.play(); } } if (((((_root.attack2.done_attack == false) && (_root.attack1.done_attack == false)) && (_root.attack3.done_attack == false)) && (_root.attack4.done_attack == false)) && (_root.attack5.done_attack == false)) { if (_root.attack6.done_attack == true) { _root.attack6._x = this._x + 10; _root.attack6._y = this._y - 10; _root.attack6.play(); } } if ((((((_root.attack2.done_attack == false) && (_root.attack1.done_attack == false)) && (_root.attack3.done_attack == false)) && (_root.attack4.done_attack == false)) && (_root.attack5.done_attack == false)) && (_root.attack6.done_attack == false)) { if (_root.attack7.done_attack == true) { _root.attack7._x = this._x + 10; _root.attack7._y = this._y - 10; _root.attack7.play(); } } if (((((((_root.attack2.done_attack == false) && (_root.attack1.done_attack == false)) && (_root.attack3.done_attack == false)) && (_root.attack4.done_attack == false)) && (_root.attack5.done_attack == false)) && (_root.attack6.done_attack == false)) && (_root.attack7.done_attack == false)) { if (_root.attack8.done_attack == true) { _root.attack8._x = this._x + 10; _root.attack8._y = this._y - 10; _root.attack8.play(); } } } else { if ((this.goodguyhurt.guyframe == 2) && (Key.isDown(32) == true)) { this.recharge.gotoAndStop(1); } if (Key.isDown(32) == true) { if (allowspace == true) { allowspace = false; if (this.goodguyhurt.guyframe == 1) { this.recharge.gotoAndPlay(86); } } } else { allowspace = true; this.recharge.gotoAndStop(1); } } } } if (this.hitTest(_root.arrowmc.moveleft)) { _root.nextFrame(); } if (this.hitTest(_root.cantgoright)) { if (Key.isDown(39) == true) { this._x = this._x - speed; } } if (this._x <= 50) { this._x = 50; } if (this._y <= 60) { this._y = 60; } if (this._x >= 500) { this._x = 500; } if (this._y >= 320) { this._y = 320; } if (dead == true) { if (!_root.land_1.hitTest(this._x, this._y, true)) { this._y = this._y + 10; } else if (end != true) { end = true; this.gotoAndPlay(3); } } if (_root.baddie_dragon.hitTest(this._x, this._y, true)) { if (this.goodguyhurt.guyframe == 1) { this.goodguyhurt.play(); if (_root.herohealth <= 0) { dead = true; } } } } if (dead == true) { this._y = this._y - (diesup++); } if (bubblego == true) { if ((((Key.isDown(39) == true) || (Key.isDown(38) == true)) || (Key.isDown(40) == true)) || (Key.isDown(37) == true)) { if (_root.bubble1.bubble_done == true) { _root.bubble1._x = this._x; _root.bubble1._y = this._y; _root.bubble1.play(); } if (_root.bubble2.bubble_done == true) { if (_root.bubble1.go_next_bubble == true) { _root.bubble2._x = this._x; _root.bubble2._y = this._y; _root.bubble2.play(); } } if (_root.bubble3.bubble_done == true) { if (_root.bubble2.go_next_bubble == true) { _root.bubble3._x = this._x; _root.bubble3._y = this._y; _root.bubble3.play(); } } if (_root.bubble4.bubble_done == true) { if (_root.bubble3.go_next_bubble == true) { _root.bubble4._x = this._x; _root.bubble4._y = this._y; _root.bubble4.play(); } } if (_root.bubble5.bubble_done == true) { if (_root.bubble4.go_next_bubble == true) { _root.bubble5._x = this._x; _root.bubble5._y = this._y; _root.bubble5.play(); } } } } } if (Key.isDown(32) != true) { attack_one_at_a_time = false; allowspace = true; this.recharge.gotoAndStop(1); } if (_root.attack1.hitTest(_root.hitblockforshots)) { _root.attack1.gotoAndStop(1); _root.attack1.done_attack = true; } if (_root.attack2.hitTest(_root.hitblockforshots)) { _root.attack2.gotoAndStop(1); _root.attack2.done_attack = true; } if (_root.attack3.hitTest(_root.hitblockforshots)) { _root.attack3.gotoAndStop(1); _root.attack3.done_attack = true; } if (_root.attack4.hitTest(_root.hitblockforshots)) { _root.attack4.gotoAndStop(1); _root.attack4.done_attack = true; } if (_root.attack5.hitTest(_root.hitblockforshots)) { _root.attack5.gotoAndStop(1); _root.attack5.done_attack = true; } }
Symbol 24 MovieClip Frame 1
stop();
Symbol 28 MovieClip Frame 1
stop();
Symbol 31 MovieClip Frame 1
stop();
Symbol 31 MovieClip Frame 2
stop();
Instance of Symbol 24 MovieClip in Symbol 31 MovieClip Frame 2
onClipEvent (enterFrame) { if (Key.isDown(40) == true) { this.gotoAndPlay(2); keydown = true; } else if (keydown == true) { _parent._parent.gotoAndStop(2); } }
Instance of Symbol 24 MovieClip in Symbol 31 MovieClip Frame 2
onClipEvent (enterFrame) { if (Key.isDown(39) == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 24 MovieClip in Symbol 31 MovieClip Frame 2
onClipEvent (enterFrame) { if (Key.isDown(37) == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 24 MovieClip in Symbol 31 MovieClip Frame 2
onClipEvent (enterFrame) { if (Key.isDown(38) == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 28 MovieClip in Symbol 31 MovieClip Frame 2
onClipEvent (enterFrame) { if (Key.isDown(32) == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 41 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 13
gotoAndStop (1);
Symbol 41 MovieClip Frame 14
stop();
Symbol 41 MovieClip Frame 15
stop();
Symbol 46 MovieClip Frame 7
gotoAndPlay (2);
Symbol 50 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 2
stop();
Symbol 50 MovieClip Frame 3
stop();
Symbol 54 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 2
stop();
Symbol 54 MovieClip Frame 3
stop();
Symbol 58 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 2
stop();
Symbol 58 MovieClip Frame 3
stop();
Symbol 63 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 2
stop();
Symbol 63 MovieClip Frame 3
stop();
Symbol 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 2
stop();
Symbol 70 MovieClip Frame 3
stop();
Symbol 73 MovieClip Frame 1
stop(); _root.headspot = 1;
Symbol 73 MovieClip Frame 2
stop(); _root.headspot = 2;
Symbol 73 MovieClip Frame 3
stop(); _root.headspot = 3; _root.menu.othermenu.right._alpha = 100;
Symbol 73 MovieClip Frame 4
stop(); _root.headspot = 4; if (_root.beatgame != true) { _root.menu.othermenu.right._alpha = 30; } else { _root.menu.othermenu.right._alpha = 100; }
Symbol 73 MovieClip Frame 5
stop(); _root.headspot = 5; if (_root.beatgame != true) { this.gotoAndStop(4); _root.menu.othermenu.right._alpha = 30; } else { _root.menu.othermenu.right._alpha = 100; }
Symbol 73 MovieClip Frame 6
stop(); _root.headspot = 6;
Symbol 73 MovieClip Frame 7
stop(); _root.headspot = 7; _root.menu.othermenu.right._alpha = 100;
Symbol 81 MovieClip Frame 1
stop(); _root.bodyspot = 1;
Symbol 81 MovieClip Frame 2
stop(); _root.bodyspot = 2;
Symbol 81 MovieClip Frame 3
stop(); _root.bodyspot = 3; _root.menu.othermenu.right1._alpha = 100;
Symbol 81 MovieClip Frame 4
stop(); _root.bodyspot = 4; if (_root.beatgame != true) { _root.menu.othermenu.right1._alpha = 30; } else { _root.menu.othermenu.right1._alpha = 100; }
Symbol 81 MovieClip Frame 5
stop(); _root.bodyspot = 5; if (_root.beatgame != true) { this.gotoAndStop(4); _root.menu.othermenu.right1._alpha = 30; } else { _root.menu.othermenu.right1._alpha = 100; }
Symbol 81 MovieClip Frame 6
stop(); _root.bodyspot = 6;
Symbol 81 MovieClip Frame 7
stop(); _root.bodyspot = 7; _root.menu.othermenu.right1._alpha = 100;
Symbol 89 MovieClip Frame 1
stop(); _root.weaponspot = 1;
Symbol 89 MovieClip Frame 2
stop(); _root.weaponspot = 2;
Symbol 89 MovieClip Frame 3
stop(); _root.weaponspot = 3; _root.menu.othermenu.right2._alpha = 100;
Symbol 89 MovieClip Frame 4
stop(); _root.weaponspot = 4; if (_root.beatgame != true) { _root.menu.othermenu.right2._alpha = 30; } else { _root.menu.othermenu.right2._alpha = 100; }
Symbol 89 MovieClip Frame 5
stop(); _root.weaponspot = 5; if (_root.beatgame != true) { this.gotoAndStop(4); _root.menu.othermenu.right2._alpha = 30; } else { _root.menu.othermenu.right2._alpha = 100; }
Symbol 89 MovieClip Frame 6
stop(); _root.weaponspot = 6;
Symbol 89 MovieClip Frame 7
stop(); _root.weaponspot = 7; _root.menu.othermenu.right2._alpha = 100;
Symbol 93 MovieClip Frame 1
stop(); guyframe = 1; _parent.allowspace = true;
Symbol 93 MovieClip Frame 2
guyframe = 2; _root.herohealth--; if (_root.herohealth == 5) { _root.goodhealth6.play(); } if (_root.herohealth == 4) { _root.goodhealth5.play(); } if (_root.herohealth == 3) { _root.goodhealth4.play(); } if (_root.herohealth == 2) { _root.goodhealth3.play(); } if (_root.herohealth == 1) { _root.goodhealth2.play(); } if (_root.herohealth <= 0) { _root.goodhealth1.play(); _root.heromain.dead = true; _root.heromain2.dead = true; }
Symbol 93 MovieClip Frame 3
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:0, ga:-255, gb:-255, ba:-255, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:0, ga:-255, gb:-255, ba:-255, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:0, ga:-255, gb:-255, ba:-255, bb:0, aa:100, ab:0});
Symbol 93 MovieClip Frame 40
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 93 MovieClip Frame 41
_parent.allowspace = true; gotoAndStop (1);
Symbol 93 MovieClip Frame 42
guyframe = 1; _parent.allowspace = true;
Symbol 93 MovieClip Frame 43
guyframe = 2; _root.herohealth--; if (_root.herohealth == 5) { _root.goodhealth6.play(); } if (_root.herohealth == 4) { _root.goodhealth5.play(); } if (_root.herohealth == 3) { _root.goodhealth4.play(); } if (_root.herohealth == 2) { _root.goodhealth3.play(); } if (_root.herohealth == 1) { _root.goodhealth2.play(); } if (_root.herohealth <= 0) { _root.goodhealth1.play(); _root.heromain.dead = true; _root.heromain2.dead = true; }
Symbol 93 MovieClip Frame 44
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:0, ga:-255, gb:-255, ba:-255, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:0, ga:-255, gb:-255, ba:-255, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:0, ga:-255, gb:-255, ba:-255, bb:0, aa:100, ab:0});
Symbol 93 MovieClip Frame 81
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 93 MovieClip Frame 82
_parent.allowspace = true; gotoAndStop (1);
Symbol 94 MovieClip Frame 1
stop(); colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 29
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 32
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 35
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 38
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 41
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 44
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 47
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 50
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 53
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 56
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 59
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 62
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 65
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 66
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 67
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 68
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 69
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 70
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 71
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 72
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 73
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 74
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 75
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 76
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 77
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 78
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 79
if (_root.normal == false) { if (_root.herohealth == 2) { _root.herohealth = 3; _root.goodhealth3.gotoAndPlay(14); } else if (_root.herohealth == 1) { _root.herohealth = 2; _root.goodhealth2.gotoAndPlay(14); } } else if (_root.herohealth == 5) { _root.herohealth = 6; _root.goodhealth6.gotoAndPlay(14); } else if (_root.herohealth == 4) { _root.herohealth = 5; _root.goodhealth5.gotoAndPlay(14); } else if (_root.herohealth == 3) { _root.herohealth = 4; _root.goodhealth4.gotoAndPlay(14); } else if (_root.herohealth == 2) { _root.herohealth = 3; _root.goodhealth3.gotoAndPlay(14); } else if (_root.herohealth == 1) { _root.herohealth = 2; _root.goodhealth2.gotoAndPlay(14); } colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 80
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 82
gotoAndStop (1);
Symbol 94 MovieClip Frame 112
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 115
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 118
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 121
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 124
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 127
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 130
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 133
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 136
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 139
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 142
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 145
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 148
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 149
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 150
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 151
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 152
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 153
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 154
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 155
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 156
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 157
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 158
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 159
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 160
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 161
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 162
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:255, rb:255, ga:255, gb:255, ba:255, bb:255, aa:70, ab:0});
Symbol 94 MovieClip Frame 163
colorObj = new Color(_root.heromain); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain1); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}); colorObj = new Color(_root.heromain2); colorObj.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 94 MovieClip Frame 164
if (_root.normal == false) { if (_root.herohealth == 2) { _root.herohealth = 3; _root.goodhealth3.gotoAndPlay(14); } else if (_root.herohealth == 1) { _root.herohealth = 2; _root.goodhealth2.gotoAndPlay(14); } } else if (_root.herohealth == 5) { _root.herohealth = 6; _root.goodhealth6.gotoAndPlay(14); } else if (_root.herohealth == 4) { _root.herohealth = 5; _root.goodhealth5.gotoAndPlay(14); } else if (_root.herohealth == 3) { _root.herohealth = 4; _root.goodhealth4.gotoAndPlay(14); } else if (_root.herohealth == 2) { _root.herohealth = 3; _root.goodhealth3.gotoAndPlay(14); } else if (_root.herohealth == 1) { _root.herohealth = 2; _root.goodhealth2.gotoAndPlay(14); }
Symbol 94 MovieClip Frame 167
gotoAndStop (1);
Instance of Symbol 101 MovieClip "swordhitter" in Symbol 103 MovieClip Frame 1
onClipEvent (load) { if (this.hitTest(_root.baddie)) { if (_root.baddie.dead == false) { _root.baddie.runsteps = 30; _root.baddie.countdowntorun = 50; _root.baddielife--; _root.soundone.start(0, 1); _root.soundone.setVolume(100); _root.baddie.baddiehit.play(); if (_root.baddielife == 2) { _root.badhealth3.play(); if (_root.baddie.invisible == false) { _root.baddie.gotoAndPlay(40); } } if (_root.baddielife == 1) { _root.badhealth2.play(); if (_root.baddie.invisible == false) { _root.baddie.gotoAndPlay(40); } } if (_root.baddielife == 0) { _root.badhealth1.play(); } if (_root.baddielife <= 0) { _root.baddie.gotoAndPlay(3); _root.baddie.dead = true; } } } if (this.hitTest(_root.flyfirstmain.flyhit)) { _root.soundone.start(0, 1); _root.soundone.setVolume(100); _root.flyfirstmain.gotoAndPlay(3); _root.flyfirstmain.dead = true; } if (this.hitTest(_root.secondfly1.flyhit)) { _root.soundone.start(0, 1); _root.soundone.setVolume(100); _root.secondfly1.gotoAndPlay(3); _root.secondfly1.dead = true; } if (this.hitTest(_root.secondfly2.flyhit)) { _root.soundone.start(0, 1); _root.soundone.setVolume(100); _root.secondfly2.gotoAndPlay(3); _root.secondfly2.dead = true; } if (this.hitTest(_root.secondfly3.flyhit)) { _root.soundone.start(0, 1); _root.soundone.setVolume(100); _root.secondfly3.gotoAndPlay(3); _root.secondfly3.dead = true; } }
Symbol 103 MovieClip Frame 9
_parent.gotoAndStop(1);
Symbol 108 MovieClip Frame 1
countdowntoblink = 100;
Symbol 108 MovieClip Frame 6
countdowntoblink--; if (countdowntoblink <= 0) { gotoAndPlay (1); }
Symbol 108 MovieClip Frame 7
gotoAndPlay (6);
Symbol 114 MovieClip Frame 8
_parent.gotoAndStop(15);
Symbol 115 MovieClip Frame 1
slashing = false; stop();
Symbol 115 MovieClip Frame 2
stop(); slashing = true;
Symbol 115 MovieClip Frame 14
this.unloadMovie();
Symbol 115 MovieClip Frame 15
stop();
Instance of Symbol 94 MovieClip "recharge" in Symbol 115 MovieClip Frame 15
/* no clip actions */
Symbol 115 MovieClip Frame 16
stop();
Symbol 118 MovieClip Frame 1
stop(); spot = 1; downkeyup = true; upkeyup = true; if (_root.headspot == 1) { shadowss._alpha = 30; left._alpha = 30; } else { left._alpha = 100; shadowss._alpha = 100; } if (_root.bodyspot == 1) { shadowsss._alpha = 30; left1._alpha = 30; } else { left1._alpha = 100; shadowsss._alpha = 100; } if (_root.weaponspot == 1) { shadowssss._alpha = 30; left2._alpha = 30; } else { left2._alpha = 100; shadowssss._alpha = 100; }
Instance of Symbol 24 MovieClip "left" in Symbol 118 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.spot == 1) { if (_root.headspot == 1) { _parent.shadowss._alpha = 30; this._alpha = 30; } else { this._alpha = 100; _parent.shadowss._alpha = 100; } if (Key.isDown(37) == true) { this.gotoAndPlay(2); poop = true; } else { this.gotoAndStop(1); if (poop == true) { poop = false; _parent._parent.heromain.head.prevFrame(); } } if (Key.isDown(40) == true) { if (_parent.downkeyup == true) { _parent.downkeyup = false; _parent.gotoAndStop(2); _parent.spot = 2; } } else { _parent.downkeyup = true; } } }
Instance of Symbol 24 MovieClip "left1" in Symbol 118 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.spot == 2) { if (_root.bodyspot == 1) { _parent.shadowsss._alpha = 30; this._alpha = 30; } else { this._alpha = 100; _parent.shadowsss._alpha = 100; } if (Key.isDown(37) == true) { this.gotoAndPlay(2); poop = true; } else { this.gotoAndStop(1); if (poop == true) { poop = false; _parent._parent.heromain.body.prevFrame(); } } if (Key.isDown(40) == true) { if (_parent.downkeyup == true) { _parent.downkeyup = false; _parent.gotoAndStop(3); _parent.spot = 3; } } else { _parent.downkeyup = true; } if (Key.isDown(38) == true) { if (_parent.upkeyup == true) { _parent.upkeyup = false; _parent.gotoAndStop(1); _parent.spot = 1; } } else { _parent.upkeyup = true; } } }
Instance of Symbol 24 MovieClip "left2" in Symbol 118 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.spot == 3) { if (_root.weaponspot == 1) { _parent.shadowssss._alpha = 30; this._alpha = 30; } else { this._alpha = 100; _parent.shadowssss._alpha = 100; } if (Key.isDown(37) == true) { this.gotoAndPlay(2); poop = true; } else { this.gotoAndStop(1); if (poop == true) { poop = false; _parent._parent.heromain.weapon.prevFrame(); } } if (Key.isDown(38) == true) { if (_parent.upkeyup == true) { _parent.spot = 2; _parent.upkeyup = false; _parent.gotoAndStop(2); } } else { _parent.upkeyup = true; } } }
Instance of Symbol 24 MovieClip "right" in Symbol 118 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.spot == 1) { if (Key.isDown(39) == true) { this.gotoAndPlay(2); poop = true; } else { this.gotoAndStop(1); if (poop == true) { poop = false; _parent._parent.heromain.head.nextFrame(); } } } }
Instance of Symbol 24 MovieClip "right1" in Symbol 118 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.spot == 2) { if (Key.isDown(39) == true) { this.gotoAndPlay(2); poop = true; } else { this.gotoAndStop(1); if (poop == true) { poop = false; _parent._parent.heromain.body.nextFrame(); } } } }
Instance of Symbol 24 MovieClip "right2" in Symbol 118 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.spot == 3) { if (Key.isDown(39) == true) { this.gotoAndPlay(2); poop = true; } else { this.gotoAndStop(1); if (poop == true) { poop = false; _parent._parent.heromain.weapon.nextFrame(); } } } }
Symbol 118 MovieClip Frame 2
stop(); spot = 2; downkeyup = false; upkeyup = false; if (_root.headspot == 1) { shadowss._alpha = 30; left._alpha = 30; } else { left._alpha = 100; shadowss._alpha = 100; } if (_root.bodyspot == 1) { shadowsss._alpha = 30; left1._alpha = 30; } else { left1._alpha = 100; shadowsss._alpha = 100; } if (_root.weaponspot == 1) { shadowssss._alpha = 30; left2._alpha = 30; } else { left2._alpha = 100; shadowssss._alpha = 100; }
Symbol 118 MovieClip Frame 3
stop(); spot = 3; downkeyup = false; upkeyup = false; if (_root.headspot == 1) { shadowss._alpha = 30; left._alpha = 30; } else { left._alpha = 100; shadowss._alpha = 100; } if (_root.bodyspot == 1) { shadowsss._alpha = 30; left1._alpha = 30; } else { left1._alpha = 100; shadowsss._alpha = 100; } if (_root.weaponspot == 1) { shadowssss._alpha = 30; left2._alpha = 30; } else { left2._alpha = 100; shadowssss._alpha = 100; }
Symbol 122 MovieClip Frame 1
stop(); header = 1; bodyer = 1; weaponer = 1;
Symbol 122 MovieClip Frame 2
stop(); heromain.head.gotoAndStop(header); heromain.body.gotoAndStop(bodyer); heromain.weapon.gotoAndStop(weaponer);
Instance of Symbol 28 MovieClip in Symbol 122 MovieClip Frame 2
onClipEvent (enterFrame) { if (Key.isDown(32) == true) { this.gotoAndPlay(2); done = true; } else { this.gotoAndStop(1); if (done == true) { _parent.gotoAndStop(3); } } }
Symbol 122 MovieClip Frame 3
stop(); header = _root.headspot; bodyer = _root.bodyspot; weaponer = _root.weaponspot;
Instance of Symbol 24 MovieClip in Symbol 122 MovieClip Frame 3
onClipEvent (enterFrame) { if (Key.isDown(39) == true) { this.gotoAndPlay(2); poop = true; } else { this.gotoAndStop(1); if (poop == true) { _root.normal = false; _root.gotoAndStop(4); } } }
Instance of Symbol 24 MovieClip in Symbol 122 MovieClip Frame 3
onClipEvent (enterFrame) { if (Key.isDown(37) == true) { this.gotoAndPlay(2); poop = true; } else { this.gotoAndStop(1); if (poop == true) { _root.normal = true; _root.gotoAndStop(4); } } }
Instance of Symbol 24 MovieClip in Symbol 122 MovieClip Frame 3
onClipEvent (enterFrame) { if (Key.isDown(40) == true) { this.gotoAndPlay(2); poop = true; } else { this.gotoAndStop(1); if (poop == true) { _parent.gotoAndStop(2); } } }
Symbol 125 MovieClip Frame 61
stop();
Symbol 140 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 2
stop();
Symbol 143 MovieClip Frame 1
stop();
Symbol 143 MovieClip Frame 2
stop();
Symbol 146 MovieClip Frame 1
stop(); outofcastle = true;
Symbol 146 MovieClip Frame 2
stop(); outofcastle = true;
Symbol 146 MovieClip Frame 3
stop(); outofcastle = false;
Symbol 162 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 2
stop();
Symbol 185 MovieClip Frame 1
stop(); talkframe = 1;
Symbol 185 MovieClip Frame 2
stop(); talkframe = 2;
Symbol 185 MovieClip Frame 3
stop(); talkframe = 3;
Symbol 185 MovieClip Frame 4
stop(); talkframe = 4;
Symbol 185 MovieClip Frame 5
stop(); talkframe = 5;
Symbol 185 MovieClip Frame 6
stop(); talkframe = 6;
Symbol 185 MovieClip Frame 7
stop(); talkframe = 7;
Symbol 185 MovieClip Frame 8
stop(); talkframe = 8;
Symbol 185 MovieClip Frame 9
gotoAndStop (1); talkframe = 9; donetalking = true; _root.arrowmc.gotoAndStop(2);
Symbol 185 MovieClip Frame 10
stop();
Symbol 185 MovieClip Frame 11
stop(); talkframe = 11;
Symbol 190 MovieClip Frame 1
stop(); arrowframe = 1;
Symbol 190 MovieClip Frame 2
stop(); arrowframe = 2;
Symbol 192 MovieClip Frame 1
stop();
Symbol 192 MovieClip Frame 13
stop();
Symbol 192 MovieClip Frame 24
gotoAndStop (1);
Symbol 192 MovieClip Frame 25
stop();
Symbol 197 MovieClip Frame 1
doagain = false;
Symbol 197 MovieClip Frame 103
doagain = true; stop();
Symbol 204 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 12
_parent.gotoAndStop(1);
Symbol 231 MovieClip Frame 1
stop(); invisible = false;
Symbol 231 MovieClip Frame 2
stop();
Symbol 231 MovieClip Frame 38
if (_root.heromain.dead == false) { _root.arrowmc.gotoAndStop(2); } this.unloadMovie();
Symbol 231 MovieClip Frame 39
stop();
Symbol 231 MovieClip Frame 40
invisible = true;
Symbol 231 MovieClip Frame 44
invisible = true; whichway = random(400) + 44; _root.baddie._x = whichway;
Symbol 231 MovieClip Frame 48
gotoAndStop (1); invisible = false;
Symbol 237 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 63
_root.songone.stop("sound_songone"); _root.songtwo.stop("sound_songtwo"); _root.songthree.stop("sound_songthree"); _root.songoneplaying = false; _root.songtwoplaying = false; _root.songthreeplaying = false;
Symbol 237 MovieClip Frame 64
_root.deathstinger.start(0, 1); _root.deathstinger.setVolume(100);
Symbol 237 MovieClip Frame 128
_root.gotoAndStop(3);
Symbol 247 MovieClip Frame 1
stop();
Symbol 247 MovieClip Frame 2
stop();
Symbol 247 MovieClip Frame 9
stop();
Instance of Symbol 247 MovieClip in Symbol 252 MovieClip Frame 6
onClipEvent (load) { flyspeed = 10; dead = false; } onClipEvent (enterFrame) { }
Instance of Symbol 247 MovieClip in Symbol 252 MovieClip Frame 6
onClipEvent (load) { flyspeed = 10; dead = false; } onClipEvent (enterFrame) { }
Instance of Symbol 247 MovieClip in Symbol 252 MovieClip Frame 6
onClipEvent (load) { flyspeed = 10; dead = false; } onClipEvent (enterFrame) { }
Instance of Symbol 247 MovieClip in Symbol 252 MovieClip Frame 6
onClipEvent (load) { flyspeed = 10; dead = false; } onClipEvent (enterFrame) { }
Instance of Symbol 247 MovieClip in Symbol 252 MovieClip Frame 6
onClipEvent (load) { flyspeed = 10; dead = false; } onClipEvent (enterFrame) { }
Instance of Symbol 247 MovieClip in Symbol 252 MovieClip Frame 6
onClipEvent (load) { flyspeed = 10; dead = false; } onClipEvent (enterFrame) { }
Instance of Symbol 247 MovieClip in Symbol 252 MovieClip Frame 6
onClipEvent (load) { flyspeed = 10; dead = false; } onClipEvent (enterFrame) { }
Instance of Symbol 247 MovieClip in Symbol 252 MovieClip Frame 6
onClipEvent (load) { flyspeed = 10; dead = false; } onClipEvent (enterFrame) { }
Instance of Symbol 247 MovieClip in Symbol 252 MovieClip Frame 6
onClipEvent (load) { flyspeed = 10; dead = false; } onClipEvent (enterFrame) { }
Symbol 252 MovieClip Frame 54
stop();
Symbol 256 MovieClip Frame 1
dofinal = false;
Symbol 256 MovieClip Frame 14
gotoAndPlay (1);
Symbol 256 MovieClip Frame 57
dofinal = true;
Symbol 256 MovieClip Frame 66
stop();
Symbol 260 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 2
stop();
Symbol 264 MovieClip Frame 1
stop();
Symbol 264 MovieClip Frame 2
stop();
Symbol 266 MovieClip Frame 1
watergonow = true;
Symbol 266 MovieClip Frame 2
watergonow = false;
Symbol 266 MovieClip Frame 41
gotoAndPlay (1);
Symbol 266 MovieClip Frame 42
watergonow = false; doneanim = false;
Symbol 266 MovieClip Frame 105
stop(); doneanim = true;
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 2
_root.wall1.gotoAndPlay(42); _root.wall2.gotoAndPlay(42);
Symbol 270 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 64
stop();
Symbol 272 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 19
gotoAndStop (26);
Symbol 272 MovieClip Frame 24
stop();
Symbol 274 MovieClip Frame 1
stop(); bubble_done = true;
Symbol 274 MovieClip Frame 2
bubble_done = false;
Symbol 274 MovieClip Frame 8
go_next_bubble = true;
Symbol 274 MovieClip Frame 9
go_next_bubble = false;
Symbol 289 MovieClip Frame 1
stop(); eyesopen = false; lefteyehit = false;
Symbol 289 MovieClip Frame 5
stop(); eyesopen = true;
Instance of Symbol 285 MovieClip "badeyehit" in Symbol 289 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.flyfirstmain)) { if (_root.flyfirstmain.dead == true) { _parent.gotoAndPlay(10); } } if (this.hitTest(_root.secondfly1)) { if (_root.secondfly1.dead == true) { _parent.gotoAndPlay(10); } } if (this.hitTest(_root.secondfly2)) { if (_root.secondfly2.dead == true) { _parent.gotoAndPlay(10); } } if (this.hitTest(_root.secondfly3)) { if (_root.secondfly3.dead == true) { _parent.gotoAndPlay(10); } } }
Symbol 289 MovieClip Frame 6
eyesopen = false;
Symbol 289 MovieClip Frame 9
gotoAndStop (1);
Symbol 289 MovieClip Frame 10
eyesopen = false; lefteyehit = true; if (_parent.eyeright.righteyehit == true) { _root.wormbaddie.wormhealth--; _root.wormbaddie.wormhit = true; if (_root.wormbaddie.wormhealth == 2) { _root.wormhealthbar.wormhealth3.play(); _root.secondfly2.flygo = true; } else if (_root.wormbaddie.wormhealth == 1) { _root.wormhealthbar.wormhealth2.play(); _root.secondfly3.flygo = true; } else if (_root.wormbaddie.wormhealth == 0) { _root.wormhealthbar.wormhealth1.play(); } }
Symbol 289 MovieClip Frame 14
stop();
Symbol 289 MovieClip Frame 15
eyesopen = false;
Symbol 289 MovieClip Frame 18
gotoAndStop (1);
Symbol 290 MovieClip Frame 1
stop(); eyesopen = false; righteyehit = false;
Symbol 290 MovieClip Frame 5
stop(); eyesopen = true;
Instance of Symbol 285 MovieClip "badeyehit" in Symbol 290 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.flyfirstmain)) { if (_root.flyfirstmain.dead == true) { _parent.gotoAndPlay(10); } } if (this.hitTest(_root.secondfly1)) { if (_root.secondfly1.dead == true) { _parent.gotoAndPlay(10); } } if (this.hitTest(_root.secondfly2)) { if (_root.secondfly2.dead == true) { _parent.gotoAndPlay(10); } } if (this.hitTest(_root.secondfly3)) { if (_root.secondfly3.dead == true) { _parent.gotoAndPlay(10); } } }
Symbol 290 MovieClip Frame 6
eyesopen = false;
Symbol 290 MovieClip Frame 9
gotoAndStop (1);
Symbol 290 MovieClip Frame 10
eyesopen = false; righteyehit = true; if (_parent.eyeleft.lefteyehit == true) { _root.wormbaddie.wormhealth--; _root.wormbaddie.wormhit = true; if (_root.wormbaddie.wormhealth == 2) { _root.wormhealthbar.wormhealth3.play(); _root.secondfly2.flygo = true; } else if (_root.wormbaddie.wormhealth == 1) { _root.secondfly3.flygo = true; _root.wormhealthbar.wormhealth2.play(); } else if (_root.wormbaddie.wormhealth == 0) { _root.wormhealthbar.wormhealth1.play(); } }
Symbol 290 MovieClip Frame 14
stop();
Symbol 290 MovieClip Frame 15
eyesopen = false;
Symbol 290 MovieClip Frame 18
gotoAndStop (1);
Symbol 295 MovieClip Frame 1
stop();
Symbol 295 MovieClip Frame 29
gotoAndStop (1);
Symbol 295 MovieClip Frame 30
_root.rocksfall.gotoAndPlay(2);
Symbol 295 MovieClip Frame 36
stop();
Symbol 297 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 2
stop();
Symbol 299 MovieClip Frame 16
stop();
Symbol 300 MovieClip Frame 1
stop(); done_attack = true;
Symbol 300 MovieClip Frame 2
done_attack = false;
Symbol 306 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 2
stop();
Symbol 306 MovieClip Frame 3
stop();
Symbol 307 MovieClip Frame 1
stop();
Symbol 307 MovieClip Frame 2
stop();
Symbol 314 MovieClip Frame 1
stop();
Symbol 321 MovieClip Frame 1
stop(); bombalive = true; bombexploding = false;
Symbol 321 MovieClip Frame 2
stop(); bombalive = true; bombexploding = false;
Symbol 321 MovieClip Frame 3
stop(); bombalive = true; bombexploding = false;
Symbol 330 MovieClip Frame 1
stop();
Symbol 330 MovieClip Frame 13
gotoAndStop (1);
Symbol 332 MovieClip Frame 1
can_hit_targets = true; bombexploding = false; stop(); canbeattacked = false;
Instance of Symbol 330 MovieClip in Symbol 332 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.can_hit_targets == true) { if (this.bombexploding == false) { if (this.hitTest(_root.attack1.seahorseattack)) { _root.attack1.stop(); _root.attack1.seahorseattack.gotoAndStop(2); timer1 = 15; gotimer1 = true; } } if (gotimer1 == true) { timer1--; if (timer1 <= 0) { gotimer1 = false; _root.attack1.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack2.seahorseattack)) { _root.attack2.stop(); _root.attack2.seahorseattack.gotoAndStop(2); timer2 = 15; gotimer2 = true; } } if (gotimer2 == true) { timer2--; if (timer2 <= 0) { gotimer2 = false; _root.attack2.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack3.seahorseattack)) { _root.attack3.stop(); _root.attack3.seahorseattack.gotoAndStop(2); timer3 = 15; gotimer3 = true; } } if (gotimer3 == true) { timer3--; if (timer3 <= 0) { gotimer3 = false; _root.attack3.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack4.seahorseattack)) { _root.attack4.stop(); _root.attack4.seahorseattack.gotoAndStop(2); timer4 = 15; gotimer4 = true; } } if (gotimer4 == true) { timer4--; if (timer4 <= 0) { gotimer4 = false; _root.attack4.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack5.seahorseattack)) { _root.attack5.stop(); _root.attack5.seahorseattack.gotoAndStop(2); timer5 = 15; gotimer5 = true; } } if (gotimer5 == true) { timer5--; if (timer5 <= 0) { gotimer5 = false; _root.attack5.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack6.seahorseattack)) { _root.attack6.stop(); _root.attack6.seahorseattack.gotoAndStop(2); timer6 = 15; gotimer6 = true; } } if (gotimer6 == true) { timer6--; if (timer6 <= 0) { gotimer6 = false; _root.attack6.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack7.seahorseattack)) { _root.attack7.stop(); _root.attack7.seahorseattack.gotoAndStop(2); timer7 = 15; gotimer7 = true; } } if (gotimer7 == true) { timer7--; if (timer7 <= 0) { gotimer7 = false; _root.attack7.gotoAndStop(1); } } if (this.bombexploding == false) { if (this.hitTest(_root.attack8.seahorseattack)) { _root.attack8.stop(); _root.attack8.seahorseattack.gotoAndStop(2); timer8 = 15; gotimer8 = true; } } if (gotimer8 == true) { timer8--; if (timer8 <= 0) { gotimer8 = false; _root.attack8.gotoAndStop(1); } } } }
Symbol 332 MovieClip Frame 2
_root.dragon_health.gotoAndStop(2);
Instance of Symbol 330 MovieClip "drgn_face" in Symbol 332 MovieClip Frame 2
onClipEvent (load) { countdowner = 5; } onClipEvent (enterFrame) { countdowner--; if (countdowner <= 0) { countdowner = 50; this.play(); if (_root.drgn_bomb_1.thisgo == false) { _root.drgn_bomb_1.thisgo = true; } else if (_root.drgn_bomb_2.thisgo == false) { _root.drgn_bomb_2.thisgo = true; } else if (_root.drgn_bomb_3.thisgo == false) { _root.drgn_bomb_3.thisgo = true; } else if (_root.drgn_bomb_4.thisgo == false) { _root.drgn_bomb_4.thisgo = true; } else if (_root.drgn_bomb_5.thisgo == false) { _root.drgn_bomb_5.thisgo = true; } } }
Symbol 332 MovieClip Frame 17
stop(); canbeattacked = true;
Symbol 332 MovieClip Frame 18
drgn_face.play();
Symbol 332 MovieClip Frame 49
drgn_face.play();
Symbol 332 MovieClip Frame 78
_root.bomb_1.howmanybombs = 1; _root.bomb_2.howmanybombs = 1; _root.bomb_3.howmanybombs = 1; _root.bomb_4.howmanybombs = 1; gotoAndStop (1);
Symbol 332 MovieClip Frame 100
stop();
Symbol 339 MovieClip Frame 1
stop(); bombalive = true; bombexploding = false;
Symbol 339 MovieClip Frame 2
stop(); bombalive = true; bombexploding = false;
Symbol 339 MovieClip Frame 3
stop(); bombalive = true; bombexploding = false;
Symbol 339 MovieClip Frame 4
bombexploding = true;
Symbol 339 MovieClip Frame 36
stop(); bombalive = false;
Symbol 344 MovieClip Frame 1
stop();
Symbol 344 MovieClip Frame 2
_root.beatgame = true;
Symbol 344 MovieClip Frame 24
stop();

Library Items

Symbol 1 Sound [sound_songone]
Symbol 2 Sound [sound_deathstinger]
Symbol 3 Sound [sound_songfirst]
Symbol 4 Sound [sound_songthree]
Symbol 5 Sound [sound_songtwo]
Symbol 6 Sound [sound_soundone]Used by:115 297
Symbol 7 GraphicUsed by:Timeline
Symbol 8 GraphicUsed by:122 147 237 257  Timeline
Symbol 9 FontUsed by:10 26 121
Symbol 10 TextUses:9Used by:Timeline
Symbol 11 GraphicUsed by:Timeline
Symbol 12 GraphicUsed by:122
Symbol 13 GraphicUsed by:16
Symbol 14 GraphicUsed by:16
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:13 14 15Used by:31
Symbol 17 GraphicUsed by:31
Symbol 18 ShapeTweeningUsed by:21
Symbol 19 ShapeTweeningUsed by:21
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:18 19 20Used by:31
Symbol 22 GraphicUsed by:24
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:22 23Used by:31 118 122
Symbol 25 GraphicUsed by:28
Symbol 26 TextUses:9Used by:28
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:25 26 27Used by:31 122
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:31
Symbol 31 MovieClipUses:16 17 21 24 28 30Used by:122
Symbol 32 GraphicUsed by:41
Symbol 33 GraphicUsed by:41
Symbol 34 GraphicUsed by:41
Symbol 35 GraphicUsed by:41
Symbol 36 GraphicUsed by:41
Symbol 37 GraphicUsed by:39 40
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:37 38Used by:41
Symbol 40 MovieClipUses:37Used by:41
Symbol 41 MovieClipUses:32 33 34 35 36 39 40Used by:115
Symbol 42 GraphicUsed by:50
Symbol 43 GraphicUsed by:46
Symbol 44 GraphicUsed by:46
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:43 44 45Used by:50
Symbol 47 GraphicUsed by:49
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:47 48Used by:50
Symbol 50 MovieClipUses:42 46 49Used by:73
Symbol 51 GraphicUsed by:52 53 54
Symbol 52 MovieClipUses:51Used by:54
Symbol 53 MovieClipUses:51Used by:54
Symbol 54 MovieClipUses:51 52 53Used by:73
Symbol 55 GraphicUsed by:56 57 58
Symbol 56 MovieClipUses:55Used by:58
Symbol 57 MovieClipUses:55Used by:58
Symbol 58 MovieClipUses:55 56 57Used by:73
Symbol 59 GraphicUsed by:61 62 63
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:59 60Used by:63
Symbol 62 MovieClipUses:59Used by:63
Symbol 63 MovieClipUses:59 61 62Used by:73
Symbol 64 GraphicUsed by:70
Symbol 65 GraphicUsed by:67
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:65 66Used by:70
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:70
Symbol 70 MovieClipUses:64 67 69Used by:73
Symbol 71 GraphicUsed by:73
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:50 54 58 63 70 71 72Used by:115
Symbol 74 GraphicUsed by:81
Symbol 75 GraphicUsed by:81
Symbol 76 GraphicUsed by:81
Symbol 77 GraphicUsed by:81
Symbol 78 GraphicUsed by:81
Symbol 79 GraphicUsed by:81
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:74 75 76 77 78 79 80Used by:115
Symbol 82 GraphicUsed by:89
Symbol 83 GraphicUsed by:89
Symbol 84 GraphicUsed by:89
Symbol 85 GraphicUsed by:89
Symbol 86 GraphicUsed by:89
Symbol 87 GraphicUsed by:89
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:82 83 84 85 86 87 88Used by:103 115
Symbol 90 GraphicUsed by:115
Symbol 91 SoundUsed by:93
Symbol 92 SoundUsed by:93 115
Symbol 93 MovieClipUses:91 92Used by:115
Symbol 94 MovieClipUses:SS1Used by:115
Symbol 95 GraphicUsed by:96 146 252
Symbol 96 MovieClipUses:95Used by:115
Symbol 97 GraphicUsed by:98 242
Symbol 98 MovieClipUses:97Used by:115
Symbol 99 GraphicUsed by:103
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:103
Symbol 102 SoundUsed by:103
Symbol 103 MovieClipUses:89 99 101 102Used by:115
Symbol 104 BitmapUsed by:105 111 112 262
Symbol 105 GraphicUses:104Used by:114 115
Symbol 106 GraphicUsed by:108
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:106 107Used by:114 115 263
Symbol 109 GraphicUsed by:115
Symbol 110 GraphicUsed by:115
Symbol 111 GraphicUses:104Used by:114
Symbol 112 GraphicUses:104Used by:114
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:105 108 111 112 113Used by:115
Symbol 115 MovieClipUses:41 73 81 89 90 93 94 96 98 103 92 6 105 108 109 110 114Used by:122  Timeline
Symbol 116 GraphicUsed by:117 118
Symbol 117 MovieClipUses:116Used by:118
Symbol 118 MovieClipUses:116 117 24Used by:122
Symbol 119 GraphicUsed by:122
Symbol 120 GraphicUsed by:122
Symbol 121 TextUses:9Used by:122
Symbol 122 MovieClipUses:12 31 115 28 24 118 8 119 120 121Used by:Timeline
Symbol 123 GraphicUsed by:125
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:123 124Used by:127 149
Symbol 126 GraphicUsed by:127
Symbol 127 ButtonUses:125 126Used by:Timeline
Symbol 128 GraphicUsed by:Timeline
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:Timeline
Symbol 131 GraphicUsed by:Timeline
Symbol 132 GraphicUsed by:140
Symbol 133 GraphicUsed by:140
Symbol 134 GraphicUsed by:136
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:134 135Used by:140 143
Symbol 137 GraphicUsed by:140
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138Used by:140 143
Symbol 140 MovieClipUses:132 133 136 137 139Used by:237  Timeline
Symbol 141 GraphicUsed by:143
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:141 136 142 139Used by:237  Timeline
Symbol 144 GraphicUsed by:146
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:144 145 95Used by:237  Timeline
Symbol 147 MovieClipUses:8Used by:Timeline
Symbol 148 GraphicUsed by:149
Symbol 149 ButtonUses:125 148Used by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:151Used by:Timeline
Symbol 153 GraphicUsed by:Timeline
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:154Used by:Timeline
Symbol 156 GraphicUsed by:Timeline
Symbol 157 GraphicUsed by:Timeline
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:158Used by:Timeline
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:162
Symbol 162 MovieClipUses:161Used by:185
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:163Used by:185
Symbol 165 GraphicUsed by:185
Symbol 166 FontUsed by:167 168 169 170 172 173 174 176 178 180 181 183 184
Symbol 167 TextUses:166Used by:185
Symbol 168 TextUses:166Used by:185
Symbol 169 TextUses:166Used by:185
Symbol 170 TextUses:166Used by:185
Symbol 171 GraphicUsed by:185
Symbol 172 TextUses:166Used by:185
Symbol 173 TextUses:166Used by:185
Symbol 174 TextUses:166Used by:185
Symbol 175 GraphicUsed by:185
Symbol 176 TextUses:166Used by:185
Symbol 177 GraphicUsed by:185
Symbol 178 TextUses:166Used by:185
Symbol 179 GraphicUsed by:185
Symbol 180 TextUses:166Used by:185
Symbol 181 TextUses:166Used by:185
Symbol 182 GraphicUsed by:185
Symbol 183 TextUses:166Used by:185
Symbol 184 TextUses:166Used by:185
Symbol 185 MovieClipUses:162 164 165 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184Used by:Timeline
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:186Used by:190
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:190
Symbol 190 MovieClipUses:187 189Used by:Timeline
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:191Used by:307  Timeline
Symbol 193 GraphicUsed by:Timeline
Symbol 194 GraphicUsed by:Timeline
Symbol 195 GraphicUsed by:196
Symbol 196 MovieClipUses:195Used by:197
Symbol 197 MovieClipUses:196Used by:Timeline
Symbol 198 GraphicUsed by:204
Symbol 199 GraphicUsed by:204
Symbol 200 GraphicUsed by:204
Symbol 201 GraphicUsed by:204
Symbol 202 GraphicUsed by:204
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:198 199 200 201 202 203Used by:231
Symbol 205 GraphicUsed by:231
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:206Used by:231
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:231
Symbol 210 GraphicUsed by:231
Symbol 211 GraphicUsed by:220 231
Symbol 212 GraphicUsed by:220
Symbol 213 GraphicUsed by:220
Symbol 214 GraphicUsed by:220
Symbol 215 GraphicUsed by:220
Symbol 216 GraphicUsed by:220
Symbol 217 GraphicUsed by:220
Symbol 218 GraphicUsed by:220
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:211 212 213 214 215 216 217 218 219Used by:231
Symbol 221 GraphicUsed by:231
Symbol 222 GraphicUsed by:231
Symbol 223 GraphicUsed by:231
Symbol 224 GraphicUsed by:231
Symbol 225 GraphicUsed by:231
Symbol 226 GraphicUsed by:231
Symbol 227 GraphicUsed by:231
Symbol 228 GraphicUsed by:231
Symbol 229 GraphicUsed by:231
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:204 205 207 209 210 220 221 222 211 223 224 225 226 227 228 229 230Used by:Timeline
Symbol 232 GraphicUsed by:237
Symbol 233 GraphicUsed by:237
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:234Used by:237
Symbol 236 GraphicUsed by:237
Symbol 237 MovieClipUses:8 232 233 140 143 235 236 146Used by:Timeline
Symbol 238 GraphicUsed by:241 244
Symbol 239 GraphicUsed by:241
Symbol 240 GraphicUsed by:241 244
Symbol 241 MovieClipUses:238 239 240Used by:247
Symbol 242 MovieClipUses:97Used by:247
Symbol 243 GraphicUsed by:244
Symbol 244 MovieClipUses:238 243 240Used by:247
Symbol 245 GraphicUsed by:247
Symbol 246 SoundUsed by:247
Symbol 247 MovieClipUses:241 242 244 245 246Used by:252  Timeline
Symbol 248 GraphicUsed by:Timeline
Symbol 249 GraphicUsed by:Timeline
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:250Used by:Timeline
Symbol 252 MovieClipUses:95 247Used by:Timeline
Symbol 253 GraphicUsed by:256
Symbol 254 GraphicUsed by:256  Timeline
Symbol 255 SoundUsed by:256
Symbol 256 MovieClipUses:253 254 255Used by:Timeline
Symbol 257 MovieClipUses:8Used by:Timeline
Symbol 258 GraphicUsed by:266
Symbol 259 GraphicUsed by:260
Symbol 260 MovieClipUses:259Used by:266
Symbol 261 GraphicUsed by:265
Symbol 262 GraphicUses:104Used by:263
Symbol 263 MovieClipUses:262 108Used by:264
Symbol 264 MovieClipUses:263Used by:265
Symbol 265 MovieClipUses:261 264Used by:266
Symbol 266 MovieClipUses:258 260 265Used by:Timeline
Symbol 267 GraphicUsed by:269 317
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:267 268Used by:270
Symbol 270 MovieClipUses:269Used by:Timeline
Symbol 271 GraphicUsed by:272 299
Symbol 272 MovieClipUses:271Used by:Timeline
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:273Used by:Timeline
Symbol 275 GraphicUsed by:295
Symbol 276 GraphicUsed by:295
Symbol 277 GraphicUsed by:295
Symbol 278 GraphicUsed by:289 290
Symbol 279 GraphicUsed by:289 290
Symbol 280 GraphicUsed by:289 290
Symbol 281 GraphicUsed by:289 290
Symbol 282 GraphicUsed by:289 290
Symbol 283 GraphicUsed by:289 290
Symbol 284 GraphicUsed by:285
Symbol 285 MovieClipUses:284Used by:289 290
Symbol 286 GraphicUsed by:289 290
Symbol 287 GraphicUsed by:289 290
Symbol 288 GraphicUsed by:289 290
Symbol 289 MovieClipUses:278 279 280 281 282 283 285 286 287 288Used by:295
Symbol 290 MovieClipUses:278 279 280 281 282 283 285 286 287 288Used by:295
Symbol 291 GraphicUsed by:294 314
Symbol 292 GraphicUsed by:294 314
Symbol 293 GraphicUsed by:294 314
Symbol 294 MovieClipUses:291 292 293Used by:295
Symbol 295 MovieClipUses:275 276 277 289 290 294Used by:Timeline
Symbol 296 GraphicUsed by:297
Symbol 297 MovieClipUses:296 6Used by:300
Symbol 298 SoundUsed by:300
Symbol 299 MovieClipUses:271Used by:300
Symbol 300 MovieClipUses:297 298 299Used by:Timeline
Symbol 301 GraphicUsed by:Timeline
Symbol 302 GraphicUsed by:303
Symbol 303 MovieClipUses:302Used by:306
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:304Used by:306
Symbol 306 MovieClipUses:303 305Used by:Timeline
Symbol 307 MovieClipUses:192Used by:Timeline
Symbol 308 GraphicUsed by:314
Symbol 309 GraphicUsed by:310
Symbol 310 MovieClipUses:309Used by:314
Symbol 311 SoundUsed by:314
Symbol 312 SoundUsed by:314
Symbol 313 GraphicUsed by:314
Symbol 314 MovieClipUses:291 308 310 292 311 312 293 313Used by:Timeline
Symbol 315 GraphicUsed by:316
Symbol 316 MovieClipUses:315Used by:Timeline
Symbol 317 MovieClipUses:267Used by:Timeline
Symbol 318 GraphicUsed by:319
Symbol 319 MovieClipUses:318Used by:321 339
Symbol 320 GraphicUsed by:321
Symbol 321 MovieClipUses:319 320Used by:Timeline
Symbol 322 GraphicUsed by:332
Symbol 323 GraphicUsed by:330
Symbol 324 GraphicUsed by:330
Symbol 325 GraphicUsed by:330
Symbol 326 GraphicUsed by:330
Symbol 327 GraphicUsed by:330
Symbol 328 GraphicUsed by:330
Symbol 329 GraphicUsed by:330
Symbol 330 MovieClipUses:323 324 325 326 327 328 329Used by:332
Symbol 331 GraphicUsed by:332
Symbol 332 MovieClipUses:322 330 331Used by:Timeline
Symbol 333 GraphicUsed by:339
Symbol 334 ShapeTweeningUsed by:339
Symbol 335 GraphicUsed by:339
Symbol 336 ShapeTweeningUsed by:339
Symbol 337 ShapeTweeningUsed by:339
Symbol 338 GraphicUsed by:339
Symbol 339 MovieClipUses:319 333 334 335 336 337 338Used by:Timeline
Symbol 340 GraphicUsed by:342
Symbol 341 GraphicUsed by:342
Symbol 342 MovieClipUses:340 341Used by:344
Symbol 343 GraphicUsed by:344
Symbol 344 MovieClipUses:342 343Used by:Timeline
Streaming Sound 1Used by:Symbol 94 MovieClip

Instance Names

"menu"Frame 2Symbol 122 MovieClip
"castle11"Frame 3Symbol 140 MovieClip
"castle22"Frame 3Symbol 143 MovieClip
"castle1"Frame 3Symbol 147 MovieClip
"castle2"Frame 3Symbol 147 MovieClip
"land_1"Frame 4Symbol 155 MovieClip
"heromain"Frame 4Symbol 115 MovieClip
"oldman"Frame 4Symbol 185 MovieClip
"arrowmc"Frame 4Symbol 190 MovieClip
"goodhealth1"Frame 4Symbol 192 MovieClip
"goodhealth2"Frame 4Symbol 192 MovieClip
"goodhealth3"Frame 4Symbol 192 MovieClip
"goodhealth4"Frame 4Symbol 192 MovieClip
"goodhealth5"Frame 4Symbol 192 MovieClip
"goodhealth6"Frame 4Symbol 192 MovieClip
"baddieattack"Frame 5Symbol 197 MovieClip
"baddie"Frame 5Symbol 231 MovieClip
"heromain"Frame 5Symbol 115 MovieClip
"badhealth1"Frame 5Symbol 192 MovieClip
"badhealth2"Frame 5Symbol 192 MovieClip
"badhealth3"Frame 5Symbol 192 MovieClip
"dead"Frame 5Symbol 237 MovieClip
"flyfirstmain"Frame 6Symbol 247 MovieClip
"cantgoright"Frame 7Symbol 251 MovieClip
"flykillsyou"Frame 7Symbol 252 MovieClip
"heromain1"Frame 7Symbol 115 MovieClip
"backgroundmc"Frame 8Symbol 256 MovieClip
"hitblockforshots"Frame 8Symbol 257 MovieClip
"waterhitter"Frame 8Symbol 257 MovieClip
"wall2"Frame 8Symbol 266 MovieClip
"wall1"Frame 8Symbol 266 MovieClip
"water"Frame 8Symbol 270 MovieClip
"bubbles1"Frame 8Symbol 272 MovieClip
"bubble1"Frame 8Symbol 274 MovieClip
"bubble2"Frame 8Symbol 274 MovieClip
"bubble3"Frame 8Symbol 274 MovieClip
"bubble4"Frame 8Symbol 274 MovieClip
"bubble5"Frame 8Symbol 274 MovieClip
"wormbaddie"Frame 8Symbol 295 MovieClip
"secondfly1"Frame 8Symbol 247 MovieClip
"secondfly2"Frame 8Symbol 247 MovieClip
"secondfly3"Frame 8Symbol 247 MovieClip
"attack1"Frame 8Symbol 300 MovieClip
"attack2"Frame 8Symbol 300 MovieClip
"attack3"Frame 8Symbol 300 MovieClip
"attack4"Frame 8Symbol 300 MovieClip
"attack5"Frame 8Symbol 300 MovieClip
"heromain2"Frame 8Symbol 115 MovieClip
"enemyapproach"Frame 8Symbol 306 MovieClip
"wormhealthbar"Frame 8Symbol 307 MovieClip
"rocksfall"Frame 8Symbol 314 MovieClip
"hitblockforbombs"Frame 9Symbol 257 MovieClip
"bubble1"Frame 9Symbol 274 MovieClip
"bubble2"Frame 9Symbol 274 MovieClip
"bubble3"Frame 9Symbol 274 MovieClip
"bubble4"Frame 9Symbol 274 MovieClip
"bubble5"Frame 9Symbol 274 MovieClip
"wall2"Frame 9Symbol 266 MovieClip
"water"Frame 9Symbol 317 MovieClip
"drgn_bomb_5"Frame 9Symbol 321 MovieClip
"drgn_bomb_4"Frame 9Symbol 321 MovieClip
"drgn_bomb_3"Frame 9Symbol 321 MovieClip
"drgn_bomb_2"Frame 9Symbol 321 MovieClip
"drgn_bomb_1"Frame 9Symbol 321 MovieClip
"baddie_dragon"Frame 9Symbol 332 MovieClip
"attack6"Frame 9Symbol 300 MovieClip
"attack7"Frame 9Symbol 300 MovieClip
"attack8"Frame 9Symbol 300 MovieClip
"bomb_2"Frame 9Symbol 339 MovieClip
"bomb_3"Frame 9Symbol 339 MovieClip
"bomb_4"Frame 9Symbol 339 MovieClip
"bomb_1"Frame 9Symbol 339 MovieClip
"heromain2"Frame 9Symbol 115 MovieClip
"dragon_health"Frame 9Symbol 307 MovieClip
"arrowmc"Frame 9Symbol 190 MovieClip
"winner"Frame 9Symbol 344 MovieClip
"hair"Symbol 73 MovieClip Frame 1Symbol 50 MovieClip
"hair"Symbol 73 MovieClip Frame 2Symbol 54 MovieClip
"hair"Symbol 73 MovieClip Frame 3Symbol 58 MovieClip
"hair"Symbol 73 MovieClip Frame 4Symbol 63 MovieClip
"hair"Symbol 73 MovieClip Frame 5Symbol 70 MovieClip
"weapon"Symbol 103 MovieClip Frame 1Symbol 89 MovieClip
"swordhitter"Symbol 103 MovieClip Frame 1Symbol 101 MovieClip
"feet"Symbol 115 MovieClip Frame 1Symbol 41 MovieClip
"head"Symbol 115 MovieClip Frame 1Symbol 73 MovieClip
"body"Symbol 115 MovieClip Frame 1Symbol 81 MovieClip
"weapon"Symbol 115 MovieClip Frame 1Symbol 89 MovieClip
"goodguyhurt"Symbol 115 MovieClip Frame 1Symbol 93 MovieClip
"recharge"Symbol 115 MovieClip Frame 1Symbol 94 MovieClip
"groundhit"Symbol 115 MovieClip Frame 1Symbol 96 MovieClip
"goodguyhurtblock"Symbol 115 MovieClip Frame 1Symbol 98 MovieClip
"guyguyguy"Symbol 115 MovieClip Frame 2Symbol 103 MovieClip
"feet"Symbol 115 MovieClip Frame 3Symbol 41 MovieClip
"head"Symbol 115 MovieClip Frame 3Symbol 73 MovieClip
"body"Symbol 115 MovieClip Frame 3Symbol 81 MovieClip
"weapon"Symbol 115 MovieClip Frame 3Symbol 89 MovieClip
"head"Symbol 115 MovieClip Frame 15Symbol 73 MovieClip
"body"Symbol 115 MovieClip Frame 15Symbol 81 MovieClip
"weapon"Symbol 115 MovieClip Frame 15Symbol 89 MovieClip
"goodguyhurt"Symbol 115 MovieClip Frame 15Symbol 93 MovieClip
"recharge"Symbol 115 MovieClip Frame 15Symbol 94 MovieClip
"groundhit"Symbol 115 MovieClip Frame 15Symbol 96 MovieClip
"goodguyhurtblock"Symbol 115 MovieClip Frame 15Symbol 98 MovieClip
"seaattack"Symbol 115 MovieClip Frame 16Symbol 114 MovieClip
"shadowss"Symbol 118 MovieClip Frame 1Symbol 117 MovieClip
"left"Symbol 118 MovieClip Frame 1Symbol 24 MovieClip
"left1"Symbol 118 MovieClip Frame 1Symbol 24 MovieClip
"left2"Symbol 118 MovieClip Frame 1Symbol 24 MovieClip
"right"Symbol 118 MovieClip Frame 1Symbol 24 MovieClip
"right1"Symbol 118 MovieClip Frame 1Symbol 24 MovieClip
"right2"Symbol 118 MovieClip Frame 1Symbol 24 MovieClip
"shadowsss"Symbol 118 MovieClip Frame 2Symbol 117 MovieClip
"shadowssss"Symbol 118 MovieClip Frame 3Symbol 117 MovieClip
"loading"Symbol 122 MovieClip Frame 1Symbol 31 MovieClip
"heromain"Symbol 122 MovieClip Frame 2Symbol 115 MovieClip
"othermenu"Symbol 122 MovieClip Frame 2Symbol 118 MovieClip
"questionmark"Symbol 185 MovieClip Frame 1Symbol 162 MovieClip
"oldmanhit"Symbol 185 MovieClip Frame 1Symbol 164 MovieClip
"moveleft"Symbol 190 MovieClip Frame 2Symbol 189 MovieClip
"baddie_run"Symbol 231 MovieClip Frame 1Symbol 204 MovieClip
"baddiehit"Symbol 231 MovieClip Frame 1Symbol 207 MovieClip
"baddiehitter"Symbol 231 MovieClip Frame 1Symbol 209 MovieClip
"baddiehitter"Symbol 231 MovieClip Frame 40Symbol 209 MovieClip
"baddiehitter"Symbol 231 MovieClip Frame 45Symbol 209 MovieClip
"firstflyever"Symbol 247 MovieClip Frame 1Symbol 241 MovieClip
"flyhit"Symbol 247 MovieClip Frame 1Symbol 242 MovieClip
"flyhurtyou"Symbol 247 MovieClip Frame 2Symbol 242 MovieClip
"seahorse1"Symbol 265 MovieClip Frame 1Symbol 264 MovieClip
"landith"Symbol 266 MovieClip Frame 42Symbol 260 MovieClip
"waterland2"Symbol 266 MovieClip Frame 42Symbol 265 MovieClip
"splash"Symbol 270 MovieClip Frame 1Symbol 269 MovieClip
"badeyehit"Symbol 289 MovieClip Frame 5Symbol 285 MovieClip
"badeyehit"Symbol 290 MovieClip Frame 5Symbol 285 MovieClip
"eyeleft"Symbol 295 MovieClip Frame 1Symbol 289 MovieClip
"eyeright"Symbol 295 MovieClip Frame 1Symbol 290 MovieClip
"eyeleft"Symbol 295 MovieClip Frame 30Symbol 289 MovieClip
"eyeright"Symbol 295 MovieClip Frame 30Symbol 290 MovieClip
"seahorseattack"Symbol 300 MovieClip Frame 2Symbol 297 MovieClip
"wormhealth1"Symbol 307 MovieClip Frame 2Symbol 192 MovieClip
"wormhealth2"Symbol 307 MovieClip Frame 2Symbol 192 MovieClip
"wormhealth3"Symbol 307 MovieClip Frame 2Symbol 192 MovieClip
"rockshityou"Symbol 314 MovieClip Frame 1Symbol 310 MovieClip
"rockshityou2"Symbol 314 MovieClip Frame 1Symbol 310 MovieClip
"flyhurtyou"Symbol 321 MovieClip Frame 1Symbol 319 MovieClip
"drgn_face"Symbol 332 MovieClip Frame 2Symbol 330 MovieClip
"drgn_face"Symbol 332 MovieClip Frame 18Symbol 330 MovieClip
"flyhurtyou"Symbol 339 MovieClip Frame 1Symbol 319 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "sound_songone"
ExportAssets (56)Timeline Frame 1Symbol 2 as "sound_deathstinger"
ExportAssets (56)Timeline Frame 1Symbol 3 as "sound_songfirst"
ExportAssets (56)Timeline Frame 1Symbol 4 as "sound_songthree"
ExportAssets (56)Timeline Frame 1Symbol 5 as "sound_songtwo"
ExportAssets (56)Timeline Frame 1Symbol 6 as "sound_soundone"
ExportAssets (56)Timeline Frame 2Symbol 6 as "sound_soundone"
ExportAssets (56)Timeline Frame 8Symbol 6 as "sound_soundone"

Labels

"explosions"Symbol 339 MovieClip Frame 4




http://swfchan.com/15/74274/info.shtml
Created: 7/4 -2019 10:35:04 Last modified: 7/4 -2019 10:35:04 Server time: 17/05 -2024 04:05:28