Frame 2
stop();
Instance of Symbol 15 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_root.nextFrame();
}
}
Instance of Symbol 66 MovieClip "man" in Frame 2
onClipEvent (load) {
fight = false;
}
onClipEvent (enterFrame) {
if (fight == false) {
if ((Key.isDown(37) && (fight != true)) && (!block)) {
this._x = this._x - 5;
this._xscale = -100;
this.gotoAndStop(1);
move = true;
} else if ((Key.isDown(39) && (fight != true)) && (!block)) {
this._x = this._x + 5;
this._xscale = 100;
this.gotoAndStop(1);
move = true;
} else if ((Key.isDown(38) && (fight != true)) && (!block)) {
this._y = this._y - 8;
this._yscale = 100;
this.gotoAndStop(1);
move = true;
} else if ((Key.isDown(40) && (fight != true)) && (!block)) {
this._y = this._y + 8;
this._yscale = 100;
this.gotoAndStop(1);
move = true;
}
}
if ((Key.isDown(65) && (!Key.isDown(39))) && (!Key.isDown(37))) {
this.gotoAndStop(2);
fight = true;
}
if (Key.isDown(68)) {
this.gotoAndStop(4);
fight = true;
}
if (this._currentframe == 1) {
fight = false;
}
}
onClipEvent (enterFrame) {
if (((!Key.isDown(65)) && (!move)) && (!block)) {
gotoAndStop (1);
}
if (Key.isDown(83)) {
block = true;
gotoAndStop (3);
}
((!Key.isDown(83)) ? ((block = false)) : null);
}
Instance of Symbol 68 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.man)) {
_root.man._y = _root.man._y + 8;
}
}
Instance of Symbol 68 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.man)) {
_root.man._y = _root.man._y - 8;
}
}
Instance of Symbol 68 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.man)) {
_root.man._x = _root.man._x + 5;
}
}
Instance of Symbol 68 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.man)) {
_root.man._x = _root.man._x - 5;
}
}
Frame 3
_root.hp = 100;
_root.playernumber = 100;
_root.mana = 100;
_root.score = 0;
stop();
Instance of Symbol 81 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (_root.mana < 0) {
_root.mana = 0;
}
}
Instance of Symbol 66 MovieClip "man" in Frame 3
onClipEvent (load) {
fight = false;
}
onClipEvent (enterFrame) {
if (fight == false) {
if ((Key.isDown(37) && (fight != true)) && (!block)) {
this._x = this._x - 5;
this._xscale = -100;
this.gotoAndStop(1);
move = true;
} else if ((Key.isDown(39) && (fight != true)) && (!block)) {
this._x = this._x + 5;
this._xscale = 100;
this.gotoAndStop(1);
move = true;
} else if ((Key.isDown(38) && (fight != true)) && (!block)) {
this._y = this._y - 8;
this._yscale = 100;
this.gotoAndStop(1);
move = true;
} else if ((Key.isDown(40) && (fight != true)) && (!block)) {
this._y = this._y + 8;
this._yscale = 100;
this.gotoAndStop(1);
move = true;
}
}
if ((Key.isDown(65) && (!Key.isDown(39))) && (!Key.isDown(37))) {
this.gotoAndStop(2);
fight = true;
}
if (Key.isDown(68) && (_root.mana > 20)) {
this.gotoAndStop(4);
fight = true;
}
if (this._currentframe == 1) {
fight = false;
}
}
onClipEvent (enterFrame) {
if (((!Key.isDown(65)) && (!move)) && (!block)) {
gotoAndStop (1);
}
if (Key.isDown(83)) {
block = true;
gotoAndStop (3);
}
((!Key.isDown(83)) ? ((block = false)) : null);
}
Instance of Symbol 68 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.man)) {
_root.man._y = _root.man._y + 8;
}
}
Instance of Symbol 68 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.man)) {
_root.man._y = _root.man._y - 8;
}
}
Instance of Symbol 68 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.man)) {
_root.man._x = _root.man._x + 5;
}
}
Instance of Symbol 68 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.man)) {
_root.man._x = _root.man._x - 5;
}
}
Instance of Symbol 83 MovieClip in Frame 3
onClipEvent (enterFrame) {
this._x = this._x - 4;
if (this.hitTest(_root.man)) {
_root.mana = _root.mana + 20;
this.swapDepths(1);
removeMovieClip(this);
}
}
Instance of Symbol 83 MovieClip in Frame 3
onClipEvent (enterFrame) {
this._x = this._x - 3;
if (this.hitTest(_root.man)) {
_root.mana = _root.mana + 20;
this.swapDepths(1);
removeMovieClip(this);
}
}
Instance of Symbol 83 MovieClip in Frame 3
onClipEvent (enterFrame) {
this._x = this._x - 3;
if (this.hitTest(_root.man)) {
_root.mana = _root.mana + 20;
this.swapDepths(1);
removeMovieClip(this);
}
}
Instance of Symbol 112 MovieClip in Frame 3
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 3
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 3
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 3
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 3
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 3
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 3
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 3
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 3
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 3
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 3
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 3
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 3
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 3
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 3
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 3
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 114 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (_root.end.hitTest(this)) {
_root.nextFrame();
}
}
Instance of Symbol 115 MovieClip "end" in Frame 3
onClipEvent (enterFrame) {
this._x = this._x - 4;
}
Instance of Symbol 120 MovieClip in Frame 3
onClipEvent (enterFrame) {
this._xscale = _root.playernumber;
if (_root.playernumber <= 0) {
_root.playernumber = 0;
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (fight == false) {
if ((Key.isDown(37) && (fight != true)) && (!block)) {
this._x = this._x - 6;
} else if ((Key.isDown(39) && (fight != true)) && (!block)) {
this._x = this._x + 6;
}
}
if (Key.isDown(40) && (_root.koala.points > 5)) {
_root.koala.laser.play();
}
}
Instance of Symbol 122 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (_root.mana > 100) {
_root.mana = 100;
}
this._xscale = _root.mana;
}
Instance of Symbol 127 MovieClip "quality" in Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
_root.quality.nextFrame();
}
}
Frame 4
stop();
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 4
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 83 MovieClip in Frame 4
onClipEvent (enterFrame) {
this._x = this._x - 4;
if (this.hitTest(_root.man)) {
_root.mana = _root.mana + 20;
this.swapDepths(1);
removeMovieClip(this);
}
}
Instance of Symbol 136 MovieClip "end" in Frame 4
onClipEvent (enterFrame) {
this._x = this._x - 6;
}
Frame 5
stop();
Instance of Symbol 114 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_root.end.hitTest(this)) {
_root.nextFrame();
}
}
Instance of Symbol 143 MovieClip "end" in Frame 5
onClipEvent (enterFrame) {
this._x = this._x - 6;
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 4;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 7;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 7;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 7;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 7;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 7;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 7;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 7;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 7;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 7;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 7;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 7;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 6;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 7;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 7;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 7;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (enterFrame) {
tx = this._x;
mx = _root.man._x;
rx = tx - mx;
this._x = this._x - 7;
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
gotoAndPlay (3);
}
}
Frame 6
bosshealth = 100;
stop();
Instance of Symbol 169 MovieClip "boss" in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.mainattack.kill)) {
this.swapDepths(1);
_root.bosshealth = _root.bosshealth - 5;
}
if (this.hitTest(_root.man.magic.kill)) {
this.swapDepths(1);
_root.bosshealth = _root.bosshealth - 1;
}
}
Instance of Symbol 174 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._xscale = _root.bosshealth;
if (_root.bosshealth <= 0) {
_root.bosshealth = 0;
removeMovieClip(_root.boss);
_root.gotoAndStop(7);
}
}
Frame 7
stop();
Frame 8
removeMovieClip(_root.boss);
stop();
Symbol 9 MovieClip Frame 1
function timerHandler() {
if (!loadingComplete) {
var _local4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * _local4;
if (_local4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop ("loaded");
}
return(undefined);
}
}
dt = getTimer() - time;
time = time + dt;
frameAccum = frameAccum + dt;
var _local3 = 0;
while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) {
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
(frameAccum = frameAccum - FRAME_TIME);
_local3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return(undefined);
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof(clip[childName]) == "movieclip") {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.3333333333333;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
Symbol 9 MovieClip Frame 41
startMovie();
Symbol 49 MovieClip Frame 8
_root.man.gotoAndStop(1);
Symbol 62 MovieClip Frame 1
if (((!Key.isDown(68)) && (!move)) && (!block)) {
_root.man.gotoAndStop(1);
}
Symbol 62 MovieClip Frame 3
_root.mana = _root.mana - 20;
Symbol 65 MovieClip Frame 1
_root.man._x = _root.man._x - 10;
Symbol 65 MovieClip Frame 2
_root.man._x = _root.man._x - 10;
Symbol 65 MovieClip Frame 3
_root.man._x = _root.man._x - 10;
Symbol 65 MovieClip Frame 4
_root.man._x = _root.man._x - 10;
Symbol 65 MovieClip Frame 5
_root.man._x = _root.man._x - 10;
Symbol 65 MovieClip Frame 6
_root.man._x = _root.man._x - 5;
Symbol 65 MovieClip Frame 8
_root.man.gotoAndStop(1);
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 2
stop();
Symbol 66 MovieClip Frame 3
stop();
Symbol 66 MovieClip Frame 4
stop();
Symbol 66 MovieClip Frame 5
stop();
Symbol 81 MovieClip Frame 15
if (_root.mana < 100) {
_root.mana = _root.mana + (random(1) + 1);
}
Instance of Symbol 100 MovieClip in Symbol 101 MovieClip Frame 27
onClipEvent (load) {
if (this.hitTest(_root.man) && (!_root.man.block)) {
_root.playernumber = _root.playernumber - (random(20) + 15);
_root.man.gotoAndStop(5);
}
}
Instance of Symbol 104 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + random(4);
this._y = this._y - random(4);
}
Instance of Symbol 104 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + random(4);
this._y = this._y - random(4);
}
Instance of Symbol 106 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + random(4);
this._y = this._y - random(4);
}
Instance of Symbol 106 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + random(4);
this._y = this._y - random(4);
}
Instance of Symbol 106 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + random(4);
this._y = this._y - random(4);
}
Instance of Symbol 106 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + random(9);
this._y = this._y - random(9);
}
Instance of Symbol 108 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + random(4);
this._y = this._y - random(4);
}
Instance of Symbol 108 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + random(4);
this._y = this._y - random(4);
}
Instance of Symbol 108 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + random(4);
this._y = this._y - random(4);
}
Instance of Symbol 110 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + random(10);
this._y = this._y + random(10);
}
Symbol 111 MovieClip Frame 10
stop();
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 4
_root.score = _root.score + 1;
Symbol 112 MovieClip Frame 18
removeMovieClip(this);
Symbol 116 MovieClip Frame 75
stop();
Symbol 118 MovieClip Frame 36
stop();
Symbol 127 MovieClip Frame 1
stop();
_quality = "high";
Symbol 127 MovieClip Frame 4
stop();
_quality = "low";
Symbol 127 MovieClip Frame 7
gotoAndStop (1);
Symbol 133 MovieClip Frame 71
stop();
Symbol 135 MovieClip Frame 36
stop();
Symbol 140 MovieClip Frame 80
stop();
Symbol 142 MovieClip Frame 32
stop();
Instance of Symbol 162 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man) && (!_root.man.block)) {
_root.playernumber = _root.playernumber - 1;
_root.man.gotoAndStop(5);
}
}
Symbol 169 MovieClip Frame 160
gotoAndPlay (72);
Symbol 179 Button
on (release) {
gotoAndPlay (1);
}
Symbol 184 MovieClip Frame 128
stop();