Frame 388
_root.perc1 = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
_root.perloaded = Math.round(_root.perc1);
Frame 390
if (_root.perloaded == 100) {
gotoAndPlay (391);
} else {
gotoAndPlay (388);
}
Frame 472
stopAllSounds();
Frame 473
stop();
Frame 474
hp = 100;
name = "";
stop();
Frame 591
_root.fadingdialog = _root.name + "...\nI'm sorry to bother you...but..";
Frame 692
_root.fadingdialog = "I heard them say you're the only hope we have left...";
Frame 812
_root.fadingdialog = "I've only heard stories of you.. but...";
Frame 978
_root.fadingdialog = "We've all grown so weary, the fighting has gotten so bad...";
Frame 1180
_root.fadingdialog = ("...Without you, " + _root.name) + ", all hope seems lost...";
Frame 1308
_root.fadingdialog = "Seek out Aersic, he will help you..";
Frame 1390
_root.fadingdialog = "Please.. help us. If the stories are true, don't let everything you've done up to this point go to waste!";
Frame 2007
busy = false;
jumpattack = false;
Instance of Symbol 139 MovieClip "chrono" in Frame 2007
onClipEvent (enterFrame) {
if (_root.busy == false) {
if (((Key.isDown(39) == true) && (Key.isDown(32) == false)) && (Key.isDown(38) == false)) {
this.gotoAndStop(2);
_x = (_x + 4);
dir = "right";
} else if (((Key.isDown(37) == true) && (Key.isDown(32) == false)) && (Key.isDown(38) == false)) {
this.gotoAndStop(4);
_x = (_x - 4);
dir = "left";
} else if ((dir == "right") && (Key.isDown(32) == true)) {
this.gotoAndStop(5);
} else if ((Key.isDown(39) == true) && (Key.isDown(32) == true)) {
this.gotoAndStop(5);
} else if ((Key.isDown(37) == true) && (Key.isDown(32) == true)) {
this.gotoAndStop(6);
} else if ((dir == "left") && (Key.isDown(32) == true)) {
this.gotoAndStop(6);
} else if ((dir == "left") && (Key.isDown(38) == true)) {
this.gotoAndStop(8);
} else if ((dir == "right") && (Key.isDown(38) == true)) {
this.gotoAndStop(7);
} else if (((dir == "right") && (Key.isDown(40) == true)) && (Key.isDown(39) == false)) {
this.gotoAndStop(9);
} else if (((dir == "left") && (Key.isDown(40) == true)) && (Key.isDown(37) == false)) {
this.gotoAndStop(10);
} else if (Key.isDown(39) && (Key.isDown(38) == true)) {
this.gotoAndStop(7);
} else if ((Key.isDown(39) == true) && (Key.isDown(40) == true)) {
this.gotoAndStop(9);
} else if (Key.isDown(37) && (Key.isDown(38) == true)) {
this.gotoAndStop(8);
} else if ((Key.isDown(37) == true) && (Key.isDown(40) == true)) {
this.gotoAndStop(10);
} else if (dir == "right") {
this.gotoAndStop(1);
} else if (dir == "left") {
this.gotoAndStop(3);
}
} else if (_root.busy == true) {
if (Key.isDown(39) == true) {
_x = (_x + 4);
} else if (Key.isDown(37) == true) {
_x = (_x - 4);
}
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 165 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndPlay(5);
} else if (this.hitzone.hitTest(_root.chrono.chronoswoopzone)) {
_root.yChange = Math.round(_root.chrono._y - this._y);
_root.xChange = Math.round(_root.chrono._x - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
}
}
Instance of Symbol 165 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndPlay(5);
} else if (this.hitzone.hitTest(_root.chrono.chronoswoopzone)) {
_root.yChange = Math.round(_root.chrono._y - this._y);
_root.xChange = Math.round(_root.chrono._x - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
}
}
Instance of Symbol 165 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndPlay(5);
} else if (this.hitzone.hitTest(_root.chrono.chronoswoopzone)) {
_root.yChange = Math.round(_root.chrono._y - this._y);
_root.xChange = Math.round(_root.chrono._x - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
}
}
Instance of Symbol 165 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndPlay(5);
} else if (this.hitzone.hitTest(_root.chrono.chronoswoopzone)) {
_root.yChange = Math.round(_root.chrono._y - this._y);
_root.xChange = Math.round(_root.chrono._x - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
}
}
Instance of Symbol 165 MovieClip in Frame 2007
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndPlay(5);
} else if (this.hitzone.hitTest(_root.chrono.chronoswoopzone)) {
_root.yChange = Math.round(_root.chrono._y - this._y);
_root.xChange = Math.round(_root.chrono._x - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
}
}
Instance of Symbol 167 MovieClip in Frame 2007
onClipEvent (enterFrame) {
go = true;
if (go) {
this._x = (this._x + _root.chrono._x) / 2;
}
xdiff = Math.abs(_x - _root.chrono._x);
if ((xdiff < 2) and (ydiff < 2)) {
go = false;
}
}
Instance of Symbol 178 MovieClip in Frame 2007
onClipEvent (enterFrame) {
go = true;
if (go) {
this._x = (this._x + _root.chrono._x) / 2;
}
xdiff = Math.abs(_x - _root.chrono._x);
if ((xdiff < 2) and (ydiff < 2)) {
go = false;
}
}
Instance of Symbol 182 MovieClip in Frame 2007
onClipEvent (enterFrame) {
go = true;
if (go) {
this._x = (this._x + _root.chrono._x) / 2;
}
xdiff = Math.abs(_x - _root.chrono._x);
if ((xdiff < 2) and (ydiff < 2)) {
go = false;
}
}
Frame 2008
if (fcrwe.hitTest(chrono) == true) {
gotoAndPlay ("Fargic City Ruins(East)");
}
Frame 2009
gotoAndPlay (2008);
Frame 2010
busy = false;
jumpattack = false;
Instance of Symbol 139 MovieClip "chrono" in Frame 2010
onClipEvent (enterFrame) {
if (_root.busy == false) {
if (((Key.isDown(39) == true) && (Key.isDown(32) == false)) && (Key.isDown(38) == false)) {
this.gotoAndStop(2);
_x = (_x + 4);
dir = "right";
} else if (((Key.isDown(37) == true) && (Key.isDown(32) == false)) && (Key.isDown(38) == false)) {
this.gotoAndStop(4);
_x = (_x - 4);
dir = "left";
} else if ((dir == "right") && (Key.isDown(32) == true)) {
this.gotoAndStop(5);
} else if ((Key.isDown(39) == true) && (Key.isDown(32) == true)) {
this.gotoAndStop(5);
} else if ((Key.isDown(37) == true) && (Key.isDown(32) == true)) {
this.gotoAndStop(6);
} else if ((dir == "left") && (Key.isDown(32) == true)) {
this.gotoAndStop(6);
} else if ((dir == "left") && (Key.isDown(38) == true)) {
this.gotoAndStop(8);
} else if ((dir == "right") && (Key.isDown(38) == true)) {
this.gotoAndStop(7);
} else if (((dir == "right") && (Key.isDown(40) == true)) && (Key.isDown(39) == false)) {
this.gotoAndStop(9);
} else if (((dir == "left") && (Key.isDown(40) == true)) && (Key.isDown(37) == false)) {
this.gotoAndStop(10);
} else if (Key.isDown(39) && (Key.isDown(38) == true)) {
this.gotoAndStop(7);
} else if ((Key.isDown(39) == true) && (Key.isDown(40) == true)) {
this.gotoAndStop(9);
} else if (Key.isDown(37) && (Key.isDown(38) == true)) {
this.gotoAndStop(8);
} else if ((Key.isDown(37) == true) && (Key.isDown(40) == true)) {
this.gotoAndStop(10);
} else if (dir == "right") {
this.gotoAndStop(1);
} else if (dir == "left") {
this.gotoAndStop(3);
}
} else if (_root.busy == true) {
if (Key.isDown(39) == true) {
_x = (_x + 4);
} else if (Key.isDown(37) == true) {
_x = (_x - 4);
}
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 165 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndPlay(5);
} else if (this.hitzone.hitTest(_root.chrono.chronoswoopzone)) {
_root.yChange = Math.round(_root.chrono._y - this._y);
_root.xChange = Math.round(_root.chrono._x - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
}
}
Instance of Symbol 165 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndPlay(5);
} else if (this.hitzone.hitTest(_root.chrono.chronoswoopzone)) {
_root.yChange = Math.round(_root.chrono._y - this._y);
_root.xChange = Math.round(_root.chrono._x - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
}
}
Instance of Symbol 165 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndPlay(5);
} else if (this.hitzone.hitTest(_root.chrono.chronoswoopzone)) {
_root.yChange = Math.round(_root.chrono._y - this._y);
_root.xChange = Math.round(_root.chrono._x - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
}
}
Instance of Symbol 165 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndPlay(5);
} else if (this.hitzone.hitTest(_root.chrono.chronoswoopzone)) {
_root.yChange = Math.round(_root.chrono._y - this._y);
_root.xChange = Math.round(_root.chrono._x - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
}
}
Instance of Symbol 165 MovieClip in Frame 2010
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndPlay(5);
} else if (this.hitzone.hitTest(_root.chrono.chronoswoopzone)) {
_root.yChange = Math.round(_root.chrono._y - this._y);
_root.xChange = Math.round(_root.chrono._x - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_root.chrono._x - _x) > 0) {
_x = (_x + 3);
} else if ((_x - _root.chrono._x) > 0) {
_x = (_x - 3);
}
}
Instance of Symbol 167 MovieClip in Frame 2010
onClipEvent (enterFrame) {
go = true;
if (go) {
this._x = (this._x + _root.chrono._x) / 2;
}
xdiff = Math.abs(_x - _root.chrono._x);
if ((xdiff < 2) and (ydiff < 2)) {
go = false;
}
}
Instance of Symbol 178 MovieClip in Frame 2010
onClipEvent (enterFrame) {
go = true;
if (go) {
this._x = (this._x + _root.chrono._x) / 2;
}
xdiff = Math.abs(_x - _root.chrono._x);
if ((xdiff < 2) and (ydiff < 2)) {
go = false;
}
}
Instance of Symbol 190 MovieClip in Frame 2010
onClipEvent (enterFrame) {
go = true;
if (go) {
this._x = (this._x + _root.chrono._x) / 2;
}
xdiff = Math.abs(_x - _root.chrono._x);
if ((xdiff < 2) and (ydiff < 2)) {
go = false;
}
}
Frame 2011
if (fcrew.hitTest(chrono) == true) {
_root.movingleft = true;
_root.gotoAndPlay("Fargic City Ruins(West)");
_root.chrono._x = 1000;
} else if (fcretware.hitTest(chrono) == true) {
_root.gotoAndPlay("Fargic Warehouse E");
}
Frame 2012
gotoAndPlay (2011);
Frame 2013
busy = false;
jumpattack = false;
Instance of Symbol 139 MovieClip "chrono" in Frame 2013
onClipEvent (enterFrame) {
if (_root.busy == false) {
if (((Key.isDown(39) == true) && (Key.isDown(32) == false)) && (Key.isDown(38) == false)) {
this.gotoAndStop(2);
_x = (_x + 4);
dir = "right";
} else if (((Key.isDown(37) == true) && (Key.isDown(32) == false)) && (Key.isDown(38) == false)) {
this.gotoAndStop(4);
_x = (_x - 4);
dir = "left";
} else if ((dir == "right") && (Key.isDown(32) == true)) {
this.gotoAndStop(5);
} else if ((Key.isDown(39) == true) && (Key.isDown(32) == true)) {
this.gotoAndStop(5);
} else if ((Key.isDown(37) == true) && (Key.isDown(32) == true)) {
this.gotoAndStop(6);
} else if ((dir == "left") && (Key.isDown(32) == true)) {
this.gotoAndStop(6);
} else if ((dir == "left") && (Key.isDown(38) == true)) {
this.gotoAndStop(8);
} else if ((dir == "right") && (Key.isDown(38) == true)) {
this.gotoAndStop(7);
} else if (((dir == "right") && (Key.isDown(40) == true)) && (Key.isDown(39) == false)) {
this.gotoAndStop(9);
} else if (((dir == "left") && (Key.isDown(40) == true)) && (Key.isDown(37) == false)) {
this.gotoAndStop(10);
} else if (Key.isDown(39) && (Key.isDown(38) == true)) {
this.gotoAndStop(7);
} else if ((Key.isDown(39) == true) && (Key.isDown(40) == true)) {
this.gotoAndStop(9);
} else if (Key.isDown(37) && (Key.isDown(38) == true)) {
this.gotoAndStop(8);
} else if ((Key.isDown(37) == true) && (Key.isDown(40) == true)) {
this.gotoAndStop(10);
} else if (dir == "right") {
this.gotoAndStop(1);
} else if (dir == "left") {
this.gotoAndStop(3);
}
} else if (_root.busy == true) {
if (Key.isDown(39) == true) {
_x = (_x + 4);
} else if (Key.isDown(37) == true) {
_x = (_x - 4);
}
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 167 MovieClip in Frame 2013
onClipEvent (enterFrame) {
go = true;
if (go) {
this._x = (this._x + _root.chrono._x) / 2;
}
xdiff = Math.abs(_x - _root.chrono._x);
if ((xdiff < 2) and (ydiff < 2)) {
go = false;
}
}
Instance of Symbol 178 MovieClip in Frame 2013
onClipEvent (enterFrame) {
go = true;
if (go) {
this._x = (this._x + _root.chrono._x) / 2;
}
xdiff = Math.abs(_x - _root.chrono._x);
if ((xdiff < 2) and (ydiff < 2)) {
go = false;
}
}
Instance of Symbol 196 MovieClip in Frame 2013
onClipEvent (enterFrame) {
go = true;
if (go) {
this._x = (this._x + _root.chrono._x) / 2;
}
xdiff = Math.abs(_x - _root.chrono._x);
if ((xdiff < 2) and (ydiff < 2)) {
go = false;
}
}
Frame 2014
if (fwte.hitTest(chrono) == true) {
_root.movingleft = true;
_root.gotoAndPlay("Fargic City Ruins(East)");
_root.chrono._x = 1000;
} else if (rw.hitTest(chrono) == true) {
_root.gotoAndPlay("Fargic Warehouse E2");
}
Frame 2015
gotoAndPlay (2014);
Frame 2016
busy = false;
jumpattack = false;
Instance of Symbol 139 MovieClip "chrono" in Frame 2016
onClipEvent (enterFrame) {
if (_root.busy == false) {
if (((Key.isDown(39) == true) && (Key.isDown(32) == false)) && (Key.isDown(38) == false)) {
this.gotoAndStop(2);
_x = (_x + 4);
dir = "right";
} else if (((Key.isDown(37) == true) && (Key.isDown(32) == false)) && (Key.isDown(38) == false)) {
this.gotoAndStop(4);
_x = (_x - 4);
dir = "left";
} else if ((dir == "right") && (Key.isDown(32) == true)) {
this.gotoAndStop(5);
} else if ((Key.isDown(39) == true) && (Key.isDown(32) == true)) {
this.gotoAndStop(5);
} else if ((Key.isDown(37) == true) && (Key.isDown(32) == true)) {
this.gotoAndStop(6);
} else if ((dir == "left") && (Key.isDown(32) == true)) {
this.gotoAndStop(6);
} else if ((dir == "left") && (Key.isDown(38) == true)) {
this.gotoAndStop(8);
} else if ((dir == "right") && (Key.isDown(38) == true)) {
this.gotoAndStop(7);
} else if (((dir == "right") && (Key.isDown(40) == true)) && (Key.isDown(39) == false)) {
this.gotoAndStop(9);
} else if (((dir == "left") && (Key.isDown(40) == true)) && (Key.isDown(37) == false)) {
this.gotoAndStop(10);
} else if (Key.isDown(39) && (Key.isDown(38) == true)) {
this.gotoAndStop(7);
} else if ((Key.isDown(39) == true) && (Key.isDown(40) == true)) {
this.gotoAndStop(9);
} else if (Key.isDown(37) && (Key.isDown(38) == true)) {
this.gotoAndStop(8);
} else if ((Key.isDown(37) == true) && (Key.isDown(40) == true)) {
this.gotoAndStop(10);
} else if (dir == "right") {
this.gotoAndStop(1);
} else if (dir == "left") {
this.gotoAndStop(3);
}
} else if (_root.busy == true) {
if (Key.isDown(39) == true) {
_x = (_x + 4);
} else if (Key.isDown(37) == true) {
_x = (_x - 4);
}
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 2016
onClipEvent (enterFrame) {
if (this.hitzone.hitTest(_root.chrono.chronoattack.slashzone)) {
this.gotoAndStop(3);
this.dead = true;
} else if (this.dead == true) {
this.gotoAndStop(3);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) > 0)) {
_x = (_x + 3);
this.gotoAndStop(2);
} else if (this.hitTest(_root.chrono.chronoswoopzone) && ((_root.chrono._x - _x) < 0)) {
_x = (_x - 3);
this.gotoAndStop(1);
}
}
Instance of Symbol 167 MovieClip in Frame 2016
onClipEvent (enterFrame) {
go = true;
if (go) {
this._x = (this._x + _root.chrono._x) / 2;
}
xdiff = Math.abs(_x - _root.chrono._x);
if ((xdiff < 2) and (ydiff < 2)) {
go = false;
}
}
Instance of Symbol 178 MovieClip in Frame 2016
onClipEvent (enterFrame) {
go = true;
if (go) {
this._x = (this._x + _root.chrono._x) / 2;
}
xdiff = Math.abs(_x - _root.chrono._x);
if ((xdiff < 2) and (ydiff < 2)) {
go = false;
}
}
Instance of Symbol 200 MovieClip in Frame 2016
onClipEvent (enterFrame) {
go = true;
if (go) {
this._x = (this._x + _root.chrono._x) / 2;
}
xdiff = Math.abs(_x - _root.chrono._x);
if ((xdiff < 2) and (ydiff < 2)) {
go = false;
}
}
Frame 2017
if (fwte.hitTest(chrono) == true) {
_root.movingleft = true;
_root.gotoAndPlay("Fargic Warehouse E");
_root.chrono._x = 1000;
} else if (rw.hitTest(chrono) == true) {
stopAllSounds();
_root.gotoAndPlay("Fargic Warehouse Boss Cinema");
}
Frame 2018
gotoAndPlay (2017);
Instance of Symbol 167 MovieClip in Frame 2019
onClipEvent (enterFrame) {
go = true;
if (go) {
this._x = (this._x + _root.chrono._x) / 2;
}
xdiff = Math.abs(_x - _root.chrono._x);
if ((xdiff < 2) and (ydiff < 2)) {
go = false;
}
}
Instance of Symbol 178 MovieClip in Frame 2019
onClipEvent (enterFrame) {
go = true;
if (go) {
this._x = (this._x + _root.chrono._x) / 2;
}
xdiff = Math.abs(_x - _root.chrono._x);
if ((xdiff < 2) and (ydiff < 2)) {
go = false;
}
}
Frame 2380
gotoAndPlay (2379);
Frame 2381
stopAllSounds();
stop();
Symbol 8 MovieClip [BrdrShdw] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "shadowColor");
Symbol 10 MovieClip [BrdrFace] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "buttonColor");
Symbol 13 MovieClip [BrdrBlk] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "borderColor");
Symbol 15 MovieClip [BrdrHilght] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "highlightColor");
Symbol 18 MovieClip [Defaults] Frame 1
#initclip 1
Object.registerClass("Defaults", mx.skins.halo.Defaults);
#endinitclip
Symbol 19 MovieClip [UIObjectExtensions] Frame 1
#initclip 2
Object.registerClass("UIObjectExtensions", mx.core.ext.UIObjectExtensions);
#endinitclip
Symbol 20 MovieClip [UIObject] Frame 1
#initclip 3
Object.registerClass("UIObject", mx.core.UIObject);
#endinitclip
stop();
Symbol 23 Button
on (keyPress "<Tab>") {
this.tabHandler();
}
Symbol 24 MovieClip Frame 1
#initclip 4
Object.registerClass("FocusManager", mx.managers.FocusManager);
if (_root.focusManager == undefined) {
_root.createClassObject(mx.managers.FocusManager, "focusManager", mx.managers.DepthManager.highestDepth--);
}
#endinitclip
Symbol 25 MovieClip [FocusRect] Frame 1
#initclip 5
Object.registerClass("FocusRect", mx.skins.halo.FocusRect);
#endinitclip
Symbol 26 MovieClip [FocusManager] Frame 1
#initclip 6
Object.registerClass("FocusManager", mx.managers.FocusManager);
#endinitclip
stop();
Symbol 27 MovieClip [UIComponentExtensions] Frame 1
#initclip 7
Object.registerClass("UIComponentExtensions", mx.core.ext.UIComponentExtensions);
#endinitclip
Symbol 28 MovieClip [UIComponent] Frame 1
#initclip 8
Object.registerClass("UIComponent", mx.core.UIComponent);
#endinitclip
stop();
Symbol 29 MovieClip [SimpleButton] Frame 1
#initclip 9
Object.registerClass("SimpleButton", mx.controls.SimpleButton);
#endinitclip
stop();
Symbol 30 MovieClip [Border] Frame 1
#initclip 10
Object.registerClass("Border", mx.skins.Border);
#endinitclip
stop();
Symbol 31 MovieClip [RectBorder] Frame 1
#initclip 11
mx.skins.SkinElement.registerElement(mx.skins.RectBorder.symbolName, Object(mx.skins.RectBorder));
Object.registerClass("RectBorder", mx.skins.halo.RectBorder);
#endinitclip
stop();
Symbol 32 MovieClip [ButtonSkin] Frame 1
#initclip 12
Object.registerClass("ButtonSkin", mx.skins.halo.ButtonSkin);
#endinitclip
Symbol 33 MovieClip [Button] Frame 1
#initclip 13
Object.registerClass("Button", mx.controls.Button);
#endinitclip
stop();
Instance of Symbol 29 MovieClip [SimpleButton] in Symbol 33 MovieClip [Button] Frame 2
//component parameters
onClipEvent (initialize) {
selected = false;
toggle = false;
enabled = true;
visible = true;
minHeight = 0;
minWidth = 0;
}
Symbol 77 Button
on (release) {
play();
}
Symbol 84 MovieClip Frame 26
stop();
Symbol 89 Button
on (release) {
if (_root.name == "") {
stop();
dir = "right";
} else {
play();
}
}
Instance of Symbol 98 MovieClip in Symbol 99 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.chrono) == true) {
_root.chrono._x = _root.chrono._x + 5;
}
}
Symbol 127 MovieClip Frame 1
_root.busy = true;
Symbol 127 MovieClip Frame 4
_root.busy = true;
Symbol 127 MovieClip Frame 12
_root.busy = false;
Symbol 133 MovieClip Frame 1
_root.busy = true;
_root.jumpattack = true;
Symbol 133 MovieClip Frame 23
_root.busy = false;
_root.jumpattack = false;
Symbol 137 MovieClip Frame 1
_root.busy = true;
_root.slideattack = true;
Symbol 137 MovieClip Frame 3
_root.chrono._x = _root.chrono._x + 5;
Symbol 137 MovieClip Frame 4
_root.chrono._x = _root.chrono._x + 5;
Symbol 137 MovieClip Frame 5
_root.chrono._x = _root.chrono._x + 5;
Symbol 137 MovieClip Frame 6
_root.chrono._x = _root.chrono._x + 5;
Symbol 137 MovieClip Frame 7
_root.chrono._x = _root.chrono._x + 5;
Symbol 137 MovieClip Frame 8
_root.chrono._x = _root.chrono._x + 5;
Symbol 137 MovieClip Frame 9
_root.chrono._x = _root.chrono._x + 5;
Symbol 137 MovieClip Frame 10
_root.chrono._x = _root.chrono._x + 5;
Symbol 137 MovieClip Frame 11
_root.chrono._x = _root.chrono._x + 5;
Symbol 137 MovieClip Frame 12
_root.chrono._x = _root.chrono._x + 5;
Symbol 137 MovieClip Frame 13
_root.chrono._x = _root.chrono._x + 3;
Symbol 137 MovieClip Frame 14
_root.chrono._x = _root.chrono._x + 3;
Symbol 137 MovieClip Frame 15
_root.chrono._x = _root.chrono._x + 2;
Symbol 137 MovieClip Frame 26
_root.busy = false;
_root.slideattack = false;
Symbol 138 MovieClip Frame 1
_root.busy = true;
_root.slideattack = true;
Symbol 138 MovieClip Frame 3
_root.chrono._x = _root.chrono._x - 5;
Symbol 138 MovieClip Frame 4
_root.chrono._x = _root.chrono._x - 5;
Symbol 138 MovieClip Frame 5
_root.chrono._x = _root.chrono._x - 5;
Symbol 138 MovieClip Frame 6
_root.chrono._x = _root.chrono._x - 5;
Symbol 138 MovieClip Frame 7
_root.chrono._x = _root.chrono._x - 5;
Symbol 138 MovieClip Frame 8
_root.chrono._x = _root.chrono._x - 5;
Symbol 138 MovieClip Frame 9
_root.chrono._x = _root.chrono._x - 5;
Symbol 138 MovieClip Frame 10
_root.chrono._x = _root.chrono._x - 5;
Symbol 138 MovieClip Frame 11
_root.chrono._x = _root.chrono._x - 4;
Symbol 138 MovieClip Frame 12
_root.chrono._x = _root.chrono._x - 3;
Symbol 138 MovieClip Frame 13
_root.chrono._x = _root.chrono._x - 3;
Symbol 138 MovieClip Frame 14
_root.chrono._x = _root.chrono._x - 3;
Symbol 138 MovieClip Frame 15
_root.chrono._x = _root.chrono._x - 2;
Symbol 138 MovieClip Frame 19
_root.busy = false;
_root.slideattack = false;
Symbol 139 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 2
stop();
Symbol 139 MovieClip Frame 3
stop();
Symbol 139 MovieClip Frame 4
stop();
Symbol 139 MovieClip Frame 5
stop();
Symbol 139 MovieClip Frame 6
stop();
Symbol 139 MovieClip Frame 7
stop();
Symbol 139 MovieClip Frame 8
stop();
Symbol 139 MovieClip Frame 9
stop();
Symbol 139 MovieClip Frame 10
stop();
Symbol 139 MovieClip Frame 11
stop();
Symbol 139 MovieClip Frame 12
stop();
Symbol 144 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 34
stop();
Symbol 160 MovieClip Frame 1
if (hitzone.hitTest(_root.chrono.hit)) {
unf.play();
_root.hp = _root.hp - 2;
}
stop();
Symbol 160 MovieClip Frame 2
if (hitzone.hitTest(_root.chrono.hit)) {
unf.play();
_root.hp = _root.hp - 2;
}
stop();
Symbol 160 MovieClip Frame 3
stop();
Symbol 165 MovieClip Frame 1
if (hitzone.hitTest(_root.chrono.hit)) {
_root.hp = _root.hp - 5;
unf.play();
}
Symbol 165 MovieClip Frame 4
gotoAndPlay (1);
Symbol 165 MovieClip Frame 15
stop();
Symbol 167 MovieClip Frame 1
function camControl() {
var _local2 = _parent;
var _local3 = this;
parentColor.setTransform(camColor.getTransform());
var _local1 = sX / _local3._width;
var scaleY = (sY / _local3._height);
_local2._x = cX - (_local3._x * _local1);
_local2._y = cY - (_local3._y * scaleY);
_local2._xscale = 100 * _local1;
_local2._yscale = 100 * scaleY;
}
function resetStage() {
var _local1 = _parent;
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_local1._xscale = 100;
_local1._yscale = 100;
_local1._x = 0;
_local1._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Symbol 182 MovieClip Frame 89
stop();
Symbol 185 MovieClip Frame 1
if (_root.movingleft == true) {
_root.chrono._x = 1000;
_root.movingleft = false;
}
Symbol 186 MovieClip Frame 1
if (_root.hp <= 0) {
_root.gotoAndPlay("Game Over");
}
Symbol 190 MovieClip Frame 89
stop();
Symbol 196 MovieClip Frame 89
stop();
Symbol 200 MovieClip Frame 89
stop();
Symbol 208 Button
on (release) {
stopAllSounds();
gotoAndPlay (474);
}
Symbol 212 Button
on (release) {
gotoAndPlay (473);
}