Frame 2
stop();
Frame 3
stop();
Frame 4
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
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.level++;
_root.play();
}
}
Instance of Symbol 45 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 47 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Frame 5
stop();
Instance of Symbol 58 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 60 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 47 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Frame 6
stop();
Instance of Symbol 45 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 63 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 65 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Frame 7
stop();
Instance of Symbol 65 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 47 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 65 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 58 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 69 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 47 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 45 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Frame 8
stop();
Frame 9
stop();
Instance of Symbol 78 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 80 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 80 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 80 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Frame 10
stop();
Instance of Symbol 80 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 83 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 83 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Frame 11
stop();
Instance of Symbol 78 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 78 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 88 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 90 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Frame 12
stop();
Instance of Symbol 83 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 93 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Frame 13
stop();
Frame 14
stop();
Instance of Symbol 102 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 102 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 102 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 102 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 102 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Frame 15
stop();
Instance of Symbol 102 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 102 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Frame 16
stop();
Instance of Symbol 107 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 107 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 107 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 107 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 107 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Frame 17
stop();
Instance of Symbol 102 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 102 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 102 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 102 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 104 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Instance of Symbol 110 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.setLevel();
}
}
Symbol 16 Button
on (release) {
_root.play();
}
Symbol 17 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 17 MovieClip Frame 2
gotoAndPlay (1);
Symbol 21 Button
on (release) {
getURL (www.flashninjaclan.com);
}
Symbol 25 Button
on (release) {
gotoAndPlay (3);
}
Symbol 26 Button
on (release) {
gotoAndPlay (4);
}
Symbol 31 Button
on (release) {
gotoAndPlay (4);
}
Symbol 35 Button
on (release) {
gotoAndPlay (2);
}
Symbol 55 Button
on (release) {
stopAllSounds();
}
Symbol 95 Button
on (release) {
gotoAndPlay (4);
}