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

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

Orc Slayer.swf

This is the info page for
Flash #28681

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


Text
Guess what?
The lands of Middle Earth are infested with evil orcs,
again. Who other than our hero, the glorious knight
Schmoopiegoobleface, can save us? Of course, the
glorious knight Schmoopiegoobleface would rather
stay at home wearing his pink bunny slippers, but heck,
someone has to save Middle Earth now that Frodo married
Sam.
So Schmoopiegoobleface sets out on his big adventure,
hoping that he will encounter at least a dash of anything
cute and pink on his way.
Controls:
CTRL = Attack
Arrow keys = Move
Good luck!
(Click)

(click)

DUPLICATE

music

Game Over

Play again?

Attacks:

Hits:

Accuracy:

Orcs killed:

Time played:

Walked:

100%

Get 20 orcs with a 100% accuracy for a secret!

Secret!

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; } };
Instance of Symbol 15 MovieClip "pl" in Frame 1
onClipEvent (load) { _root.stop(); }
Frame 2
stop();
Instance of Symbol 22 MovieClip in Frame 2
onClipEvent (mouseDown) { _root.nextFrame(); }
Frame 3
stop();
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) { _xscale = (80 + random(40)); _yscale = _xscale; } onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 1); } else if (Key.isDown(37)) { _x = (_x + 1); } }
Instance of Symbol 31 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.feet)) { if ((_root.gubbe.jumpMax <= 10) || (_root.gubbe.jumpMax == 30)) { _root.gubbe._y = _root.gubbe._y - 10; _root.gubbe.jumping = false; _root.gubbe.jumpMax = _root.gubbe.jumpStandard; } } } onClipEvent (load) { _visible = false; }
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) { _xscale = (80 + random(40)); _yscale = _xscale; } onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 1); } else if (Key.isDown(37)) { _x = (_x + 1); } }
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) { _xscale = (80 + random(40)); _yscale = _xscale; } onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 1); } else if (Key.isDown(37)) { _x = (_x + 1); } }
Instance of Symbol 65 MovieClip "gubbe" in Frame 3
onClipEvent (enterFrame) { _y = (_y + 10); if ((Key.isDown(38) & (jumping == false)) & (attacking == false)) { jumping = true; } if ((jumping == true) & (jumpMax >= 0)) { _y = (_y - jumpMax); jumpMax = jumpMax - 2; } if ((Key.isDown(39) & (attacking == false)) & (death == false)) { _x = (_x + 10); _root.distance = _root.distance + 0.1; _xscale = 100; if (jumping == false) { gotoAndStop (2); } } else if ((Key.isDown(37) & (attacking == false)) & (death == false)) { _x = (_x - 10); _root.distance = _root.distance + 0.1; _xscale = -100; if (jumping == false) { gotoAndStop (2); } } else if (((death == false) & (jumping == false)) & (attacking == false)) { gotoAndStop (1); } if ((Key.isDown(17) & (death == false)) & (jumping == false)) { gotoAndStop (5); attacking = true; } if ((jumping == true) & (jumpMax > 10)) { gotoAndStop (3); } if ((jumping == true) & (jumpMax < 10)) { gotoAndStop (4); } if (death == true) { gotoAndStop (7); } if (_x >= 400) { _x = (_x - 10); _root.righting = true; } else if (_x <= 200) { _x = (_x + 10); _root.lefting = true; } else { _root.righting = false; _root.lefting = false; } _root.timeplayed = _root.timeplayed + 0.0416666666666667; _root.time = Math.round(_root.timeplayed); } onClipEvent (load) { jumpStandard = 30; jumpMax = jumpStandard; jumping = false; death = false; attacking = false; _root.hits = 0; _root.attacks = 0; _root.orcskilled = 0; _root.time = 0; _root.distance = 0; }
Instance of Symbol 33 MovieClip "right" in Frame 3
onClipEvent (enterFrame) { _x = (_root.gubbe._x + 260); } onClipEvent (load) { _visible = false; }
Instance of Symbol 33 MovieClip "left" in Frame 3
onClipEvent (enterFrame) { _x = (_root.gubbe._x - 260); } onClipEvent (load) { _visible = false; }
Instance of Symbol 98 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; } else if (_x < -100) { _x = 690; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 98 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; } else if (_x < -100) { _x = 690; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 98 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; } else if (_x < -100) { _x = 690; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Frame 4
stop(); if ((Math.round((_root.hits / _root.attacks) * 100) >= 100) & (_root.hits >= 20)) { _root.secret = true; } _root.accuracy = Math.round((_root.hits / _root.attacks) * 100) + "%"; _root.time = _root.time + " sec"; _root.distance = Math.round(_root.distance) + " meters";
Instance of Symbol 120 MovieClip in Frame 4
onClipEvent (load) { _visible = false; if (_root.secret == true) { _visible = true; } }
Frame 5
stop();
Instance of Symbol 126 MovieClip in Frame 5
onClipEvent (load) { _xscale = (80 + random(40)); _yscale = _xscale; } onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 1); } else if (Key.isDown(37)) { _x = (_x + 1); } }
Instance of Symbol 31 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.feet)) { if ((_root.gubbe.jumpMax <= 10) || (_root.gubbe.jumpMax == 30)) { _root.gubbe._y = _root.gubbe._y - 10; _root.gubbe.jumping = false; _root.gubbe.jumpMax = _root.gubbe.jumpStandard; } } } onClipEvent (load) { _visible = false; }
Instance of Symbol 126 MovieClip in Frame 5
onClipEvent (load) { _xscale = (80 + random(40)); _yscale = _xscale; } onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 1); } else if (Key.isDown(37)) { _x = (_x + 1); } }
Instance of Symbol 126 MovieClip in Frame 5
onClipEvent (load) { _xscale = (80 + random(40)); _yscale = _xscale; } onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 1); } else if (Key.isDown(37)) { _x = (_x + 1); } }
Instance of Symbol 151 MovieClip "gubbe" in Frame 5
onClipEvent (enterFrame) { _y = (_y + 10); if ((Key.isDown(38) & (jumping == false)) & (attacking == false)) { jumping = true; } if ((jumping == true) & (jumpMax >= 0)) { _y = (_y - jumpMax); jumpMax = jumpMax - 2; } if ((Key.isDown(39) & (attacking == false)) & (death == false)) { _x = (_x + 10); _root.distance = _root.distance + 0.1; _xscale = 100; if (jumping == false) { gotoAndStop (2); } } else if ((Key.isDown(37) & (attacking == false)) & (death == false)) { _x = (_x - 10); _root.distance = _root.distance + 0.1; _xscale = -100; if (jumping == false) { gotoAndStop (2); } } else if (((death == false) & (jumping == false)) & (attacking == false)) { gotoAndStop (1); } if ((Key.isDown(17) & (death == false)) & (jumping == false)) { gotoAndStop (5); attacking = true; } if ((jumping == true) & (jumpMax > 10)) { gotoAndStop (3); } if ((jumping == true) & (jumpMax < 10)) { gotoAndStop (4); } if (death == true) { gotoAndStop (7); } if (_x >= 400) { _x = (_x - 10); _root.righting = true; } else if (_x <= 200) { _x = (_x + 10); _root.lefting = true; } else { _root.righting = false; _root.lefting = false; } _root.timeplayed = _root.timeplayed + 0.0416666666666667; _root.time = Math.round(_root.timeplayed); } onClipEvent (load) { jumpStandard = 30; jumpMax = jumpStandard; jumping = false; death = false; attacking = false; _root.hits = 0; _root.attacks = 0; _root.orcskilled = 0; _root.time = 0; _root.distance = 0; }
Instance of Symbol 68 MovieClip in Frame 5
onClipEvent (enterFrame) { _root.extra = extra; if (_currentframe == 100) { extra++; } if (extra > 75) { extra = 75; } if (_currentframe == 1) { _currentframe = (extra + 1); gotoAndPlay(extra + 1); } } onClipEvent (load) { extra = 1; }
Instance of Symbol 33 MovieClip "right" in Frame 5
onClipEvent (enterFrame) { _x = (_root.gubbe._x + 260); } onClipEvent (load) { _visible = false; }
Instance of Symbol 33 MovieClip "left" in Frame 5
onClipEvent (enterFrame) { _x = (_root.gubbe._x - 260); } onClipEvent (load) { _visible = false; }
Instance of Symbol 173 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; } else if (_x < -100) { _x = 690; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; _xscale = (80 + random(40)); _yscale = _xscale; } else if (_x < -100) { _x = 690; _xscale = (80 + random(40)); _yscale = _xscale; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 173 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; } else if (_x < -100) { _x = 690; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
Instance of Symbol 173 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_x > 700) { _x = -90; } else if (_x < -100) { _x = 690; } if (Key.isDown(39)) { _x = (_x - 3); } else if (Key.isDown(37)) { _x = (_x + 3); } }
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"); }
Symbol 22 MovieClip Frame 1245
_root.nextFrame();
Symbol 64 MovieClip Frame 1
_root.attacks++;
Instance of Symbol 33 MovieClip "hit" in Symbol 64 MovieClip Frame 5
onClipEvent (load) { _visible = false; }
Symbol 64 MovieClip Frame 7
_root.gubbe.attacking = false;
Symbol 65 MovieClip Frame 1
stop();
Instance of Symbol 32 MovieClip "feet" in Symbol 65 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 65 MovieClip Frame 2
stop();
Symbol 65 MovieClip Frame 3
stop();
Symbol 65 MovieClip Frame 4
stop();
Symbol 65 MovieClip Frame 5
stop();
Symbol 68 MovieClip Frame 80
i = random(99999); _root.orcs.orc.duplicateMovieClip("enemy" + i, i + 100); _currentframe = (40 + random(35)); gotoAndPlay(40 + random(35));
Symbol 89 MovieClip Frame 1
_root.hits++;
Symbol 89 MovieClip Frame 6
stop();
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 2
stop();
Symbol 90 MovieClip Frame 3
stop();
Instance of Symbol 89 MovieClip in Symbol 90 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.gubbe._x < _x) { _x = (_x - 5); _xscale = 100; } else if (_root.gubbe._x > _x) { _x = (_x + 5); _xscale = -100; } if (_root.righting == true) { this._x = this._x - 10; } else if (_root.lefting == true) { this._x = this._x + 10; } }
Instance of Symbol 90 MovieClip "orc" in Symbol 91 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.gubbe._x < _x) { _x = (_x - 7); } else if (_root.gubbe._x > _x) { _x = (_x + 7); } if (_root.righting == true) { this._x = this._x - 10; } else if (_root.lefting == true) { this._x = this._x + 10; } if (this.hittest(_root.gubbe.attack.hit)) { gotoAndStop (3); } if (this.hittest(_root.gubbe.head) & (_currentframe == 1)) { _root.gotoAndStop("gameover"); } if (this.hittest(_root.right) & (_currentframe != 3)) { gotoAndStop (1); } else if (this.hittest(_root.left) & (_currentframe != 3)) { gotoAndStop (2); } } onClipEvent (load) { _y = 233; rnd = random(10); if (rnd < 5) { _x = (-random(1000)); } else { _x = (600 + random(1000)); } }
Symbol 94 MovieClip Frame 2
stop();
Symbol 119 Button
on (release) { _root.gotoAndStop("secret"); }
Symbol 121 Button
on (release) { _root.gotoAndStop("game"); }
Symbol 150 MovieClip Frame 1
_root.attacks++;
Instance of Symbol 33 MovieClip "hit" in Symbol 150 MovieClip Frame 5
onClipEvent (load) { _visible = false; }
Symbol 150 MovieClip Frame 7
_root.gubbe.attacking = false;
Symbol 151 MovieClip Frame 1
stop();
Instance of Symbol 32 MovieClip "feet" in Symbol 151 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 151 MovieClip Frame 2
stop();
Symbol 151 MovieClip Frame 3
stop();
Symbol 151 MovieClip Frame 4
stop();
Symbol 151 MovieClip Frame 5
stop();
Symbol 167 MovieClip Frame 1
_root.hits++;
Symbol 167 MovieClip Frame 6
stop();
Symbol 168 MovieClip Frame 1
stop();
Symbol 168 MovieClip Frame 2
stop();
Symbol 168 MovieClip Frame 3
stop();
Instance of Symbol 167 MovieClip in Symbol 168 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.gubbe._x < _x) { _x = (_x - 5); _xscale = 100; } else if (_root.gubbe._x > _x) { _x = (_x + 5); _xscale = -100; } if (_root.righting == true) { this._x = this._x - 10; } else if (_root.lefting == true) { this._x = this._x + 10; } }
Instance of Symbol 168 MovieClip "orc" in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.gubbe._x < _x) { _x = (_x - 5); } else if (_root.gubbe._x > _x) { _x = (_x + 5); } if (_root.righting == true) { this._x = this._x - 10; } else if (_root.lefting == true) { this._x = this._x + 10; } if (this.hittest(_root.gubbe.attack.hit)) { gotoAndStop (3); } if (this.hittest(_root.gubbe.head) & (_currentframe == 1)) { _root.gotoAndStop("gameover"); } if (this.hittest(_root.right) & (_currentframe != 3)) { gotoAndStop (1); } else if (this.hittest(_root.left) & (_currentframe != 3)) { gotoAndStop (2); } } onClipEvent (load) { _y = 233; rnd = random(10); if (rnd < 5) { _x = (-random(1000)); } else { _x = (600 + random(1000)); } }

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:33 119 121  Timeline
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:19
Symbol 19 ButtonUses:18Used by:Timeline
Symbol 20 FontUsed by:21 92 105 106 107 108 109 110 111 112 113 114 115 116 117 118
Symbol 21 TextUses:20Used by:22
Symbol 22 MovieClipUses:21Used by:Timeline
Symbol 23 FontUsed by:24
Symbol 24 TextUses:23Used by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 GraphicUsed by:29
Symbol 27 GraphicUsed by:29
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:26 27 28Used by:Timeline
Symbol 30 GraphicUsed by:31 32
Symbol 31 MovieClipUses:30Used by:Timeline
Symbol 32 MovieClipUses:30Used by:65 151
Symbol 33 MovieClipUses:16Used by:64 65 150 151  Timeline
Symbol 34 GraphicUsed by:46 64
Symbol 35 GraphicUsed by:38
Symbol 36 GraphicUsed by:38
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:35 36 37Used by:46 56 64
Symbol 39 GraphicUsed by:43
Symbol 40 GraphicUsed by:43
Symbol 41 GraphicUsed by:43
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:39 40 41 42Used by:46 56 64 134 144 150
Symbol 44 GraphicUsed by:46
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:34 38 43 44 45Used by:65
Symbol 47 GraphicUsed by:56
Symbol 48 GraphicUsed by:56
Symbol 49 GraphicUsed by:56
Symbol 50 GraphicUsed by:56
Symbol 51 GraphicUsed by:56
Symbol 52 GraphicUsed by:56
Symbol 53 GraphicUsed by:56
Symbol 54 GraphicUsed by:56
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:43 47 38 48 49 50 51 52 53 54 55Used by:65
Symbol 57 SoundUsed by:65 151
Symbol 58 GraphicUsed by:64
Symbol 59 SoundUsed by:64 150
Symbol 60 GraphicUsed by:64
Symbol 61 GraphicUsed by:64
Symbol 62 GraphicUsed by:64
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:34 43 38 58 59 60 61 62 33 63Used by:65
Symbol 65 MovieClipUses:32 33 46 56 57 64Used by:Timeline
Symbol 66 FontUsed by:67 103 104
Symbol 67 TextUses:66Used by:68
Symbol 68 MovieClipUses:67Used by:Timeline
Symbol 69 GraphicUsed by:82
Symbol 70 GraphicUsed by:73
Symbol 71 GraphicUsed by:73
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:70 71 72Used by:82 161
Symbol 74 GraphicUsed by:82
Symbol 75 GraphicUsed by:82
Symbol 76 GraphicUsed by:82
Symbol 77 GraphicUsed by:82
Symbol 78 GraphicUsed by:82
Symbol 79 GraphicUsed by:82
Symbol 80 GraphicUsed by:82
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:69 73 74 75 76 77 78 79 80 81Used by:90
Symbol 83 GraphicUsed by:89
Symbol 84 SoundUsed by:89 167
Symbol 85 GraphicUsed by:89
Symbol 86 GraphicUsed by:89
Symbol 87 GraphicUsed by:89
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:83 84 85 86 87 88Used by:90
Symbol 90 MovieClipUses:82 89Used by:91
Symbol 91 MovieClipUses:90Used by:Timeline
Symbol 92 TextUses:20Used by:94
Symbol 93 SoundUsed by:94
Symbol 94 MovieClipUses:92 93Used by:Timeline
Symbol 95 GraphicUsed by:98
Symbol 96 GraphicUsed by:98
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:95 96 97Used by:Timeline
Symbol 99 GraphicUsed by:102
Symbol 100 GraphicUsed by:102
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:99 100 101Used by:Timeline
Symbol 103 TextUses:66Used by:Timeline
Symbol 104 TextUses:66Used by:Timeline
Symbol 105 TextUses:20Used by:Timeline
Symbol 106 TextUses:20Used by:Timeline
Symbol 107 TextUses:20Used by:Timeline
Symbol 108 TextUses:20Used by:Timeline
Symbol 109 TextUses:20Used by:Timeline
Symbol 110 TextUses:20Used by:Timeline
Symbol 111 EditableTextUses:20Used by:Timeline
Symbol 112 EditableTextUses:20Used by:Timeline
Symbol 113 EditableTextUses:20Used by:Timeline
Symbol 114 EditableTextUses:20Used by:Timeline
Symbol 115 EditableTextUses:20Used by:Timeline
Symbol 116 EditableTextUses:20Used by:Timeline
Symbol 117 TextUses:20Used by:Timeline
Symbol 118 TextUses:20Used by:120
Symbol 119 ButtonUses:16Used by:120
Symbol 120 MovieClipUses:118 119Used by:Timeline
Symbol 121 ButtonUses:16Used by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 GraphicUsed by:126
Symbol 124 GraphicUsed by:126
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:123 124 125Used by:Timeline
Symbol 127 GraphicUsed by:134 150
Symbol 128 GraphicUsed by:131
Symbol 129 GraphicUsed by:131
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:128 129 130Used by:134 144 150
Symbol 132 GraphicUsed by:134
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:127 131 43 132 133Used by:151
Symbol 135 GraphicUsed by:144
Symbol 136 GraphicUsed by:144
Symbol 137 GraphicUsed by:144
Symbol 138 GraphicUsed by:144
Symbol 139 GraphicUsed by:144
Symbol 140 GraphicUsed by:144
Symbol 141 GraphicUsed by:144
Symbol 142 GraphicUsed by:144
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:43 135 131 136 137 138 139 140 141 142 143Used by:151
Symbol 145 GraphicUsed by:150
Symbol 146 GraphicUsed by:150
Symbol 147 GraphicUsed by:150
Symbol 148 GraphicUsed by:150
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:127 43 131 145 59 146 147 148 33 149Used by:151
Symbol 151 MovieClipUses:32 33 134 144 57 150Used by:Timeline
Symbol 152 GraphicUsed by:161
Symbol 153 GraphicUsed by:161
Symbol 154 GraphicUsed by:161
Symbol 155 GraphicUsed by:161
Symbol 156 GraphicUsed by:161
Symbol 157 GraphicUsed by:161
Symbol 158 GraphicUsed by:161
Symbol 159 GraphicUsed by:161
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:152 73 153 154 155 156 157 158 159 160Used by:168
Symbol 162 GraphicUsed by:167
Symbol 163 GraphicUsed by:167
Symbol 164 GraphicUsed by:167
Symbol 165 GraphicUsed by:167
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:162 84 163 164 165 166Used by:168
Symbol 168 MovieClipUses:161 167Used by:169
Symbol 169 MovieClipUses:168Used by:Timeline
Symbol 170 GraphicUsed by:173
Symbol 171 GraphicUsed by:173
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:170 171 172Used by:Timeline

Instance Names

"pl"Frame 1Symbol 15 MovieClip
"gubbe"Frame 3Symbol 65 MovieClip
"orcs"Frame 3Symbol 91 MovieClip
"right"Frame 3Symbol 33 MovieClip
"left"Frame 3Symbol 33 MovieClip
"gubbe"Frame 5Symbol 151 MovieClip
"orcs"Frame 5Symbol 169 MovieClip
"right"Frame 5Symbol 33 MovieClip
"left"Frame 5Symbol 33 MovieClip
"hit"Symbol 64 MovieClip Frame 5Symbol 33 MovieClip
"feet"Symbol 65 MovieClip Frame 1Symbol 32 MovieClip
"head"Symbol 65 MovieClip Frame 1Symbol 33 MovieClip
"attack"Symbol 65 MovieClip Frame 5Symbol 64 MovieClip
"orc"Symbol 91 MovieClip Frame 1Symbol 90 MovieClip
"hit"Symbol 150 MovieClip Frame 5Symbol 33 MovieClip
"feet"Symbol 151 MovieClip Frame 1Symbol 32 MovieClip
"head"Symbol 151 MovieClip Frame 1Symbol 33 MovieClip
"attack"Symbol 151 MovieClip Frame 5Symbol 150 MovieClip
"orc"Symbol 169 MovieClip Frame 1Symbol 168 MovieClip

Labels

"game"Frame 3
"gameover"Frame 4
"secret"Frame 5

Dynamic Text Variables

attacksSymbol 111 EditableText""
hitsSymbol 112 EditableText""
accuracySymbol 113 EditableText"100%"
hitsSymbol 114 EditableText""
timeSymbol 115 EditableText""
distanceSymbol 116 EditableText""




http://swfchan.com/6/28681/info.shtml
Created: 20/5 -2019 07:37:04 Last modified: 20/5 -2019 07:37:04 Server time: 29/04 -2024 09:03:51