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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM81571314-6DC&rnd=81571314" width="1" height="1"></div>

Hobbit Rampage.swf

This is the info page for
Flash #24992

(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

Cursor

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

Game Over

Restart the Flash file to play again!

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 410 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 418 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 410 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 410 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 480 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 480 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 480 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 480 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 480 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 480 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 480 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 480 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 480 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 480 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 480 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 480 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 480 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 480 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 480 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 540 MovieClip in Frame 505
onClipEvent (enterFrame) { if (_root.hobbit._y >= this._y) { _root.darkness2.gotoAndStop("death"); } }
Instance of Symbol 540 MovieClip in Frame 505
onClipEvent (enterFrame) { if (_root.hobbit._x >= this._x) { _root.darkness2.gotoAndStop("death"); } }
Instance of Symbol 540 MovieClip in Frame 505
onClipEvent (enterFrame) { if (_root.hobbit._x <= this._x) { _root.darkness2.gotoAndStop("death"); } }
Instance of Symbol 575 MovieClip "darkness" in Frame 505
onClipEvent (enterFrame) { this._x = _root.hobbit._x; this._y = _root.hobbit._y + 20; }
Instance of Symbol 579 MovieClip "fence" in Frame 505
onClipEvent (enterFrame) { this.swapDepths(50 + _root.k); if (_root.level > 1) { this.removeMovieClip(); } }
Instance of Symbol 664 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 410 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 575 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 668 MovieClip in Frame 505
onClipEvent (load) { _root.levelType = "grass"; this._visible = "false"; }
Instance of Symbol 418 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 668 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 668 MovieClip in Frame 515
onClipEvent (load) { _root.levelType = "grass"; this._visible = "false"; }
Instance of Symbol 762 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 668 MovieClip in Frame 520
onClipEvent (load) { this._visible = "false"; _root.levelType = "rock"; }
Instance of Symbol 668 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 540 MovieClip in Frame 1845
onClipEvent (enterFrame) { if (_root.hobbit._y >= this._y) { _root.darkness2.gotoAndStop("death"); } }
Instance of Symbol 540 MovieClip in Frame 1845
onClipEvent (enterFrame) { if (_root.hobbit._x >= this._x) { _root.darkness2.gotoAndStop("death"); } }
Instance of Symbol 540 MovieClip in Frame 1845
onClipEvent (enterFrame) { if (_root.hobbit._x <= this._x) { _root.darkness2.gotoAndStop("death"); } }
Instance of Symbol 575 MovieClip "darkness" in Frame 1845
onClipEvent (enterFrame) { this._x = _root.hobbit._x; this._y = _root.hobbit._y + 20; }
Instance of Symbol 575 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 668 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 418 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 410 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 397 Button
on (release) { getURL ("http://www.gamesofgondor.com/", "_blank"); }
Symbol 413 Button
on (release) { getURL ("http://www.jmtb02.com/", "_blank"); }
Symbol 423 Button
on (release) { gotoAndPlay ("intro"); }
Symbol 440 Button
on (release) { getURL ("http://www.gamesofgondor.com/", "_blank"); }
Symbol 445 Button
on (release) { _root.bar.gotoAndStop("info"); }
Symbol 449 Button
on (release) { _root.bar.gotoAndStop("sound"); }
Symbol 462 Button
on (release) { _root.bar.gotoAndStop("video"); }
Symbol 463 Button
on (release) { stopAllSounds(); gotoAndStop (505); }
Symbol 468 Button
on (release) { _root.gotoAndStop("control"); }
Symbol 469 Button
on (release) { _root.gotoAndStop("info"); }
Symbol 470 Button
on (release) { getURL ("http://www.gamesofgondor.com/", "_blank"); }
Symbol 471 Button
on (release) { _root.gotoAndStop("sound"); }
Symbol 472 Button
on (release) { getURL ("http://www.jmtb02.com/", "_blank"); }
Symbol 473 Button
on (release) { _root.gotoAndStop("video"); }
Symbol 474 Button
on (release) { _root.gotoAndStop("controls"); }
Symbol 478 Button
on (release) { _root.gotoAndStop("pause"); }
Symbol 507 Button
on (release) { getURL ("http://www.gamesofgondor.com/", "_blank"); }
Symbol 519 Button
on (release) { getURL ("mailto://john@jmtb02.com", "_blank"); }
Instance of Symbol 522 MovieClip in Symbol 523 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 524 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 525 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 542 MovieClip "sider5" in Symbol 544 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider4" in Symbol 544 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 544 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 542 MovieClip "ground2" in Symbol 544 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 544 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 544 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "ground2" in Symbol 548 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 548 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 548 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider5" in Symbol 548 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider4" in Symbol 548 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 548 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 542 MovieClip "ground2" in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider5" in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider4" in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 551 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 542 MovieClip "ground2" in Symbol 553 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 553 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 553 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 554 MovieClip in Symbol 555 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 556 MovieClip "inside" in Symbol 557 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 558 MovieClip in Symbol 559 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 561 MovieClip in Symbol 562 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 564 MovieClip in Symbol 567 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 566 MovieClip "center" in Symbol 567 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 573 MovieClip Frame 125
_root.death();
Symbol 573 MovieClip Frame 140
_parent.gotoAndStop("idle");
Symbol 574 MovieClip Frame 76
_parent.gotoAndStop("idle");
Symbol 575 MovieClip Frame 1
stop();
Instance of Symbol 572 MovieClip in Symbol 575 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 600 MovieClip Frame 1
stop();
Symbol 623 MovieClip Frame 1
stop();
Symbol 627 Button
on (release) { if (_root.globalStatus == "green") { _root.globalStatus = "paused"; _root.bar.gotoAndStop("pause"); } }
Symbol 634 Button
on (release) { _root.bar.gotoAndStop("normal"); _root.globalStatus = "green"; }
Symbol 658 Button
on (release) { _root.bar.gotoAndStop("pause"); }
Symbol 664 MovieClip Frame 1
stop();
Instance of Symbol 480 MovieClip in Symbol 664 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 480 MovieClip in Symbol 664 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 480 MovieClip in Symbol 664 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 480 MovieClip in Symbol 664 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 480 MovieClip in Symbol 664 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 480 MovieClip in Symbol 664 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 480 MovieClip in Symbol 664 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 480 MovieClip in Symbol 664 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 480 MovieClip in Symbol 664 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 480 MovieClip in Symbol 664 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 480 MovieClip in Symbol 664 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 480 MovieClip in Symbol 664 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 480 MovieClip in Symbol 664 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 480 MovieClip in Symbol 664 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 480 MovieClip in Symbol 664 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 671 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 694 MovieClip Frame 1
stop();
Instance of Symbol 678 MovieClip in Symbol 694 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 694 MovieClip Frame 35
stop();
Instance of Symbol 542 MovieClip "ground2" in Symbol 694 MovieClip Frame 35
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 694 MovieClip Frame 35
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 694 MovieClip Frame 35
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 697 MovieClip "boar" in Symbol 698 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 699 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 701 MovieClip in Symbol 703 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 702 MovieClip "hitArea" in Symbol 703 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 704 MovieClip "boar" in Symbol 705 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 564 MovieClip in Symbol 706 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 566 MovieClip "center" in Symbol 706 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 542 MovieClip "ground2" in Symbol 710 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 710 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 710 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider5" in Symbol 710 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider4" in Symbol 710 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 710 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 542 MovieClip "sider5" in Symbol 712 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider4" in Symbol 712 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 712 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 542 MovieClip "ground2" in Symbol 712 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 712 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 712 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "ground2" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 716 MovieClip in Symbol 717 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 718 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 718 MovieClip "inside" in Symbol 719 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 721 MovieClip "boar" in Symbol 722 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 723 MovieClip "boar" in Symbol 724 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 726 MovieClip in Symbol 727 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 729 MovieClip Frame 1
stop();
Instance of Symbol 542 MovieClip "ground2" in Symbol 729 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 729 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 729 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 678 MovieClip in Symbol 729 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 542 MovieClip "carlie" in Symbol 729 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 729 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet) && (_parent.thisActive == true)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 729 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Symbol 729 MovieClip Frame 40
stop();
Instance of Symbol 542 MovieClip "ground2" in Symbol 729 MovieClip Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 729 MovieClip Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 729 MovieClip Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "bear" in Symbol 729 MovieClip Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 729 MovieClip Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet) && (_parent.thisActive == true)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 729 MovieClip Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet) && (_parent.thisActive == true)) { _root.hobbitY = "falling"; } }
Symbol 729 MovieClip Frame 80
stop();
Instance of Symbol 542 MovieClip "ground2" in Symbol 729 MovieClip Frame 80
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 729 MovieClip Frame 80
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 729 MovieClip Frame 80
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "johnny" in Symbol 729 MovieClip Frame 81
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 729 MovieClip Frame 81
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet) && (_parent.thisActive == true)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 729 MovieClip Frame 81
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet) && (_parent.thisActive == true)) { _root.hobbitY = "falling"; } }
Symbol 729 MovieClip Frame 120
stop();
Instance of Symbol 542 MovieClip "ground2" in Symbol 729 MovieClip Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 729 MovieClip Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 729 MovieClip Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "bunny" in Symbol 729 MovieClip Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 729 MovieClip Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet) && (_parent.thisActive == true)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 729 MovieClip Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet) && (_parent.thisActive == true)) { _root.hobbitY = "falling"; } }
Instance of Symbol 732 MovieClip in Symbol 733 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 542 MovieClip "ground2" in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider5" in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider4" in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 735 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 542 MovieClip "sider5" in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider4" in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 737 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 542 MovieClip "ground2" in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "ground2" in Symbol 739 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 739 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 739 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "ground2" in Symbol 741 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 741 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 741 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 732 MovieClip in Symbol 743 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 744 MovieClip in Symbol 745 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 702 MovieClip "hitArea" in Symbol 745 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 747 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 747 MovieClip "inside" in Symbol 748 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 750 MovieClip in Symbol 751 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 701 MovieClip in Symbol 752 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 702 MovieClip "hitArea" in Symbol 752 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 542 MovieClip "ground2" in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider5" in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider4" in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 756 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 542 MovieClip "ground2" in Symbol 758 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 758 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 758 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider5" in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider4" in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 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 542 MovieClip "ground2" in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "ground2" in Symbol 767 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 767 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 767 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider5" in Symbol 767 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider4" in Symbol 767 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider3" in Symbol 767 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 542 MovieClip "ground2" in Symbol 769 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 769 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 769 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider5" in Symbol 771 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 MovieClip "sider4" in Symbol 771 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.attackGround = false; } }
Instance of Symbol 542 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 542 MovieClip "ground2" in Symbol 771 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "stopped"; } }
Instance of Symbol 542 MovieClip "sider1" in Symbol 771 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 542 MovieClip "sider2" in Symbol 771 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hobbit.feet)) { _root.hobbitY = "falling"; } }
Instance of Symbol 342 MovieClip in Symbol 772 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 774 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 774 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 774 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 774 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 774 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 774 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 774 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 774 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 774 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 774 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 774 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 774 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 774 MovieClip "inside" in Symbol 775 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 776 MovieClip in Symbol 777 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 780 MovieClip in Symbol 781 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 781 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 787 MovieClip "inside" in Symbol 789 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 817 MovieClip Frame 160
stop();

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 522
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 781
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 554 556
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:71 153 554 556
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:64
Symbol 64 MovieClipUses:63Used by:71 153 554 556
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:71 153 554 556
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 700
Symbol 87 MovieClipUses:81 86Used by:88
Symbol 88 MovieClip [mug_beehive]Uses:87
Symbol 89 GraphicUsed by:92 609
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:92 204 696
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 558 718 747 774
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 780
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 749
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:122Used by:130 262 749
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:130 262 749
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:126Used by:130 262 749
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:130 262 749
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 776
Symbol 134 GraphicUsed by:140 275 776
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:135Used by:140 275 776
Symbol 137 GraphicUsed by:140 275 776
Symbol 138 GraphicUsed by:140 275 776
Symbol 139 GraphicUsed by:140 275 776
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 605 606 607
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 558 718 747 774
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 699
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 696
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 715
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:211Used by:220 715
Symbol 213 GraphicUsed by:220 715
Symbol 214 GraphicUsed by:220 715
Symbol 215 GraphicUsed by:220 715
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 725
Symbol 252 GraphicUsed by:253
Symbol 253 MovieClipUses:252Used by:262 268 725
Symbol 254 GraphicUsed by:255
Symbol 255 MovieClipUses:254Used by:262 268 725
Symbol 256 GraphicUsed by:257
Symbol 257 MovieClipUses:256Used by:262 268 725
Symbol 258 GraphicUsed by:259
Symbol 259 MovieClipUses:258Used by:262 268 725
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 787
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:279Used by:294 787
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:283
Symbol 283 MovieClipUses:282Used by:294 787
Symbol 284 GraphicUsed by:287 294 787
Symbol 285 GraphicUsed by:286
Symbol 286 MovieClipUses:285Used by:287 294 787
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 787
Symbol 291 MovieClipUses:277Used by:294 787
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 772
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 524
Symbol 356 MovieClipUses:5 355Used by:357
Symbol 357 MovieClipUses:354 356Used by:383
Symbol 358 MovieClipUses:338Used by:359 525
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 FontUsed by:393 394 399 400 401 402 403 404 405 496 648 649 650 651 652 653 654 655 656 657 659 660 661 662 663 827
Symbol 393 TextUses:392Used by:Timeline
Symbol 394 TextUses:392Used by:Timeline
Symbol 395 BitmapUsed by:396
Symbol 396 GraphicUses:395Used by:397
Symbol 397 ButtonUses:396Used by:Timeline
Symbol 398 GraphicUsed by:Timeline
Symbol 399 TextUses:392Used by:Timeline
Symbol 400 EditableTextUses:392Used by:Timeline
Symbol 401 TextUses:392Used by:Timeline
Symbol 402 EditableTextUses:392Used by:Timeline
Symbol 403 TextUses:392Used by:Timeline
Symbol 404 EditableTextUses:392Used by:Timeline
Symbol 405 TextUses:392Used by:Timeline
Symbol 406 GraphicUsed by:410
Symbol 407 GraphicUsed by:410
Symbol 408 GraphicUsed by:410
Symbol 409 GraphicUsed by:410
Symbol 410 MovieClipUses:406 407 408 409Used by:Timeline
Symbol 411 BitmapUsed by:412
Symbol 412 GraphicUses:411Used by:413
Symbol 413 ButtonUses:412Used by:Timeline
Symbol 414 GraphicUsed by:417
Symbol 415 FontUsed by:416 436 493 503 504 505 508 509 510 511 512 513 516 517 520 521 536 618 619 620 621 622 647 666 670 799 800 802 803 805 806 808 809 811 812 819 820 821 822 823 824
Symbol 416 TextUses:415Used by:417
Symbol 417 MovieClipUses:414 416Used by:418
Symbol 418 MovieClipUses:417Used by:Timeline
Symbol 419 FontUsed by:420 421 424 442 443 446 447 450 451 452 455 456 459 460 464 465 466 475 476 481 482 483 484 485 486 487 488 491 497 498 499 500 501 526 527 528 531 532 533 534 608 624 625 628 629 631 632 636 637 638 639 640 641 642 643 644 645 646 798
Symbol 420 TextUses:419Used by:423 441 463
Symbol 421 TextUses:419Used by:423 441 463
Symbol 422 GraphicUsed by:423 441 463
Symbol 423 ButtonUses:420 421 422Used by:Timeline
Symbol 424 TextUses:419Used by:425
Symbol 425 MovieClipUses:424Used by:Timeline
Symbol 426 GraphicUsed by:Timeline
Symbol 427 GraphicUsed by:Timeline
Symbol 428 GraphicUsed by:Timeline
Symbol 429 SoundUsed by:Timeline
Symbol 430 GraphicUsed by:431
Symbol 431 MovieClipUses:430Used by:Timeline
Symbol 432 GraphicUsed by:433
Symbol 433 MovieClipUses:432Used by:435  Timeline
Symbol 434 GraphicUsed by:435
Symbol 435 MovieClipUses:433 434Used by:Timeline
Symbol 436 TextUses:415Used by:440
Symbol 437 BitmapUsed by:438
Symbol 438 GraphicUses:437Used by:439 440
Symbol 439 MovieClipUses:438Used by:440
Symbol 440 ButtonUses:436 439 438Used by:Timeline
Symbol 441 ButtonUses:420 421 422Used by:Timeline
Symbol 442 TextUses:419Used by:445 469
Symbol 443 TextUses:419Used by:445 469
Symbol 444 GraphicUsed by:445 469
Symbol 445 ButtonUses:442 443 444Used by:664  Timeline
Symbol 446 TextUses:419Used by:449 471
Symbol 447 TextUses:419Used by:449 471
Symbol 448 GraphicUsed by:449 471
Symbol 449 ButtonUses:446 447 448Used by:664  Timeline
Symbol 450 TextUses:419Used by:454 470
Symbol 451 TextUses:419Used by:454 470
Symbol 452 TextUses:419Used by:454 470
Symbol 453 GraphicUsed by:454 470
Symbol 454 ButtonUses:450 451 452 453Used by:Timeline
Symbol 455 TextUses:419Used by:458 472
Symbol 456 TextUses:419Used by:458 472
Symbol 457 GraphicUsed by:458 472
Symbol 458 ButtonUses:455 456 457Used by:Timeline
Symbol 459 TextUses:419Used by:462 473
Symbol 460 TextUses:419Used by:462 473
Symbol 461 GraphicUsed by:462 473
Symbol 462 ButtonUses:459 460 461Used by:664  Timeline
Symbol 463 ButtonUses:420 421 422Used by:Timeline
Symbol 464 TextUses:419Used by:Timeline
Symbol 465 TextUses:419Used by:468 474
Symbol 466 TextUses:419Used by:468 474
Symbol 467 GraphicUsed by:468 474
Symbol 468 ButtonUses:465 466 467Used by:Timeline
Symbol 469 ButtonUses:442 443 444Used by:Timeline
Symbol 470 ButtonUses:450 451 452 453Used by:Timeline
Symbol 471 ButtonUses:446 447 448Used by:Timeline
Symbol 472 ButtonUses:455 456 457Used by:Timeline
Symbol 473 ButtonUses:459 460 461Used by:Timeline
Symbol 474 ButtonUses:465 466 467Used by:Timeline
Symbol 475 TextUses:419Used by:478 658
Symbol 476 TextUses:419Used by:478 658
Symbol 477 GraphicUsed by:478 658
Symbol 478 ButtonUses:475 476 477Used by:Timeline
Symbol 479 GraphicUsed by:480
Symbol 480 MovieClipUses:479Used by:664  Timeline
Symbol 481 TextUses:419Used by:Timeline
Symbol 482 TextUses:419Used by:Timeline
Symbol 483 TextUses:419Used by:Timeline
Symbol 484 TextUses:419Used by:Timeline
Symbol 485 TextUses:419Used by:Timeline
Symbol 486 TextUses:419Used by:Timeline
Symbol 487 TextUses:419Used by:Timeline
Symbol 488 TextUses:419Used by:Timeline
Symbol 489 FontUsed by:490
Symbol 490 TextUses:489Used by:Timeline
Symbol 491 TextUses:419Used by:Timeline
Symbol 492 GraphicUsed by:664  Timeline
Symbol 493 TextUses:415Used by:664  Timeline
Symbol 494 GraphicUsed by:495
Symbol 495 MovieClipUses:494Used by:664  Timeline
Symbol 496 TextUses:392Used by:664  Timeline
Symbol 497 TextUses:419Used by:Timeline
Symbol 498 TextUses:419Used by:Timeline
Symbol 499 TextUses:419Used by:Timeline
Symbol 500 TextUses:419Used by:Timeline
Symbol 501 TextUses:419Used by:Timeline
Symbol 502 GraphicUsed by:664  Timeline
Symbol 503 TextUses:415Used by:664  Timeline
Symbol 504 TextUses:415Used by:507
Symbol 505 TextUses:415Used by:507
Symbol 506 GraphicUsed by:507
Symbol 507 ButtonUses:504 505 506Used by:664  Timeline
Symbol 508 TextUses:415Used by:664  Timeline
Symbol 509 TextUses:415Used by:664  Timeline
Symbol 510 TextUses:415Used by:664  Timeline
Symbol 511 TextUses:415Used by:664  Timeline
Symbol 512 TextUses:415Used by:515
Symbol 513 TextUses:415Used by:515
Symbol 514 GraphicUsed by:515
Symbol 515 ButtonUses:512 513 514Used by:664  Timeline
Symbol 516 TextUses:415Used by:519
Symbol 517 TextUses:415Used by:519
Symbol 518 GraphicUsed by:519
Symbol 519 ButtonUses:516 517 518Used by:664  Timeline
Symbol 520 TextUses:415Used by:664  Timeline
Symbol 521 TextUses:415Used by:664  Timeline
Symbol 522 MovieClipUses:4Used by:523
Symbol 523 MovieClipUses:522Used by:Timeline
Symbol 524 MovieClipUses:355Used by:Timeline
Symbol 525 MovieClipUses:358Used by:Timeline
Symbol 526 TextUses:419Used by:Timeline
Symbol 527 TextUses:419Used by:Timeline
Symbol 528 TextUses:419Used by:Timeline
Symbol 529 GraphicUsed by:535
Symbol 530 GraphicUsed by:535
Symbol 531 TextUses:419Used by:535
Symbol 532 TextUses:419Used by:535
Symbol 533 TextUses:419Used by:535
Symbol 534 TextUses:419Used by:535
Symbol 535 MovieClipUses:529 530 531 532 533 534Used by:Timeline
Symbol 536 TextUses:415Used by:Timeline
Symbol 537 GraphicUsed by:538
Symbol 538 MovieClipUses:537Used by:Timeline
Symbol 539 GraphicUsed by:540
Symbol 540 MovieClipUses:539Used by:Timeline
Symbol 541 GraphicUsed by:542 546
Symbol 542 MovieClipUses:541Used by:544 548 551 553 694 710 712 714 729 735 737 739 741 756 758 760 767 769 771
Symbol 543 GraphicUsed by:544
Symbol 544 MovieClipUses:542 543Used by:Timeline
Symbol 545 GraphicUsed by:548
Symbol 546 MovieClipUses:541Used by:548 551
Symbol 547 GraphicUsed by:548
Symbol 548 MovieClipUses:542 545 546 547Used by:Timeline
Symbol 549 GraphicUsed by:551
Symbol 550 GraphicUsed by:551
Symbol 551 MovieClipUses:542 549 546 550Used by:Timeline
Symbol 552 GraphicUsed by:553
Symbol 553 MovieClipUses:542 552Used by:Timeline
Symbol 554 MovieClipUses:59 61 64 66Used by:555
Symbol 555 MovieClipUses:554Used by:Timeline
Symbol 556 MovieClipUses:59 61 64 66Used by:557
Symbol 557 MovieClipUses:556Used by:Timeline
Symbol 558 MovieClipUses:165 96Used by:559
Symbol 559 MovieClipUses:558Used by:Timeline
Symbol 560 GraphicUsed by:561
Symbol 561 MovieClipUses:560Used by:562
Symbol 562 MovieClipUses:561Used by:Timeline
Symbol 563 GraphicUsed by:564
Symbol 564 MovieClipUses:563Used by:567 706
Symbol 565 GraphicUsed by:566
Symbol 566 MovieClipUses:565Used by:567 706
Symbol 567 MovieClipUses:564 566Used by:Timeline
Symbol 568 GraphicUsed by:569
Symbol 569 MovieClipUses:568Used by:Timeline
Symbol 570 GraphicUsed by:571
Symbol 571 MovieClipUses:570Used by:572 573 574
Symbol 572 MovieClipUses:571Used by:575
Symbol 573 MovieClipUses:571Used by:575
Symbol 574 MovieClipUses:571Used by:575
Symbol 575 MovieClipUses:572 573 574Used by:Timeline
Symbol 576 GraphicUsed by:577
Symbol 577 MovieClipUses:576Used by:579
Symbol 578 GraphicUsed by:579
Symbol 579 MovieClipUses:577 578Used by:Timeline
Symbol 580 GraphicUsed by:664
Symbol 581 GraphicUsed by:664
Symbol 582 GraphicUsed by:600
Symbol 583 ShapeTweeningUsed by:600
Symbol 584 ShapeTweeningUsed by:600
Symbol 585 ShapeTweeningUsed by:600
Symbol 586 ShapeTweeningUsed by:600
Symbol 587 ShapeTweeningUsed by:600
Symbol 588 ShapeTweeningUsed by:600
Symbol 589 ShapeTweeningUsed by:600
Symbol 590 ShapeTweeningUsed by:600
Symbol 591 ShapeTweeningUsed by:600
Symbol 592 ShapeTweeningUsed by:600
Symbol 593 ShapeTweeningUsed by:600
Symbol 594 ShapeTweeningUsed by:600
Symbol 595 ShapeTweeningUsed by:600
Symbol 596 ShapeTweeningUsed by:600
Symbol 597 ShapeTweeningUsed by:600
Symbol 598 ShapeTweeningUsed by:600
Symbol 599 GraphicUsed by:600
Symbol 600 MovieClipUses:582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599Used by:664
Symbol 601 GraphicUsed by:602
Symbol 602 MovieClipUses:601Used by:664
Symbol 603 GraphicUsed by:604
Symbol 604 MovieClipUses:603Used by:664
Symbol 605 EditableTextUses:155Used by:664
Symbol 606 EditableTextUses:155Used by:664
Symbol 607 EditableTextUses:155Used by:664
Symbol 608 EditableTextUses:419Used by:664
Symbol 609 MovieClipUses:89Used by:664
Symbol 610 GraphicUsed by:664
Symbol 611 GraphicUsed by:664
Symbol 612 GraphicUsed by:616
Symbol 613 GraphicUsed by:616
Symbol 614 GraphicUsed by:616
Symbol 615 GraphicUsed by:616
Symbol 616 MovieClipUses:612 613 614 615Used by:664
Symbol 617 MovieClipUsed by:664
Symbol 618 EditableTextUses:415Used by:623
Symbol 619 EditableTextUses:415Used by:623
Symbol 620 EditableTextUses:415Used by:623
Symbol 621 EditableTextUses:415Used by:623
Symbol 622 EditableTextUses:415Used by:623
Symbol 623 MovieClipUses:618 619 620 621 622Used by:664
Symbol 624 TextUses:419Used by:627
Symbol 625 TextUses:419Used by:627
Symbol 626 GraphicUsed by:627
Symbol 627 ButtonUses:624 625 626Used by:664
Symbol 628 TextUses:419Used by:664
Symbol 629 TextUses:419Used by:664
Symbol 630 GraphicUsed by:664
Symbol 631 TextUses:419Used by:634
Symbol 632 TextUses:419Used by:634
Symbol 633 GraphicUsed by:634
Symbol 634 ButtonUses:631 632 633Used by:664
Symbol 635 GraphicUsed by:664
Symbol 636 TextUses:419Used by:664
Symbol 637 TextUses:419Used by:664
Symbol 638 EditableTextUses:419Used by:664
Symbol 639 TextUses:419Used by:664
Symbol 640 EditableTextUses:419Used by:664
Symbol 641 TextUses:419Used by:664
Symbol 642 EditableTextUses:419Used by:664
Symbol 643 TextUses:419Used by:664
Symbol 644 EditableTextUses:419Used by:664
Symbol 645 TextUses:419Used by:664
Symbol 646 EditableTextUses:419Used by:664
Symbol 647 TextUses:415Used by:664
Symbol 648 TextUses:392Used by:664
Symbol 649 TextUses:392Used by:664
Symbol 650 TextUses:392Used by:664
Symbol 651 TextUses:392Used by:664
Symbol 652 TextUses:392Used by:664
Symbol 653 TextUses:392Used by:664
Symbol 654 TextUses:392Used by:664
Symbol 655 TextUses:392Used by:664
Symbol 656 TextUses:392Used by:664
Symbol 657 TextUses:392Used by:664
Symbol 658 ButtonUses:475 476 477Used by:664
Symbol 659 TextUses:392Used by:664
Symbol 660 TextUses:392Used by:664
Symbol 661 TextUses:392Used by:664
Symbol 662 TextUses:392Used by:664
Symbol 663 TextUses:392Used by:664
Symbol 664 MovieClipUses:580 581 600 602 604 605 606 607 608 609 610 611 616 617 623 627 628 629 630 462 449 445 634 635 636 637 638 639 640 641 642 643 644 645 646 647 480 648 649 650 651 652 653 654 655 656 657 492 658 493 495 496 659 660 661 662 663 502 503 507 508 509 510 511 515 519 520 521Used by:Timeline
Symbol 665 GraphicUsed by:667
Symbol 666 TextUses:415Used by:667
Symbol 667 MovieClipUses:665 666Used by:668
Symbol 668 MovieClipUses:667Used by:Timeline
Symbol 669 GraphicUsed by:671
Symbol 670 TextUses:415Used by:671
Symbol 671 ButtonUses:669 670Used by:Timeline
Symbol 672 SoundUsed by:Timeline
Symbol 673 GraphicUsed by:694
Symbol 674 GraphicUsed by:694
Symbol 675 GraphicUsed by:676
Symbol 676 MovieClipUses:675Used by:694 729
Symbol 677 GraphicUsed by:678 702
Symbol 678 MovieClipUses:677Used by:694 729
Symbol 679 GraphicUsed by:694
Symbol 680 GraphicUsed by:694
Symbol 681 GraphicUsed by:694
Symbol 682 GraphicUsed by:694
Symbol 683 GraphicUsed by:694
Symbol 684 GraphicUsed by:694
Symbol 685 GraphicUsed by:694
Symbol 686 GraphicUsed by:694
Symbol 687 GraphicUsed by:694
Symbol 688 GraphicUsed by:694
Symbol 689 GraphicUsed by:694
Symbol 690 GraphicUsed by:694
Symbol 691 GraphicUsed by:694
Symbol 692 GraphicUsed by:694
Symbol 693 SoundUsed by:694 729
Symbol 694 MovieClipUses:673 674 676 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 542Used by:Timeline
Symbol 695 GraphicUsed by:Timeline
Symbol 696 MovieClipUses:203 91Used by:697 704 721 723
Symbol 697 MovieClipUses:696Used by:698
Symbol 698 MovieClipUses:697Used by:Timeline
Symbol 699 MovieClipUses:197Used by:Timeline
Symbol 700 MovieClipUses:86Used by:701 744
Symbol 701 MovieClipUses:700Used by:703 752
Symbol 702 MovieClipUses:677Used by:703 745 752
Symbol 703 MovieClipUses:701 702Used by:Timeline
Symbol 704 MovieClipUses:696Used by:705
Symbol 705 MovieClipUses:704Used by:Timeline
Symbol 706 MovieClipUses:564 566Used by:Timeline
Symbol 707 GraphicUsed by:708
Symbol 708 MovieClipUses:707Used by:Timeline
Symbol 709 GraphicUsed by:710
Symbol 710 MovieClipUses:542 709Used by:Timeline
Symbol 711 GraphicUsed by:712
Symbol 712 MovieClipUses:542 711Used by:Timeline
Symbol 713 GraphicUsed by:714
Symbol 714 MovieClipUses:542 713Used by:Timeline
Symbol 715 MovieClipUses:210 212 213 214 215Used by:716
Symbol 716 MovieClipUses:715Used by:717
Symbol 717 MovieClipUses:716Used by:Timeline
Symbol 718 MovieClipUses:165 96Used by:719
Symbol 719 MovieClipUses:718Used by:Timeline
Symbol 720 SoundUsed by:Timeline
Symbol 721 MovieClipUses:696Used by:722
Symbol 722 MovieClipUses:721Used by:Timeline
Symbol 723 MovieClipUses:696Used by:724
Symbol 724 MovieClipUses:723Used by:Timeline
Symbol 725 MovieClipUses:251 253 255 257 259Used by:726
Symbol 726 MovieClipUses:725Used by:727
Symbol 727 MovieClipUses:726Used by:Timeline
Symbol 728 GraphicUsed by:729
Symbol 729 MovieClipUses:676 728 542 678 693Used by:Timeline
Symbol 730 GraphicUsed by:733
Symbol 731 GraphicUsed by:732
Symbol 732 MovieClipUses:731Used by:733 743
Symbol 733 MovieClipUses:730 732Used by:Timeline
Symbol 734 GraphicUsed by:735
Symbol 735 MovieClipUses:542 734Used by:Timeline
Symbol 736 GraphicUsed by:737
Symbol 737 MovieClipUses:542 736Used by:Timeline
Symbol 738 GraphicUsed by:739
Symbol 739 MovieClipUses:542 738Used by:Timeline
Symbol 740 GraphicUsed by:741
Symbol 741 MovieClipUses:542 740Used by:Timeline
Symbol 742 GraphicUsed by:743
Symbol 743 MovieClipUses:742 732Used by:Timeline
Symbol 744 MovieClipUses:700Used by:745
Symbol 745 MovieClipUses:744 702Used by:Timeline
Symbol 746 SoundUsed by:Timeline
Symbol 747 MovieClipUses:165 96Used by:748
Symbol 748 MovieClipUses:747Used by:Timeline
Symbol 749 MovieClipUses:121 123 125 127 129Used by:750
Symbol 750 MovieClipUses:749Used by:751
Symbol 751 MovieClipUses:750Used by:Timeline
Symbol 752 MovieClipUses:701 702Used by:Timeline
Symbol 753 GraphicUsed by:754
Symbol 754 MovieClipUses:753Used by:Timeline
Symbol 755 GraphicUsed by:756
Symbol 756 MovieClipUses:542 755Used by:Timeline
Symbol 757 GraphicUsed by:758
Symbol 758 MovieClipUses:542 757Used by:Timeline
Symbol 759 GraphicUsed by:760
Symbol 760 MovieClipUses:542 759Used by:Timeline
Symbol 761 GraphicUsed by:762
Symbol 762 MovieClipUses:761Used by:Timeline
Symbol 763 SoundUsed by:Timeline
Symbol 764 GraphicUsed by:765
Symbol 765 MovieClipUses:764Used by:Timeline
Symbol 766 GraphicUsed by:767
Symbol 767 MovieClipUses:542 766Used by:Timeline
Symbol 768 GraphicUsed by:769
Symbol 769 MovieClipUses:542 768Used by:Timeline
Symbol 770 GraphicUsed by:771
Symbol 771 MovieClipUses:542 770Used by:Timeline
Symbol 772 MovieClipUses:342Used by:Timeline
Symbol 773 SoundUsed by:Timeline
Symbol 774 MovieClipUses:165 96Used by:775
Symbol 775 MovieClipUses:774Used by:Timeline
Symbol 776 MovieClipUses:133 134 136 137 138 139Used by:777
Symbol 777 MovieClipUses:776Used by:Timeline
Symbol 778 GraphicUsed by:779
Symbol 779 MovieClipUses:778Used by:780
Symbol 780 MovieClipUses:779 116Used by:781
Symbol 781 MovieClipUses:780 28Used by:Timeline
Symbol 782 GraphicUsed by:Timeline
Symbol 783 GraphicUsed by:784
Symbol 784 MovieClipUses:783Used by:Timeline
Symbol 785 SoundUsed by:Timeline
Symbol 786 GraphicUsed by:787
Symbol 787 MovieClipUses:278 280 283 284 286 290 291 786Used by:788 789
Symbol 788 MovieClipUses:787Used by:Timeline
Symbol 789 MovieClipUses:787Used by:Timeline
Symbol 790 SoundUsed by:Timeline
Symbol 791 GraphicUsed by:792
Symbol 792 MovieClipUses:791Used by:Timeline
Symbol 793 GraphicUsed by:794
Symbol 794 MovieClipUses:793Used by:Timeline
Symbol 795 GraphicUsed by:796
Symbol 796 MovieClipUses:795Used by:Timeline
Symbol 797 SoundUsed by:Timeline
Symbol 798 TextUses:419Used by:Timeline
Symbol 799 TextUses:415Used by:801
Symbol 800 TextUses:415Used by:801
Symbol 801 MovieClipUses:799 800Used by:Timeline
Symbol 802 TextUses:415Used by:804
Symbol 803 TextUses:415Used by:804
Symbol 804 MovieClipUses:802 803Used by:Timeline
Symbol 805 TextUses:415Used by:807
Symbol 806 TextUses:415Used by:807
Symbol 807 MovieClipUses:805 806Used by:Timeline
Symbol 808 TextUses:415Used by:810
Symbol 809 TextUses:415Used by:810
Symbol 810 MovieClipUses:808 809Used by:Timeline
Symbol 811 TextUses:415Used by:813
Symbol 812 TextUses:415Used by:813
Symbol 813 MovieClipUses:811 812Used by:Timeline
Symbol 814 FontUsed by:815
Symbol 815 TextUses:814Used by:Timeline
Symbol 816 GraphicUsed by:817
Symbol 817 MovieClipUses:816Used by:818
Symbol 818 MovieClipUses:817Used by:Timeline
Symbol 819 TextUses:415Used by:825
Symbol 820 EditableTextUses:415Used by:825
Symbol 821 TextUses:415Used by:825
Symbol 822 EditableTextUses:415Used by:825
Symbol 823 TextUses:415Used by:825
Symbol 824 EditableTextUses:415Used by:825
Symbol 825 MovieClipUses:819 820 821 822 823 824Used by:Timeline
Symbol 826 GraphicUsed by:Timeline
Symbol 827 TextUses:392Used by:Timeline
Symbol 828 FontUsed by:829
Symbol 829 EditableTextUses:828Used by:Timeline

Instance Names

"hobbit"Frame 1Symbol 386 MovieClip [hobbit]
"pointer"Frame 1Symbol 410 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 410 MovieClip
"pointer"Frame 373Symbol 410 MovieClip
"bg1"Frame 505Symbol 538 MovieClip
"start"Frame 505Symbol 569 MovieClip
"darkness"Frame 505Symbol 575 MovieClip
"hobbit"Frame 505Symbol 386 MovieClip [hobbit]
"fence"Frame 505Symbol 579 MovieClip
"bar"Frame 505Symbol 664 MovieClip
"pointer"Frame 505Symbol 410 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 575 MovieClip
"draw"Frame 506Symbol 694 MovieClip
"draw"Frame 507Symbol 694 MovieClip
"bg1"Frame 510Symbol 708 MovieClip
"bg1"Frame 515Symbol 433 MovieClip
"bg1"Frame 520Symbol 754 MovieClip
"mineLight"Frame 520Symbol 762 MovieClip
"bg1"Frame 525Symbol 765 MovieClip
"bg1"Frame 790Symbol 765 MovieClip
"bg1"Frame 1845Symbol 765 MovieClip
"dragon"Frame 1845Symbol 789 MovieClip
"start"Frame 1845Symbol 569 MovieClip
"darkness"Frame 1845Symbol 575 MovieClip
"hobbit"Frame 1845Symbol 386 MovieClip [hobbit]
"darkness2"Frame 1845Symbol 575 MovieClip
"pointer"Frame 4406Symbol 410 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 544 MovieClip Frame 1Symbol 542 MovieClip
"sider4"Symbol 544 MovieClip Frame 1Symbol 542 MovieClip
"sider3"Symbol 544 MovieClip Frame 1Symbol 542 MovieClip
"ground2"Symbol 544 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 544 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 544 MovieClip Frame 1Symbol 542 MovieClip
"ground2"Symbol 548 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 548 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 548 MovieClip Frame 1Symbol 542 MovieClip
"sider5"Symbol 548 MovieClip Frame 1Symbol 542 MovieClip
"sider4"Symbol 548 MovieClip Frame 1Symbol 542 MovieClip
"sider3"Symbol 548 MovieClip Frame 1Symbol 542 MovieClip
"ground2"Symbol 551 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 551 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 551 MovieClip Frame 1Symbol 542 MovieClip
"sider5"Symbol 551 MovieClip Frame 1Symbol 542 MovieClip
"sider4"Symbol 551 MovieClip Frame 1Symbol 542 MovieClip
"sider3"Symbol 551 MovieClip Frame 1Symbol 542 MovieClip
"ground2"Symbol 553 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 553 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 553 MovieClip Frame 1Symbol 542 MovieClip
"body"Symbol 554 MovieClip Frame 1Symbol 59 MovieClip
"body"Symbol 556 MovieClip Frame 1Symbol 59 MovieClip
"inside"Symbol 557 MovieClip Frame 1Symbol 556 MovieClip
"body"Symbol 558 MovieClip Frame 1Symbol 165 MovieClip
"center"Symbol 567 MovieClip Frame 1Symbol 566 MovieClip
"lifeBar"Symbol 664 MovieClip Frame 1Symbol 600 MovieClip
"coinBox"Symbol 664 MovieClip Frame 1Symbol 602 MovieClip
"healthMeter"Symbol 664 MovieClip Frame 1Symbol 609 MovieClip
"holder"Symbol 664 MovieClip Frame 1Symbol 617 MovieClip
"bottomThing"Symbol 664 MovieClip Frame 1Symbol 623 MovieClip
"ground2"Symbol 694 MovieClip Frame 35Symbol 542 MovieClip
"sider1"Symbol 694 MovieClip Frame 35Symbol 542 MovieClip
"sider3"Symbol 694 MovieClip Frame 35Symbol 542 MovieClip
"body"Symbol 697 MovieClip Frame 1Symbol 696 MovieClip
"boar"Symbol 698 MovieClip Frame 1Symbol 697 MovieClip
"apple"Symbol 699 MovieClip Frame 1Symbol 197 MovieClip
"body"Symbol 701 MovieClip Frame 1Symbol 700 MovieClip
"hitArea"Symbol 703 MovieClip Frame 1Symbol 702 MovieClip
"body"Symbol 704 MovieClip Frame 1Symbol 696 MovieClip
"boar"Symbol 705 MovieClip Frame 1Symbol 704 MovieClip
"center"Symbol 706 MovieClip Frame 1Symbol 566 MovieClip
"ground2"Symbol 710 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 710 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 710 MovieClip Frame 1Symbol 542 MovieClip
"sider5"Symbol 710 MovieClip Frame 1Symbol 542 MovieClip
"sider4"Symbol 710 MovieClip Frame 1Symbol 542 MovieClip
"sider3"Symbol 710 MovieClip Frame 1Symbol 542 MovieClip
"sider5"Symbol 712 MovieClip Frame 1Symbol 542 MovieClip
"sider4"Symbol 712 MovieClip Frame 1Symbol 542 MovieClip
"sider3"Symbol 712 MovieClip Frame 1Symbol 542 MovieClip
"ground2"Symbol 712 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 712 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 712 MovieClip Frame 1Symbol 542 MovieClip
"ground2"Symbol 714 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 714 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 714 MovieClip Frame 1Symbol 542 MovieClip
"body"Symbol 715 MovieClip Frame 1Symbol 212 MovieClip
"body"Symbol 716 MovieClip Frame 1Symbol 715 MovieClip
"body"Symbol 718 MovieClip Frame 1Symbol 165 MovieClip
"inside"Symbol 719 MovieClip Frame 1Symbol 718 MovieClip
"body"Symbol 721 MovieClip Frame 1Symbol 696 MovieClip
"boar"Symbol 722 MovieClip Frame 1Symbol 721 MovieClip
"body"Symbol 723 MovieClip Frame 1Symbol 696 MovieClip
"boar"Symbol 724 MovieClip Frame 1Symbol 723 MovieClip
"body"Symbol 726 MovieClip Frame 1Symbol 725 MovieClip
"ground2"Symbol 729 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 729 MovieClip Frame 1Symbol 542 MovieClip
"sider3"Symbol 729 MovieClip Frame 1Symbol 542 MovieClip
"carlie"Symbol 729 MovieClip Frame 2Symbol 542 MovieClip
"sider1"Symbol 729 MovieClip Frame 2Symbol 542 MovieClip
"sider3"Symbol 729 MovieClip Frame 2Symbol 542 MovieClip
"ground2"Symbol 729 MovieClip Frame 40Symbol 542 MovieClip
"sider1"Symbol 729 MovieClip Frame 40Symbol 542 MovieClip
"sider3"Symbol 729 MovieClip Frame 40Symbol 542 MovieClip
"bear"Symbol 729 MovieClip Frame 41Symbol 542 MovieClip
"sider1"Symbol 729 MovieClip Frame 41Symbol 542 MovieClip
"sider3"Symbol 729 MovieClip Frame 41Symbol 542 MovieClip
"ground2"Symbol 729 MovieClip Frame 80Symbol 542 MovieClip
"sider1"Symbol 729 MovieClip Frame 80Symbol 542 MovieClip
"sider3"Symbol 729 MovieClip Frame 80Symbol 542 MovieClip
"johnny"Symbol 729 MovieClip Frame 81Symbol 542 MovieClip
"sider1"Symbol 729 MovieClip Frame 81Symbol 542 MovieClip
"sider3"Symbol 729 MovieClip Frame 81Symbol 542 MovieClip
"ground2"Symbol 729 MovieClip Frame 120Symbol 542 MovieClip
"sider1"Symbol 729 MovieClip Frame 120Symbol 542 MovieClip
"sider3"Symbol 729 MovieClip Frame 120Symbol 542 MovieClip
"bunny"Symbol 729 MovieClip Frame 121Symbol 542 MovieClip
"sider1"Symbol 729 MovieClip Frame 121Symbol 542 MovieClip
"sider3"Symbol 729 MovieClip Frame 121Symbol 542 MovieClip
"ground2"Symbol 735 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 735 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 735 MovieClip Frame 1Symbol 542 MovieClip
"sider5"Symbol 735 MovieClip Frame 1Symbol 542 MovieClip
"sider4"Symbol 735 MovieClip Frame 1Symbol 542 MovieClip
"sider3"Symbol 735 MovieClip Frame 1Symbol 542 MovieClip
"sider5"Symbol 737 MovieClip Frame 1Symbol 542 MovieClip
"sider4"Symbol 737 MovieClip Frame 1Symbol 542 MovieClip
"sider3"Symbol 737 MovieClip Frame 1Symbol 542 MovieClip
"ground2"Symbol 737 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 737 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 737 MovieClip Frame 1Symbol 542 MovieClip
"ground2"Symbol 739 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 739 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 739 MovieClip Frame 1Symbol 542 MovieClip
"ground2"Symbol 741 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 741 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 741 MovieClip Frame 1Symbol 542 MovieClip
"body"Symbol 744 MovieClip Frame 1Symbol 700 MovieClip
"hitArea"Symbol 745 MovieClip Frame 1Symbol 702 MovieClip
"body"Symbol 747 MovieClip Frame 1Symbol 165 MovieClip
"inside"Symbol 748 MovieClip Frame 1Symbol 747 MovieClip
"body"Symbol 750 MovieClip Frame 1Symbol 749 MovieClip
"hitArea"Symbol 752 MovieClip Frame 1Symbol 702 MovieClip
"ground2"Symbol 756 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 756 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 756 MovieClip Frame 1Symbol 542 MovieClip
"sider5"Symbol 756 MovieClip Frame 1Symbol 542 MovieClip
"sider4"Symbol 756 MovieClip Frame 1Symbol 542 MovieClip
"sider3"Symbol 756 MovieClip Frame 1Symbol 542 MovieClip
"ground2"Symbol 758 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 758 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 758 MovieClip Frame 1Symbol 542 MovieClip
"sider5"Symbol 760 MovieClip Frame 1Symbol 542 MovieClip
"sider4"Symbol 760 MovieClip Frame 1Symbol 542 MovieClip
"sider3"Symbol 760 MovieClip Frame 1Symbol 542 MovieClip
"ground2"Symbol 760 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 760 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 760 MovieClip Frame 1Symbol 542 MovieClip
"ground2"Symbol 767 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 767 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 767 MovieClip Frame 1Symbol 542 MovieClip
"sider5"Symbol 767 MovieClip Frame 1Symbol 542 MovieClip
"sider4"Symbol 767 MovieClip Frame 1Symbol 542 MovieClip
"sider3"Symbol 767 MovieClip Frame 1Symbol 542 MovieClip
"ground2"Symbol 769 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 769 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 769 MovieClip Frame 1Symbol 542 MovieClip
"sider5"Symbol 771 MovieClip Frame 1Symbol 542 MovieClip
"sider4"Symbol 771 MovieClip Frame 1Symbol 542 MovieClip
"sider3"Symbol 771 MovieClip Frame 1Symbol 542 MovieClip
"ground2"Symbol 771 MovieClip Frame 1Symbol 542 MovieClip
"sider1"Symbol 771 MovieClip Frame 1Symbol 542 MovieClip
"sider2"Symbol 771 MovieClip Frame 1Symbol 542 MovieClip
"body"Symbol 774 MovieClip Frame 1Symbol 165 MovieClip
"inside"Symbol 775 MovieClip Frame 1Symbol 774 MovieClip
"body"Symbol 776 MovieClip Frame 1Symbol 136 MovieClip
"body"Symbol 780 MovieClip Frame 1Symbol 779 MovieClip
"head"Symbol 787 MovieClip Frame 1Symbol 290 MovieClip
"inside"Symbol 788 MovieClip Frame 1Symbol 787 MovieClip
"inside"Symbol 789 MovieClip Frame 1Symbol 787 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 575 MovieClip Frame 1
"walk"Symbol 575 MovieClip Frame 2
"attack"Symbol 575 MovieClip Frame 3
"death"Symbol 575 MovieClip Frame 4
"nextLevel"Symbol 575 MovieClip Frame 5
"normal"Symbol 664 MovieClip Frame 1
"pause"Symbol 664 MovieClip Frame 2
"video"Symbol 664 MovieClip Frame 3
"sound"Symbol 664 MovieClip Frame 4
"info"Symbol 664 MovieClip Frame 5

Dynamic Text Variables

scoreSymbol 156 EditableText""
scoreSymbol 157 EditableText""
_root.appleCounterSymbol 400 EditableText"0"
_root.comboMeterSymbol 402 EditableText"0"
_root.bestComboSymbol 404 EditableText"0"
_root.scoreSymbol 605 EditableText"0000"
_root.coinsSymbol 606 EditableText"000"
_root.livesSymbol 607 EditableText"000"
_root.mugNameSymbol 608 EditableText""
_root.bottomTextSymbol 618 EditableText"lhjlk"
_root.bottomTextSymbol 619 EditableText"lhjlk"
_root.bottomTextSymbol 620 EditableText"dfgdfg"
_root.bottomTextSymbol 621 EditableText"lhjlk"
_root.bottomTextSymbol 622 EditableText""
_root.kSymbol 638 EditableText"0"
_root.killsSymbol 640 EditableText"0"
_root.totalCoinsSymbol 642 EditableText"0"
_root.levelSymbol 644 EditableText"0"
_root.coinsSymbol 646 EditableText"0"
_root.scoreSymbol 820 EditableText"Final Score"
_root.killsSymbol 822 EditableText"Final Score"
_root.livesSymbol 824 EditableText"Final Score"




http://swfchan.com/5/24992/info.shtml
Created: 24/5 -2019 06:16:05 Last modified: 24/5 -2019 06:16:05 Server time: 06/12 -2025 22:53:50