Frame 2 (8 B)
stop();
Frame 3 (8 B)
stop();
Frame 4 (608 B)
Stage.showMenu = false;
stop();
started = false;
setLevel = function () {
hero._x = start._x;
hero._y = start._y;
started = true;
};
setLevel();
hero.onEnterFrame = function () {
if (Key.isDown(2)) {
setLevel();
}
if (started) {
dir = Math.atan2(_ymouse - this._y, _xmouse - this._x);
speed = 10;
if (Math.abs(this._x - _xmouse) < speed) {
this._x = _xmouse;
} else {
this._x = this._x + (Math.cos(dir) * speed);
}
if (Math.abs(this._y - _ymouse) < speed) {
this._y = _ymouse;
} else {
this._y = this._y + (Math.sin(dir) * speed);
}
}
};
Instance of Symbol 43 MovieClip in Frame 4 (121 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.level++;
_root.play();
}
}
Instance of Symbol 45 MovieClip in Frame 4 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 4 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 4 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 4 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 4 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 4 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 4 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 47 MovieClip in Frame 4 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 4 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 4 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Frame 5 (8 B)
stop();
Instance of Symbol 58 MovieClip in Frame 5 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 60 MovieClip in Frame 5 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 47 MovieClip in Frame 5 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Frame 6 (8 B)
stop();
Instance of Symbol 45 MovieClip in Frame 6 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 6 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 63 MovieClip in Frame 6 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 6 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 65 MovieClip in Frame 6 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Frame 7 (8 B)
stop();
Instance of Symbol 65 MovieClip in Frame 7 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 47 MovieClip in Frame 7 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 65 MovieClip in Frame 7 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 58 MovieClip in Frame 7 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 69 MovieClip in Frame 7 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 47 MovieClip in Frame 7 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 7 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Frame 8 (8 B)
stop();
Frame 9 (8 B)
stop();
Instance of Symbol 78 MovieClip in Frame 9 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 9 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 9 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 80 MovieClip in Frame 9 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 9 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 9 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 9 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 80 MovieClip in Frame 9 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 9 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 9 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 80 MovieClip in Frame 9 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Frame 10 (8 B)
stop();
Instance of Symbol 80 MovieClip in Frame 10 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 83 MovieClip in Frame 10 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 83 MovieClip in Frame 10 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Frame 11 (8 B)
stop();
Instance of Symbol 78 MovieClip in Frame 11 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 11 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 11 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 11 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 11 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 88 MovieClip in Frame 11 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 90 MovieClip in Frame 11 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Frame 12 (8 B)
stop();
Instance of Symbol 83 MovieClip in Frame 12 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 93 MovieClip in Frame 12 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Frame 13 (8 B)
stop();
Frame 14 (8 B)
stop();
Instance of Symbol 102 MovieClip in Frame 14 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 102 MovieClip in Frame 14 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 102 MovieClip in Frame 14 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 102 MovieClip in Frame 14 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 102 MovieClip in Frame 14 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 14 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 14 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Frame 15 (8 B)
stop();
Instance of Symbol 102 MovieClip in Frame 15 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 15 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 15 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 15 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 102 MovieClip in Frame 15 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Frame 16 (8 B)
stop();
Instance of Symbol 107 MovieClip in Frame 16 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 107 MovieClip in Frame 16 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 107 MovieClip in Frame 16 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 107 MovieClip in Frame 16 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 107 MovieClip in Frame 16 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Frame 17 (8 B)
stop();
Instance of Symbol 102 MovieClip in Frame 17 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 102 MovieClip in Frame 17 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 102 MovieClip in Frame 17 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 102 MovieClip in Frame 17 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 17 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 17 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 17 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 17 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 110 MovieClip in Frame 17 (108 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Symbol 16 Button (31 B)
on (release) {
_root.play();
}
Symbol 17 MovieClip Frame 1 (186 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 17 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 21 Button (50 B)
on (release) {
getURL (www.flashninjaclan.com);
}
Symbol 25 Button (34 B)
on (release) {
gotoAndPlay (3);
}
Symbol 26 Button (34 B)
on (release) {
gotoAndPlay (4);
}
Symbol 31 Button (34 B)
on (release) {
gotoAndPlay (4);
}
Symbol 35 Button (34 B)
on (release) {
gotoAndPlay (2);
}
Symbol 55 Button (34 B)
on (release) {
stopAllSounds();
}
Symbol 95 Button (34 B)
on (release) {
gotoAndPlay (4);
}