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

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

hobbitrampage.swf

This is the info page for
Flash #105749

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


Text
a production of

sponsored by

Total:

0

Combo:

0

Best:

0

Note: This game is very graphic intensive.  It is recommended that you keep the
settings to Medium for optimized gameplay.  Graphic and sound settings can be
adjusted from the main menu.  Plays best on Internet Explorer (Mozilla is slow
but can handle it)

actionscript

play

play<

>

Made Exclusively for

Game Information

>Game Information<

Sound Options

>Sound Options<

Play More Games!
Visit gamesofgondor.com

Play More Games!
Visit gamesofgondor.com

Play More Games!
Visit gamesofgondor.com

visit jmtb02.com

visit jmtb02.com

Video Options

>Video Options<

By jmtb02

Controls

>Controls<

Back

>Back<

Quality

Best

High

Medium

Low

Backgrounds (In game)

On

Off

Debris and blood

Cursor

Video Options

Volume

0%

25%

50%

75%

100%

Sound Options

http://www.gamesofgondor.com/

http://www.gamesofgondor.com/

This game is copyrighted (c) John Cooney, 2005.

This game is the result of over two months of work, with the goal of
creating the ultimate flash platformer.
If you would like to use this game on your website, you may certainly do
so by following the guidelines set out on jmtb02.com, where you may
also download it.

Author Email:

Author's Website:

http://www.jmtb02.com/

http://www.jmtb02.com/

john@jmtb02.com

john@jmtb02.com

Play More Games:

Game Info

Different Weapons (when available):
Keys 1-5 to select

P = Pause

Click to attack!

rotate with mouse

D or Right Arrow

A or Right Arrow

W or Up Arrow

Controls

0000

000

000

lhjlk

lhjlk

dfgdfg

lhjlk

Pause / Menu

>Pause / Menu<

Coins

Lives

Return to Game

>Return to Game<

In Game Stats

Total objects loaded

0

Total Kills

0

Total Coins

0

Current level

0

Current Coins

0

Paused

Quality

Best

High

Medium

Low

Backgrounds

On

Off

Debris and blood

On

Off

Cursor

On

Off

Volume

0%

25%

50%

75%

100%

special

button

Congratulations, you have conquered the enemy and have restored peace
back to Middle Earth.  The world will be a safe haven once again, now
that the evil that has been inflicted upon it has been destroyed.  What
would have been a mission undertaken by the bravest armies, this
mission was completed by the most unlikely of heroes.
Congratulations on your success...

Art, Design, Programming, and Music

jmtb02

Level design, character design

sleepypenguin45

Main Testing

jmtb02
sleepypenguin45

Online Testing

Scythe, ben, asparagus
Dark Angel, eiopqrtuwy, liam, asdf1248

Made exclusively for

Games of Gondor

The End

Final Score

Final Score

Kills

Final Score

Lives Left

Final Score

Submit Score!

Submit Score!

Game Over

Restart the Flash file to play again!

Your time has been posted!

ActionScript [AS1/AS2]

Frame 1
stop(); function hobbitAttack() { if (attackIs == "off") { hobbit.hobbit1.gotoAndStop("idle"); darkness.gotoAndStop("idle"); } else if (attackIs == "on") { hobbit.hobbit1.gotoAndStop("attack"); if (attackType == "frypan") { darkness.gotoAndStop("attack"); } } } function hobbitRotate() { circx = hobbit._x; circy = hobbit._y; pointx = _xmouse; pointy = _ymouse; if (controlStyle == "flipped") { if ((circx < pointx) and (circy > pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = 90 - degrees; if (hobbit.hobbit1._rotation >= 40) { hobbit.hobbit1._rotation = 40; } } else if ((circx > pointx) and (circy > pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = -(90 - degrees); if (hobbit.hobbit1._rotation <= -40) { hobbit.hobbit1._rotation = -40; } } } if (controlStyle == "normal") { if ((circx < pointx) and (circy > pointy)) { hobbit.hobbit1._xscale = 100; angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = -degrees; if (hobbit.hobbit1._rotation <= -40) { hobbit.hobbit1._rotation = -40; } } if ((circx < pointx) and (circy < pointy)) { hobbit.hobbit1._xscale = 100; angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = degrees; if (hobbit.hobbit1._rotation >= 40) { hobbit.hobbit1._rotation = 40; } } if ((circx > pointx) and (circy < pointy)) { hobbit.hobbit1._xscale = -100; angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = -degrees; if (hobbit.hobbit1._rotation <= -40) { hobbit.hobbit1._rotation = -40; } } if ((circx > pointx) and (circy > pointy)) { hobbit.hobbit1._xscale = -100; angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = degrees; if (hobbit.hobbit1._rotation >= 40) { hobbit.hobbit1._rotation = 40; } } } } stop(); Stage.showMenu = false;
Instance of Symbol 391 MovieClip in Frame 1
onClipEvent (enterFrame) { loaded = _root.getBytesLoaded(); total = _root.getBytesTotal(); framesLoaded = Math.ceil((loaded / total) * 100); gotoAndStop(framesLoaded); status.text = framesLoaded + " % completed"; if (framesLoaded >= 99) { _root.gotoAndStop(2); } }
Instance of Symbol 409 MovieClip "pointer" in Frame 1
onClipEvent (load) { this.level = 1E16; Mouse.hide(); this.startDrag(true); _root.k = 0; } onClipEvent (enterFrame) { mov = _root.attachMovie("pointer_fade", "pf" + _root.k, _root.k++); mov._x = this._x; mov._y = this._y; }
Instance of Symbol 417 MovieClip in Frame 1
onClipEvent (load) { this._visible = false; attackOn = new Object(); attackOn.onMouseDown = function () { _root.attackIs = "on"; }; Mouse.addListener(attackOn); attackOff = new Object(); attackOff.onMouseUp = function () { _root.attackIs = "off"; }; Mouse.addListener(attackOff); _root.sizeTrigger = "on"; _root.sizeTrigger2 = "on"; _root.speedMult = 1; _root.meetScale = 100; _root.globalStatus = "green"; _root.attackType = "bow"; _root.controlStyle = "normal"; _root.arrow1Name = "available"; _root.arrow2Name = "available"; _root.arrow3Name = "available"; _root.arrow4Name = "available"; _root.arrow5Name = "available"; _root.bowIs = "active"; counter = 0; _root.appleCounter = 0; _root.comboMeter = 0; _root.bestCombo = 0; } onClipEvent (enterFrame) { _root.hobbitAttack(); _root.hobbitRotate(); counter++; if (counter == 30) { mov = _root.attachMovie("smallApple", "small" + _root.k, _root.k++); mov._x = random(550); mov._y = -20; counter = 0; } if (_root.comboMeter > _root.bestCombo) { _root.bestCombo = _root.comboMeter; } }
Frame 2
stop();
Instance of Symbol 409 MovieClip "pointer" in Frame 3
onClipEvent (load) { this.level = 1E16; Mouse.hide(); this.startDrag(true); _root.k = 0; } onClipEvent (enterFrame) { mov = _root.attachMovie("pointer_fade", "pf" + _root.k, _root.k++); mov._x = this._x; mov._y = this._y; }
Frame 4
_root.debrisIs = "on"; _root.bg1temp = true; _root.soundChange = 100; _root.cursorIs = "on"; _quality = "MEDIUM";
Instance of Symbol 409 MovieClip "pointer" in Frame 373
onClipEvent (load) { this.level = 1E16; Mouse.hide(); this.startDrag(true); _root.k = 0; } onClipEvent (enterFrame) { mov = _root.attachMovie("pointer_fade", "pf" + _root.k, _root.k++); mov._x = this._x; mov._y = this._y; }
Frame 500
stop();
Instance of Symbol 479 MovieClip in Frame 501
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _quality = "LOW"; } } onClipEvent (enterFrame) { if (_quality == "LOW") { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Frame 501
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _quality = "MEDIUM"; } } onClipEvent (enterFrame) { if (_quality == "MEDIUM") { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Frame 501
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _quality = "HIGH"; } } onClipEvent (enterFrame) { if (_quality == "HIGH") { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Frame 501
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _quality = "BEST"; } } onClipEvent (enterFrame) { if (_quality == "BEST") { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Frame 501
onClipEvent (mouseDown) { if (_root.bg1temp == false) { if (this.hitTest(_root.pointer)) { _root.bg1temp = true; } } } onClipEvent (enterFrame) { if (_root.bg1temp == true) { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Frame 501
onClipEvent (mouseDown) { if (_root.bg1temp == true) { if (this.hitTest(_root.pointer)) { _root.bg1temp = false; } } } onClipEvent (enterFrame) { if (_root.bg1temp == false) { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Frame 501
onClipEvent (mouseDown) { if (_root.debrisIs == "off") { if (this.hitTest(_root.pointer)) { _root.debrisIs = "on"; } } } onClipEvent (enterFrame) { if (_root.debrisIs == "on") { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Frame 501
onClipEvent (mouseDown) { if (_root.debrisIs == "on") { if (this.hitTest(_root.pointer)) { _root.debrisIs = "off"; } } } onClipEvent (enterFrame) { if (_root.debrisIs == "off") { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Frame 501
onClipEvent (mouseDown) { if (_root.cursorIs == "off") { if (this.hitTest(_root.pointer)) { _root.cursorIs = "on"; } } } onClipEvent (enterFrame) { if (_root.cursorIs == "on") { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Frame 501
onClipEvent (mouseDown) { if (_root.cursorIs == "on") { if (this.hitTest(_root.pointer)) { _root.cursorIs = "off"; } } } onClipEvent (enterFrame) { if (_root.cursorIs == "off") { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Frame 502
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _root.soundChange = 0; i = new Sound(); i.setVolume(_root.soundChange); } } onClipEvent (enterFrame) { if (_root.soundChange == 0) { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Frame 502
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _root.soundChange = 25; i = new Sound(); i.setVolume(_root.soundChange); } } onClipEvent (enterFrame) { if (_root.soundChange == 25) { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Frame 502
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _root.soundChange = 50; i = new Sound(); i.setVolume(_root.soundChange); } } onClipEvent (enterFrame) { if (_root.soundChange == 50) { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Frame 502
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _root.soundChange = 75; i = new Sound(); i.setVolume(_root.soundChange); } } onClipEvent (enterFrame) { if (_root.soundChange == 75) { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Frame 502
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _root.soundChange = 100; i = new Sound(); i.setVolume(_root.soundChange); } } onClipEvent (enterFrame) { if (_root.soundChange == 100) { this._alpha = 100; } else { this._alpha = 0; } }
Frame 505
function feetMovement() { if (globalStatus == "green") { if (hobbitY == "falling") { hobbit.feet.gotoAndStop("falling"); } if (hobbitY == "stopped") { if (Key.isDown(39) || (Key.isDown(68))) { hobbit.feet._xscale = 100; hobbit.feet._yscale = 100; hobbit.feet.gotoAndStop("walk"); } else if (Key.isDown(37) || (Key.isDown(65))) { hobbit.feet._xscale = -100; hobbit.feet._yscale = 100; hobbit.feet.gotoAndStop("walk"); } else { hobbit.feet.gotoAndStop("idle"); } } } } function hobbitAttack() { if (((Key.isDown(37) || (Key.isDown(39))) || (Key.isDown(68))) || (Key.isDown(65))) { if (Key.isDown(39) || (Key.isDown(68))) { hobbitAction = 1; } if (Key.isDown(37) || (Key.isDown(65))) { hobbitAction = 2; } } else { hobbitAction = 3; } switch (hobbitAction) { case 1 : hobbit.hobbit1._xscale = 100; hobbit.hobbit1._yscale = 100; if (attackIs == "off") { hobbit.hobbit1.gotoAndStop("walk"); darkness.gotoAndStop("walk"); } else if (attackIs == "on") { hobbit.hobbit1.gotoAndStop("attack"); if (attackType == "frypan") { darkness.gotoAndStop("attack"); } } return; case 2 : hobbit.hobbit1._xscale = -100; hobbit.hobbit1._yscale = 100; if (attackIs == "off") { hobbit.hobbit1.gotoAndStop("walk"); darkness.gotoAndStop("walk"); } else if (attackIs == "on") { hobbit.hobbit1.gotoAndStop("attack"); if (attackType == "frypan") { darkness.gotoAndStop("attack"); } } return; case 3 : if (attackIs == "off") { hobbit.hobbit1.gotoAndStop("idle"); darkness.gotoAndStop("idle"); } else { if (attackIs != "on") { break; } hobbit.hobbit1.gotoAndStop("attack"); if (attackType != "frypan") { break; } darkness.gotoAndStop("attack"); } } } function hobbitRotate() { circx = hobbit._x; circy = hobbit._y; pointx = _xmouse; pointy = _ymouse; if (controlStyle == "flipped") { if ((circx < pointx) and (circy > pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = 90 - degrees; if (hobbit.hobbit1._rotation >= 40) { hobbit.hobbit1._rotation = 40; } } else if ((circx > pointx) and (circy > pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = -(90 - degrees); if (hobbit.hobbit1._rotation <= -40) { hobbit.hobbit1._rotation = -40; } } } if (controlStyle == "normal") { if ((circx < pointx) and (circy > pointy)) { hobbit.hobbit1._xscale = 100; angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = -degrees; if (hobbit.hobbit1._rotation <= -40) { hobbit.hobbit1._rotation = -40; } } if ((circx < pointx) and (circy < pointy)) { hobbit.hobbit1._xscale = 100; angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = degrees; if (hobbit.hobbit1._rotation >= 40) { hobbit.hobbit1._rotation = 40; } } if ((circx > pointx) and (circy < pointy)) { hobbit.hobbit1._xscale = -100; angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = -degrees; if (hobbit.hobbit1._rotation <= -40) { hobbit.hobbit1._rotation = -40; } } if ((circx > pointx) and (circy > pointy)) { hobbit.hobbit1._xscale = -100; angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = degrees; if (hobbit.hobbit1._rotation >= 40) { hobbit.hobbit1._rotation = 40; } } } } function hobbitMove() { if (globalStatus == "green") { bg1._x = (_x + 500) / 10; fg1._x = (_x + 500) * 1.1; if (Key.isDown(39) || (Key.isDown(68))) { _x = (_x - speed); hobbit._x = hobbit._x + (speed * speedMult); bar._x = bar._x + (speed * speedMult); } if (Key.isDown(37) || (Key.isDown(65))) { _x = (_x + speed); hobbit._x = hobbit._x - (speed * speedMult); bar._x = bar._x - (speed * speedMult); } } } function gravity() { if (globalStatus == "green") { if (hobbitY == "falling") { flyUp = flyUp + G; _y = (_y - ((Number(flyDown) + Number(flyUp)) + 3)); bg1._y = (_y + 500) / 4; fg1._y = (_y + 500) * 1.1; hobbit._y = hobbit._y + ((Number(flyDown) + Number(flyUp)) + 3); bar._y = bar._y + ((Number(flyDown) + Number(flyUp)) + 3); } if (hobbitY == "stopped") { flyUp = 0; flyDown = 0; if (Key.isDown(38) || (Key.isDown(87))) { hobbitY = "falling"; hobbit._y = hobbit._y - 4; bar._y = bar._y - 4; _y = (_y + 4); bg1._y = (_y + 500) / 4; fg1._y = (_y + 500) * 1.1; flyUp = flyUp - 12; } } } } function kickUp() { if (debrisIs == "on") { if (_root.levelType == "grass") { if (((((((((hobbit.hobbit1._rotation >= 30) && (attackIs == "on")) && (hobbitY == "stopped")) && (hobbit.hobbit1._xscale == 100)) && (attackType != "staff")) && (attackType != "bow")) && (attackType != "frypan")) && (attackGround == true)) && (globalStatus == "green")) { randomness = random(3); if (randomness == 0) { mov3 = attachMovie("killGround", "bs" + k, k++); mov3._x = hobbit._x + 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } if (randomness == 1) { mov3 = attachMovie("killGround2", "bs" + k, k++); mov3._x = hobbit._x + 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } if (randomness == 2) { mov3 = attachMovie("killGround3", "bs" + k, k++); mov3._x = hobbit._x + 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } } if (((((((((hobbit.hobbit1._rotation <= -30) && (attackIs == "on")) && (hobbitY == "stopped")) && (hobbit.hobbit1._xscale == -100)) && (attackType != "staff")) && (attackType != "bow")) && (attackType != "frypan")) && (attackGround == true)) && (globalStatus == "green")) { randomness = random(3); if (randomness == 0) { mov3 = attachMovie("killGround", "bs" + k, k++); mov3._x = hobbit._x - 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } if (randomness == 1) { mov3 = attachMovie("killGround2", "bs" + k, k++); mov3._x = hobbit._x - 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } if (randomness == 2) { mov3 = attachMovie("killGround3", "bs" + k, k++); mov3._x = hobbit._x - 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } } } if (_root.levelType == "snow") { if (((((((((hobbit.hobbit1._rotation >= 30) && (attackIs == "on")) && (hobbitY == "stopped")) && (hobbit.hobbit1._xscale == 100)) && (attackType != "staff")) && (attackType != "bow")) && (attackType != "frypan")) && (attackGround == true)) && (globalStatus == "green")) { randomness = random(2); if (randomness == 0) { mov3 = attachMovie("killGroundSnow1", "bs" + k, k++); mov3._x = hobbit._x + 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } if (randomness == 1) { mov3 = attachMovie("killGroundSnow2", "bs" + k, k++); mov3._x = hobbit._x + 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } } if (((((((((hobbit.hobbit1._rotation <= -30) && (attackIs == "on")) && (hobbitY == "stopped")) && (hobbit.hobbit1._xscale == -100)) && (attackType != "staff")) && (attackType != "bow")) && (attackType != "frypan")) && (attackGround == true)) && (globalStatus == "green")) { randomness = random(2); if (randomness == 0) { mov3 = attachMovie("killGroundSnow1", "bs" + k, k++); mov3._x = hobbit._x - 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } if (randomness == 1) { mov3 = attachMovie("killGroundSnow2", "bs" + k, k++); mov3._x = hobbit._x - 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } } } } } function teleport() { mov4 = attachMovie("teleport_hobbitUp", "tele" + k, k++); mov4._x = hobbit._x; mov4._y = hobbit._y; hobbit._visible = false; globalStatus = "yellow"; } function teleportDone() { level++; nextFrame(); _x = ((-_root.start._x) + 280); _y = ((-_root.start._y) + 127); hobbit._x = start._x; hobbit._y = start._y + 100; bg1._y = (_y + 500) / 4; bg1._x = (_x + 500) / 10; fg1._x = fg1._width / 2; fg1._y = fg1._height / 2; clearBugs = true; bar._x = start._x; bar._y = start._y - 120; hobbit._visible = true; flyUp = 0; flyDown = 0; G = 0.45; speed = 5; hobbitY = "falling"; globalStatus = "green"; bottomText = "level " + level; bottom(); teleportIs = "active"; } function death() { lives = lives - 1; if (lives <= 0) { gotoAndPlay (6890); _x = 0; _y = 0; fence._x = 5000000 /* 0x4C4B40 */; fence._y = 6600000 /* 0x64B540 */; } _x = ((-_root.start._x) + 280); _y = ((-_root.start._y) + 127); hobbit._x = start._x; hobbit._y = start._y + 100; bg1._x = bg1._width / 2; bg1._y = bg1._height / 2; bg1._y = (_y + 500) / 4; bg1._x = (_x + 500) / 10; fg1._x = fg1._width / 2; fg1._y = fg1._height / 2; clearBugs = true; bar._x = start._x; bar._y = start._y - 120; hobbit._visible = true; flyUp = 0; flyDown = 0; G = 0.45; speed = 5; hobbitY = "falling"; health = 100; globalStatus = "green"; if (lives >= 2) { bottomText = ("You have " + lives) + " lives left"; } if (lives == 1) { bottomText = "You have only 1 life left!"; } bottom(); } function deathHP() { if (globalStatus == "green") { if (health <= 0) { movd = attachMovie("hobbit_death", "hd" + k, k++); movd._x = hobbit._x; movd._y = hobbit._y; movd._xscale = hobbit.hobbit1._xscale; darkness2.gotoAndStop("death"); globalStatus = "red"; hobbit._visible = false; } } } function chooseDagger() { if (daggerIs == "active") { attackType = "dagger"; bottomText = "Dagger has been selected"; bottom(); } else { bottomText = "You do not have a dagger!"; bottom(); } } function chooseBow() { if (bowIs == "active") { attackType = "bow"; bottomText = "Bow has been selected"; bottom(); } else { bottomText = "You do not have a bow!"; bottom(); } } function chooseStaff() { if (staffIs == "active") { attackType = "staff"; bottomText = "Staff has been selected"; bottom(); } else { bottomText = "You do not have a staff!"; bottom(); } } function chooseSword() { if (swordIs == "active") { attackType = "sword"; bottomText = "Sword has been selected"; bottom(); } else { bottomText = "You do not have a sword!"; bottom(); } } function chooseFrypan() { if (frypanIs == "active") { attackType = "frypan"; bottomText = "Frypan has been selected"; bottom(); } else { bottomText = "You do not have a ???"; bottom(); } } function bottom() { bar.bottomThing.gotoAndPlay(2); } function hobbitHealth() { healthPercentage = Math.round(101 - health); bar.lifeBar.gotoAndStop(healthPercentage); } function detectPause() { if (globalStatus == "green") { if (Key.isDown(80)) { globalStatus = "paused"; bar.gotoAndStop("pause"); } } } function coinage() { if (coins >= 100) { coins = 0; lives++; bottomText = "You've earned an extra life!"; bottom(); } } stop();
Instance of Symbol 539 MovieClip in Frame 505
onClipEvent (enterFrame) { if (_root.hobbit._y >= this._y) { _root.darkness2.gotoAndStop("death"); } }
Instance of Symbol 539 MovieClip in Frame 505
onClipEvent (enterFrame) { if (_root.hobbit._x >= this._x) { _root.darkness2.gotoAndStop("death"); } }
Instance of Symbol 539 MovieClip in Frame 505
onClipEvent (enterFrame) { if (_root.hobbit._x <= this._x) { _root.darkness2.gotoAndStop("death"); } }
Instance of Symbol 574 MovieClip "darkness" in Frame 505
onClipEvent (enterFrame) { this._x = _root.hobbit._x; this._y = _root.hobbit._y + 20; }
Instance of Symbol 578 MovieClip "fence" in Frame 505
onClipEvent (enterFrame) { this.swapDepths(50 + _root.k); if (_root.level > 1) { this.removeMovieClip(); } }
Instance of Symbol 668 MovieClip "bar" in Frame 505
onClipEvent (load) { this._x = _root.start._x; this._y = _root.start._y - 120; } onClipEvent (enterFrame) { this.swapDepths(200 + _root.k); }
Instance of Symbol 409 MovieClip "pointer" in Frame 505
onClipEvent (load) { this.swapDepths(_root.k + 350); Mouse.hide(); this.startDrag(true); } onClipEvent (enterFrame) { this.swapDepths(_root.k + 350); if (_root.cursorIs == "on") { this.startDrag(true); Mouse.hide(); this._visible = true; if (_root.debrisIs == "on") { mov = _root.attachMovie("pointer_fade", "pf" + _root.k, _root.k++); mov._x = this._x; mov._y = this._y; } } else { this._visible = false; Mouse.show(); } }
Instance of Symbol 574 MovieClip "darkness2" in Frame 505
onClipEvent (enterFrame) { this._x = _root.hobbit._x; this._y = _root.hobbit._y + 20; this.swapDepths(300 + _root.k); }
Instance of Symbol 672 MovieClip in Frame 505
onClipEvent (load) { _root.levelType = "grass"; this._visible = "false"; }
Instance of Symbol 417 MovieClip in Frame 505
onClipEvent (load) { this._visible = false; if (_root.bg1temp == false) { _root.bg1._visible = false; } attackOn = new Object(); attackOn.onMouseDown = function () { _root.attackIs = "on"; }; Mouse.addListener(attackOn); attackOff = new Object(); attackOff.onMouseUp = function () { _root.attackIs = "off"; }; Mouse.addListener(attackOff); _root.ballRecenter = 0; _root.ballMultiplier = 0.5; _root.flightSpeed = 1.25; _root.flyUp = 0; _root.flyDown = 0; _root.G = 0.45; _root.speed = 5; _root.hobbitY = "falling"; _root.k = 10; _root.j = 0; _root.sizeTrigger = "on"; _root.sizeTrigger2 = "on"; _root.speedMult = 1; _root.meetScale = 100; _root.globalStatus = "green"; _root.attackType = "dagger"; _root.attackGround = true; _root.controlStyle = "normal"; _root.score = 0; _root.coins = 0; _root.totalCoins = 0; _root.lives = 15; _root.level = 1; _root.kills = 0; _root.health = 100; _root.hobbit._x = _root.start._x; _root.hobbit._y = _root.start._y + 100; _root.bg1._x = _root.bg1._width / 2; _root.bg1._y = _root.bg1._height / 2; _root.bar._y = _root.start._y - 120; _root.fg1._x = _root.fg1._width / 2; _root.fg1._y = _root.fg1._height / 2; _root.bar._level = 99999999999999; _root.bottomText = " "; _root.arrow1Name = "available"; _root.arrow2Name = "available"; _root.arrow3Name = "available"; _root.arrow4Name = "available"; _root.arrow5Name = "available"; _root.daggerDamage = 0.1; _root.bowDamage = 1; _root.staffDamage = 0.6; _root.swordDamage = 1; _root.frypanDamage = 5; _root.teleportIs = "active"; _root.daggerIs = "active"; _root.bowIs = "?"; _root.swordIs = "?"; _root.staffIs = "?"; _root.frypanIs = "?"; } onClipEvent (enterFrame) { _root.feetMovement(); _root.hobbitMovement(); _root.hobbitAttack(); _root.hobbitRotate(); _root.hobbitMove(); _root.hobbitHealth(); _root.detectPause(); _root.gravity(); _root.kickUp(); _root.deathHP(); _root.coinage(); }
Instance of Symbol 672 MovieClip in Frame 510
onClipEvent (load) { this.counter = 0; _root.levelType = "snow"; this._visible = "false"; } onClipEvent (enterFrame) { if (_root.debrisIs == "on") { this.counter++; } if (this.counter >= 10) { mov = _root.attachMovie("snow", "snow" + _root.k, _root.k++); mov._x = (_root.hobbit._x - 800) + random(1400); mov._y = _root.hobbit._y - 200; this.counter = 0; } }
Instance of Symbol 672 MovieClip in Frame 515
onClipEvent (load) { _root.levelType = "grass"; this._visible = "false"; }
Instance of Symbol 766 MovieClip "mineLight" in Frame 520
onClipEvent (enterFrame) { this._x = _root.hobbit._x; this._y = _root.hobbit._y + 20; this.swapDepths(100 + _root.k); if (_root.level > 20) { this.removeMovieClip(); } }
Instance of Symbol 672 MovieClip in Frame 520
onClipEvent (load) { this._visible = "false"; _root.levelType = "rock"; }
Instance of Symbol 672 MovieClip in Frame 525
onClipEvent (load) { this._visible = "false"; _root.levelType = "rock"; this.counter = 0; this.carlie = 1; } onClipEvent (enterFrame) { if (_root.debrisIs == "on") { this.counter++; } if (this.counter >= 10) { this.carlie = random(2); if (this.carlie == 0) { mov = _root.attachMovie("fireFall", "fireFall" + _root.k, _root.k++); mov._x = (_root.hobbit._x - 800) + random(1400); mov._y = _root.hobbit._y + 300; mov._xscale = random(200) + 50; mov._yscale = mov._xscale; this.counter = 0; } if (this.carlie == 1) { mov = _root.attachMovie("fireFall2", "fireFall" + _root.k, _root.k++); mov._x = (_root.hobbit._x - 800) + random(1400); mov._y = _root.hobbit._y + 300; mov._xscale = random(200) + 50; mov._yscale = mov._xscale; this.counter = 0; } } }
Frame 530
bar._x = _root.start._x; bar._y = _root.start._y - 120; _x = 0; _y = 0; play();
Frame 531
_x = 0; _y = 0;
Frame 1845
function feetMovement() { if (globalStatus == "green") { if (hobbitY == "falling") { hobbit.feet.gotoAndStop("falling"); } if (hobbitY == "stopped") { if (Key.isDown(39) || (Key.isDown(68))) { hobbit.feet._xscale = 100; hobbit.feet._yscale = 100; hobbit.feet.gotoAndStop("walk"); } else if (Key.isDown(37) || (Key.isDown(65))) { hobbit.feet._xscale = -100; hobbit.feet._yscale = 100; hobbit.feet.gotoAndStop("walk"); } else { hobbit.feet.gotoAndStop("idle"); } } } } function hobbitAttack() { if (((Key.isDown(37) || (Key.isDown(39))) || (Key.isDown(68))) || (Key.isDown(65))) { if (Key.isDown(39) || (Key.isDown(68))) { hobbitAction = 1; } if (Key.isDown(37) || (Key.isDown(65))) { hobbitAction = 2; } } else { hobbitAction = 3; } switch (hobbitAction) { case 1 : hobbit.hobbit1._xscale = 100; hobbit.hobbit1._yscale = 100; if (attackIs == "off") { hobbit.hobbit1.gotoAndStop("walk"); darkness.gotoAndStop("walk"); } else if (attackIs == "on") { hobbit.hobbit1.gotoAndStop("attack"); if (attackType == "frypan") { darkness.gotoAndStop("attack"); } } return; case 2 : hobbit.hobbit1._xscale = -100; hobbit.hobbit1._yscale = 100; if (attackIs == "off") { hobbit.hobbit1.gotoAndStop("walk"); darkness.gotoAndStop("walk"); } else if (attackIs == "on") { hobbit.hobbit1.gotoAndStop("attack"); if (attackType == "frypan") { darkness.gotoAndStop("attack"); } } return; case 3 : if (attackIs == "off") { hobbit.hobbit1.gotoAndStop("idle"); darkness.gotoAndStop("idle"); } else { if (attackIs != "on") { break; } hobbit.hobbit1.gotoAndStop("attack"); if (attackType != "frypan") { break; } darkness.gotoAndStop("attack"); } } } function hobbitRotate() { circx = hobbit._x; circy = hobbit._y; pointx = _xmouse; pointy = _ymouse; if (controlStyle == "flipped") { if ((circx < pointx) and (circy > pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = 90 - degrees; if (hobbit.hobbit1._rotation >= 40) { hobbit.hobbit1._rotation = 40; } } else if ((circx > pointx) and (circy > pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = -(90 - degrees); if (hobbit.hobbit1._rotation <= -40) { hobbit.hobbit1._rotation = -40; } } } if (controlStyle == "normal") { if ((circx < pointx) and (circy > pointy)) { hobbit.hobbit1._xscale = 100; angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = -degrees; if (hobbit.hobbit1._rotation <= -40) { hobbit.hobbit1._rotation = -40; } } if ((circx < pointx) and (circy < pointy)) { hobbit.hobbit1._xscale = 100; angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = degrees; if (hobbit.hobbit1._rotation >= 40) { hobbit.hobbit1._rotation = 40; } } if ((circx > pointx) and (circy < pointy)) { hobbit.hobbit1._xscale = -100; angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = -degrees; if (hobbit.hobbit1._rotation <= -40) { hobbit.hobbit1._rotation = -40; } } if ((circx > pointx) and (circy > pointy)) { hobbit.hobbit1._xscale = -100; angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; hobbit.hobbit1._rotation = degrees; if (hobbit.hobbit1._rotation >= 40) { hobbit.hobbit1._rotation = 40; } } } } function hobbitMove() { if (globalStatus == "green") { bg1._x = (_x + 500) / 10; if (Key.isDown(39) || (Key.isDown(68))) { _x = (_x - speed); hobbit._x = hobbit._x + (speed * speedMult); bar._x = bar._x + (speed * speedMult); } if (Key.isDown(37) || (Key.isDown(65))) { _x = (_x + speed); hobbit._x = hobbit._x - (speed * speedMult); bar._x = bar._x - (speed * speedMult); } } } function gravity() { if (globalStatus == "green") { if (hobbitY == "falling") { flyUp = flyUp + G; _y = (_y - ((Number(flyDown) + Number(flyUp)) + 3)); bg1._y = (_y + 500) / 4; hobbit._y = hobbit._y + ((Number(flyDown) + Number(flyUp)) + 3); bar._y = bar._y + ((Number(flyDown) + Number(flyUp)) + 3); } if (hobbitY == "stopped") { flyUp = 0; flyDown = 0; if (Key.isDown(38) || (Key.isDown(87))) { hobbitY = "falling"; hobbit._y = hobbit._y - 4; bar._y = bar._y - 4; _y = (_y + 4); bg1._y = (_y + 500) / 4; flyUp = flyUp - 12; } } } } function kickUp() { if (debrisIs == "on") { if (_root.levelType == "grass") { if (((((((((hobbit.hobbit1._rotation >= 30) && (attackIs == "on")) && (hobbitY == "stopped")) && (hobbit.hobbit1._xscale == 100)) && (attackType != "staff")) && (attackType != "bow")) && (attackType != "frypan")) && (attackGround == true)) && (globalStatus == "green")) { randomness = random(3); if (randomness == 0) { mov3 = attachMovie("killGround", "bs" + k, k++); mov3._x = hobbit._x + 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } if (randomness == 1) { mov3 = attachMovie("killGround2", "bs" + k, k++); mov3._x = hobbit._x + 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } if (randomness == 2) { mov3 = attachMovie("killGround3", "bs" + k, k++); mov3._x = hobbit._x + 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } } if (((((((((hobbit.hobbit1._rotation <= -30) && (attackIs == "on")) && (hobbitY == "stopped")) && (hobbit.hobbit1._xscale == -100)) && (attackType != "staff")) && (attackType != "bow")) && (attackType != "frypan")) && (attackGround == true)) && (globalStatus == "green")) { randomness = random(3); if (randomness == 0) { mov3 = attachMovie("killGround", "bs" + k, k++); mov3._x = hobbit._x - 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } if (randomness == 1) { mov3 = attachMovie("killGround2", "bs" + k, k++); mov3._x = hobbit._x - 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } if (randomness == 2) { mov3 = attachMovie("killGround3", "bs" + k, k++); mov3._x = hobbit._x - 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } } } if (_root.levelType == "snow") { if (((((((((hobbit.hobbit1._rotation >= 30) && (attackIs == "on")) && (hobbitY == "stopped")) && (hobbit.hobbit1._xscale == 100)) && (attackType != "staff")) && (attackType != "bow")) && (attackType != "frypan")) && (attackGround == true)) && (globalStatus == "green")) { randomness = random(2); if (randomness == 0) { mov3 = attachMovie("killGroundSnow1", "bs" + k, k++); mov3._x = hobbit._x + 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } if (randomness == 1) { mov3 = attachMovie("killGroundSnow2", "bs" + k, k++); mov3._x = hobbit._x + 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } } if (((((((((hobbit.hobbit1._rotation <= -30) && (attackIs == "on")) && (hobbitY == "stopped")) && (hobbit.hobbit1._xscale == -100)) && (attackType != "staff")) && (attackType != "bow")) && (attackType != "frypan")) && (attackGround == true)) && (globalStatus == "green")) { randomness = random(2); if (randomness == 0) { mov3 = attachMovie("killGroundSnow1", "bs" + k, k++); mov3._x = hobbit._x - 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } if (randomness == 1) { mov3 = attachMovie("killGroundSnow2", "bs" + k, k++); mov3._x = hobbit._x - 40; mov3._y = hobbit._y - 12; mov3._xscale = random(200) - 100; mov3._yscale = random(50) + 50; mov3._alpha = random(100) + 50; } } } } } function teleport() { mov4 = attachMovie("teleport_hobbitUp", "tele" + k, k++); mov4._x = hobbit._x; mov4._y = hobbit._y; hobbit._visible = false; globalStatus = "yellow"; } function teleportDone() { level++; nextFrame(); _x = ((-_root.start._x) + 280); _y = ((-_root.start._y) + 127); hobbit._x = start._x; hobbit._y = start._y + 100; bg1._x = bg1._width / 2; bg1._y = bg1._height / 2; bg1._y = (_y + 500) / 4; bg1._x = (_x + 500) / 10; bar._x = start._x; bar._y = start._y - 120; hobbit._visible = true; flyUp = 0; flyDown = 0; G = 0.45; speed = 5; hobbitY = "falling"; globalStatus = "green"; bottomText = "level " + level; bottom(); teleportIs = "active"; } function death() { lives = lives - 1; if (lives <= 0) { gotoAndPlay (6890); _x = 0; _y = 0; } _x = ((-_root.start._x) + 280); _y = ((-_root.start._y) + 127); hobbit._x = start._x; hobbit._y = start._y + 100; bg1._x = bg1._width / 2; bg1._y = bg1._height / 2; bg1._y = (_y + 500) / 4; bg1._x = (_x + 500) / 10; bar._x = start._x; bar._y = start._y - 120; hobbit._visible = true; flyUp = 0; flyDown = 0; G = 0.45; speed = 5; hobbitY = "falling"; health = 100; globalStatus = "green"; if (lives >= 2) { bottomText = ("You have " + lives) + " lives left"; } if (lives == 1) { bottomText = "You have only 1 life left!"; } bottom(); } function deathHP() { if (globalStatus == "green") { if (health <= 0) { movd = attachMovie("hobbit_death", "hd" + k, k++); movd._x = hobbit._x; movd._y = hobbit._y; movd._xscale = hobbit.hobbit1._xscale; darkness2.gotoAndStop("death"); globalStatus = "red"; hobbit._visible = false; } } } function chooseDagger() { if (daggerIs == "active") { attackType = "dagger"; bottomText = "Dagger has been selected"; bottom(); } else { bottomText = "You do not have a dagger!"; bottom(); } } function chooseBow() { if (bowIs == "active") { attackType = "bow"; bottomText = "Bow has been selected"; bottom(); } else { bottomText = "You do not have a bow!"; bottom(); } } function chooseStaff() { if (staffIs == "active") { attackType = "staff"; bottomText = "Staff has been selected"; bottom(); } else { bottomText = "You do not have a staff!"; bottom(); } } function chooseSword() { if (swordIs == "active") { attackType = "sword"; bottomText = "Sword has been selected"; bottom(); } else { bottomText = "You do not have a sword!"; bottom(); } } function chooseFrypan() { if (frypanIs == "active") { attackType = "frypan"; bottomText = "Frypan has been selected"; bottom(); } else { bottomText = "You do not have a ???"; bottom(); } } function bottom() { bar.bottomThing.gotoAndPlay(2); } function hobbitHealth() { healthPercentage = Math.round(101 - health); bar.lifeBar.gotoAndStop(healthPercentage); } function detectPause() { if (globalStatus == "green") { if (Key.isDown(80)) { globalStatus = "paused"; bar.gotoAndStop("pause"); } } } function coinage() { if (coins >= 100) { coins = 0; lives++; bottomText = "You've earned an extra life!"; bottom(); } } stop(); stop();
Instance of Symbol 539 MovieClip in Frame 1845
onClipEvent (enterFrame) { if (_root.hobbit._y >= this._y) { _root.darkness2.gotoAndStop("death"); } }
Instance of Symbol 539 MovieClip in Frame 1845
onClipEvent (enterFrame) { if (_root.hobbit._x >= this._x) { _root.darkness2.gotoAndStop("death"); } }
Instance of Symbol 539 MovieClip in Frame 1845
onClipEvent (enterFrame) { if (_root.hobbit._x <= this._x) { _root.darkness2.gotoAndStop("death"); } }
Instance of Symbol 574 MovieClip "darkness" in Frame 1845
onClipEvent (enterFrame) { this._x = _root.hobbit._x; this._y = _root.hobbit._y + 20; }
Instance of Symbol 574 MovieClip "darkness2" in Frame 1845
onClipEvent (enterFrame) { this._x = _root.hobbit._x; this._y = _root.hobbit._y + 20; this.swapDepths(300 + _root.k); }
Instance of Symbol 672 MovieClip in Frame 1845
onClipEvent (load) { this._visible = "false"; _root.levelType = "rock"; this.counter = 0; this.carlie = 1; } onClipEvent (enterFrame) { if (_root.debrisIs == "on") { this.counter++; } if (this.counter >= 10) { this.carlie = random(2); if (this.carlie == 0) { mov = _root.attachMovie("fireFall", "fireFall" + _root.k, _root.k++); mov._x = (_root.hobbit._x - 800) + random(1400); mov._y = _root.hobbit._y + 300; mov._xscale = random(200) + 50; mov._yscale = mov._xscale; this.counter = 0; } if (this.carlie == 1) { mov = _root.attachMovie("fireFall2", "fireFall" + _root.k, _root.k++); mov._x = (_root.hobbit._x - 800) + random(1400); mov._y = _root.hobbit._y + 300; mov._xscale = random(200) + 50; mov._yscale = mov._xscale; this.counter = 0; } } }
Instance of Symbol 417 MovieClip in Frame 1845
onClipEvent (load) { this._visible = false; if (_root.bg1temp == false) { _root.bg1._visible = false; } attackOn = new Object(); attackOn.onMouseDown = function () { _root.attackIs = "on"; }; Mouse.addListener(attackOn); attackOff = new Object(); attackOff.onMouseUp = function () { _root.attackIs = "off"; }; Mouse.addListener(attackOff); _root.ballRecenter = 0; _root.ballMultiplier = 0.5; _root.flightSpeed = 1.25; _root.flyUp = 0; _root.flyDown = 0; _root.G = 0.45; _root.speed = 5; _root.hobbitY = "falling"; _root.sizeTrigger = "on"; _root.sizeTrigger2 = "on"; _root.speedMult = 1; _root.meetScale = 100; _root.globalStatus = "green"; _root.attackGround = true; _root.controlStyle = "normal"; _root._x = (-_root.start._x) + 280; _root._y = (-_root.start._y) + 127; _root.hobbit._x = start._x; _root.hobbit._y = start._y + 100; _root.bg1._y = (_root._y + 500) / 4; _root.bg1._x = (_root._x + 500) / 10; _root.bar._x = start._x; _root.bar._y = start._y - 120; _root.hobbit._visible = true; bg1._y = (_y + 500) / 4; bg1._x = (_x + 500) / 10; _root.flyUp = 0; _root.flyDown = 0; _root.G = 0.45; _root.speed = 5; _root.hobbitY = "falling"; _root.globalStatus = "green"; _root.bottomText = "level " + level; _root.bottom(); _root.teleportIs = "active"; _root.hobbit._x = _root.start._x; _root.hobbit._y = _root.start._y + 100; _root.bg1._x = _root.bg1._width / 2; _root.bg1._y = _root.bg1._height / 2; _root.bar._y = _root.start._y - 120; _root.bar._level = 99999999999999; _root.bottomText = " "; _root.arrow1Name = "available"; _root.arrow2Name = "available"; _root.arrow3Name = "available"; _root.arrow4Name = "available"; _root.arrow5Name = "available"; _root.daggerDamage = 0.1; _root.bowDamage = 1; _root.staffDamage = 0.6; _root.swordDamage = 1; _root.frypanDamage = 5; _root.swordIs = "active"; _root.teleportIs = "active"; } onClipEvent (enterFrame) { _root.feetMovement(); _root.hobbitMovement(); _root.hobbitAttack(); _root.hobbitRotate(); _root.hobbitMove(); _root.hobbitHealth(); _root.detectPause(); _root.gravity(); _root.kickUp(); _root.deathHP(); _root.coinage(); }
Frame 1919
_root.bar._x = 500000000 /* 0x1DCD6500 */; _root.bar._y = 500000000 /* 0x1DCD6500 */;
Frame 1922
_x = 0; _y = 0;
Frame 4405
stop();
Frame 4406
_x = 0; _y = 0;
Instance of Symbol 409 MovieClip "pointer" in Frame 4406
onClipEvent (load) { this.level = 1E16; Mouse.hide(); this.startDrag(true); } onClipEvent (enterFrame) { if (_root.cursorIs == "on") { this.startDrag(true); Mouse.hide(); this._visible = true; if (_root.debrisIs == "on") { mov = _root.attachMovie("pointer_fade", "pf" + _root.k, _root.k++); mov._x = this._x; mov._y = this._y; } } else { this._visible = false; Mouse.show(); } }
Frame 6889
stop();
Frame 6998
stop();
Symbol 19 MovieClip Frame 23
if (((((_root.arrow1Name == "taken") && (_root.arrow2Name == "taken")) && (_root.arrow3Name == "taken")) && (_root.arrow4Name == "taken")) && (_root.arrow5Name == "available")) { _root.arrow5Name = "taken"; _root.arrow5._x = _root.hobbit._x + _root.hobbit.hobbit1._x; _root.arrow5._y = (_root.hobbit._y + _root.hobbit.hobbit1._y) - 25; _root.arrow5._rotation = _root.hobbit.hobbit1._rotation; _root.arrow5.play(); } if ((((_root.arrow1Name == "taken") && (_root.arrow2Name == "taken")) && (_root.arrow3Name == "taken")) && (_root.arrow4Name == "available")) { _root.arrow4Name = "taken"; _root.arrow4._x = _root.hobbit._x + _root.hobbit.hobbit1._x; _root.arrow4._y = (_root.hobbit._y + _root.hobbit.hobbit1._y) - 25; _root.arrow4._rotation = _root.hobbit.hobbit1._rotation; _root.arrow4.play(); } if (((_root.arrow1Name == "taken") && (_root.arrow2Name == "taken")) && (_root.arrow3Name == "available")) { _root.arrow3Name = "taken"; _root.arrow3._x = _root.hobbit._x + _root.hobbit.hobbit1._x; _root.arrow3._y = (_root.hobbit._y + _root.hobbit.hobbit1._y) - 25; _root.arrow3._rotation = _root.hobbit.hobbit1._rotation; _root.arrow3.play(); } if ((_root.arrow1Name == "taken") && (_root.arrow2Name == "available")) { _root.arrow2Name = "taken"; _root.arrow2._x = _root.hobbit._x + _root.hobbit.hobbit1._x; _root.arrow2._y = (_root.hobbit._y + _root.hobbit.hobbit1._y) - 25; _root.arrow2._rotation = _root.hobbit.hobbit1._rotation; _root.arrow2.play(); } if (_root.arrow1Name == "available") { _root.arrow1Name = "taken"; _root.arrow1._x = _root.hobbit._x + _root.hobbit.hobbit1._x; _root.arrow1._y = (_root.hobbit._y + _root.hobbit.hobbit1._y) - 25; _root.arrow1._rotation = _root.hobbit.hobbit1._rotation; _root.arrow1.play(); }
Instance of Symbol 19 MovieClip "weapon" in Symbol 20 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.attackType == "bow") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Symbol 21 MovieClip [tthobbit_bow] Frame 1
stop();
Symbol 24 MovieClip [teleport_hobbitUp] Frame 45
_root.teleportDone(); this.removeMovieClip();
Symbol 26 MovieClip [crud_fly] Frame 21
this.removeMovieClip();
Symbol 27 MovieClip [blood_fly] Frame 15
this.removeMovieClip();
Symbol 29 MovieClip [fireGround4] Frame 1
play();
Instance of Symbol 28 MovieClip in Symbol 29 MovieClip [fireGround4] Frame 1
onClipEvent (load) { randomness = 0; counter = 0; } onClipEvent (enterFrame) { counter++; if (counter == 2) { counter = 0; randomness = random(3); if (randomness == 0) { mov3 = _root.attachMovie("fire", "bs" + _root.k, _root.k++); mov3._x = (_parent._x + 10) - random(20); mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } if (randomness == 1) { mov3 = _root.attachMovie("fire2", "bs" + _root.k, _root.k++); mov3._x = (_parent._x + 10) - random(20); mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } if (randomness == 2) { mov3 = _root.attachMovie("fire3", "bs" + _root.k, _root.k++); mov3._x = (_parent._x + 10) - random(20); mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } } }
Symbol 29 MovieClip [fireGround4] Frame 111
this.removeMovieClip();
Symbol 37 MovieClip [killGroundSnow2] Frame 50
this.removeMovieClip();
Symbol 45 MovieClip [killGround3] Frame 50
this.removeMovieClip();
Symbol 53 MovieClip [killGroundSnow1] Frame 50
this.removeMovieClip();
Symbol 54 MovieClip [killGround2] Frame 50
this.removeMovieClip();
Symbol 57 MovieClip [killGround] Frame 93
this.removeMovieClip();
Symbol 71 MovieClip [bunny_die] Frame 167
this.removeMovieClip();
Symbol 76 MovieClip [flamedude_fireUp] Frame 15
this.removeMovieClip();
Symbol 77 MovieClip [teleport_up] Frame 15
this.removeMovieClip();
Symbol 80 MovieClip [mug_wasp2] Frame 1
_root.mugName = "tin wasp";
Symbol 80 MovieClip [mug_wasp2] Frame 75
_root.mugName = ""; _root.bar.healthMeter._xscale = 0; this.removeMovieClip();
Symbol 85 MovieClip [mug_wasp] Frame 1
_root.mugName = "wasp";
Symbol 85 MovieClip [mug_wasp] Frame 75
_root.mugName = ""; _root.bar.healthMeter._xscale = 0; this.removeMovieClip();
Symbol 88 MovieClip [mug_beehive] Frame 1
_root.mugName = "wasp hive";
Symbol 88 MovieClip [mug_beehive] Frame 75
_root.mugName = ""; _root.bar.healthMeter._xscale = 0; this.removeMovieClip();
Symbol 93 MovieClip [mug_boar] Frame 1
_root.mugName = "boar";
Symbol 93 MovieClip [mug_boar] Frame 75
_root.mugName = ""; _root.bar.healthMeter._xscale = 0; this.removeMovieClip();
Symbol 98 MovieClip [mug_spider4] Frame 1
_root.mugName = "spyder";
Symbol 98 MovieClip [mug_spider4] Frame 75
_root.mugName = ""; _root.bar.healthMeter._xscale = 0; this.removeMovieClip();
Symbol 101 MovieClip [mug_spider3] Frame 1
_root.mugName = "lurker";
Symbol 101 MovieClip [mug_spider3] Frame 75
_root.mugName = ""; _root.bar.healthMeter._xscale = 0; this.removeMovieClip();
Symbol 104 MovieClip [mug_spider2] Frame 1
_root.mugName = "ice spider";
Symbol 104 MovieClip [mug_spider2] Frame 75
_root.mugName = ""; _root.bar.healthMeter._xscale = 0; this.removeMovieClip();
Symbol 107 MovieClip [mug_spider] Frame 1
_root.mugName = "spider";
Symbol 107 MovieClip [mug_spider] Frame 75
_root.mugName = ""; _root.bar.healthMeter._xscale = 0; this.removeMovieClip();
Symbol 110 MovieClip [mug_polarBear] Frame 1
_root.mugName = "polar bear";
Symbol 110 MovieClip [mug_polarBear] Frame 75
_root.mugName = ""; _root.bar.healthMeter._xscale = 0; this.removeMovieClip();
Symbol 113 MovieClip [mug_bat] Frame 1
_root.mugName = "roo bat";
Symbol 113 MovieClip [mug_bat] Frame 75
_root.mugName = ""; _root.bar.healthMeter._xscale = 0; this.removeMovieClip();
Symbol 118 MovieClip [mug_flamedude] Frame 1
_root.mugName = "fire elemental";
Symbol 118 MovieClip [mug_flamedude] Frame 75
_root.mugName = ""; _root.bar.healthMeter._xscale = 0; this.removeMovieClip();
Symbol 131 MovieClip [mug_brownBear] Frame 1
_root.mugName = "Brown Bear";
Symbol 131 MovieClip [mug_brownBear] Frame 75
_root.mugName = ""; _root.bar.healthMeter._xscale = 0; this.removeMovieClip();
Symbol 141 MovieClip [mug_orc] Frame 1
_root.mugName = "orc";
Symbol 141 MovieClip [mug_orc] Frame 75
_root.mugName = ""; _root.bar.healthMeter._xscale = 0; this.removeMovieClip();
Symbol 148 MovieClip [mug_dragon] Frame 1
_root.mugName = "Redragon";
Symbol 148 MovieClip [mug_dragon] Frame 75
_root.mugName = ""; _root.bar.healthMeter._xscale = 0; this.removeMovieClip();
Symbol 151 MovieClip [mug_penguin] Frame 1
_root.mugName = "penguin";
Symbol 151 MovieClip [mug_penguin] Frame 75
_root.mugName = ""; _root.bar.healthMeter._xscale = 0; this.removeMovieClip();
Symbol 154 MovieClip [mug_bunny] Frame 1
_root.mugName = "bunny";
Symbol 154 MovieClip [mug_bunny] Frame 75
_root.mugName = ""; _root.bar.healthMeter._xscale = 0; this.removeMovieClip();
Symbol 158 MovieClip [scorer] Frame 60
this.removeMovieClip();
Symbol 162 MovieClip [fire2] Frame 30
this.removeMovieClip();
Symbol 163 MovieClip [fire] Frame 30
this.removeMovieClip();
Instance of Symbol 165 MovieClip "body" in Symbol 166 MovieClip [spiderd_die] Frame 1
onClipEvent (enterFrame) { mov = _root.attachMovie("spider_green", "sg" + _root.k, _root.k++); mov._x = (_parent._x + random(20)) - 10; mov._y = _parent._y; mov._rotation = (random(180) * -1) + 90; }
Symbol 166 MovieClip [spiderd_die] Frame 25
this.removeMovieClip();
Instance of Symbol 165 MovieClip "body" in Symbol 167 MovieClip [spiderc_die] Frame 1
onClipEvent (enterFrame) { mov = _root.attachMovie("spider_green", "sg" + _root.k, _root.k++); mov._x = (_parent._x + random(20)) - 10; mov._y = _parent._y; mov._rotation = (random(180) * -1) + 90; }
Symbol 167 MovieClip [spiderc_die] Frame 25
this.removeMovieClip();
Instance of Symbol 165 MovieClip "body" in Symbol 168 MovieClip [spiderb_die] Frame 1
onClipEvent (enterFrame) { mov = _root.attachMovie("spider_green", "sg" + _root.k, _root.k++); mov._x = (_parent._x + random(20)) - 10; mov._y = _parent._y; mov._rotation = (random(180) * -1) + 90; }
Symbol 168 MovieClip [spiderb_die] Frame 25
this.removeMovieClip();
Instance of Symbol 165 MovieClip "body" in Symbol 169 MovieClip [spider_die] Frame 1
onClipEvent (enterFrame) { mov = _root.attachMovie("spider_green", "sg" + _root.k, _root.k++); mov._x = (_parent._x + random(20)) - 10; mov._y = _parent._y; mov._rotation = (random(180) * -1) + 90; }
Symbol 169 MovieClip [spider_die] Frame 25
this.removeMovieClip();
Symbol 171 MovieClip [spider_green] Frame 30
this.unloadMovie();
Symbol 173 MovieClip [pointer_fade] Frame 10
this.removeMovieClip();
Symbol 179 MovieClip [beehive_die] Frame 160
this.removeMovieClip();
Symbol 186 MovieClip [wasp2_die] Frame 1
this._rotation = random(360);
Instance of Symbol 182 MovieClip in Symbol 186 MovieClip [wasp2_die] Frame 1
onClipEvent (enterFrame) { mov4 = _parent.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = this._x; mov4._y = this._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; }
Symbol 186 MovieClip [wasp2_die] Frame 55
this.removeMovieClip();
Symbol 189 MovieClip [wasp_die] Frame 1
this._rotation = random(360);
Instance of Symbol 188 MovieClip in Symbol 189 MovieClip [wasp_die] Frame 1
onClipEvent (enterFrame) { mov4 = _parent.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = this._x; mov4._y = this._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; }
Symbol 189 MovieClip [wasp_die] Frame 55
this.removeMovieClip();
Symbol 190 MovieClip [bat_die] Frame 1
this._rotation = random(360);
Instance of Symbol 185 MovieClip in Symbol 190 MovieClip [bat_die] Frame 1
onClipEvent (enterFrame) { mov4 = _parent.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = this._x; mov4._y = this._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; }
Symbol 190 MovieClip [bat_die] Frame 55
this.removeMovieClip();
Instance of Symbol 191 MovieClip in Symbol 192 MovieClip [wasp2_outside] Frame 1
onClipEvent (load) { this.hitPoints = 50; this.maxPoints = 50; this.damage = 0.6; this.pointValue = Number(200); this.message = "Blah"; this.killMessage = true; _root.clearBugs = false; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_wasp2", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_wasp2", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_wasp2", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_wasp2", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_wasp2", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (_root.clearBugs == true) { _parent.unloadMovie(); } if (this.hitPoints <= 0) { mov = _root.attachMovie("wasp2_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y + this.body._y; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } if (_root.globalStatus == "green") { if ((_root.hobbit._x + _root.hobbit.hitArea._x) >= _parent._x) { _parent._x = _parent._x - (0.07 * ((_parent._x - (_root.hobbit._x + _root.hobbit.hitArea._x)) / 2)); _parent._xscale = 100; } if (_parent._x >= (_root.hobbit._x + _root.hobbit.hitArea._x)) { _parent._x = _parent._x - (0.07 * ((_parent._x - (_root.hobbit._x + _root.hobbit.hitArea._x)) / 2)); _parent._xscale = -100; } if ((_root.hobbit._y + _root.hobbit.hitArea._y) >= _parent._y) { _parent._y = _parent._y - (0.07 * ((_parent._y - (_root.hobbit._y + _root.hobbit.hitArea._y)) / 2)); } if (_parent._y >= (_root.hobbit._y + _root.hobbit.hitArea._y)) { _parent._y = _parent._y - (0.07 * ((_parent._y - (_root.hobbit._y + _root.hobbit.hitArea._y)) / 2)); } if ((_root.hobbit._x + _root.hobbit.hitArea._x) >= _parent._x) { _parent._xscale = 100; } if ((_root.hobbit._x + _root.hobbit.hitArea._x) <= _parent._x) { _parent._xscale = -100; } } }
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip [wasp_outside] Frame 1
onClipEvent (load) { this.hitPoints = 2; this.maxPoints = 2; this.damage = 0.2; this.pointValue = Number(75); this.message = "Blah"; this.killMessage = true; _root.clearBugs = false; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_wasp", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_wasp", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_wasp", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_wasp", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_wasp", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (_root.clearBugs == true) { _parent.unloadMovie(); } if (this.hitPoints <= 0) { mov = _root.attachMovie("wasp_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y + this.body._y; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } if (_root.globalStatus == "green") { if ((_root.hobbit._x + _root.hobbit.hitArea._x) >= _parent._x) { _parent._x = _parent._x - (0.025 * ((_parent._x - (_root.hobbit._x + _root.hobbit.hitArea._x)) / 2)); _parent._xscale = 100; } if (_parent._x >= (_root.hobbit._x + _root.hobbit.hitArea._x)) { _parent._x = _parent._x - (0.025 * ((_parent._x - (_root.hobbit._x + _root.hobbit.hitArea._x)) / 2)); _parent._xscale = -100; } if ((_root.hobbit._y + _root.hobbit.hitArea._y) >= _parent._y) { _parent._y = _parent._y - (0.025 * ((_parent._y - (_root.hobbit._y + _root.hobbit.hitArea._y)) / 2)); } if (_parent._y >= (_root.hobbit._y + _root.hobbit.hitArea._y)) { _parent._y = _parent._y - (0.025 * ((_parent._y - (_root.hobbit._y + _root.hobbit.hitArea._y)) / 2)); } if ((_root.hobbit._x + _root.hobbit.hitArea._x) >= _parent._x) { _parent._xscale = 100; } if ((_root.hobbit._x + _root.hobbit.hitArea._x) <= _parent._x) { _parent._xscale = -100; } } }
Symbol 195 MovieClip [hobbit_death] Frame 70
this.removeMovieClip();
Symbol 199 MovieClip Frame 1
stop();
Symbol 199 MovieClip Frame 15
_parent.removeMovieClip();
Instance of Symbol 199 MovieClip "apple" in Symbol 200 MovieClip [smallApple] Frame 1
onClipEvent (load) { this._rotation = random(360); this.hit = false; } onClipEvent (enterFrame) { this._rotation = this._rotation + 2; this._y = this._y + 2.5; if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { if (this.hit == false) { this.hit = true; _root.appleCounter++; _root.comboMeter++; this.play(); } } }
Symbol 200 MovieClip [smallApple] Frame 200
_root.comboMeter = 0; this.removeMovieClip();
Symbol 201 MovieClip [smallAppleCatch] Frame 15
this.removeMovieClip();
Symbol 204 MovieClip [boar_die] Frame 140
this.removeMovieClip();
Symbol 207 MovieClip [fireFall2] Frame 60
this.removeMovieClip();
Symbol 208 MovieClip [fireFall] Frame 60
this.removeMovieClip();
Symbol 209 MovieClip [snow] Frame 60
this.removeMovieClip();
Symbol 220 MovieClip [penguin_die] Frame 210
this.removeMovieClip();
Instance of Symbol 225 MovieClip in Symbol 233 MovieClip [dragon_spit] Frame 1
onClipEvent (load) { this.damage = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _root.hobbit._x; mov3._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } } }
Symbol 233 MovieClip [dragon_spit] Frame 50
this.removeMovieClip();
Instance of Symbol 232 MovieClip in Symbol 233 MovieClip [dragon_spit] Frame 50
onClipEvent (load) { this.damage = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _root.hobbit._x; mov3._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } } }
Instance of Symbol 232 MovieClip in Symbol 234 MovieClip [spiderBAttackA] Frame 1
onClipEvent (load) { this.damage = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _root.hobbit._x; mov3._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } } }
Symbol 234 MovieClip [spiderBAttackA] Frame 50
this.removeMovieClip();
Symbol 262 MovieClip [brownBear_die] Frame 235
this.removeMovieClip();
Symbol 268 MovieClip [polarBear_die] Frame 235
this.removeMovieClip();
Symbol 270 MovieClip [coin] Frame 75
this.removeMovieClip();
Symbol 272 MovieClip [thwack] Frame 75
this.removeMovieClip();
Symbol 274 MovieClip [swordDraw] Frame 75
this.removeMovieClip();
Symbol 275 MovieClip [orc_die] Frame 200
this.removeMovieClip();
Instance of Symbol 289 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (load) { this.damage = 0.3; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } } }
Instance of Symbol 289 MovieClip "hotcarlie" in Symbol 290 MovieClip Frame 1
onClipEvent (load) { this.damage = 0; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } } }
Symbol 290 MovieClip Frame 383
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 384
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 385
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 386
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 387
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 388
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 389
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 390
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 391
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 392
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 393
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 394
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 395
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 396
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 397
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 398
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 399
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 400
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 401
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 402
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 403
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 404
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 405
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 406
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 407
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 408
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 409
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 410
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 411
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 412
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 413
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 414
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 415
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 416
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 417
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 418
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 419
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 420
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 421
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 422
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 423
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 424
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 425
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 426
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 427
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 428
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 429
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 290 MovieClip Frame 430
mov = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov._xscale = this._xscale; mov._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y; mov._rotation = (this._rotation + random(40)) - 20; mov2 = _root.attachMovie("dragon_spit", "s" + _root.k, _root.k++); mov2._xscale = this._xscale; mov2._rotation = (this._rotation + random(40)) - 20; mov2._x = ((_root.dragon._x + _root.dragon.inside._x) + _root.dragon.inside.head.hotcarlie._x) + this._x; mov2._y = ((_root.dragon._y + _root.dragon.inside._y) + _root.dragon.inside.head.hotcarlie._y) + this._y;
Symbol 294 MovieClip [dragon_die] Frame 1
stopAllSounds(); _root.globalStatus = "stopped";
Instance of Symbol 287 MovieClip in Symbol 294 MovieClip [dragon_die] Frame 1
onClipEvent (enterFrame) { mov3 = _root.attachMovie("fire", "bs" + _root.k, _root.k++); mov3._x = (_parent._x + random(300)) - 25; mov3._y = (_parent._y + random(500)) - 25; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov32 = _root.attachMovie("fire2", "bs" + _root.k, _root.k++); mov32._x = (_parent._x + random(300)) - 25; mov32._y = (_parent._y + random(500)) - 25; mov32._xscale = random(200) - 100; mov32._alpha = random(100) + 50; mov32 = _root.attachMovie("fire1", "bs" + _root.k, _root.k++); mov32._x = (_parent._x + random(300)) - 25; mov32._y = (_parent._y + random(500)) - 25; mov33._xscale = random(200) - 100; mov33._alpha = random(100) + 50; mov4 = _root.attachMovie("flamedude_fireUp", "bs" + _root.k, _root.k++); mov4._x = (_parent._x + random(300)) - 25; mov4._y = (_parent._y + random(500)) - 25; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; }
Symbol 294 MovieClip [dragon_die] Frame 170
_root.play(); play(); this.removeMovieClip();
Symbol 319 MovieClip [wisp1] Frame 49
this.unloadMovie();
Instance of Symbol 321 MovieClip in Symbol 322 MovieClip [bat_outside] Frame 1
onClipEvent (load) { this.hitPoints = 30; this.maxPoints = 30; this.damage = 0.7; this.pointValue = Number(550); this.message = "Blah"; this.killMessage = true; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_bat", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_bat", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_bat", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_bat", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_bat", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("bat_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y + this.body._y; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } if (((((_parent._x - _root.hobbit._x) <= 100) && ((_parent._x - _root.hobbit._x) >= -100)) && ((_parent._y - _root.hobbit._y) <= 200)) && ((_parent._y - _root.hobbit._y) >= -200)) { if ((_root.hobbit._x + _root.hobbit.hitArea._x) >= _parent._x) { _parent._x = _parent._x - (0.3 * ((_parent._x - (_root.hobbit._x + _root.hobbit.hitArea._x)) / 2)); _parent._xscale = 100; } if (_parent._x >= (_root.hobbit._x + _root.hobbit.hitArea._x)) { _parent._x = _parent._x - (0.3 * ((_parent._x - (_root.hobbit._x + _root.hobbit.hitArea._x)) / 2)); _parent._xscale = -100; } if ((_root.hobbit._y + _root.hobbit.hitArea._y) >= _parent._y) { _parent._y = _parent._y - (0.3 * ((_parent._y - (_root.hobbit._y + _root.hobbit.hitArea._y)) / 2)); } if (_parent._y >= (_root.hobbit._y + _root.hobbit.hitArea._y)) { _parent._y = _parent._y - (0.3 * ((_parent._y - (_root.hobbit._y + _root.hobbit.hitArea._y)) / 2)); } } if ((_root.hobbit._x + _root.hobbit.hitArea._x) >= _parent._x) { _parent._xscale = 100; } if ((_root.hobbit._x + _root.hobbit.hitArea._x) <= _parent._x) { _parent._xscale = -100; } }
Symbol 324 MovieClip [arrowInside] Frame 1
this._xscale = _root.hobbit.hobbit1._xscale; this._yscale = _root.hobbit.hobbit1._yscale;
Symbol 324 MovieClip [arrowInside] Frame 32
this._x = -1000000; this._y = -1000000; if (this._name == "arrow1") { _root.arrow1Name = "available"; } if (this._name == "arrow2") { _root.arrow2Name = "available"; } if (this._name == "arrow3") { _root.arrow3Name = "available"; } if (this._name == "arrow4") { _root.arrow4Name = "available"; } if (this._name == "arrow5") { _root.arrow5Name = "available"; } stop();
Symbol 327 MovieClip Frame 65
stop();
Symbol 328 MovieClip Frame 1
stop();
Instance of Symbol 352 MovieClip "weapon" in Symbol 353 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.attackType == "dagger") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 356 MovieClip "weapon" in Symbol 357 MovieClip Frame 1
onClipEvent (load) { if (_root.attackType == "staff") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "staff") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 359 MovieClip "weapon" in Symbol 360 MovieClip Frame 1
onClipEvent (load) { if (_root.attackType == "sword") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "sword") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 381 MovieClip "weapon" in Symbol 382 MovieClip Frame 1
onClipEvent (load) { if (_root.attackType == "frypan") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "frypan") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Symbol 383 MovieClip Frame 1
stop();
Instance of Symbol 331 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { this.counter = 0; this.prevY = 0; } onClipEvent (enterFrame) { if ((_root.hobbitY == "falling") && (_root.hobbit._y >= this.prevY)) { this.counter = this.counter + 3; } else { this.counter = this.counter - 7; } if (this.counter >= 120) { this.counter = 120; } if (this.counter <= 0) { this.counter = 0; } this.prevY = _root.hobbit._y; this._rotation = this.counter; }
Instance of Symbol 334 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { if (_root.attackType == "dagger") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "dagger") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 7 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { if (_root.attackType == "bow") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "bow") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 337 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { if (_root.attackType == "staff") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "staff") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 340 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { if (_root.attackType == "sword") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "sword") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 344 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { if (_root.attackType == "frypan") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "frypan") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 345 MovieClip in Symbol 383 MovieClip Frame 2
onClipEvent (load) { if (_root.attackType == "dagger") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "dagger") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 346 MovieClip in Symbol 383 MovieClip Frame 2
onClipEvent (load) { if (_root.attackType == "bow") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "bow") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 347 MovieClip in Symbol 383 MovieClip Frame 2
onClipEvent (load) { if (_root.attackType == "staff") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "staff") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 348 MovieClip in Symbol 383 MovieClip Frame 2
onClipEvent (load) { if (_root.attackType == "sword") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "sword") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 349 MovieClip in Symbol 383 MovieClip Frame 2
onClipEvent (load) { if (_root.attackType == "frypan") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "frypan") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 353 MovieClip "hobbit2" in Symbol 383 MovieClip Frame 3
onClipEvent (load) { if (_root.attackType == "dagger") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "dagger") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 20 MovieClip "hobbit2" in Symbol 383 MovieClip Frame 3
onClipEvent (load) { if (_root.attackType == "bow") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "bow") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 357 MovieClip "hobbit5" in Symbol 383 MovieClip Frame 3
onClipEvent (load) { if (_root.attackType == "staff") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "staff") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 360 MovieClip "hobbit7" in Symbol 383 MovieClip Frame 3
onClipEvent (load) { if (_root.attackType == "sword") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "sword") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Instance of Symbol 382 MovieClip "hobbit9" in Symbol 383 MovieClip Frame 3
onClipEvent (load) { if (_root.attackType == "frypan") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "frypan") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Symbol 391 MovieClip Frame 100
stop();
Symbol 396 Button
on (release) { getURL ("http://www.gamesofgondor.com/", "_blank"); }
Symbol 412 Button
on (release) { getURL ("http://www.jmtb02.com/", "_blank"); }
Symbol 422 Button
on (release) { gotoAndPlay ("intro"); }
Symbol 439 Button
on (release) { getURL ("http://www.gamesofgondor.com/", "_blank"); }
Symbol 444 Button
on (release) { _root.bar.gotoAndStop("info"); }
Symbol 448 Button
on (release) { _root.bar.gotoAndStop("sound"); }
Symbol 461 Button
on (release) { _root.bar.gotoAndStop("video"); }
Symbol 462 Button
on (release) { stopAllSounds(); gotoAndStop (505); }
Symbol 467 Button
on (release) { _root.gotoAndStop("control"); }
Symbol 468 Button
on (release) { _root.gotoAndStop("info"); }
Symbol 469 Button
on (release) { getURL ("http://www.gamesofgondor.com/", "_blank"); }
Symbol 470 Button
on (release) { _root.gotoAndStop("sound"); }
Symbol 471 Button
on (release) { getURL ("http://www.jmtb02.com/", "_blank"); }
Symbol 472 Button
on (release) { _root.gotoAndStop("video"); }
Symbol 473 Button
on (release) { _root.gotoAndStop("controls"); }
Symbol 477 Button
on (release) { _root.gotoAndStop("pause"); }
Symbol 506 Button
on (release) { getURL ("http://www.gamesofgondor.com/", "_blank"); }
Symbol 518 Button
on (release) { getURL ("mailto://john@jmtb02.com", "_blank"); }
Instance of Symbol 521 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.hitArea)) { _root.attackType = "bow"; _root.bowIs = "active"; _root.bottomText = "You found a bow! (hotkey = 2)"; _root.bottom(); _parent.unloadMovie(); } }
Instance of Symbol 355 MovieClip in Symbol 523 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.hitArea)) { _root.attackType = "staff"; _root.staffIs = "active"; _root.bottomText = "You found a staff! (hotkey = 3)"; _root.bottom(); _parent.unloadMovie(); } }
Instance of Symbol 358 MovieClip in Symbol 524 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.hitArea)) { _root.attackType = "sword"; _root.swordIs = "active"; _root.bottomText = "You found a sword! (hotkey = 4)"; _root.bottom(); _parent.unloadMovie(); } }
Instance of Symbol 541 MovieClip "sider5" in Symbol 543 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider4" in Symbol 543 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 543 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = true; } if (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea)) { if (_root.debrisIs == "on") { mov = _root.attachMovie("fireGround4", "fg" + _root.k, _root.k++); mov._x = (((_root.hobbit._x + _root.hobbit.hobbit1._x) + _root.hobbit.hobbit1.hobbit9._x) + _root.hobbit.hobbit1.hobbit9.weapon._x) + _root.hobbit.hobbit1.hobbit9.weapon.hitArea._x; mov._y = _root.hobbit._y + _root.hobbit.feet._y; } } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 543 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 543 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 543 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 547 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 547 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 547 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider5" in Symbol 547 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider4" in Symbol 547 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 547 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = true; } if (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea)) { if (_root.debrisIs == "on") { mov = _root.attachMovie("fireGround4", "fg" + _root.k, _root.k++); mov._x = (((_root.hobbit._x + _root.hobbit.hobbit1._x) + _root.hobbit.hobbit1.hobbit9._x) + _root.hobbit.hobbit1.hobbit9.weapon._x) + _root.hobbit.hobbit1.hobbit9.weapon.hitArea._x; mov._y = _root.hobbit._y + _root.hobbit.feet._y; } } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 550 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 550 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 550 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider5" in Symbol 550 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider4" in Symbol 550 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 550 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = true; } if (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea)) { if (_root.debrisIs == "on") { mov = _root.attachMovie("fireGround4", "fg" + _root.k, _root.k++); mov._x = (((_root.hobbit._x + _root.hobbit.hobbit1._x) + _root.hobbit.hobbit1.hobbit9._x) + _root.hobbit.hobbit1.hobbit9.weapon._x) + _root.hobbit.hobbit1.hobbit9.weapon.hitArea._x; mov._y = _root.hobbit._y + _root.hobbit.feet._y; } } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 553 MovieClip in Symbol 554 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 1; this.maxPoints = 1; this.pointValue = Number(-75); this.message = "Do not kill bunnies!"; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_bunny", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_bunny", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_bunny", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_bunny", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_bunny", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("bunny_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; _root.bottomText = this.message; _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } }
Instance of Symbol 555 MovieClip "inside" in Symbol 556 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 1; this.maxPoints = 1; this.pointValue = Number(-75); this.message = "Do not kill bunnies!"; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_bunny", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; attachMovie("thwack", "t" + _root.k, _root.k++); } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_bunny", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; attachMovie("thwack", "t" + _root.k, _root.k++); } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_bunny", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_bunny", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_bunny", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("bunny_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; _root.bottomText = this.message; _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 4; this.maxPoints = 4; this.damage = 0.4; this.pointValue = Number(200); this.message = "Blah"; this.killMessage = true; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_spider", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_spider", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_spider", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_spider", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_spider", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("spider_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y + this.body._y; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } }
Instance of Symbol 560 MovieClip in Symbol 561 MovieClip Frame 1
onClipEvent (load) { this.named = false; } onClipEvent (enterFrame) { if (this.named == false) { _root.j++; _parent._name = ("c" + _root.j) + random(150); this.named = true; } if (this.hitTest(_root.hobbit) && (trigger != "on")) { trigger = "on"; _root.score = _root.score + 50; attachMovie("coin", "c" + _root.k, _root.k++); } if (trigger == "on") { if ((_root.bar._x + 150) >= _parent._x) { _parent._x = _parent._x - (0.5 * ((_parent._x - (_root.bar._x + 150)) / 2)); } if (_parent._x >= (_root.bar._x + 150)) { _parent._x = _parent._x - (0.5 * ((_parent._x - (_root.bar._x + 150)) / 2)); } if ((_root.bar._y + 35) >= _parent._y) { _parent._y = _parent._y - (0.5 * ((_parent._y - (_root.bar._y + 35)) / 2)); } if (_parent._y >= (_root.bar._y + 35)) { _parent._y = _parent._y - (0.5 * ((_parent._y - (_root.bar._y + 35)) / 2)); } if (this.hitTest(_root.bar.coinBox)) { this._alpha = this._alpha - 10; if (this._alpha <= 0) { this.unloadMovie(); _root.coins++; _root.totalCoins++; } } } }
Instance of Symbol 563 MovieClip in Symbol 566 MovieClip Frame 1
onClipEvent (enterFrame) { mov = this.attachMovie("teleport_up", "tele" + _root.k, _root.k++); mov._x = random(30) - 10; mov._y = -30; mov._yscale = 50 + random(50); }
Instance of Symbol 565 MovieClip "center" in Symbol 566 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.hitArea) && (_root.teleportIs == "active")) { _root.teleportIs = "not active"; _root.teleport(); _root.darkness2.gotoAndStop("nextLevel"); } }
Symbol 572 MovieClip Frame 125
_root.death();
Symbol 572 MovieClip Frame 140
_parent.gotoAndStop("idle");
Symbol 573 MovieClip Frame 76
_parent.gotoAndStop("idle");
Symbol 574 MovieClip Frame 1
stop();
Instance of Symbol 571 MovieClip in Symbol 574 MovieClip Frame 3
onClipEvent (load) { if (_root.attackType == "frypan") { this._visible = true; } else { this._visible = false; } } onClipEvent (enterFrame) { if (_root.attackType == "frypan") { this.play(); this._visible = true; } else { this.stop(); this._visible = false; } }
Symbol 599 MovieClip Frame 1
stop();
Symbol 622 MovieClip Frame 1
stop();
Symbol 626 Button
on (release) { if (_root.globalStatus == "green") { _root.globalStatus = "paused"; _root.bar.gotoAndStop("pause"); } }
Symbol 633 Button
on (release) { _root.bar.gotoAndStop("normal"); _root.globalStatus = "green"; }
Symbol 661 Button
on (release) { _root.bar.gotoAndStop("pause"); }
Symbol 668 MovieClip Frame 1
stop();
Instance of Symbol 479 MovieClip in Symbol 668 MovieClip Frame 3
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _quality = "LOW"; } } onClipEvent (enterFrame) { if (_quality == "LOW") { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Symbol 668 MovieClip Frame 3
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _quality = "MEDIUM"; } } onClipEvent (enterFrame) { if (_quality == "MEDIUM") { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Symbol 668 MovieClip Frame 3
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _quality = "HIGH"; } } onClipEvent (enterFrame) { if (_quality == "HIGH") { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Symbol 668 MovieClip Frame 3
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _quality = "BEST"; } } onClipEvent (enterFrame) { if (_quality == "BEST") { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Symbol 668 MovieClip Frame 3
onClipEvent (mouseDown) { if (_root.bg1._visible == false) { if (this.hitTest(_root.pointer)) { _root.bg1._visible = true; } } } onClipEvent (enterFrame) { if (_root.bg1._visible == true) { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Symbol 668 MovieClip Frame 3
onClipEvent (mouseDown) { if (_root.bg1._visible == true) { if (this.hitTest(_root.pointer)) { _root.bg1._visible = false; } } } onClipEvent (enterFrame) { if (_root.bg1._visible == false) { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Symbol 668 MovieClip Frame 3
onClipEvent (mouseDown) { if (_root.debrisIs == "off") { if (this.hitTest(_root.pointer)) { _root.debrisIs = "on"; } } } onClipEvent (enterFrame) { if (_root.debrisIs == "on") { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Symbol 668 MovieClip Frame 3
onClipEvent (mouseDown) { if (_root.debrisIs == "on") { if (this.hitTest(_root.pointer)) { _root.debrisIs = "off"; } } } onClipEvent (enterFrame) { if (_root.debrisIs == "off") { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Symbol 668 MovieClip Frame 3
onClipEvent (mouseDown) { if (_root.cursorIs == "off") { if (this.hitTest(_root.pointer)) { _root.cursorIs = "on"; } } } onClipEvent (enterFrame) { if (_root.cursorIs == "on") { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Symbol 668 MovieClip Frame 3
onClipEvent (mouseDown) { if (_root.cursorIs == "on") { if (this.hitTest(_root.pointer)) { _root.cursorIs = "off"; } } } onClipEvent (enterFrame) { if (_root.cursorIs == "off") { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Symbol 668 MovieClip Frame 4
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _root.soundChange = 0; i = new Sound(); i.setVolume(_root.soundChange); } } onClipEvent (enterFrame) { if (_root.soundChange == 0) { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Symbol 668 MovieClip Frame 4
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _root.soundChange = 25; i = new Sound(); i.setVolume(_root.soundChange); } } onClipEvent (enterFrame) { if (_root.soundChange == 25) { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Symbol 668 MovieClip Frame 4
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _root.soundChange = 50; i = new Sound(); i.setVolume(_root.soundChange); } } onClipEvent (enterFrame) { if (_root.soundChange == 50) { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Symbol 668 MovieClip Frame 4
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _root.soundChange = 75; i = new Sound(); i.setVolume(_root.soundChange); } } onClipEvent (enterFrame) { if (_root.soundChange == 75) { this._alpha = 100; } else { this._alpha = 0; } }
Instance of Symbol 479 MovieClip in Symbol 668 MovieClip Frame 4
onClipEvent (mouseDown) { if (this.hitTest(_root.pointer)) { _root.soundChange = 100; i = new Sound(); i.setVolume(_root.soundChange); } } onClipEvent (enterFrame) { if (_root.soundChange == 100) { this._alpha = 100; } else { this._alpha = 0; } }
Symbol 675 Button
on (keyPress "1") { _root.chooseDagger(); _root.attachMovie("swordDraw", "s" + _root.k, _root.k++); } on (keyPress "2") { _root.chooseBow(); _root.attachMovie("swordDraw", "s" + _root.k, _root.k++); } on (keyPress "3") { _root.chooseStaff(); _root.attachMovie("swordDraw", "s" + _root.k, _root.k++); } on (keyPress "4") { _root.chooseSword(); _root.attachMovie("swordDraw", "s" + _root.k, _root.k++); } on (keyPress "5") { _root.chooseFrypan(); _root.attachMovie("swordDraw", "s" + _root.k, _root.k++); }
Symbol 698 MovieClip Frame 1
stop();
Instance of Symbol 682 MovieClip in Symbol 698 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 0.001; this.maxPoints = 0.001; this.pointValue = Number(175); this.message = "Drawbridge opened!"; this.status = "stopped"; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; this.hitPoints = -5; } } if (this.hitPoints <= 0) { this.status = "open"; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x; mov4._y = _parent._y; mov4.score = this.pointValue; _root.bottomText = this.message; _root.bottom(); } } if (this.status == "open") { this.status = "opened"; _parent.play(); } }
Symbol 698 MovieClip Frame 35
stop();
Instance of Symbol 541 MovieClip "ground2" in Symbol 698 MovieClip Frame 35
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 698 MovieClip Frame 35
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 698 MovieClip Frame 35
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 701 MovieClip "boar" in Symbol 702 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 8; this.maxPoints = 8; this.damage = 0.6; this.pointValue = Number(250); this.message = "Blah"; this.killMessage = true; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + this.body._x) + this._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + this.body._x) + this._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = (_parent._x + this.body._x) + this._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = (_parent._x + this.body._x) + this._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = ((_parent._x + this.body._x) + this._x) + _parent.boar._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + this.body._x) + this._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + this.body._x) + this._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("boar_die", "bd" + _root.k, _root.k++); mov._x = (_parent._x + this.body._x) + this._x; mov._y = _parent._y + this.body._y; mov._xscale = this.body._xscale; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = (_parent._x + this.body._x) + this._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } }
Instance of Symbol 197 MovieClip "apple" in Symbol 703 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.hitTest(_root.hobbit)) { mov = _root.attachMovie("smallAppleCatch", "s" + _root.k, _root.k++); mov._x = _parent._x; mov._y = _parent._y; this.unloadMovie(); _root.health = _root.health + 25; if (_root.health >= 100) { _root.health = 100; } _root.bottomText = "You have gained health!"; _root.bottom(); } }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 15; this.maxPoints = 15; this.damage = 1; this.pointValue = Number(300); this.message = "Wasp hive destroyed"; this.killMessage = false; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_beehive", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_beehive", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_beehive", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_beehive", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_beehive", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("beehive_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y + this.body._y; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); mov8._x = (_parent._x + random(200)) - 100; mov8._y = (_parent._y + random(200)) - 100; mov9 = _root.attachMovie("wasp_Outside", "bf" + _root.k, _root.k++); mov9._x = (_parent._x + random(200)) - 100; mov9._y = (_parent._y + random(200)) - 100; mova = _root.attachMovie("wasp_Outside", "bf" + _root.k, _root.k++); mova._x = (_parent._x + random(200)) - 100; mova._y = (_parent._y + random(200)) - 100; } } else { this.stop(); } }
Instance of Symbol 706 MovieClip "hitArea" in Symbol 707 MovieClip Frame 1
onClipEvent (load) { counter = Number(0); } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { counter++; } if (counter == 300) { mov7 = _root.attachMovie("wasp_outside", "wasp" + _root.k, _root.k++); mov7._x = _parent._x; mov7._y = _parent._y; counter = 0; } }
Instance of Symbol 708 MovieClip "boar" in Symbol 709 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 8; this.maxPoints = 8; this.damage = 0.6; this.pointValue = Number(250); this.message = "Blah"; this.killMessage = true; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + this.body._x) + this._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + this.body._x) + this._x; mov3._y = (_parent._y + this.body._y) + this._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = (_parent._x + this.body._x) + this._x; mov4._y = (_parent._y + this.body._y) + this._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = (_parent._x + this.body._x) + this._x; mov5._y = (_parent._y + this.body._y) + this._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = ((_parent._x + this.body._x) + this._x) + _parent.boar._x; mov3._y = (_parent._y + this.body._y) + this._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + this.body._x) + this._x; mov3._y = (_parent._y + this.body._y) + this._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + this.body._x) + this._x; mov3._y = (_parent._y + this.body._y) + this._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("boar_die", "bd" + _root.k, _root.k++); mov._x = (_parent._x + this.body._x) + this._x; mov._y = (_parent._y + this.body._y) + this._y; mov._xscale = this.body._xscale; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = (_parent._x + this.body._x) + this._x; mov4._y = (_parent._y + this.body._y) + this._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } }
Instance of Symbol 563 MovieClip in Symbol 710 MovieClip Frame 1
onClipEvent (enterFrame) { mov = this.attachMovie("teleport_up", "tele" + _root.k, _root.k++); mov._x = random(30) - 10; mov._y = -30; mov._yscale = 50 + random(50); }
Instance of Symbol 565 MovieClip "center" in Symbol 710 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.hitArea) && (_root.teleportIs == "active")) { stopAllSounds(); _root.teleportIs = "not active"; _root.teleport(); _root.darkness2.gotoAndStop("nextLevel"); } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider5" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider4" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = true; } if (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea)) { if (_root.debrisIs == "on") { mov = _root.attachMovie("fireGround4", "fg" + _root.k, _root.k++); mov._x = (((_root.hobbit._x + _root.hobbit.hobbit1._x) + _root.hobbit.hobbit1.hobbit9._x) + _root.hobbit.hobbit1.hobbit9.weapon._x) + _root.hobbit.hobbit1.hobbit9.weapon.hitArea._x; mov._y = _root.hobbit._y + _root.hobbit.feet._y; } } }
Instance of Symbol 541 MovieClip "sider5" in Symbol 716 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider4" in Symbol 716 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 716 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = true; } if (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea)) { if (_root.debrisIs == "on") { mov = _root.attachMovie("fireGround4", "fg" + _root.k, _root.k++); mov._x = (((_root.hobbit._x + _root.hobbit.hobbit1._x) + _root.hobbit.hobbit1.hobbit9._x) + _root.hobbit.hobbit1.hobbit9.weapon._x) + _root.hobbit.hobbit1.hobbit9.weapon.hitArea._x; mov._y = _root.hobbit._y + _root.hobbit.feet._y; } } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 716 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 716 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 716 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 718 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 718 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 718 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 720 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 3; this.maxPoints = 3; this.pointValue = Number(-1000); this.message = "Do not kill penguins!"; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_penguin", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_penguin", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_penguin", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_penguin", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_penguin", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("penguin_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; _root.bottomText = this.message; _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } }
Symbol 722 MovieClip Frame 30
mov = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov2 = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov2._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov2._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov2._xscale = -100;
Instance of Symbol 722 MovieClip "inside" in Symbol 723 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 6; this.maxPoints = 6; this.damage = 0.6; this.pointValue = Number(300); this.message = "Blah"; this.killMessage = true; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_spider2", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_spider2", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_spider2", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_spider2", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_spider2", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("spiderb_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y + this.body._y; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } }
Instance of Symbol 725 MovieClip "boar" in Symbol 726 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 8; this.maxPoints = 8; this.damage = 0.6; this.pointValue = Number(250); this.message = "Blah"; this.killMessage = true; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + this.body._x) + this._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + this.body._x) + this._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = (_parent._x + this.body._x) + this._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = (_parent._x + this.body._x) + this._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = ((_parent._x + this.body._x) + this._x) + _parent.boar._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + this.body._x) + this._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + this.body._x) + this._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("boar_die", "bd" + _root.k, _root.k++); mov._x = (_parent._x + this.body._x) + this._x; mov._y = _parent._y + this.body._y; mov._xscale = this.body._xscale; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = (_parent._x + this.body._x) + this._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } }
Instance of Symbol 727 MovieClip "boar" in Symbol 728 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 8; this.maxPoints = 8; this.damage = 0.6; this.pointValue = Number(250); this.message = "Blah"; this.killMessage = true; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + this.body._x) + this._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + this.body._x) + this._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = (_parent._x + this.body._x) + this._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = (_parent._x + this.body._x) + this._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = ((_parent._x + this.body._x) + this._x) + _parent.boar._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + this.body._x) + this._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_boar", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + this.body._x) + this._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("boar_die", "bd" + _root.k, _root.k++); mov._x = (_parent._x + this.body._x) + this._x; mov._y = _parent._y + this.body._y; mov._xscale = this.body._xscale; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = (_parent._x + this.body._x) + this._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } }
Instance of Symbol 730 MovieClip in Symbol 731 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 50; this.maxPoints = 50; this.damage = 1; this.pointValue = Number(750); this.message = "Blah"; this.killMessage = true; this.saveTheX = _parent._x; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_polarBear", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_polarBear", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_polarBear", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_polarBear", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_polarBear", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("polarBear_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y + this.body._y; if (_parent._xscale == -100) { mov._xscale = -100; } _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } if (((_parent._y - _root.hobbit._y) <= 200) && ((_parent._y - _root.hobbit._y) >= -200)) { if ((_root.hobbit._x + _root.hobbit.hitArea._x) >= _parent._x) { _parent._x = _parent._x - (0.05 * ((_parent._x - (_root.hobbit._x + _root.hobbit.hitArea._x)) / 2)); _parent._xscale = 100; } if (_parent._x >= (_root.hobbit._x + _root.hobbit.hitArea._x)) { _parent._x = _parent._x - (0.05 * ((_parent._x - (_root.hobbit._x + _root.hobbit.hitArea._x)) / 2)); _parent._xscale = -100; } if ((_root.hobbit._x + _root.hobbit.hitArea._x) >= _parent._x) { _parent._xscale = -100; } if ((_root.hobbit._x + _root.hobbit.hitArea._x) <= _parent._x) { _parent._xscale = 100; } } if (_parent._x >= (this.saveTheX + 400)) { _parent._x = this.saveTheX + 400; } if (_parent._x <= (this.saveTheX - 400)) { _parent._x = this.saveTheX - 400; } }
Symbol 733 MovieClip Frame 1
stop();
Instance of Symbol 541 MovieClip "ground2" in Symbol 733 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 733 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 733 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 682 MovieClip in Symbol 733 MovieClip Frame 1
onClipEvent (load) { this.message = "Pinwheel turned!"; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; _parent.play(); _root.bottomText = this.message; _root.bottom(); } } if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; _parent.play(); _root.bottomText = this.message; _root.bottom(); } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; _parent.play(); _root.bottomText = this.message; _root.bottom(); } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; _parent.play(); _root.bottomText = this.message; _root.bottom(); } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; _parent.play(); _root.bottomText = this.message; _root.bottom(); } } }
Instance of Symbol 541 MovieClip "carlie" in Symbol 733 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 733 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet) && (_parent.thisActive == true)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 733 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Symbol 733 MovieClip Frame 40
stop();
Instance of Symbol 541 MovieClip "ground2" in Symbol 733 MovieClip Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 733 MovieClip Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 733 MovieClip Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "bear" in Symbol 733 MovieClip Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 733 MovieClip Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet) && (_parent.thisActive == true)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 733 MovieClip Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet) && (_parent.thisActive == true)) { _root.hobbitY = "falling"; } }
Symbol 733 MovieClip Frame 80
stop();
Instance of Symbol 541 MovieClip "ground2" in Symbol 733 MovieClip Frame 80
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 733 MovieClip Frame 80
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 733 MovieClip Frame 80
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "johnny" in Symbol 733 MovieClip Frame 81
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 733 MovieClip Frame 81
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet) && (_parent.thisActive == true)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 733 MovieClip Frame 81
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet) && (_parent.thisActive == true)) { _root.hobbitY = "falling"; } }
Symbol 733 MovieClip Frame 120
stop();
Instance of Symbol 541 MovieClip "ground2" in Symbol 733 MovieClip Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 733 MovieClip Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 733 MovieClip Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "bunny" in Symbol 733 MovieClip Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 733 MovieClip Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet) && (_parent.thisActive == true)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 733 MovieClip Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet) && (_parent.thisActive == true)) { _root.hobbitY = "falling"; } }
Instance of Symbol 736 MovieClip in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.hitArea)) { if (_root.globalStatus == "green") { _root.health = _root.health - 10; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; mov40 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov40._x = _root.hobbit._x; mov40._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov40._xscale = random(200) - 100; mov40._alpha = random(100) + 50; mov50 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov50._x = _root.hobbit._x; mov50._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov50._xscale = random(200) - 100; mov50._alpha = random(100) + 50; mov60 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov60._x = _root.hobbit._x; mov60._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov60._xscale = random(200) - 100; mov60._alpha = random(100) + 50; mov70 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov70._x = _root.hobbit._x; mov70._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov70._xscale = random(200) - 100; mov70._alpha = random(100) + 50; mov80 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov80._x = _root.hobbit._x; mov80._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov80._xscale = random(200) - 100; mov80._alpha = random(100) + 50; mov90 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov90._x = _root.hobbit._x; mov90._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov90._xscale = random(200) - 100; mov90._alpha = random(100) + 50; } } } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 739 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 739 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 739 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider5" in Symbol 739 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider4" in Symbol 739 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 739 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = true; } if (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea)) { if (_root.debrisIs == "on") { mov = _root.attachMovie("fireGround4", "fg" + _root.k, _root.k++); mov._x = (((_root.hobbit._x + _root.hobbit.hobbit1._x) + _root.hobbit.hobbit1.hobbit9._x) + _root.hobbit.hobbit1.hobbit9.weapon._x) + _root.hobbit.hobbit1.hobbit9.weapon.hitArea._x; mov._y = _root.hobbit._y + _root.hobbit.feet._y; } } }
Instance of Symbol 541 MovieClip "sider5" in Symbol 741 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider4" in Symbol 741 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 741 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = true; } if (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea)) { if (_root.debrisIs == "on") { mov = _root.attachMovie("fireGround4", "fg" + _root.k, _root.k++); mov._x = (((_root.hobbit._x + _root.hobbit.hobbit1._x) + _root.hobbit.hobbit1.hobbit9._x) + _root.hobbit.hobbit1.hobbit9.weapon._x) + _root.hobbit.hobbit1.hobbit9.weapon.hitArea._x; mov._y = _root.hobbit._y + _root.hobbit.feet._y; } } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 741 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 741 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 741 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 743 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 743 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 743 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 745 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 745 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 745 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 736 MovieClip in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.hitArea)) { if (_root.globalStatus == "green") { _root.health = _root.health - 10; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; mov40 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov40._x = _root.hobbit._x; mov40._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov40._xscale = random(200) - 100; mov40._alpha = random(100) + 50; mov50 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov50._x = _root.hobbit._x; mov50._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov50._xscale = random(200) - 100; mov50._alpha = random(100) + 50; mov60 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov60._x = _root.hobbit._x; mov60._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov60._xscale = random(200) - 100; mov60._alpha = random(100) + 50; mov70 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov70._x = _root.hobbit._x; mov70._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov70._xscale = random(200) - 100; mov70._alpha = random(100) + 50; mov80 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov80._x = _root.hobbit._x; mov80._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov80._xscale = random(200) - 100; mov80._alpha = random(100) + 50; mov90 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov90._x = _root.hobbit._x; mov90._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov90._xscale = random(200) - 100; mov90._alpha = random(100) + 50; } } } }
Instance of Symbol 748 MovieClip in Symbol 749 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 90; this.maxPoints = 90; this.damage = 1; this.pointValue = Number(500); this.message = "Wasp hive destroyed!"; this.killMessage = false; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_beehive", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_beehive", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_beehive", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_beehive", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_beehive", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("beehive_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y + this.body._y; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); mov8 = _root.attachMovie("wasp_Outside", "bf" + _root.k, _root.k++); mov8._x = (_parent._x + random(200)) - 100; mov8._y = (_parent._y + random(200)) - 100; mov9 = _root.attachMovie("wasp_Outside", "bf" + _root.k, _root.k++); mov9._x = (_parent._x + random(200)) - 100; mov9._y = (_parent._y + random(200)) - 100; mova = _root.attachMovie("wasp_Outside", "bf" + _root.k, _root.k++); mova._x = (_parent._x + random(200)) - 100; mova._y = (_parent._y + random(200)) - 100; } } else { this.stop(); } }
Instance of Symbol 706 MovieClip "hitArea" in Symbol 749 MovieClip Frame 1
onClipEvent (load) { counter = Number(150); } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { counter++; } if (counter == 300) { mov7 = _root.attachMovie("wasp2_outside", "wasp" + _root.k, _root.k++); mov7._x = _parent._x; mov7._y = _parent._y; counter = 0; } }
Symbol 751 MovieClip Frame 30
mov = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov2 = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov2._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov2._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov2._xscale = -100; mov3 = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov3._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov3._rotation = 90; mov4 = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov4._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov4._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov4._rotation = 270; mov4._xscale = -100;
Instance of Symbol 751 MovieClip "inside" in Symbol 752 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 7; this.maxPoints = 7; this.damage = 0.7; this.pointValue = Number(400); this.message = "Blah"; this.killMessage = true; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_spider3", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_spider3", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_spider3", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_spider3", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_spider3", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("spiderc_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y + this.body._y; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } }
Instance of Symbol 754 MovieClip in Symbol 755 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 50; this.maxPoints = 50; this.damage = 1; this.pointValue = Number(1000); this.message = "Blah"; this.killMessage = true; this.saveTheX = _parent._x; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_brownBear", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_brownBear", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_brownBear", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_brownBear", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_brownBear", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("brownBear_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y + this.body._y; if (_parent._xscale == -100) { mov._xscale = -100; } _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } if (((_parent._y - _root.hobbit._y) <= 200) && ((_parent._y - _root.hobbit._y) >= -200)) { if ((_root.hobbit._x + _root.hobbit.hitArea._x) >= _parent._x) { _parent._x = _parent._x - (0.05 * ((_parent._x - (_root.hobbit._x + _root.hobbit.hitArea._x)) / 2)); _parent._xscale = 100; } if (_parent._x >= (_root.hobbit._x + _root.hobbit.hitArea._x)) { _parent._x = _parent._x - (0.05 * ((_parent._x - (_root.hobbit._x + _root.hobbit.hitArea._x)) / 2)); _parent._xscale = -100; } if ((_root.hobbit._x + _root.hobbit.hitArea._x) >= _parent._x) { _parent._xscale = -100; } if ((_root.hobbit._x + _root.hobbit.hitArea._x) <= _parent._x) { _parent._xscale = 100; } } if (_parent._x >= (this.saveTheX + 400)) { _parent._x = this.saveTheX + 400; } if (_parent._x <= (this.saveTheX - 400)) { _parent._x = this.saveTheX - 400; } }
Instance of Symbol 705 MovieClip in Symbol 756 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 15; this.maxPoints = 15; this.damage = 1; this.pointValue = Number(300); this.message = "Wasp hive destroyed"; this.killMessage = false; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_beehive", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_beehive", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_beehive", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_beehive", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_beehive", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("crud_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("beehive_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y + this.body._y; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); mov8._x = (_parent._x + random(200)) - 100; mov8._y = (_parent._y + random(200)) - 100; mov9 = _root.attachMovie("wasp_Outside", "bf" + _root.k, _root.k++); mov9._x = (_parent._x + random(200)) - 100; mov9._y = (_parent._y + random(200)) - 100; mova = _root.attachMovie("wasp_Outside", "bf" + _root.k, _root.k++); mova._x = (_parent._x + random(200)) - 100; mova._y = (_parent._y + random(200)) - 100; } } else { this.stop(); } }
Instance of Symbol 706 MovieClip "hitArea" in Symbol 756 MovieClip Frame 1
onClipEvent (load) { counter = Number(150); } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { counter++; } if (counter == 300) { mov7 = _root.attachMovie("wasp_outside", "wasp" + _root.k, _root.k++); mov7._x = _parent._x; mov7._y = _parent._y; counter = 0; } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider5" in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider4" in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = true; } if (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea)) { if (_root.debrisIs == "on") { mov = _root.attachMovie("fireGround4", "fg" + _root.k, _root.k++); mov._x = (((_root.hobbit._x + _root.hobbit.hobbit1._x) + _root.hobbit.hobbit1.hobbit9._x) + _root.hobbit.hobbit1.hobbit9.weapon._x) + _root.hobbit.hobbit1.hobbit9.weapon.hitArea._x; mov._y = _root.hobbit._y + _root.hobbit.feet._y; } } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 762 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 762 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 762 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider5" in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider4" in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = true; } if (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea)) { if (_root.debrisIs == "on") { mov = _root.attachMovie("fireGround4", "fg" + _root.k, _root.k++); mov._x = (((_root.hobbit._x + _root.hobbit.hobbit1._x) + _root.hobbit.hobbit1.hobbit9._x) + _root.hobbit.hobbit1.hobbit9.weapon._x) + _root.hobbit.hobbit1.hobbit9.weapon.hitArea._x; mov._y = _root.hobbit._y + _root.hobbit.feet._y; } } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 771 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 771 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 771 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider5" in Symbol 771 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider4" in Symbol 771 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 771 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = true; } if (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea)) { if (_root.debrisIs == "on") { mov = _root.attachMovie("fireGround4", "fg" + _root.k, _root.k++); mov._x = (((_root.hobbit._x + _root.hobbit.hobbit1._x) + _root.hobbit.hobbit1.hobbit9._x) + _root.hobbit.hobbit1.hobbit9.weapon._x) + _root.hobbit.hobbit1.hobbit9.weapon.hitArea._x; mov._y = _root.hobbit._y + _root.hobbit.feet._y; } } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 773 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 773 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 773 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider5" in Symbol 775 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider4" in Symbol 775 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 541 MovieClip "sider3" in Symbol 775 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = true; } if (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea)) { if (_root.debrisIs == "on") { mov = _root.attachMovie("fireGround4", "fg" + _root.k, _root.k++); mov._x = (((_root.hobbit._x + _root.hobbit.hobbit1._x) + _root.hobbit.hobbit1.hobbit9._x) + _root.hobbit.hobbit1.hobbit9.weapon._x) + _root.hobbit.hobbit1.hobbit9.weapon.hitArea._x; mov._y = _root.hobbit._y + _root.hobbit.feet._y; } } }
Instance of Symbol 541 MovieClip "ground2" in Symbol 775 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 541 MovieClip "sider1" in Symbol 775 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 541 MovieClip "sider2" in Symbol 775 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 342 MovieClip in Symbol 776 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.hitArea)) { _root.attackType = "frypan"; _root.frypanIs = "active"; _root.bottomText = "You found the frypan of DOOM! (hotkey = 5)"; _root.bottom(); _parent.unloadMovie(); } }
Symbol 778 MovieClip Frame 5
mov3 = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov3._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov3._rotation = mov3._rotation + random(360);
Symbol 778 MovieClip Frame 10
mov3 = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov3._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov3._rotation = mov3._rotation + random(360);
Symbol 778 MovieClip Frame 15
mov3 = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov3._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov3._rotation = mov3._rotation + random(360);
Symbol 778 MovieClip Frame 20
mov3 = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov3._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov3._rotation = mov3._rotation + random(360);
Symbol 778 MovieClip Frame 25
mov3 = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov3._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov3._rotation = mov3._rotation + random(360);
Symbol 778 MovieClip Frame 30
mov3 = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov3._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov3._rotation = mov3._rotation + random(360);
Symbol 778 MovieClip Frame 35
mov3 = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov3._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov3._rotation = mov3._rotation + random(360);
Symbol 778 MovieClip Frame 40
mov3 = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov3._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov3._rotation = mov3._rotation + random(360);
Symbol 778 MovieClip Frame 45
mov3 = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov3._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov3._rotation = mov3._rotation + random(360);
Symbol 778 MovieClip Frame 50
mov3 = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov3._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov3._rotation = mov3._rotation + random(360);
Symbol 778 MovieClip Frame 55
mov3 = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov3._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov3._rotation = mov3._rotation + random(360);
Symbol 778 MovieClip Frame 60
mov3 = _root.attachMovie("spiderBAttackA", "s" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + _parent.inside.body._x; mov3._y = (_parent._y + _parent.inside._y) + _parent.inside.body._y; mov3._rotation = mov3._rotation + random(360);
Instance of Symbol 778 MovieClip "inside" in Symbol 779 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 20; this.maxPoints = 20; this.damage = 0.9; this.pointValue = Number(1100); this.message = "Blah"; this.killMessage = true; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_spider4", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.hitTest(_root.arrow1) || (this.hitTest(_root.arrow2))) || (this.hitTest(_root.arrow3))) || (this.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_spider4", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_spider4", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_spider4", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_spider4", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("spider4_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y + this.body._y; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } }
Instance of Symbol 780 MovieClip in Symbol 781 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 30; this.maxPoints = 30; this.damage = 1; this.pointValue = Number(1250); this.message = "Blah"; this.killMessage = true; this.saveTheX = _parent._x; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.body.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_orc", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.body.hitTest(_root.arrow1) || (this.body.hitTest(_root.arrow2))) || (this.body.hitTest(_root.arrow3))) || (this.body.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_orc", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.body.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.body.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.body.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.body.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.body.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_orc", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.body.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_orc", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.body.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_orc", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("orc_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y - 40; if (_parent._xscale == -100) { mov._xscale = -100; } _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } if (((((_parent._y - _root.hobbit._y) <= 200) && ((_parent._y - _root.hobbit._y) >= -200)) && ((_parent._x - _root.hobbit._x) <= 200)) && ((_parent._x - _root.hobbit._x) >= -200)) { if ((_root.hobbit._x + _root.hobbit.hitArea._x) >= _parent._x) { _parent._x = _parent._x - (0.05 * ((_parent._x - (_root.hobbit._x + _root.hobbit.hitArea._x)) / 2)); _parent._xscale = 100; } if (_parent._x >= (_root.hobbit._x + _root.hobbit.hitArea._x)) { _parent._x = _parent._x - (0.05 * ((_parent._x - (_root.hobbit._x + _root.hobbit.hitArea._x)) / 2)); _parent._xscale = -100; } if ((_root.hobbit._x + _root.hobbit.hitArea._x) >= _parent._x) { _parent._xscale = -100; } if ((_root.hobbit._x + _root.hobbit.hitArea._x) <= _parent._x) { _parent._xscale = 100; } } if (_parent._x >= (this.saveTheX + 200)) { _parent._x = this.saveTheX + 200; } if (_parent._x <= (this.saveTheX - 200)) { _parent._x = this.saveTheX - 200; } }
Instance of Symbol 784 MovieClip in Symbol 785 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 40; this.maxPoints = 40; this.damage = 1; this.pointValue = Number(1250); this.message = "Blah"; this.killMessage = true; this.saveTheX = _parent._x; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (this.hitTest(_root.hobbit.hitArea)) { _root.health = _root.health - this.damage; if (_root.debrisIs == "on") { mov30 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov30._x = _root.hobbit._x; mov30._y = _root.hobbit._y - (_root.hobbit._height * 0.5); mov30._xscale = random(200) - 100; mov30._alpha = random(100) + 50; } } if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.body.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_flamedude", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.body.hitTest(_root.arrow1) || (this.body.hitTest(_root.arrow2))) || (this.body.hitTest(_root.arrow3))) || (this.body.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_flamedude", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y + this.body._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = _parent._x + this.body._x; mov5._y = _parent._y + this.body._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.body.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.body.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.body.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.body.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.body.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_flamedude", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y + this.body._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.body.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_flamedude", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.body.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_flamedude", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = _parent._x + this.body._x; mov3._y = _parent._y + this.body._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("flamedude_die", "bd" + _root.k, _root.k++); mov._x = _parent._x + this.body._x; mov._y = _parent._y; if (_parent._xscale == -100) { mov._xscale = -100; } _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = _parent._x + this.body._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } if (((((_parent._y - _root.hobbit._y) <= 200) && ((_parent._y - _root.hobbit._y) >= -200)) && ((_parent._x - _root.hobbit._x) <= 200)) && ((_parent._x - _root.hobbit._x) >= -200)) { if ((_root.hobbit._x + _root.hobbit.hitArea._x) >= _parent._x) { _parent._x = _parent._x - (0.05 * ((_parent._x - (_root.hobbit._x + _root.hobbit.hitArea._x)) / 2)); _parent._xscale = 100; } if (_parent._x >= (_root.hobbit._x + _root.hobbit.hitArea._x)) { _parent._x = _parent._x - (0.05 * ((_parent._x - (_root.hobbit._x + _root.hobbit.hitArea._x)) / 2)); _parent._xscale = -100; } if ((_root.hobbit._y + _root.hobbit.hitArea._y) >= _parent._y) { _parent._y = _parent._y - (0.025 * ((_parent._y - (_root.hobbit._y + _root.hobbit.hitArea._y)) / 2)); } if (_parent._y >= (_root.hobbit._y + _root.hobbit.hitArea._y)) { _parent._y = _parent._y - (0.025 * ((_parent._y - (_root.hobbit._y + _root.hobbit.hitArea._y)) / 2)); } if ((_root.hobbit._x + _root.hobbit.hitArea._x) >= _parent._x) { _parent._xscale = -100; } if ((_root.hobbit._x + _root.hobbit.hitArea._x) <= _parent._x) { _parent._xscale = 100; } } }
Instance of Symbol 28 MovieClip in Symbol 785 MovieClip Frame 1
onClipEvent (load) { randomness = 0; counter = 0; } onClipEvent (enterFrame) { if (((((_parent._y - _root.hobbit._y) <= 200) && ((_parent._y - _root.hobbit._y) >= -200)) && ((_parent._x - _root.hobbit._x) <= 200)) && ((_parent._x - _root.hobbit._x) >= -200)) { counter++; if (counter == 1) { counter = 0; randomness = random(3); if (randomness == 0) { mov3 = _root.attachMovie("fire", "bs" + _root.k, _root.k++); mov3._x = (_parent._x + random(50)) - 25; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } if (randomness == 1) { mov3 = _root.attachMovie("fire2", "bs" + _root.k, _root.k++); mov3._x = (_parent._x + random(50)) - 25; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } if (randomness == 2) { mov3._x = (_parent._x + random(50)) - 25; mov3._x = _parent._x; mov3._y = _parent._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } mov4 = _root.attachMovie("flamedude_fireUp", "bs" + _root.k, _root.k++); mov4._x = (_parent._x + random(50)) - 25; mov4._y = _parent._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; } } }
Instance of Symbol 791 MovieClip "inside" in Symbol 793 MovieClip Frame 1
onClipEvent (load) { this.hitPoints = 1000; this.maxPoints = 1000; this.damage = 0.6; this.pointValue = Number(10000); this.message = "DRAGON DESTROYED!"; this.killMessage = false; } onClipEvent (enterFrame) { if (_root.globalStatus == "green") { this.play(); if (((_root.attackIs == "on") && (_root.attackType == "dagger")) && (this.head.hitTest(_root.hobbit.hobbit1.hobbit2.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_dragon", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.daggerDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + this.head._x; mov3._y = (_parent._y + _parent.inside._y) + this.head._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.attackType == "bow") { if (((this.head.hitTest(_root.arrow1) || (this.head.hitTest(_root.arrow2))) || (this.head.hitTest(_root.arrow3))) || (this.head.hitTest(_root.arrow4))) { mov2 = _root.bar.holder.attachMovie("mug_dragon", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.bowDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + this.head._x; mov3._y = (_parent._y + _parent.inside._y) + this.head._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; mov4 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov4._x = (_parent._x + _parent.inside._x) + this.head._x; mov4._y = (_parent._y + _parent.inside._y) + this.head._y; mov4._xscale = random(200) - 100; mov4._alpha = random(100) + 50; mov5 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov5._x = (_parent._x + _parent.inside._x) + this.head._x; mov5._y = (_parent._y + _parent.inside._y) + this.head._y; mov5._xscale = random(200) - 100; mov5._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (this.head.hitTest(_root.arrow1)) { _root.arrow1._x = -1000000; _root.arrow1._y = -1000000; _root.arrow1Name = "available"; } if (this.head.hitTest(_root.arrow2)) { _root.arrow2._x = -1000000; _root.arrow2._y = -1000000; _root.arrow2Name = "available"; } if (this.head.hitTest(_root.arrow3)) { _root.arrow3._x = -1000000; _root.arrow3._y = -1000000; _root.arrow3Name = "available"; } if (this.head.hitTest(_root.arrow4)) { _root.arrow4._x = -1000000; _root.arrow4._y = -1000000; _root.arrow4Name = "available"; } } if (((_root.attackIs == "on") && (_root.attackType == "staff")) && (this.head.hitTest(_root.hobbit.hobbit1.hobbit5.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_dragon", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.staffDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + this.head._x; mov3._y = (_parent._y + _parent.inside._y) + this.head._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = (_parent._x + _parent.inside._x) + this.head._x; _root.marker._y = (_parent._y + _parent.inside._y) + this.head._y; } if (((_root.attackIs == "on") && (_root.attackType == "sword")) && (this.head.hitTest(_root.hobbit.hobbit1.hobbit7.weapon))) { mov2 = _root.bar.holder.attachMovie("mug_dragon", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.swordDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + this.head._x; mov3._y = (_parent._y + _parent.inside._y) + this.head._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (((_root.attackIs == "on") && (_root.attackType == "frypan")) && (this.head.hitTest(_root.hobbit.hobbit1.hobbit9.weapon.hitArea))) { mov2 = _root.bar.holder.attachMovie("mug_dragon", "mug" + _root.k, 1); this.hitPoints = this.hitPoints - _root.frypanDamage; _root.bar.healthMeter._xscale = (this.hitPoints / this.maxPoints) * 100; if (_root.debrisIs == "on") { mov3 = _root.attachMovie("blood_fly", "bf" + _root.k, _root.k++); mov3._x = (_parent._x + _parent.inside._x) + this.head._x; mov3._y = (_parent._y + _parent.inside._y) + this.head._y; mov3._xscale = random(200) - 100; mov3._alpha = random(100) + 50; } _root.marker._x = _parent._x + this.body._x; _root.marker._y = _parent._y - _parent._height; } if (_root.bar.healthMeter._xscale <= 0) { _root.bar.healthMeter._xscale = 0; } if (this.hitPoints <= 0) { mov = _root.attachMovie("dragon_die", "bd" + _root.k, _root.k++); mov._x = _parent._x; mov._y = _parent._y; _root.score = _root.score + this.pointValue; mov4 = _root.attachMovie("scorer", "scorer" + _root.k, _root.k++); mov4._x = (_parent._x + _parent.inside._x) + this.head._x; mov4._y = _parent._y; mov4.score = this.pointValue; if (this.killMessage == true) { _root.kills++; _root.bottomText = "Kills: " + _root.kills; } else { _root.bottomText = this.message; } _root.bottom(); _parent.unloadMovie(); } } else { this.stop(); } if ((100 + (_root.hobbit._x + _root.hobbit.hitArea._x)) >= ((_parent._x + _parent.inside._x) + _parent.inside.head._x)) { _parent._x = _parent._x - (0.03 * ((_parent._x - ((_root.hobbit._x + _root.hobbit.hitArea._x) + 100)) / 2)); } if ((100 + ((_parent._x + _parent.inside._x) + _parent.inside.head._x)) >= (_root.hobbit._x + _root.hobbit.hitArea._x)) { _parent._x = _parent._x - (0.03 * ((((_parent._x + _parent.inside._x) + _parent.inside.head._x) - ((_root.hobbit._x + _root.hobbit.hitArea._x) + 100)) / 2)); } if ((_root.hobbit._y + _root.hobbit.hitArea._y) >= ((_parent._y + _parent.inside._y) + _parent.inside.head._y)) { _parent._y = _parent._y - (0.03 * ((((_parent._y + _parent.inside._y) + _parent.inside.head._y) - (_root.hobbit._y + _root.hobbit.hitArea._y)) / 2)); } if (((_parent._y + _parent.inside._y) + _parent.inside.head._y) >= (_root.hobbit._y + _root.hobbit.hitArea._y)) { _parent._y = _parent._y - (0.03 * ((((_parent._y + _parent.inside._y) + _parent.inside.head._y) - (_root.hobbit._y + _root.hobbit.hitArea._y)) / 2)); } }
Symbol 820 MovieClip Frame 160
stop();
Symbol 833 Button
on (release) { _root.gscore = _root.score + (_root.lives * 5000); _root.gname = "hr"; getURL ("index.php?act=Arcade&do=newscore", "_self", "POST"); gotoAndStop (6999); }

Library Items

Symbol 1 GraphicUsed by:3 8 21 24 195 345 354
Symbol 2 GraphicUsed by:3 8 21 24 195 345 354
Symbol 3 MovieClipUses:1 2Used by:7 334 337 340 344 346 347 348 349
Symbol 4 GraphicUsed by:6 19 21 521
Symbol 5 GraphicUsed by:6 19 21 24 195 333 336 339 343 345 350 351 356 359 381
Symbol 6 MovieClipUses:4 5Used by:7 346
Symbol 7 MovieClipUses:3 6Used by:21 383
Symbol 8 MovieClipUses:1 2Used by:20 353
Symbol 9 GraphicUsed by:19
Symbol 10 GraphicUsed by:19
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:19 324
Symbol 13 GraphicUsed by:19
Symbol 14 GraphicUsed by:19
Symbol 15 GraphicUsed by:19
Symbol 16 GraphicUsed by:19
Symbol 17 GraphicUsed by:19
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:5 9 10 12 13 14 15 16 17 18 4Used by:20
Symbol 20 MovieClipUses:8 19Used by:21 383
Symbol 21 MovieClip [tthobbit_bow]Uses:7 5 1 2 4 20
Symbol 22 GraphicUsed by:24 195 325 326 327
Symbol 23 SoundUsed by:24
Symbol 24 MovieClip [teleport_hobbitUp]Uses:22 1 2 5 23
Symbol 25 GraphicUsed by:26 27
Symbol 26 MovieClip [crud_fly]Uses:25
Symbol 27 MovieClip [blood_fly]Uses:25
Symbol 28 MovieClipUsed by:29 785
Symbol 29 MovieClip [fireGround4]Uses:28
Symbol 30 GraphicUsed by:37
Symbol 31 GraphicUsed by:37
Symbol 32 GraphicUsed by:37
Symbol 33 GraphicUsed by:37
Symbol 34 GraphicUsed by:37
Symbol 35 GraphicUsed by:37
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClip [killGroundSnow2]Uses:30 31 32 33 34 35 36
Symbol 38 GraphicUsed by:45 54 57
Symbol 39 GraphicUsed by:45
Symbol 40 GraphicUsed by:45 54 57
Symbol 41 GraphicUsed by:45 54 57
Symbol 42 GraphicUsed by:45 54 57
Symbol 43 GraphicUsed by:45 54 57
Symbol 44 GraphicUsed by:45 54 57
Symbol 45 MovieClip [killGround3]Uses:38 39 40 41 42 43 44
Symbol 46 GraphicUsed by:53
Symbol 47 GraphicUsed by:53 54
Symbol 48 GraphicUsed by:53
Symbol 49 GraphicUsed by:53
Symbol 50 GraphicUsed by:53
Symbol 51 GraphicUsed by:53
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClip [killGroundSnow1]Uses:46 47 48 49 50 51 52
Symbol 54 MovieClip [killGround2]Uses:38 47 40 41 42 43 44
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:57
Symbol 57 MovieClip [killGround]Uses:38 40 56 41 42 43 44
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:71 153 553 555
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:71 153 553 555
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:64
Symbol 64 MovieClipUses:63Used by:71 153 553 555
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:71 153 553 555
Symbol 67 ShapeTweeningUsed by:71
Symbol 68 GraphicUsed by:71
Symbol 69 ShapeTweeningUsed by:71
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClip [bunny_die]Uses:59 61 64 66 67 68 69 70
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:76
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:76 77
Symbol 76 MovieClip [flamedude_fireUp]Uses:73 75
Symbol 77 MovieClip [teleport_up]Uses:75
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:80
Symbol 80 MovieClip [mug_wasp2]Uses:79
Symbol 81 GraphicUsed by:84 87
Symbol 82 GraphicUsed by:84 181 187
Symbol 83 GraphicUsed by:84 187
Symbol 84 MovieClipUses:81 82 83Used by:85
Symbol 85 MovieClip [mug_wasp]Uses:84
Symbol 86 GraphicUsed by:87 704
Symbol 87 MovieClipUses:81 86Used by:88
Symbol 88 MovieClip [mug_beehive]Uses:87
Symbol 89 GraphicUsed by:92 608
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:92 204 700
Symbol 92 MovieClipUses:89 91Used by:93
Symbol 93 MovieClip [mug_boar]Uses:92
Symbol 94 GraphicUsed by:97
Symbol 95 GraphicUsed by:97 100 103
Symbol 96 GraphicUsed by:97 100 103 106 166 167 168 169 557 722 751 778
Symbol 97 MovieClipUses:94 95 96Used by:98
Symbol 98 MovieClip [mug_spider4]Uses:97
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99 95 96Used by:101
Symbol 101 MovieClip [mug_spider3]Uses:100
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102 95 96Used by:104
Symbol 104 MovieClip [mug_spider2]Uses:103
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105 96Used by:107
Symbol 107 MovieClip [mug_spider]Uses:106
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:108Used by:110
Symbol 110 MovieClip [mug_polarBear]Uses:109
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:113
Symbol 113 MovieClip [mug_bat]Uses:112
Symbol 114 GraphicUsed by:117
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:117 784
Symbol 117 MovieClipUses:114 116Used by:118
Symbol 118 MovieClip [mug_flamedude]Uses:117
Symbol 119 GraphicUsed by:130
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:120Used by:130 262 753
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:122Used by:130 262 753
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:130 262 753
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:126Used by:130 262 753
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:130 262 753
Symbol 130 MovieClipUses:119 121 123 125 127 129Used by:131
Symbol 131 MovieClip [mug_brownBear]Uses:130
Symbol 132 GraphicUsed by:140
Symbol 133 GraphicUsed by:140 275 780
Symbol 134 GraphicUsed by:140 275 780
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:135Used by:140 275 780
Symbol 137 GraphicUsed by:140 275 780
Symbol 138 GraphicUsed by:140 275 780
Symbol 139 GraphicUsed by:140 275 780
Symbol 140 MovieClipUses:132 133 134 136 137 138 139Used by:141
Symbol 141 MovieClip [mug_orc]Uses:140
Symbol 142 GraphicUsed by:147
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:143Used by:147 290
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:145Used by:147 290
Symbol 147 MovieClipUses:142 144 146Used by:148
Symbol 148 MovieClip [mug_dragon]Uses:147
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:149Used by:151
Symbol 151 MovieClip [mug_penguin]Uses:150
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152 59 61 64 66Used by:154
Symbol 154 MovieClip [mug_bunny]Uses:153
Symbol 155 FontUsed by:156 157 392 393 398 399 400 401 402 403 404 495 604 605 606 647 648 649 650 651 652 653 654 655 656 657 658 659 660 662 663 664 665 666 667 818 835
Symbol 156 EditableTextUses:155Used by:158
Symbol 157 EditableTextUses:155Used by:158
Symbol 158 MovieClip [scorer]Uses:156 157
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClip [marker]Uses:159
Symbol 161 GraphicUsed by:162 163
Symbol 162 MovieClip [fire2]Uses:161
Symbol 163 MovieClip [fire]Uses:161
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:166 167 168 169 557 722 751 778
Symbol 166 MovieClip [spiderd_die]Uses:165 96
Symbol 167 MovieClip [spiderc_die]Uses:165 96
Symbol 168 MovieClip [spiderb_die]Uses:165 96
Symbol 169 MovieClip [spider_die]Uses:165 96
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClip [spider_green]Uses:170
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClip [pointer_fade]Uses:172
Symbol 174 GraphicUsed by:179
Symbol 175 GraphicUsed by:179
Symbol 176 GraphicUsed by:179
Symbol 177 GraphicUsed by:179
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClip [beehive_die]Uses:174 175 176 177 178
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:82 180Used by:182
Symbol 182 MovieClipUses:181Used by:186 191
Symbol 183 GraphicUsed by:185
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:183 184Used by:186 189 190 320
Symbol 186 MovieClip [wasp2_die]Uses:182 185
Symbol 187 MovieClipUses:82 83Used by:188
Symbol 188 MovieClipUses:187Used by:189 193
Symbol 189 MovieClip [wasp_die]Uses:188 185
Symbol 190 MovieClip [bat_die]Uses:185
Symbol 191 MovieClipUses:182Used by:192
Symbol 192 MovieClip [wasp2_outside]Uses:191
Symbol 193 MovieClipUses:188Used by:194
Symbol 194 MovieClip [wasp_outside]Uses:193
Symbol 195 MovieClip [hobbit_death]Uses:22 1 2 5
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:196Used by:199 703
Symbol 198 SoundUsed by:199 201
Symbol 199 MovieClipUses:197 198Used by:200 201
Symbol 200 MovieClip [smallApple]Uses:199
Symbol 201 MovieClip [smallAppleCatch]Uses:199 198
Symbol 202 GraphicUsed by:203
Symbol 203 MovieClipUses:202Used by:204 700
Symbol 204 MovieClip [boar_die]Uses:203 91
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:205Used by:207 208 209
Symbol 207 MovieClip [fireFall2]Uses:206
Symbol 208 MovieClip [fireFall]Uses:206
Symbol 209 MovieClip [snow]Uses:206
Symbol 210 GraphicUsed by:220 719
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:211Used by:220 719
Symbol 213 GraphicUsed by:220 719
Symbol 214 GraphicUsed by:220 719
Symbol 215 GraphicUsed by:220 719
Symbol 216 ShapeTweeningUsed by:220
Symbol 217 GraphicUsed by:220
Symbol 218 ShapeTweeningUsed by:220
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClip [penguin_die]Uses:210 212 213 214 215 216 217 218 219
Symbol 221 GraphicUsed by:225
Symbol 222 GraphicUsed by:225
Symbol 223 GraphicUsed by:225
Symbol 224 GraphicUsed by:225
Symbol 225 MovieClipUses:221 222 223 224Used by:233
Symbol 226 GraphicUsed by:232
Symbol 227 GraphicUsed by:232
Symbol 228 GraphicUsed by:232
Symbol 229 GraphicUsed by:232
Symbol 230 GraphicUsed by:232
Symbol 231 GraphicUsed by:232
Symbol 232 MovieClipUses:226 227 228 229 230 231Used by:233 234
Symbol 233 MovieClip [dragon_spit]Uses:225 232
Symbol 234 MovieClip [spiderBAttackA]Uses:232
Symbol 235 ShapeTweeningUsed by:262
Symbol 236 GraphicUsed by:262 268
Symbol 237 GraphicUsed by:262 268
Symbol 238 GraphicUsed by:262 268
Symbol 239 GraphicUsed by:262 268
Symbol 240 GraphicUsed by:262 268
Symbol 241 GraphicUsed by:262 268
Symbol 242 GraphicUsed by:262 268
Symbol 243 ShapeTweeningUsed by:262
Symbol 244 GraphicUsed by:262 268
Symbol 245 GraphicUsed by:262 268
Symbol 246 ShapeTweeningUsed by:262
Symbol 247 GraphicUsed by:262 268
Symbol 248 ShapeTweeningUsed by:262
Symbol 249 ShapeTweeningUsed by:262
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:250Used by:262 268 729
Symbol 252 GraphicUsed by:253
Symbol 253 MovieClipUses:252Used by:262 268 729
Symbol 254 GraphicUsed by:255
Symbol 255 MovieClipUses:254Used by:262 268 729
Symbol 256 GraphicUsed by:257
Symbol 257 MovieClipUses:256Used by:262 268 729
Symbol 258 GraphicUsed by:259
Symbol 259 MovieClipUses:258Used by:262 268 729
Symbol 260 GraphicUsed by:262 268
Symbol 261 GraphicUsed by:262 268
Symbol 262 MovieClip [brownBear_die]Uses:121 123 125 127 129 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 251 253 255 257 259 260 261
Symbol 263 ShapeTweeningUsed by:268
Symbol 264 ShapeTweeningUsed by:268
Symbol 265 ShapeTweeningUsed by:268
Symbol 266 ShapeTweeningUsed by:268
Symbol 267 ShapeTweeningUsed by:268
Symbol 268 MovieClip [polarBear_die]Uses:251 253 255 257 259 263 236 237 238 239 240 241 242 264 244 245 265 247 266 267 260 261
Symbol 269 SoundUsed by:270  Timeline
Symbol 270 MovieClip [coin]Uses:269
Symbol 271 SoundUsed by:272
Symbol 272 MovieClip [thwack]Uses:271
Symbol 273 SoundUsed by:274
Symbol 274 MovieClip [swordDraw]Uses:273
Symbol 275 MovieClip [orc_die]Uses:133 134 136 137 138 139
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:276Used by:278 291
Symbol 278 MovieClipUses:277Used by:294 791
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:279Used by:294 791
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:283
Symbol 283 MovieClipUses:282Used by:294 791
Symbol 284 GraphicUsed by:287 294 791
Symbol 285 GraphicUsed by:286
Symbol 286 MovieClipUses:285Used by:287 294 791
Symbol 287 MovieClipUses:284 286Used by:294
Symbol 288 GraphicUsed by:289
Symbol 289 MovieClipUses:288Used by:290
Symbol 290 MovieClipUses:144 146 289Used by:294 791
Symbol 291 MovieClipUses:277Used by:294 791
Symbol 292 GraphicUsed by:294
Symbol 293 SoundUsed by:294
Symbol 294 MovieClip [dragon_die]Uses:278 280 283 287 290 291 292 293 284 286
Symbol 295 GraphicUsed by:319
Symbol 296 GraphicUsed by:319
Symbol 297 GraphicUsed by:319
Symbol 298 GraphicUsed by:319
Symbol 299 GraphicUsed by:319
Symbol 300 GraphicUsed by:319
Symbol 301 GraphicUsed by:319
Symbol 302 GraphicUsed by:319
Symbol 303 GraphicUsed by:319
Symbol 304 GraphicUsed by:319
Symbol 305 GraphicUsed by:319
Symbol 306 GraphicUsed by:319
Symbol 307 GraphicUsed by:319
Symbol 308 GraphicUsed by:319
Symbol 309 GraphicUsed by:319
Symbol 310 GraphicUsed by:319
Symbol 311 GraphicUsed by:319
Symbol 312 GraphicUsed by:319
Symbol 313 GraphicUsed by:319
Symbol 314 GraphicUsed by:319
Symbol 315 GraphicUsed by:319
Symbol 316 GraphicUsed by:319
Symbol 317 GraphicUsed by:319
Symbol 318 GraphicUsed by:319
Symbol 319 MovieClip [wisp1]Uses:295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318
Symbol 320 MovieClipUses:185Used by:321
Symbol 321 MovieClipUses:320Used by:322
Symbol 322 MovieClip [bat_outside]Uses:321Used by:Timeline
Symbol 323 SoundUsed by:324
Symbol 324 MovieClip [arrowInside]Uses:12 323Used by:Timeline
Symbol 325 MovieClipUses:22Used by:328
Symbol 326 MovieClipUses:22Used by:328
Symbol 327 MovieClipUses:22Used by:328
Symbol 328 MovieClipUses:325 326 327Used by:386
Symbol 329 GraphicUsed by:330
Symbol 330 MovieClipUses:329Used by:331
Symbol 331 MovieClipUses:330Used by:383
Symbol 332 GraphicUsed by:333 345 351
Symbol 333 MovieClipUses:5 332Used by:334
Symbol 334 MovieClipUses:3 333Used by:383
Symbol 335 GraphicUsed by:336 355
Symbol 336 MovieClipUses:335 5Used by:337 347
Symbol 337 MovieClipUses:3 336Used by:383
Symbol 338 GraphicUsed by:339 358
Symbol 339 MovieClipUses:338 5Used by:340 348
Symbol 340 MovieClipUses:3 339Used by:383
Symbol 341 GraphicUsed by:342 343
Symbol 342 MovieClipUses:341Used by:343 381 776
Symbol 343 MovieClipUses:342 5 341Used by:344 349
Symbol 344 MovieClipUses:3 343Used by:383
Symbol 345 MovieClipUses:5 1 2 332Used by:383
Symbol 346 MovieClipUses:3 6Used by:383
Symbol 347 MovieClipUses:3 336Used by:383
Symbol 348 MovieClipUses:3 339Used by:383
Symbol 349 MovieClipUses:3 343Used by:383
Symbol 350 MovieClipUses:5Used by:353
Symbol 351 MovieClipUses:5 332Used by:352
Symbol 352 MovieClipUses:351Used by:353
Symbol 353 MovieClipUses:350 8 352Used by:383
Symbol 354 MovieClipUses:1 2Used by:357 360 382
Symbol 355 MovieClipUses:335Used by:356 523
Symbol 356 MovieClipUses:5 355Used by:357
Symbol 357 MovieClipUses:354 356Used by:383
Symbol 358 MovieClipUses:338Used by:359 524
Symbol 359 MovieClipUses:5 358Used by:360
Symbol 360 MovieClipUses:354 359Used by:383
Symbol 361 GraphicUsed by:381
Symbol 362 GraphicUsed by:381
Symbol 363 GraphicUsed by:381
Symbol 364 GraphicUsed by:381
Symbol 365 GraphicUsed by:366
Symbol 366 MovieClipUses:365Used by:381
Symbol 367 SoundUsed by:381
Symbol 368 GraphicUsed by:381
Symbol 369 GraphicUsed by:381
Symbol 370 GraphicUsed by:381
Symbol 371 GraphicUsed by:381
Symbol 372 GraphicUsed by:381
Symbol 373 GraphicUsed by:381
Symbol 374 GraphicUsed by:381
Symbol 375 GraphicUsed by:381
Symbol 376 GraphicUsed by:381
Symbol 377 GraphicUsed by:381
Symbol 378 GraphicUsed by:381
Symbol 379 GraphicUsed by:381
Symbol 380 GraphicUsed by:381
Symbol 381 MovieClipUses:342 5 361 362 363 364 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380Used by:382
Symbol 382 MovieClipUses:354 381Used by:383
Symbol 383 MovieClipUses:331 334 7 337 340 344 345 346 347 348 349 353 20 357 360 382Used by:386
Symbol 384 GraphicUsed by:385
Symbol 385 MovieClipUses:384Used by:386
Symbol 386 MovieClip [hobbit]Uses:328 383 385Used by:Timeline
Symbol 387 GraphicUsed by:Timeline
Symbol 388 GraphicUsed by:391
Symbol 389 ShapeTweeningUsed by:391
Symbol 390 GraphicUsed by:391
Symbol 391 MovieClipUses:388 389 390Used by:Timeline
Symbol 392 EditableTextUses:155Used by:Timeline
Symbol 393 EditableTextUses:155Used by:Timeline
Symbol 394 BitmapUsed by:395
Symbol 395 GraphicUses:394Used by:396
Symbol 396 ButtonUses:395Used by:Timeline
Symbol 397 GraphicUsed by:Timeline
Symbol 398 EditableTextUses:155Used by:Timeline
Symbol 399 EditableTextUses:155Used by:Timeline
Symbol 400 EditableTextUses:155Used by:Timeline
Symbol 401 EditableTextUses:155Used by:Timeline
Symbol 402 EditableTextUses:155Used by:Timeline
Symbol 403 EditableTextUses:155Used by:Timeline
Symbol 404 EditableTextUses:155Used by:Timeline
Symbol 405 GraphicUsed by:409
Symbol 406 GraphicUsed by:409
Symbol 407 GraphicUsed by:409
Symbol 408 GraphicUsed by:409
Symbol 409 MovieClipUses:405 406 407 408Used by:Timeline
Symbol 410 BitmapUsed by:411
Symbol 411 GraphicUses:410Used by:412
Symbol 412 ButtonUses:411Used by:Timeline
Symbol 413 GraphicUsed by:416
Symbol 414 FontUsed by:415 435 492 502 503 504 507 508 509 510 511 512 515 516 519 520 535 617 618 619 620 621 646 670 674 803 804 806 807 809 810 812 813 815 816 822 823 824 825 826 827 838
Symbol 415 TextUses:414Used by:416
Symbol 416 MovieClipUses:413 415Used by:417
Symbol 417 MovieClipUses:416Used by:Timeline
Symbol 418 FontUsed by:419 420 423 441 442 445 446 449 450 451 454 455 458 459 463 464 465 474 475 480 481 482 483 484 485 486 487 490 496 497 498 499 500 525 526 527 530 531 532 533 607 623 624 627 628 630 631 635 636 637 638 639 640 641 642 643 644 645 802
Symbol 419 TextUses:418Used by:422 440 462
Symbol 420 TextUses:418Used by:422 440 462
Symbol 421 GraphicUsed by:422 440 462
Symbol 422 ButtonUses:419 420 421Used by:Timeline
Symbol 423 TextUses:418Used by:424
Symbol 424 MovieClipUses:423Used by:Timeline
Symbol 425 GraphicUsed by:Timeline
Symbol 426 GraphicUsed by:Timeline
Symbol 427 GraphicUsed by:Timeline
Symbol 428 SoundUsed by:Timeline
Symbol 429 GraphicUsed by:430
Symbol 430 MovieClipUses:429Used by:Timeline
Symbol 431 GraphicUsed by:432
Symbol 432 MovieClipUses:431Used by:434  Timeline
Symbol 433 GraphicUsed by:434
Symbol 434 MovieClipUses:432 433Used by:Timeline
Symbol 435 TextUses:414Used by:439
Symbol 436 BitmapUsed by:437
Symbol 437 GraphicUses:436Used by:438 439
Symbol 438 MovieClipUses:437Used by:439
Symbol 439 ButtonUses:435 438 437Used by:Timeline
Symbol 440 ButtonUses:419 420 421Used by:Timeline
Symbol 441 TextUses:418Used by:444 468
Symbol 442 TextUses:418Used by:444 468
Symbol 443 GraphicUsed by:444 468
Symbol 444 ButtonUses:441 442 443Used by:668  Timeline
Symbol 445 TextUses:418Used by:448 470
Symbol 446 TextUses:418Used by:448 470
Symbol 447 GraphicUsed by:448 470
Symbol 448 ButtonUses:445 446 447Used by:668  Timeline
Symbol 449 TextUses:418Used by:453 469
Symbol 450 TextUses:418Used by:453 469
Symbol 451 TextUses:418Used by:453 469
Symbol 452 GraphicUsed by:453 469
Symbol 453 ButtonUses:449 450 451 452Used by:Timeline
Symbol 454 TextUses:418Used by:457 471
Symbol 455 TextUses:418Used by:457 471
Symbol 456 GraphicUsed by:457 471
Symbol 457 ButtonUses:454 455 456Used by:Timeline
Symbol 458 TextUses:418Used by:461 472
Symbol 459 TextUses:418Used by:461 472
Symbol 460 GraphicUsed by:461 472
Symbol 461 ButtonUses:458 459 460Used by:668  Timeline
Symbol 462 ButtonUses:419 420 421Used by:Timeline
Symbol 463 TextUses:418Used by:Timeline
Symbol 464 TextUses:418Used by:467 473
Symbol 465 TextUses:418Used by:467 473
Symbol 466 GraphicUsed by:467 473
Symbol 467 ButtonUses:464 465 466Used by:Timeline
Symbol 468 ButtonUses:441 442 443Used by:Timeline
Symbol 469 ButtonUses:449 450 451 452Used by:Timeline
Symbol 470 ButtonUses:445 446 447Used by:Timeline
Symbol 471 ButtonUses:454 455 456Used by:Timeline
Symbol 472 ButtonUses:458 459 460Used by:Timeline
Symbol 473 ButtonUses:464 465 466Used by:Timeline
Symbol 474 TextUses:418Used by:477 661
Symbol 475 TextUses:418Used by:477 661
Symbol 476 GraphicUsed by:477 661
Symbol 477 ButtonUses:474 475 476Used by:Timeline
Symbol 478 GraphicUsed by:479
Symbol 479 MovieClipUses:478Used by:668  Timeline
Symbol 480 TextUses:418Used by:Timeline
Symbol 481 TextUses:418Used by:Timeline
Symbol 482 TextUses:418Used by:Timeline
Symbol 483 TextUses:418Used by:Timeline
Symbol 484 TextUses:418Used by:Timeline
Symbol 485 TextUses:418Used by:Timeline
Symbol 486 TextUses:418Used by:Timeline
Symbol 487 TextUses:418Used by:Timeline
Symbol 488 FontUsed by:489
Symbol 489 TextUses:488Used by:Timeline
Symbol 490 TextUses:418Used by:Timeline
Symbol 491 GraphicUsed by:668  Timeline
Symbol 492 TextUses:414Used by:668  Timeline
Symbol 493 GraphicUsed by:494
Symbol 494 MovieClipUses:493Used by:668  Timeline
Symbol 495 EditableTextUses:155Used by:Timeline
Symbol 496 TextUses:418Used by:Timeline
Symbol 497 TextUses:418Used by:Timeline
Symbol 498 TextUses:418Used by:Timeline
Symbol 499 TextUses:418Used by:Timeline
Symbol 500 TextUses:418Used by:Timeline
Symbol 501 GraphicUsed by:668  Timeline
Symbol 502 TextUses:414Used by:668  Timeline
Symbol 503 TextUses:414Used by:506
Symbol 504 TextUses:414Used by:506
Symbol 505 GraphicUsed by:506
Symbol 506 ButtonUses:503 504 505Used by:668  Timeline
Symbol 507 TextUses:414Used by:668  Timeline
Symbol 508 TextUses:414Used by:668  Timeline
Symbol 509 TextUses:414Used by:668  Timeline
Symbol 510 TextUses:414Used by:668  Timeline
Symbol 511 TextUses:414Used by:514
Symbol 512 TextUses:414Used by:514
Symbol 513 GraphicUsed by:514
Symbol 514 ButtonUses:511 512 513Used by:668  Timeline
Symbol 515 TextUses:414Used by:518
Symbol 516 TextUses:414Used by:518
Symbol 517 GraphicUsed by:518
Symbol 518 ButtonUses:515 516 517Used by:668  Timeline
Symbol 519 TextUses:414Used by:668  Timeline
Symbol 520 TextUses:414Used by:668  Timeline
Symbol 521 MovieClipUses:4Used by:522
Symbol 522 MovieClipUses:521Used by:Timeline
Symbol 523 MovieClipUses:355Used by:Timeline
Symbol 524 MovieClipUses:358Used by:Timeline
Symbol 525 TextUses:418Used by:Timeline
Symbol 526 TextUses:418Used by:Timeline
Symbol 527 TextUses:418Used by:Timeline
Symbol 528 GraphicUsed by:534
Symbol 529 GraphicUsed by:534
Symbol 530 TextUses:418Used by:534
Symbol 531 TextUses:418Used by:534
Symbol 532 TextUses:418Used by:534
Symbol 533 TextUses:418Used by:534
Symbol 534 MovieClipUses:528 529 530 531 532 533Used by:Timeline
Symbol 535 TextUses:414Used by:Timeline
Symbol 536 GraphicUsed by:537
Symbol 537 MovieClipUses:536Used by:Timeline
Symbol 538 GraphicUsed by:539
Symbol 539 MovieClipUses:538Used by:Timeline
Symbol 540 GraphicUsed by:541 545
Symbol 541 MovieClipUses:540Used by:543 547 550 552 698 714 716 718 733 739 741 743 745 760 762 764 771 773 775
Symbol 542 GraphicUsed by:543
Symbol 543 MovieClipUses:541 542Used by:Timeline
Symbol 544 GraphicUsed by:547
Symbol 545 MovieClipUses:540Used by:547 550
Symbol 546 GraphicUsed by:547
Symbol 547 MovieClipUses:541 544 545 546Used by:Timeline
Symbol 548 GraphicUsed by:550
Symbol 549 GraphicUsed by:550
Symbol 550 MovieClipUses:541 548 545 549Used by:Timeline
Symbol 551 GraphicUsed by:552
Symbol 552 MovieClipUses:541 551Used by:Timeline
Symbol 553 MovieClipUses:59 61 64 66Used by:554
Symbol 554 MovieClipUses:553Used by:Timeline
Symbol 555 MovieClipUses:59 61 64 66Used by:556
Symbol 556 MovieClipUses:555Used by:Timeline
Symbol 557 MovieClipUses:165 96Used by:558
Symbol 558 MovieClipUses:557Used by:Timeline
Symbol 559 GraphicUsed by:560
Symbol 560 MovieClipUses:559Used by:561
Symbol 561 MovieClipUses:560Used by:Timeline
Symbol 562 GraphicUsed by:563
Symbol 563 MovieClipUses:562Used by:566 710
Symbol 564 GraphicUsed by:565
Symbol 565 MovieClipUses:564Used by:566 710
Symbol 566 MovieClipUses:563 565Used by:Timeline
Symbol 567 GraphicUsed by:568
Symbol 568 MovieClipUses:567Used by:Timeline
Symbol 569 GraphicUsed by:570
Symbol 570 MovieClipUses:569Used by:571 572 573
Symbol 571 MovieClipUses:570Used by:574
Symbol 572 MovieClipUses:570Used by:574
Symbol 573 MovieClipUses:570Used by:574
Symbol 574 MovieClipUses:571 572 573Used by:Timeline
Symbol 575 GraphicUsed by:576
Symbol 576 MovieClipUses:575Used by:578
Symbol 577 GraphicUsed by:578
Symbol 578 MovieClipUses:576 577Used by:Timeline
Symbol 579 GraphicUsed by:668
Symbol 580 GraphicUsed by:668
Symbol 581 GraphicUsed by:599
Symbol 582 ShapeTweeningUsed by:599
Symbol 583 ShapeTweeningUsed by:599
Symbol 584 ShapeTweeningUsed by:599
Symbol 585 ShapeTweeningUsed by:599
Symbol 586 ShapeTweeningUsed by:599
Symbol 587 ShapeTweeningUsed by:599
Symbol 588 ShapeTweeningUsed by:599
Symbol 589 ShapeTweeningUsed by:599
Symbol 590 ShapeTweeningUsed by:599
Symbol 591 ShapeTweeningUsed by:599
Symbol 592 ShapeTweeningUsed by:599
Symbol 593 ShapeTweeningUsed by:599
Symbol 594 ShapeTweeningUsed by:599
Symbol 595 ShapeTweeningUsed by:599
Symbol 596 ShapeTweeningUsed by:599
Symbol 597 ShapeTweeningUsed by:599
Symbol 598 GraphicUsed by:599
Symbol 599 MovieClipUses:581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598Used by:668
Symbol 600 GraphicUsed by:601
Symbol 601 MovieClipUses:600Used by:668
Symbol 602 GraphicUsed by:603
Symbol 603 MovieClipUses:602Used by:668
Symbol 604 EditableTextUses:155Used by:668
Symbol 605 EditableTextUses:155Used by:668
Symbol 606 EditableTextUses:155Used by:668
Symbol 607 EditableTextUses:418Used by:668
Symbol 608 MovieClipUses:89Used by:668
Symbol 609 GraphicUsed by:668
Symbol 610 GraphicUsed by:668
Symbol 611 GraphicUsed by:615
Symbol 612 GraphicUsed by:615
Symbol 613 GraphicUsed by:615
Symbol 614 GraphicUsed by:615
Symbol 615 MovieClipUses:611 612 613 614Used by:668
Symbol 616 MovieClipUsed by:668
Symbol 617 EditableTextUses:414Used by:622
Symbol 618 EditableTextUses:414Used by:622
Symbol 619 EditableTextUses:414Used by:622
Symbol 620 EditableTextUses:414Used by:622
Symbol 621 EditableTextUses:414Used by:622
Symbol 622 MovieClipUses:617 618 619 620 621Used by:668
Symbol 623 TextUses:418Used by:626
Symbol 624 TextUses:418Used by:626
Symbol 625 GraphicUsed by:626
Symbol 626 ButtonUses:623 624 625Used by:668
Symbol 627 TextUses:418Used by:668
Symbol 628 TextUses:418Used by:668
Symbol 629 GraphicUsed by:668
Symbol 630 TextUses:418Used by:633
Symbol 631 TextUses:418Used by:633
Symbol 632 GraphicUsed by:633
Symbol 633 ButtonUses:630 631 632Used by:668
Symbol 634 GraphicUsed by:668
Symbol 635 TextUses:418Used by:668
Symbol 636 TextUses:418Used by:668
Symbol 637 EditableTextUses:418Used by:668
Symbol 638 TextUses:418Used by:668
Symbol 639 EditableTextUses:418Used by:668
Symbol 640 TextUses:418Used by:668
Symbol 641 EditableTextUses:418Used by:668
Symbol 642 TextUses:418Used by:668
Symbol 643 EditableTextUses:418Used by:668
Symbol 644 TextUses:418Used by:668
Symbol 645 EditableTextUses:418Used by:668
Symbol 646 TextUses:414Used by:668
Symbol 647 EditableTextUses:155Used by:668
Symbol 648 EditableTextUses:155Used by:668
Symbol 649 EditableTextUses:155Used by:668
Symbol 650 EditableTextUses:155Used by:668
Symbol 651 EditableTextUses:155Used by:668
Symbol 652 EditableTextUses:155Used by:668
Symbol 653 EditableTextUses:155Used by:668
Symbol 654 EditableTextUses:155Used by:668
Symbol 655 EditableTextUses:155Used by:668
Symbol 656 EditableTextUses:155Used by:668
Symbol 657 EditableTextUses:155Used by:668
Symbol 658 EditableTextUses:155Used by:668
Symbol 659 EditableTextUses:155Used by:668
Symbol 660 EditableTextUses:155Used by:668
Symbol 661 ButtonUses:474 475 476Used by:668
Symbol 662 EditableTextUses:155Used by:668
Symbol 663 EditableTextUses:155Used by:668
Symbol 664 EditableTextUses:155Used by:668
Symbol 665 EditableTextUses:155Used by:668
Symbol 666 EditableTextUses:155Used by:668
Symbol 667 EditableTextUses:155Used by:668
Symbol 668 MovieClipUses:579 580 599 601 603 604 605 606 607 608 609 610 615 616 622 626 627 628 629 461 448 444 633 634 635 636 637 638 639 640 641 642 643 644 645 646 479 647 648 649 650 651 652 653 654 655 656 657 658 659 660 491 661 492 494 662 663 664 665 666 667 501 502 506 507 508 509 510 514 518 519 520Used by:Timeline
Symbol 669 GraphicUsed by:671
Symbol 670 TextUses:414Used by:671
Symbol 671 MovieClipUses:669 670Used by:672
Symbol 672 MovieClipUses:671Used by:Timeline
Symbol 673 GraphicUsed by:675
Symbol 674 TextUses:414Used by:675
Symbol 675 ButtonUses:673 674Used by:Timeline
Symbol 676 SoundUsed by:Timeline
Symbol 677 GraphicUsed by:698
Symbol 678 GraphicUsed by:698
Symbol 679 GraphicUsed by:680
Symbol 680 MovieClipUses:679Used by:698 733
Symbol 681 GraphicUsed by:682 706
Symbol 682 MovieClipUses:681Used by:698 733
Symbol 683 GraphicUsed by:698
Symbol 684 GraphicUsed by:698
Symbol 685 GraphicUsed by:698
Symbol 686 GraphicUsed by:698
Symbol 687 GraphicUsed by:698
Symbol 688 GraphicUsed by:698
Symbol 689 GraphicUsed by:698
Symbol 690 GraphicUsed by:698
Symbol 691 GraphicUsed by:698
Symbol 692 GraphicUsed by:698
Symbol 693 GraphicUsed by:698
Symbol 694 GraphicUsed by:698
Symbol 695 GraphicUsed by:698
Symbol 696 GraphicUsed by:698
Symbol 697 SoundUsed by:698 733
Symbol 698 MovieClipUses:677 678 680 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 541Used by:Timeline
Symbol 699 GraphicUsed by:Timeline
Symbol 700 MovieClipUses:203 91Used by:701 708 725 727
Symbol 701 MovieClipUses:700Used by:702
Symbol 702 MovieClipUses:701Used by:Timeline
Symbol 703 MovieClipUses:197Used by:Timeline
Symbol 704 MovieClipUses:86Used by:705 748
Symbol 705 MovieClipUses:704Used by:707 756
Symbol 706 MovieClipUses:681Used by:707 749 756
Symbol 707 MovieClipUses:705 706Used by:Timeline
Symbol 708 MovieClipUses:700Used by:709
Symbol 709 MovieClipUses:708Used by:Timeline
Symbol 710 MovieClipUses:563 565Used by:Timeline
Symbol 711 GraphicUsed by:712
Symbol 712 MovieClipUses:711Used by:Timeline
Symbol 713 GraphicUsed by:714
Symbol 714 MovieClipUses:541 713Used by:Timeline
Symbol 715 GraphicUsed by:716
Symbol 716 MovieClipUses:541 715Used by:Timeline
Symbol 717 GraphicUsed by:718
Symbol 718 MovieClipUses:541 717Used by:Timeline
Symbol 719 MovieClipUses:210 212 213 214 215Used by:720
Symbol 720 MovieClipUses:719Used by:721
Symbol 721 MovieClipUses:720Used by:Timeline
Symbol 722 MovieClipUses:165 96Used by:723
Symbol 723 MovieClipUses:722Used by:Timeline
Symbol 724 SoundUsed by:Timeline
Symbol 725 MovieClipUses:700Used by:726
Symbol 726 MovieClipUses:725Used by:Timeline
Symbol 727 MovieClipUses:700Used by:728
Symbol 728 MovieClipUses:727Used by:Timeline
Symbol 729 MovieClipUses:251 253 255 257 259Used by:730
Symbol 730 MovieClipUses:729Used by:731
Symbol 731 MovieClipUses:730Used by:Timeline
Symbol 732 GraphicUsed by:733
Symbol 733 MovieClipUses:680 732 541 682 697Used by:Timeline
Symbol 734 GraphicUsed by:737
Symbol 735 GraphicUsed by:736
Symbol 736 MovieClipUses:735Used by:737 747
Symbol 737 MovieClipUses:734 736Used by:Timeline
Symbol 738 GraphicUsed by:739
Symbol 739 MovieClipUses:541 738Used by:Timeline
Symbol 740 GraphicUsed by:741
Symbol 741 MovieClipUses:541 740Used by:Timeline
Symbol 742 GraphicUsed by:743
Symbol 743 MovieClipUses:541 742Used by:Timeline
Symbol 744 GraphicUsed by:745
Symbol 745 MovieClipUses:541 744Used by:Timeline
Symbol 746 GraphicUsed by:747
Symbol 747 MovieClipUses:746 736Used by:Timeline
Symbol 748 MovieClipUses:704Used by:749
Symbol 749 MovieClipUses:748 706Used by:Timeline
Symbol 750 SoundUsed by:Timeline
Symbol 751 MovieClipUses:165 96Used by:752
Symbol 752 MovieClipUses:751Used by:Timeline
Symbol 753 MovieClipUses:121 123 125 127 129Used by:754
Symbol 754 MovieClipUses:753Used by:755
Symbol 755 MovieClipUses:754Used by:Timeline
Symbol 756 MovieClipUses:705 706Used by:Timeline
Symbol 757 GraphicUsed by:758
Symbol 758 MovieClipUses:757Used by:Timeline
Symbol 759 GraphicUsed by:760
Symbol 760 MovieClipUses:541 759Used by:Timeline
Symbol 761 GraphicUsed by:762
Symbol 762 MovieClipUses:541 761Used by:Timeline
Symbol 763 GraphicUsed by:764
Symbol 764 MovieClipUses:541 763Used by:Timeline
Symbol 765 GraphicUsed by:766
Symbol 766 MovieClipUses:765Used by:Timeline
Symbol 767 SoundUsed by:Timeline
Symbol 768 GraphicUsed by:769
Symbol 769 MovieClipUses:768Used by:Timeline
Symbol 770 GraphicUsed by:771
Symbol 771 MovieClipUses:541 770Used by:Timeline
Symbol 772 GraphicUsed by:773
Symbol 773 MovieClipUses:541 772Used by:Timeline
Symbol 774 GraphicUsed by:775
Symbol 775 MovieClipUses:541 774Used by:Timeline
Symbol 776 MovieClipUses:342Used by:Timeline
Symbol 777 SoundUsed by:Timeline
Symbol 778 MovieClipUses:165 96Used by:779
Symbol 779 MovieClipUses:778Used by:Timeline
Symbol 780 MovieClipUses:133 134 136 137 138 139Used by:781
Symbol 781 MovieClipUses:780Used by:Timeline
Symbol 782 GraphicUsed by:783
Symbol 783 MovieClipUses:782Used by:784
Symbol 784 MovieClipUses:783 116Used by:785
Symbol 785 MovieClipUses:784 28Used by:Timeline
Symbol 786 GraphicUsed by:Timeline
Symbol 787 GraphicUsed by:788
Symbol 788 MovieClipUses:787Used by:Timeline
Symbol 789 SoundUsed by:Timeline
Symbol 790 GraphicUsed by:791
Symbol 791 MovieClipUses:278 280 283 284 286 290 291 790Used by:792 793
Symbol 792 MovieClipUses:791Used by:Timeline
Symbol 793 MovieClipUses:791Used by:Timeline
Symbol 794 SoundUsed by:Timeline
Symbol 795 GraphicUsed by:796
Symbol 796 MovieClipUses:795Used by:Timeline
Symbol 797 GraphicUsed by:798
Symbol 798 MovieClipUses:797Used by:Timeline
Symbol 799 GraphicUsed by:800
Symbol 800 MovieClipUses:799Used by:Timeline
Symbol 801 SoundUsed by:Timeline
Symbol 802 TextUses:418Used by:Timeline
Symbol 803 TextUses:414Used by:805
Symbol 804 TextUses:414Used by:805
Symbol 805 MovieClipUses:803 804Used by:Timeline
Symbol 806 TextUses:414Used by:808
Symbol 807 TextUses:414Used by:808
Symbol 808 MovieClipUses:806 807Used by:Timeline
Symbol 809 TextUses:414Used by:811
Symbol 810 TextUses:414Used by:811
Symbol 811 MovieClipUses:809 810Used by:Timeline
Symbol 812 TextUses:414Used by:814
Symbol 813 TextUses:414Used by:814
Symbol 814 MovieClipUses:812 813Used by:Timeline
Symbol 815 TextUses:414Used by:817
Symbol 816 TextUses:414Used by:817
Symbol 817 MovieClipUses:815 816Used by:Timeline
Symbol 818 EditableTextUses:155Used by:Timeline
Symbol 819 GraphicUsed by:820
Symbol 820 MovieClipUses:819Used by:821
Symbol 821 MovieClipUses:820Used by:Timeline
Symbol 822 TextUses:414Used by:828
Symbol 823 EditableTextUses:414Used by:828
Symbol 824 TextUses:414Used by:828
Symbol 825 EditableTextUses:414Used by:828
Symbol 826 TextUses:414Used by:828
Symbol 827 EditableTextUses:414Used by:828
Symbol 828 MovieClipUses:822 823 824 825 826 827Used by:Timeline
Symbol 829 FontUsed by:830 831
Symbol 830 TextUses:829Used by:833
Symbol 831 TextUses:829Used by:833
Symbol 832 GraphicUsed by:833
Symbol 833 ButtonUses:830 831 832Used by:Timeline
Symbol 834 GraphicUsed by:Timeline
Symbol 835 EditableTextUses:155Used by:Timeline
Symbol 836 FontUsed by:837
Symbol 837 EditableTextUses:836Used by:Timeline
Symbol 838 TextUses:414Used by:Timeline

Instance Names

"hobbit"Frame 1Symbol 386 MovieClip [hobbit]
"pointer"Frame 1Symbol 409 MovieClip
"arrow5"Frame 1Symbol 324 MovieClip [arrowInside]
"arrow4"Frame 1Symbol 324 MovieClip [arrowInside]
"arrow3"Frame 1Symbol 324 MovieClip [arrowInside]
"arrow2"Frame 1Symbol 324 MovieClip [arrowInside]
"arrow1"Frame 1Symbol 324 MovieClip [arrowInside]
"pointer"Frame 3Symbol 409 MovieClip
"pointer"Frame 373Symbol 409 MovieClip
"bg1"Frame 505Symbol 537 MovieClip
"start"Frame 505Symbol 568 MovieClip
"darkness"Frame 505Symbol 574 MovieClip
"hobbit"Frame 505Symbol 386 MovieClip [hobbit]
"fence"Frame 505Symbol 578 MovieClip
"bar"Frame 505Symbol 668 MovieClip
"pointer"Frame 505Symbol 409 MovieClip
"arrow5"Frame 505Symbol 324 MovieClip [arrowInside]
"arrow4"Frame 505Symbol 324 MovieClip [arrowInside]
"arrow3"Frame 505Symbol 324 MovieClip [arrowInside]
"arrow2"Frame 505Symbol 324 MovieClip [arrowInside]
"arrow1"Frame 505Symbol 324 MovieClip [arrowInside]
"darkness2"Frame 505Symbol 574 MovieClip
"draw"Frame 506Symbol 698 MovieClip
"draw"Frame 507Symbol 698 MovieClip
"bg1"Frame 510Symbol 712 MovieClip
"bg1"Frame 515Symbol 432 MovieClip
"bg1"Frame 520Symbol 758 MovieClip
"mineLight"Frame 520Symbol 766 MovieClip
"bg1"Frame 525Symbol 769 MovieClip
"bg1"Frame 790Symbol 769 MovieClip
"bg1"Frame 1845Symbol 769 MovieClip
"dragon"Frame 1845Symbol 793 MovieClip
"start"Frame 1845Symbol 568 MovieClip
"darkness"Frame 1845Symbol 574 MovieClip
"hobbit"Frame 1845Symbol 386 MovieClip [hobbit]
"darkness2"Frame 1845Symbol 574 MovieClip
"pointer"Frame 4406Symbol 409 MovieClip
"weapon"Symbol 20 MovieClip Frame 1Symbol 19 MovieClip
"hobbit2"Symbol 21 MovieClip [tthobbit_bow] Frame 3Symbol 20 MovieClip
"body"Symbol 117 MovieClip Frame 1Symbol 116 MovieClip
"body"Symbol 140 MovieClip Frame 1Symbol 136 MovieClip
"body"Symbol 153 MovieClip Frame 1Symbol 59 MovieClip
"body"Symbol 166 MovieClip [spiderd_die] Frame 1Symbol 165 MovieClip
"body"Symbol 166 MovieClip [spiderd_die] Frame 15Symbol 165 MovieClip
"body"Symbol 167 MovieClip [spiderc_die] Frame 1Symbol 165 MovieClip
"body"Symbol 167 MovieClip [spiderc_die] Frame 15Symbol 165 MovieClip
"body"Symbol 168 MovieClip [spiderb_die] Frame 1Symbol 165 MovieClip
"body"Symbol 168 MovieClip [spiderb_die] Frame 15Symbol 165 MovieClip
"body"Symbol 169 MovieClip [spider_die] Frame 1Symbol 165 MovieClip
"body"Symbol 169 MovieClip [spider_die] Frame 15Symbol 165 MovieClip
"body"Symbol 191 MovieClip Frame 1Symbol 182 MovieClip
"body"Symbol 193 MovieClip Frame 1Symbol 188 MovieClip
"apple"Symbol 200 MovieClip [smallApple] Frame 1Symbol 199 MovieClip
"body"Symbol 220 MovieClip [penguin_die] Frame 1Symbol 212 MovieClip
"body"Symbol 275 MovieClip [orc_die] Frame 1Symbol 136 MovieClip
"hotcarlie"Symbol 290 MovieClip Frame 1Symbol 289 MovieClip
"head"Symbol 294 MovieClip [dragon_die] Frame 1Symbol 290 MovieClip
"body"Symbol 321 MovieClip Frame 1Symbol 320 MovieClip
"weapon"Symbol 353 MovieClip Frame 1Symbol 352 MovieClip
"weapon"Symbol 357 MovieClip Frame 1Symbol 356 MovieClip
"weapon"Symbol 360 MovieClip Frame 1Symbol 359 MovieClip
"hitArea"Symbol 381 MovieClip Frame 64Symbol 366 MovieClip
"weapon"Symbol 382 MovieClip Frame 1Symbol 381 MovieClip
"hobbit2"Symbol 383 MovieClip Frame 3Symbol 353 MovieClip
"hobbit2"Symbol 383 MovieClip Frame 3Symbol 20 MovieClip
"hobbit5"Symbol 383 MovieClip Frame 3Symbol 357 MovieClip
"hobbit7"Symbol 383 MovieClip Frame 3Symbol 360 MovieClip
"hobbit9"Symbol 383 MovieClip Frame 3Symbol 382 MovieClip
"feet"Symbol 386 MovieClip [hobbit] Frame 1Symbol 328 MovieClip
"hobbit1"Symbol 386 MovieClip [hobbit] Frame 1Symbol 383 MovieClip
"hitArea"Symbol 386 MovieClip [hobbit] Frame 1Symbol 385 MovieClip
"sider5"Symbol 543 MovieClip Frame 1Symbol 541 MovieClip
"sider4"Symbol 543 MovieClip Frame 1Symbol 541 MovieClip
"sider3"Symbol 543 MovieClip Frame 1Symbol 541 MovieClip
"ground2"Symbol 543 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 543 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 543 MovieClip Frame 1Symbol 541 MovieClip
"ground2"Symbol 547 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 547 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 547 MovieClip Frame 1Symbol 541 MovieClip
"sider5"Symbol 547 MovieClip Frame 1Symbol 541 MovieClip
"sider4"Symbol 547 MovieClip Frame 1Symbol 541 MovieClip
"sider3"Symbol 547 MovieClip Frame 1Symbol 541 MovieClip
"ground2"Symbol 550 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 550 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 550 MovieClip Frame 1Symbol 541 MovieClip
"sider5"Symbol 550 MovieClip Frame 1Symbol 541 MovieClip
"sider4"Symbol 550 MovieClip Frame 1Symbol 541 MovieClip
"sider3"Symbol 550 MovieClip Frame 1Symbol 541 MovieClip
"ground2"Symbol 552 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 552 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 552 MovieClip Frame 1Symbol 541 MovieClip
"body"Symbol 553 MovieClip Frame 1Symbol 59 MovieClip
"body"Symbol 555 MovieClip Frame 1Symbol 59 MovieClip
"inside"Symbol 556 MovieClip Frame 1Symbol 555 MovieClip
"body"Symbol 557 MovieClip Frame 1Symbol 165 MovieClip
"center"Symbol 566 MovieClip Frame 1Symbol 565 MovieClip
"lifeBar"Symbol 668 MovieClip Frame 1Symbol 599 MovieClip
"coinBox"Symbol 668 MovieClip Frame 1Symbol 601 MovieClip
"healthMeter"Symbol 668 MovieClip Frame 1Symbol 608 MovieClip
"holder"Symbol 668 MovieClip Frame 1Symbol 616 MovieClip
"bottomThing"Symbol 668 MovieClip Frame 1Symbol 622 MovieClip
"ground2"Symbol 698 MovieClip Frame 35Symbol 541 MovieClip
"sider1"Symbol 698 MovieClip Frame 35Symbol 541 MovieClip
"sider3"Symbol 698 MovieClip Frame 35Symbol 541 MovieClip
"body"Symbol 701 MovieClip Frame 1Symbol 700 MovieClip
"boar"Symbol 702 MovieClip Frame 1Symbol 701 MovieClip
"apple"Symbol 703 MovieClip Frame 1Symbol 197 MovieClip
"body"Symbol 705 MovieClip Frame 1Symbol 704 MovieClip
"hitArea"Symbol 707 MovieClip Frame 1Symbol 706 MovieClip
"body"Symbol 708 MovieClip Frame 1Symbol 700 MovieClip
"boar"Symbol 709 MovieClip Frame 1Symbol 708 MovieClip
"center"Symbol 710 MovieClip Frame 1Symbol 565 MovieClip
"ground2"Symbol 714 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 714 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 714 MovieClip Frame 1Symbol 541 MovieClip
"sider5"Symbol 714 MovieClip Frame 1Symbol 541 MovieClip
"sider4"Symbol 714 MovieClip Frame 1Symbol 541 MovieClip
"sider3"Symbol 714 MovieClip Frame 1Symbol 541 MovieClip
"sider5"Symbol 716 MovieClip Frame 1Symbol 541 MovieClip
"sider4"Symbol 716 MovieClip Frame 1Symbol 541 MovieClip
"sider3"Symbol 716 MovieClip Frame 1Symbol 541 MovieClip
"ground2"Symbol 716 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 716 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 716 MovieClip Frame 1Symbol 541 MovieClip
"ground2"Symbol 718 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 718 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 718 MovieClip Frame 1Symbol 541 MovieClip
"body"Symbol 719 MovieClip Frame 1Symbol 212 MovieClip
"body"Symbol 720 MovieClip Frame 1Symbol 719 MovieClip
"body"Symbol 722 MovieClip Frame 1Symbol 165 MovieClip
"inside"Symbol 723 MovieClip Frame 1Symbol 722 MovieClip
"body"Symbol 725 MovieClip Frame 1Symbol 700 MovieClip
"boar"Symbol 726 MovieClip Frame 1Symbol 725 MovieClip
"body"Symbol 727 MovieClip Frame 1Symbol 700 MovieClip
"boar"Symbol 728 MovieClip Frame 1Symbol 727 MovieClip
"body"Symbol 730 MovieClip Frame 1Symbol 729 MovieClip
"ground2"Symbol 733 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 733 MovieClip Frame 1Symbol 541 MovieClip
"sider3"Symbol 733 MovieClip Frame 1Symbol 541 MovieClip
"carlie"Symbol 733 MovieClip Frame 2Symbol 541 MovieClip
"sider1"Symbol 733 MovieClip Frame 2Symbol 541 MovieClip
"sider3"Symbol 733 MovieClip Frame 2Symbol 541 MovieClip
"ground2"Symbol 733 MovieClip Frame 40Symbol 541 MovieClip
"sider1"Symbol 733 MovieClip Frame 40Symbol 541 MovieClip
"sider3"Symbol 733 MovieClip Frame 40Symbol 541 MovieClip
"bear"Symbol 733 MovieClip Frame 41Symbol 541 MovieClip
"sider1"Symbol 733 MovieClip Frame 41Symbol 541 MovieClip
"sider3"Symbol 733 MovieClip Frame 41Symbol 541 MovieClip
"ground2"Symbol 733 MovieClip Frame 80Symbol 541 MovieClip
"sider1"Symbol 733 MovieClip Frame 80Symbol 541 MovieClip
"sider3"Symbol 733 MovieClip Frame 80Symbol 541 MovieClip
"johnny"Symbol 733 MovieClip Frame 81Symbol 541 MovieClip
"sider1"Symbol 733 MovieClip Frame 81Symbol 541 MovieClip
"sider3"Symbol 733 MovieClip Frame 81Symbol 541 MovieClip
"ground2"Symbol 733 MovieClip Frame 120Symbol 541 MovieClip
"sider1"Symbol 733 MovieClip Frame 120Symbol 541 MovieClip
"sider3"Symbol 733 MovieClip Frame 120Symbol 541 MovieClip
"bunny"Symbol 733 MovieClip Frame 121Symbol 541 MovieClip
"sider1"Symbol 733 MovieClip Frame 121Symbol 541 MovieClip
"sider3"Symbol 733 MovieClip Frame 121Symbol 541 MovieClip
"ground2"Symbol 739 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 739 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 739 MovieClip Frame 1Symbol 541 MovieClip
"sider5"Symbol 739 MovieClip Frame 1Symbol 541 MovieClip
"sider4"Symbol 739 MovieClip Frame 1Symbol 541 MovieClip
"sider3"Symbol 739 MovieClip Frame 1Symbol 541 MovieClip
"sider5"Symbol 741 MovieClip Frame 1Symbol 541 MovieClip
"sider4"Symbol 741 MovieClip Frame 1Symbol 541 MovieClip
"sider3"Symbol 741 MovieClip Frame 1Symbol 541 MovieClip
"ground2"Symbol 741 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 741 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 741 MovieClip Frame 1Symbol 541 MovieClip
"ground2"Symbol 743 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 743 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 743 MovieClip Frame 1Symbol 541 MovieClip
"ground2"Symbol 745 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 745 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 745 MovieClip Frame 1Symbol 541 MovieClip
"body"Symbol 748 MovieClip Frame 1Symbol 704 MovieClip
"hitArea"Symbol 749 MovieClip Frame 1Symbol 706 MovieClip
"body"Symbol 751 MovieClip Frame 1Symbol 165 MovieClip
"inside"Symbol 752 MovieClip Frame 1Symbol 751 MovieClip
"body"Symbol 754 MovieClip Frame 1Symbol 753 MovieClip
"hitArea"Symbol 756 MovieClip Frame 1Symbol 706 MovieClip
"ground2"Symbol 760 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 760 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 760 MovieClip Frame 1Symbol 541 MovieClip
"sider5"Symbol 760 MovieClip Frame 1Symbol 541 MovieClip
"sider4"Symbol 760 MovieClip Frame 1Symbol 541 MovieClip
"sider3"Symbol 760 MovieClip Frame 1Symbol 541 MovieClip
"ground2"Symbol 762 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 762 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 762 MovieClip Frame 1Symbol 541 MovieClip
"sider5"Symbol 764 MovieClip Frame 1Symbol 541 MovieClip
"sider4"Symbol 764 MovieClip Frame 1Symbol 541 MovieClip
"sider3"Symbol 764 MovieClip Frame 1Symbol 541 MovieClip
"ground2"Symbol 764 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 764 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 764 MovieClip Frame 1Symbol 541 MovieClip
"ground2"Symbol 771 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 771 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 771 MovieClip Frame 1Symbol 541 MovieClip
"sider5"Symbol 771 MovieClip Frame 1Symbol 541 MovieClip
"sider4"Symbol 771 MovieClip Frame 1Symbol 541 MovieClip
"sider3"Symbol 771 MovieClip Frame 1Symbol 541 MovieClip
"ground2"Symbol 773 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 773 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 773 MovieClip Frame 1Symbol 541 MovieClip
"sider5"Symbol 775 MovieClip Frame 1Symbol 541 MovieClip
"sider4"Symbol 775 MovieClip Frame 1Symbol 541 MovieClip
"sider3"Symbol 775 MovieClip Frame 1Symbol 541 MovieClip
"ground2"Symbol 775 MovieClip Frame 1Symbol 541 MovieClip
"sider1"Symbol 775 MovieClip Frame 1Symbol 541 MovieClip
"sider2"Symbol 775 MovieClip Frame 1Symbol 541 MovieClip
"body"Symbol 778 MovieClip Frame 1Symbol 165 MovieClip
"inside"Symbol 779 MovieClip Frame 1Symbol 778 MovieClip
"body"Symbol 780 MovieClip Frame 1Symbol 136 MovieClip
"body"Symbol 784 MovieClip Frame 1Symbol 783 MovieClip
"head"Symbol 791 MovieClip Frame 1Symbol 290 MovieClip
"inside"Symbol 792 MovieClip Frame 1Symbol 791 MovieClip
"inside"Symbol 793 MovieClip Frame 1Symbol 791 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 21 as "tthobbit_bow"
ExportAssets (56)Timeline Frame 1Symbol 24 as "teleport_hobbitUp"
ExportAssets (56)Timeline Frame 1Symbol 26 as "crud_fly"
ExportAssets (56)Timeline Frame 1Symbol 27 as "blood_fly"
ExportAssets (56)Timeline Frame 1Symbol 29 as "fireGround4"
ExportAssets (56)Timeline Frame 1Symbol 37 as "killGroundSnow2"
ExportAssets (56)Timeline Frame 1Symbol 45 as "killGround3"
ExportAssets (56)Timeline Frame 1Symbol 53 as "killGroundSnow1"
ExportAssets (56)Timeline Frame 1Symbol 54 as "killGround2"
ExportAssets (56)Timeline Frame 1Symbol 57 as "killGround"
ExportAssets (56)Timeline Frame 1Symbol 71 as "bunny_die"
ExportAssets (56)Timeline Frame 1Symbol 76 as "flamedude_fireUp"
ExportAssets (56)Timeline Frame 1Symbol 77 as "teleport_up"
ExportAssets (56)Timeline Frame 1Symbol 80 as "mug_wasp2"
ExportAssets (56)Timeline Frame 1Symbol 85 as "mug_wasp"
ExportAssets (56)Timeline Frame 1Symbol 88 as "mug_beehive"
ExportAssets (56)Timeline Frame 1Symbol 93 as "mug_boar"
ExportAssets (56)Timeline Frame 1Symbol 98 as "mug_spider4"
ExportAssets (56)Timeline Frame 1Symbol 101 as "mug_spider3"
ExportAssets (56)Timeline Frame 1Symbol 104 as "mug_spider2"
ExportAssets (56)Timeline Frame 1Symbol 107 as "mug_spider"
ExportAssets (56)Timeline Frame 1Symbol 110 as "mug_polarBear"
ExportAssets (56)Timeline Frame 1Symbol 113 as "mug_bat"
ExportAssets (56)Timeline Frame 1Symbol 118 as "mug_flamedude"
ExportAssets (56)Timeline Frame 1Symbol 131 as "mug_brownBear"
ExportAssets (56)Timeline Frame 1Symbol 141 as "mug_orc"
ExportAssets (56)Timeline Frame 1Symbol 148 as "mug_dragon"
ExportAssets (56)Timeline Frame 1Symbol 151 as "mug_penguin"
ExportAssets (56)Timeline Frame 1Symbol 154 as "mug_bunny"
ExportAssets (56)Timeline Frame 1Symbol 158 as "scorer"
ExportAssets (56)Timeline Frame 1Symbol 160 as "marker"
ExportAssets (56)Timeline Frame 1Symbol 162 as "fire2"
ExportAssets (56)Timeline Frame 1Symbol 163 as "fire"
ExportAssets (56)Timeline Frame 1Symbol 166 as "spiderd_die"
ExportAssets (56)Timeline Frame 1Symbol 167 as "spiderc_die"
ExportAssets (56)Timeline Frame 1Symbol 168 as "spiderb_die"
ExportAssets (56)Timeline Frame 1Symbol 169 as "spider_die"
ExportAssets (56)Timeline Frame 1Symbol 171 as "spider_green"
ExportAssets (56)Timeline Frame 1Symbol 173 as "pointer_fade"
ExportAssets (56)Timeline Frame 1Symbol 179 as "beehive_die"
ExportAssets (56)Timeline Frame 1Symbol 186 as "wasp2_die"
ExportAssets (56)Timeline Frame 1Symbol 189 as "wasp_die"
ExportAssets (56)Timeline Frame 1Symbol 190 as "bat_die"
ExportAssets (56)Timeline Frame 1Symbol 192 as "wasp2_outside"
ExportAssets (56)Timeline Frame 1Symbol 194 as "wasp_outside"
ExportAssets (56)Timeline Frame 1Symbol 195 as "hobbit_death"
ExportAssets (56)Timeline Frame 1Symbol 200 as "smallApple"
ExportAssets (56)Timeline Frame 1Symbol 201 as "smallAppleCatch"
ExportAssets (56)Timeline Frame 1Symbol 204 as "boar_die"
ExportAssets (56)Timeline Frame 1Symbol 207 as "fireFall2"
ExportAssets (56)Timeline Frame 1Symbol 208 as "fireFall"
ExportAssets (56)Timeline Frame 1Symbol 209 as "snow"
ExportAssets (56)Timeline Frame 1Symbol 220 as "penguin_die"
ExportAssets (56)Timeline Frame 1Symbol 233 as "dragon_spit"
ExportAssets (56)Timeline Frame 1Symbol 234 as "spiderBAttackA"
ExportAssets (56)Timeline Frame 1Symbol 262 as "brownBear_die"
ExportAssets (56)Timeline Frame 1Symbol 268 as "polarBear_die"
ExportAssets (56)Timeline Frame 1Symbol 270 as "coin"
ExportAssets (56)Timeline Frame 1Symbol 272 as "thwack"
ExportAssets (56)Timeline Frame 1Symbol 274 as "swordDraw"
ExportAssets (56)Timeline Frame 1Symbol 275 as "orc_die"
ExportAssets (56)Timeline Frame 1Symbol 294 as "dragon_die"
ExportAssets (56)Timeline Frame 1Symbol 319 as "wisp1"
ExportAssets (56)Timeline Frame 1Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 1Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 1Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 1Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 1Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 1Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 1Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 2Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 2Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 2Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 2Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 2Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 2Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 505Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 505Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 505Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 505Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 505Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 505Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 506Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 506Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 506Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 506Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 506Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 506Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 507Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 507Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 507Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 507Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 507Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 507Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 508Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 508Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 508Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 508Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 508Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 508Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 509Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 509Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 509Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 509Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 509Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 509Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 510Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 510Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 510Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 510Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 510Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 510Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 511Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 511Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 511Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 511Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 511Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 511Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 512Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 512Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 512Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 512Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 512Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 512Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 513Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 513Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 513Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 513Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 513Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 513Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 514Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 514Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 514Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 514Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 514Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 514Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 515Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 515Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 515Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 515Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 515Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 515Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 516Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 516Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 516Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 516Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 516Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 516Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 517Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 517Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 517Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 517Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 517Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 517Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 518Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 518Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 518Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 518Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 518Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 518Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 519Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 519Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 519Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 519Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 519Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 519Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 520Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 520Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 520Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 520Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 520Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 520Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 521Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 521Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 521Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 521Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 521Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 521Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 521Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 521Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 521Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 521Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 521Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 521Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 522Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 522Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 522Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 522Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 522Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 522Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 522Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 522Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 522Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 522Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 522Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 523Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 523Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 523Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 523Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 523Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 523Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 523Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 523Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 523Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 523Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 523Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 523Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 524Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 524Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 524Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 524Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 524Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 524Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 525Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 525Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 525Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 525Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 525Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 525Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 526Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 526Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 526Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 526Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 526Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 526Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 527Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 527Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 527Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 527Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 527Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 527Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 528Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 528Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 528Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 528Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 528Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 528Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 529Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 529Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 529Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 529Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 529Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 529Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 529Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 529Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 529Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 529Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 529Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 529Symbol 322 as "bat_outside"
ExportAssets (56)Timeline Frame 529Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 529Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 529Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 529Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 529Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 529Symbol 324 as "arrowInside"
ExportAssets (56)Timeline Frame 1845Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1846Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1847Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1848Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1849Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1850Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1851Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1852Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1853Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1854Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1855Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1856Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1857Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1858Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1859Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1860Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1861Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1862Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1863Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1864Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1865Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1866Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1867Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1868Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1869Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1870Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1871Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1872Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1873Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1874Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1875Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1876Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1877Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1878Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1879Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1880Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1881Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1882Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1883Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1884Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1885Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1886Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1887Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1888Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1889Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1890Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1891Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1892Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1893Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1894Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1895Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1896Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1897Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1898Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1899Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1900Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1901Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1902Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1903Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1904Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1905Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1906Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1907Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1908Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1909Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1910Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1911Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1912Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1913Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1914Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1915Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1916Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1917Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1918Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1919Symbol 386 as "hobbit"
ExportAssets (56)Timeline Frame 1920Symbol 386 as "hobbit"

Labels

"pause"Frame 500
"video"Frame 501
"sound"Frame 502
"info"Frame 503
"controls"Frame 504
"idle"Symbol 21 MovieClip [tthobbit_bow] Frame 1
"walk"Symbol 21 MovieClip [tthobbit_bow] Frame 2
"attack"Symbol 21 MovieClip [tthobbit_bow] Frame 3
"idle"Symbol 328 MovieClip Frame 1
"walk"Symbol 328 MovieClip Frame 2
"falling"Symbol 328 MovieClip Frame 3
"idle"Symbol 383 MovieClip Frame 1
"walk"Symbol 383 MovieClip Frame 2
"attack"Symbol 383 MovieClip Frame 3
"idle"Symbol 574 MovieClip Frame 1
"walk"Symbol 574 MovieClip Frame 2
"attack"Symbol 574 MovieClip Frame 3
"death"Symbol 574 MovieClip Frame 4
"nextLevel"Symbol 574 MovieClip Frame 5
"normal"Symbol 668 MovieClip Frame 1
"pause"Symbol 668 MovieClip Frame 2
"video"Symbol 668 MovieClip Frame 3
"sound"Symbol 668 MovieClip Frame 4
"info"Symbol 668 MovieClip Frame 5

Dynamic Text Variables

scoreSymbol 156 EditableText""
scoreSymbol 157 EditableText""
_root.appleCounterSymbol 399 EditableText"0"
_root.comboMeterSymbol 401 EditableText"0"
_root.bestComboSymbol 403 EditableText"0"
_root.scoreSymbol 604 EditableText"0000"
_root.coinsSymbol 605 EditableText"000"
_root.livesSymbol 606 EditableText"000"
_root.mugNameSymbol 607 EditableText""
_root.bottomTextSymbol 617 EditableText"lhjlk"
_root.bottomTextSymbol 618 EditableText"lhjlk"
_root.bottomTextSymbol 619 EditableText"dfgdfg"
_root.bottomTextSymbol 620 EditableText"lhjlk"
_root.bottomTextSymbol 621 EditableText""
_root.kSymbol 637 EditableText"0"
_root.killsSymbol 639 EditableText"0"
_root.totalCoinsSymbol 641 EditableText"0"
_root.levelSymbol 643 EditableText"0"
_root.coinsSymbol 645 EditableText"0"
_root.scoreSymbol 823 EditableText"Final Score"
_root.killsSymbol 825 EditableText"Final Score"
_root.livesSymbol 827 EditableText"Final Score"




http://swfchan.com/22/105749/info.shtml
Created: 17/3 -2019 05:25:04 Last modified: 17/3 -2019 05:25:04 Server time: 12/05 -2024 20:59:57