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

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

Caves Of Mordor.swf

This is the info page for
Flash #27487

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


Text
!

2400-560 = 1840

50 Exp

Full Health

Play Again?

Play Again?

Hello, and welcome to the Kingdom of the Sad Demon. We hope you will enjoy your stay.
As you probably already know, you move with the arrow keys. Use A to attack, and S to use your shield.
Watch out for orcs!

Exp + 45

Exp + 45

Exp + 45

Exp + 45

Music

Level:

Level:

Stat points:

Level:

Attack:

Level:

Defense:

Level:

Stamina:

Level:

Health:

Level:

Life:

Level:

Orcs left:

Level:

Experience:

1000

/

1000

The caves of Mordor have been
purged of the mildly evil orcs.
Middle Earth is safe, for now.
The hero will now return to
Gondor, where he can retire as a
hero.
And he can wear his pink bunny
slippers every day, and no one
will laugh at him.
Credits
Programming
Alexander Asvegren
Graphics
Alexander Asvegren
Music
Evil-Dog
Tester
Patricia Knudsen

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false; _root.createTextField("texta", 1000, 100, 100, 100, 100); _root.texta.text = "Loading preloader."; var my_fmt:TextFormat = new TextFormat(); my_fmt.color = 0; my_fmt.underline = true; _root.texta.setTextFormat(my_fmt); _root.onEnterFrame = function () { if (pl.getBytesLoaded() == pl.getBytesTotal()) { removeMovieClip(_root.texta); delete this.onEnterFrame; } }; _root.orcsleft = 0; _root.level = 1; _root.points = 5; _root.attack = 1; _root.defense = 1; _root.stamina = 6; _root.health = 1; _root.maxlife = _root.health * 20; _root.life = _root.maxlife; _root.exp = 0; _root.nextexp = 50; _root.clear = false;
Instance of Symbol 15 MovieClip "pl" in Frame 1
onClipEvent (load) { _root.stop(); }
Frame 2
_quality = "LOW"; stop();
Instance of Symbol 23 MovieClip "screen" in Frame 2
onClipEvent (load) { _visible = false; }
Instance of Symbol 25 MovieClip "sides" in Frame 2
onClipEvent (enterFrame) { _x = _root.gubbe._x; _y = _root.gubbe._y; }
Instance of Symbol 59 MovieClip "bana" in Frame 2
onClipEvent (enterFrame) { if (_root.gubbe.death == false) { with (_root.gubbe) { if (_root.bana.hitTest(getBounds(_root).xMax, _y, true)) { _root.gubbe._x = _root.gubbe._x - _root.speed; } if (_root.bana.hitTest(getBounds(_root).xMin, _y, true)) { _root.gubbe._x = _root.gubbe._x + _root.speed; } if (_root.bana.hitTest(_x, getBounds(_root).yMax, true)) { _root.gubbe._y = _root.gubbe._y - _root.speed; } if (_root.bana.hitTest(_x, getBounds(_root).yMin, true)) { _root.gubbe._y = _root.gubbe._y + _root.speed; } } } if ((_root.gubbe.death == true) | (_root.clear == true)) { _alpha = (_alpha * 0.8); } } onClipEvent (load) { _xscale = 100; _yscale = 100; }
Instance of Symbol 80 MovieClip "gubbe" in Frame 2
onClipEvent (enterFrame) { if (death == false) { if (Key.isDown(38) & (attacking == false)) { if (Key.isDown(39) & (attacking == false)) { gotoAndStop (2); _y = (_y - _root.speed); _x = (_x + _root.speed); _rotation = 45; } else if (Key.isDown(37) & (attacking == false)) { gotoAndStop (2); _y = (_y - _root.speed); _x = (_x - _root.speed); _rotation = 315; } else { _y = (_y - _root.speed); gotoAndStop (2); _rotation = 0; } } else if (Key.isDown(40) & (attacking == false)) { if (Key.isDown(39) & (attacking == false)) { gotoAndStop (2); _y = (_y + _root.speed); _x = (_x + _root.speed); _rotation = 135; } else if (Key.isDown(37) & (attacking == false)) { gotoAndStop (2); _y = (_y + _root.speed); _x = (_x - _root.speed); _rotation = 225; } else { gotoAndStop (2); _y = (_y + _root.speed); _rotation = 180; } } else if (Key.isDown(39) & (attacking == false)) { gotoAndStop (2); _x = (_x + _root.speed); _rotation = 90; } else if (Key.isDown(37) & (attacking == false)) { gotoAndStop (2); _x = (_x - _root.speed); _rotation = 270; } else if (attacking == false) { gotoAndStop (1); } } if (Key.isDown(83) & (death == false)) { gotoAndStop (3); _root.block = true; } if (_currentframe != 3) { _root.block = false; } if (Key.isDown(65) & (death == false)) { gotoAndStop (4); attacking = true; } if (_y > 500) { _y = (_y - 500); _root.bana._y = _root.bana._y - 500; _root.orcs._y = _root.orcs._y - 500; } if (_y < 0) { _y = (_y + 500); _root.bana._y = _root.bana._y + 500; _root.orcs._y = _root.orcs._y + 500; } if (_x > 500) { _x = (_x - 500); _root.bana._x = _root.bana._x - 500; _root.orcs._x = _root.orcs._x - 500; } if (_x < 0) { _x = (_x + 500); _root.bana._x = _root.bana._x + 500; _root.orcs._x = _root.orcs._x + 500; } if (death == true) { gotoAndStop (5); } _root.maxlife = _root.health * 20; _root.speed = _root.stamina * 1.4; if (_root.life > _root.maxlife) { _root.life = _root.maxlife; } if (_root.life <= 0) { _root.life = 0; death = true; } _root.life = math.ceil(_root.life); _root.defenseformula = 1 - (_root.defense / 60); if (_root.exp >= _root.nextexp) { _root.points = _root.points + 3; _root.level++; _root.nextexp = Math.round(_root.nextexp * 1.2) + 50; _root.txtlevelup.play(); } } onClipEvent (load) { attacking = false; death = false; _root.level = 1; _root.points = 5; _root.attack = 1; _root.defense = 1; _root.stamina = 6; _root.health = 1; _root.maxlife = _root.health * 20; _root.life = _root.maxlife; _root.exp = 0; _root.nextexp = 50; }
Instance of Symbol 84 MovieClip in Frame 2
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_root.gubbe.death == true) { _visible = true; stopAllSounds(); } }
Instance of Symbol 87 MovieClip "ruta1" in Frame 2
onClipEvent (load) { _visible = false; } onClipEvent (keyDown) { _visible = false; }
Instance of Symbol 92 MovieClip "txtplusexp" in Frame 2
onClipEvent (enterFrame) { txt = "Exp + " + _root.plusexp; }
Instance of Symbol 92 MovieClip "txtlevelup" in Frame 2
onClipEvent (enterFrame) { txt = "Level Up!"; }
Instance of Symbol 124 MovieClip "outro" in Frame 2
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { if (_root.clear == true) { _alpha = (_alpha+1); play(); if (_alpha >= 100) { _alpha = 100; } } }
Instance of Symbol 9 MovieClip in Symbol 10 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = 0.6; _width = ((_root.getBytesLoaded() / _root.getBytesTotal()) * 275); }
Symbol 13 MovieClip Frame 1
this.onRelease = function () { getURL ("http://www.gamesofgondor.com", "_blank"); };
Instance of Symbol 10 MovieClip in Symbol 15 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.getBytesLoaded() / _root.getBytesTotal()) == 1) { _root.play(); } }
Symbol 19 Button
on (release) { getURL ("http://www.gamesofgondor.com", "_blank"); }
Instance of Symbol 24 MovieClip "down" in Symbol 25 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 24 MovieClip "up" in Symbol 25 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 24 MovieClip "left" in Symbol 25 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 24 MovieClip "right" in Symbol 25 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 41 MovieClip "hit" in Symbol 44 MovieClip Frame 11
onClipEvent (load) { _visible = false; }
Symbol 44 MovieClip Frame 27
_parent.attacking = false; _parent.gotoAndStop(1);
Symbol 51 MovieClip Frame 1
_root.plusexp = random(90) + 10; _root.exp = _root.exp + _root.plusexp; _root.orcsleft = _root.orcsleft - 1; _root.txtplusexp.play();
Symbol 51 MovieClip Frame 29
stop(); _root.life = _root.life + (_root.health * 2);
Symbol 52 MovieClip Frame 1
stop();
Symbol 52 MovieClip Frame 2
stop();
Instance of Symbol 44 MovieClip in Symbol 52 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hit.hittest(_root.gubbe) & (_root.block == false)) { _root.life = _root.life - (_parent.attack * _root.defenseformula); } }
Symbol 52 MovieClip Frame 3
stop();
Instance of Symbol 32 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.ruta1._visible = true; _root.ruta1.txt = "Hello, and welcome to the Caves of Mordor. We hope you will enjoy your stay. As you probably already know, you move with the arrow keys. Use A to attack, and S to use your shield. Watch out for orcs!"; } }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 55 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _x = 500000000; _root.plusexp = 50; _root.exp = _root.exp + _root.plusexp; _root.txtplusexp.play(); } }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 55 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _x = 500000000; _root.plusexp = 50; _root.exp = _root.exp + _root.plusexp; _root.txtplusexp.play(); } }
Instance of Symbol 55 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _x = 500000000; _root.plusexp = 50; _root.exp = _root.exp + _root.plusexp; _root.txtplusexp.play(); } }
Instance of Symbol 57 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _x = 500000000; _root.life = _root.maxlife; } }
Instance of Symbol 32 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.ruta1._visible = true; _root.ruta1.txt = "Purge these caves from all remaining orcs and your mission will be complete. Make sure to use your stat points and it will be easier."; } }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 55 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _x = 500000000; _root.plusexp = 50; _root.exp = _root.exp + _root.plusexp; _root.txtplusexp.play(); } }
Instance of Symbol 32 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.ruta1._visible = true; _root.ruta1.txt = "Nevermind, I don't have anything useful to say."; } }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 57 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _x = 500000000; _root.life = _root.maxlife; } }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 55 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _x = 500000000; _root.plusexp = 50; _root.exp = _root.exp + _root.plusexp; _root.txtplusexp.play(); } }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 57 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _x = 500000000; _root.life = _root.maxlife; } }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 24 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hittest(_root.gubbe) & (_root.orcsleft == 0)) { _root.clear = true; } }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 52 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hittest(_root.screen) & (death == false)) & (_root.gubbe.death == false)) & (attacking == false)) { if (this.hittest(_root.sides.left)) { _x = (_x + speed); _rotation = 90; gotoAndStop (1); } else if (this.hittest(_root.sides.right)) { _x = (_x - speed); _rotation = -90; gotoAndStop (1); } else if (this.hittest(_root.sides.up)) { _y = (_y + speed); _rotation = 180; gotoAndStop (1); } else if (this.hittest(_root.sides.down)) { _y = (_y - speed); _rotation = 0; gotoAndStop (1); } if ((death == false) & this.hittest(_root.gubbe.perimiter)) { gotoAndStop (2); attacking = true; } } if (this.hittest(_root.gubbe.attack.hit)) { life = life - (random(_root.attack / 2) + 1); } if (life <= 0) { death = true; } if (death == true) { gotoAndStop (3); _alpha = (_alpha - 1); } if (_alpha <= 0) { _x = 5E15; } } onClipEvent (load) { life = (_x + _y) / 70; attack = (_x + _y) / 220; speed = 4; death = false; attacking = false; _root.orcsleft++; }
Instance of Symbol 32 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.ruta1._visible = true; _root.ruta1.txt = "Killing an orc replenishes some of your health."; } }
Instance of Symbol 32 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.ruta1._visible = true; _root.ruta1.txt = "All orcs must be destroyed before you can enter the portal."; } }
Symbol 64 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 1
stop();
Instance of Symbol 41 MovieClip "hit" in Symbol 72 MovieClip Frame 2
onClipEvent (load) { _visible = false; }
Symbol 72 MovieClip Frame 6
_root.gubbe.attacking = false;
Symbol 79 MovieClip Frame 29
stop();
Instance of Symbol 24 MovieClip "perimiter" in Symbol 80 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 83 Button
on (release) { _root.gotoAndPlay(1); }
Symbol 92 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 2
stop();
Symbol 113 Button
on (release) { if (_root.points >= 1) { _root.points = _root.points - 1; _root.attack++; } }
Symbol 114 Button
on (release) { if (_root.points >= 1) { _root.points = _root.points - 1; _root.defense++; } }
Symbol 115 Button
on (release) { if (_root.points >= 1) { _root.points = _root.points - 1; _root.stamina++; } }
Symbol 116 Button
on (release) { if (_root.points >= 1) { _root.points = _root.points - 1; _root.health++; } }
Symbol 124 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 667
stop();
Symbol 124 MovieClip Frame 668
gotoAndPlay (667);

Library Items

Symbol 1 GraphicUsed by:15
Symbol 2 BitmapUsed by:3
Symbol 3 GraphicUses:2Used by:4
Symbol 4 MovieClipUses:3Used by:15
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:7 10
Symbol 7 MovieClipUses:6Used by:15
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:10
Symbol 10 MovieClipUses:9 6Used by:15
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:13
Symbol 13 MovieClipUses:12Used by:15
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:1 4 7 10 13 14Used by:Timeline
Symbol 16 GraphicUsed by:24 41 83 124  Timeline
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:19
Symbol 19 ButtonUses:18Used by:Timeline
Symbol 20 BitmapUsed by:21
Symbol 21 GraphicUses:20Used by:Timeline
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:Timeline
Symbol 24 MovieClipUses:16Used by:25 59 80
Symbol 25 MovieClipUses:24Used by:Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:59
Symbol 28 GraphicUsed by:32
Symbol 29 FontUsed by:30 86 97 98 99 100 101 102 103 104 105 106 107 108 109 110 117 118 119 120 121 122
Symbol 30 TextUses:29Used by:32
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:28 30 31Used by:59
Symbol 33 FontUsed by:34
Symbol 34 TextUses:33Used by:59
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:44 52
Symbol 37 GraphicUsed by:44
Symbol 38 SoundUsed by:44 72
Symbol 39 GraphicUsed by:44
Symbol 40 GraphicUsed by:44
Symbol 41 MovieClipUses:16Used by:44 72
Symbol 42 GraphicUsed by:44
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:36 37 38 39 40 41 42 43Used by:52
Symbol 45 ShapeTweeningUsed by:51
Symbol 46 GraphicUsed by:51
Symbol 47 GraphicUsed by:51
Symbol 48 SoundUsed by:51
Symbol 49 GraphicUsed by:51
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:45 46 47 48 49 50Used by:52
Symbol 52 MovieClipUses:36 44 51Used by:59
Symbol 53 FontUsed by:54 56 81 82 88 89 90 91 93 123
Symbol 54 TextUses:53Used by:55
Symbol 55 MovieClipUses:54Used by:59
Symbol 56 TextUses:53Used by:57
Symbol 57 MovieClipUses:56Used by:59
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:27 32 34 52 55 57 58 24Used by:Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:80
Symbol 62 GraphicUsed by:64
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:62 63Used by:80
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:80
Symbol 67 GraphicUsed by:72
Symbol 68 GraphicUsed by:72
Symbol 69 GraphicUsed by:72
Symbol 70 GraphicUsed by:72
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:67 38 68 41 69 70 71Used by:80
Symbol 73 ShapeTweeningUsed by:79
Symbol 74 GraphicUsed by:79
Symbol 75 GraphicUsed by:79
Symbol 76 SoundUsed by:79
Symbol 77 GraphicUsed by:79
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:73 74 75 76 77 78Used by:80
Symbol 80 MovieClipUses:24 61 64 66 72 79Used by:Timeline
Symbol 81 TextUses:53Used by:83
Symbol 82 TextUses:53Used by:83
Symbol 83 ButtonUses:81 16 82Used by:84
Symbol 84 MovieClipUses:83Used by:124  Timeline
Symbol 85 GraphicUsed by:87
Symbol 86 EditableTextUses:29Used by:87
Symbol 87 MovieClipUses:85 86Used by:Timeline
Symbol 88 EditableTextUses:53Used by:92
Symbol 89 EditableTextUses:53Used by:92
Symbol 90 EditableTextUses:53Used by:92
Symbol 91 EditableTextUses:53Used by:92
Symbol 92 MovieClipUses:88 89 90 91Used by:Timeline
Symbol 93 TextUses:53Used by:95
Symbol 94 SoundUsed by:95
Symbol 95 MovieClipUses:93 94Used by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 TextUses:29Used by:Timeline
Symbol 98 EditableTextUses:29Used by:Timeline
Symbol 99 TextUses:29Used by:Timeline
Symbol 100 EditableTextUses:29Used by:Timeline
Symbol 101 TextUses:29Used by:Timeline
Symbol 102 EditableTextUses:29Used by:Timeline
Symbol 103 TextUses:29Used by:Timeline
Symbol 104 EditableTextUses:29Used by:Timeline
Symbol 105 TextUses:29Used by:Timeline
Symbol 106 EditableTextUses:29Used by:Timeline
Symbol 107 TextUses:29Used by:Timeline
Symbol 108 EditableTextUses:29Used by:Timeline
Symbol 109 TextUses:29Used by:Timeline
Symbol 110 EditableTextUses:29Used by:Timeline
Symbol 111 GraphicUsed by:113 114 115 116
Symbol 112 GraphicUsed by:113 114 115 116
Symbol 113 ButtonUses:111 112Used by:Timeline
Symbol 114 ButtonUses:111 112Used by:Timeline
Symbol 115 ButtonUses:111 112Used by:Timeline
Symbol 116 ButtonUses:111 112Used by:Timeline
Symbol 117 TextUses:29Used by:Timeline
Symbol 118 EditableTextUses:29Used by:Timeline
Symbol 119 TextUses:29Used by:Timeline
Symbol 120 EditableTextUses:29Used by:Timeline
Symbol 121 EditableTextUses:29Used by:Timeline
Symbol 122 EditableTextUses:29Used by:Timeline
Symbol 123 TextUses:53Used by:124
Symbol 124 MovieClipUses:16 123 84Used by:Timeline

Instance Names

"pl"Frame 1Symbol 15 MovieClip
"screen"Frame 2Symbol 23 MovieClip
"sides"Frame 2Symbol 25 MovieClip
"bana"Frame 2Symbol 59 MovieClip
"gubbe"Frame 2Symbol 80 MovieClip
"ruta1"Frame 2Symbol 87 MovieClip
"txtplusexp"Frame 2Symbol 92 MovieClip
"txtlevelup"Frame 2Symbol 92 MovieClip
"outro"Frame 2Symbol 124 MovieClip
"down"Symbol 25 MovieClip Frame 1Symbol 24 MovieClip
"up"Symbol 25 MovieClip Frame 1Symbol 24 MovieClip
"left"Symbol 25 MovieClip Frame 1Symbol 24 MovieClip
"right"Symbol 25 MovieClip Frame 1Symbol 24 MovieClip
"hit"Symbol 44 MovieClip Frame 11Symbol 41 MovieClip
"hit"Symbol 72 MovieClip Frame 2Symbol 41 MovieClip
"perimiter"Symbol 80 MovieClip Frame 1Symbol 24 MovieClip
"attack"Symbol 80 MovieClip Frame 4Symbol 72 MovieClip

Dynamic Text Variables

txtSymbol 86 EditableText"Hello, and welcome to the Kingdom of the Sad Demon. We hope you will enjoy your stay. As you probably already know, you move with the arrow keys. Use A to attack, and S to use your shield. Watch out for orcs!"
txtSymbol 88 EditableText"Exp + 45"
txtSymbol 89 EditableText"Exp + 45"
txtSymbol 90 EditableText"Exp + 45"
txtSymbol 91 EditableText"Exp + 45"
levelSymbol 98 EditableText"Level:"
pointsSymbol 100 EditableText"Level:"
attackSymbol 102 EditableText"Level:"
defenseSymbol 104 EditableText"Level:"
staminaSymbol 106 EditableText"Level:"
healthSymbol 108 EditableText"Level:"
lifeSymbol 110 EditableText"Level:"
orcsleftSymbol 118 EditableText"Level:"
expSymbol 120 EditableText"1000"
nextexpSymbol 122 EditableText"1000"




http://swfchan.com/6/27487/info.shtml
Created: 21/5 -2019 12:07:28 Last modified: 21/5 -2019 12:07:28 Server time: 14/05 -2024 16:33:33