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

Happy New Year!

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

Chrono Trigger FF Demo.swf

This is the info page for
Flash #35135

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


Text
Dailytoon 01082005

Chrono Trigger Forsaken Future
Official Demo

Controls:

Left Arrow = Walk left
Right Arrow = Walk right
Space Bar = Normal attack
Down Arrow = Slide attack
Up Arrow = Jump attack

Start

Please enter a name.

(Maximum 8 Characters)

Done

In your quest, you find a way to
transport to the future, where you find
a town being oppressed by strange
mutant creatures from a warehouse.
Determined to not let your past
efforts be in vain, you enter the ruins
which surround the warehouse.

HP:

West

Fargic City Ruins

East

Entrance

Fargic Warehouse

Sorry folks! That's the end of
the demo! I cannot show you
the amazing boss fight that
would come at about now.

Replay Demo

Game Over

Play again

ActionScript [AS1/AS2]

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); }

Library Items

Symbol 5 GraphicUsed by:6
Symbol 6 MovieClip [BoundingBox]Uses:5Used by:25 29 33
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClip [BrdrShdw]Uses:7Used by:11 16 17
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClip [BrdrFace]Uses:9Used by:11 16 17
Symbol 11 MovieClip [SimpleButtonDown]Uses:8 10Used by:29
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClip [BrdrBlk]Uses:12Used by:16 17
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClip [BrdrHilght]Uses:14Used by:16 17
Symbol 16 MovieClip [SimpleButtonIn]Uses:13 15 8 10Used by:29
Symbol 17 MovieClip [SimpleButtonUp]Uses:13 10 8 15Used by:29
Symbol 18 MovieClip [Defaults]Used by:20
Symbol 19 MovieClip [UIObjectExtensions]Used by:20
Symbol 20 MovieClip [UIObject]Uses:18 19Used by:26 28 30
Symbol 21 GraphicUsed by:23
Symbol 22 GraphicUsed by:23
Symbol 23 ButtonUses:21 22Used by:26
Symbol 24 MovieClipUsed by:26
Symbol 25 MovieClip [FocusRect]Uses:6Used by:26
Symbol 26 MovieClip [FocusManager]Uses:23 24 25 20Used by:28
Symbol 27 MovieClip [UIComponentExtensions]Used by:28
Symbol 28 MovieClip [UIComponent]Uses:20 26 27Used by:29
Symbol 29 MovieClip [SimpleButton]Uses:6 11 16 17 28Used by:33
Symbol 30 MovieClip [Border]Uses:20Used by:31 33
Symbol 31 MovieClip [RectBorder]Uses:30Used by:33
Symbol 32 MovieClip [ButtonSkin]Used by:33
Symbol 33 MovieClip [Button]Uses:6 29 30 31 32
Symbol 54 GraphicUsed by:98 186 187 208 212  Timeline
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:Timeline
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:Timeline
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:Timeline
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:Timeline
Symbol 63 SoundUsed by:Timeline
Symbol 64 FontUsed by:65 81 82 83 86 91
Symbol 65 EditableTextUses:64Used by:Timeline
Symbol 66 ShapeTweeningUsed by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 FontUsed by:69 74 76 210 211
Symbol 69 TextUses:68Used by:Timeline
Symbol 70 FontUsed by:71
Symbol 71 TextUses:70Used by:Timeline
Symbol 72 FontUsed by:73 95 180 181 189 194 195 205 206
Symbol 73 TextUses:72Used by:Timeline
Symbol 74 TextUses:68Used by:Timeline
Symbol 75 GraphicUsed by:77
Symbol 76 TextUses:68Used by:77
Symbol 77 ButtonUses:75 76Used by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 GraphicUsed by:Timeline
Symbol 81 EditableTextUses:64Used by:Timeline
Symbol 82 TextUses:64Used by:84
Symbol 83 TextUses:64Used by:84
Symbol 84 MovieClipUses:82 83Used by:Timeline
Symbol 85 GraphicUsed by:89
Symbol 86 TextUses:64Used by:89
Symbol 87 GraphicUsed by:89
Symbol 88 GraphicUsed by:89
Symbol 89 ButtonUses:85 86 87 88Used by:Timeline
Symbol 90 SoundUsed by:Timeline
Symbol 91 EditableTextUses:64Used by:92
Symbol 92 MovieClipUses:91Used by:Timeline
Symbol 93 ShapeTweeningUsed by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 TextUses:72Used by:Timeline
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:Timeline
Symbol 98 MovieClipUses:54Used by:99 100
Symbol 99 MovieClipUses:98Used by:Timeline
Symbol 100 MovieClipUses:98Used by:Timeline
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:139
Symbol 103 GraphicUsed by:127 133 139 204
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:139
Symbol 106 GraphicUsed by:112
Symbol 107 GraphicUsed by:112
Symbol 108 GraphicUsed by:112
Symbol 109 GraphicUsed by:112
Symbol 110 GraphicUsed by:112
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:106 107 108 109 110 111Used by:139  Timeline
Symbol 113 GraphicUsed by:139
Symbol 114 GraphicUsed by:120
Symbol 115 GraphicUsed by:120
Symbol 116 GraphicUsed by:120
Symbol 117 GraphicUsed by:120
Symbol 118 GraphicUsed by:120
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:114 115 116 117 118 119Used by:139
Symbol 121 GraphicUsed by:127
Symbol 122 SoundUsed by:127
Symbol 123 GraphicUsed by:127
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:127 133 137 138
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:121 122 123 125 126 103Used by:139
Symbol 128 GraphicUsed by:133
Symbol 129 GraphicUsed by:133
Symbol 130 SoundUsed by:133
Symbol 131 GraphicUsed by:133
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:128 129 130 125 131 132 103Used by:139
Symbol 134 GraphicUsed by:137 138
Symbol 135 SoundUsed by:137
Symbol 136 GraphicUsed by:137 138
Symbol 137 MovieClipUses:134 135 125 136Used by:139
Symbol 138 MovieClipUses:134 125 136Used by:139
Symbol 139 MovieClipUses:102 103 105 112 113 120 127 133 137 138Used by:Timeline
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:140Used by:160 165
Symbol 142 GraphicUsed by:144 182 190 196 200  Timeline
Symbol 143 SoundUsed by:144
Symbol 144 MovieClipUses:142 143Used by:160 165
Symbol 145 GraphicUsed by:148
Symbol 146 GraphicUsed by:148
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:145 146 147Used by:160
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:149Used by:159
Symbol 151 SoundUsed by:159
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:159
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:154Used by:159
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:156Used by:159
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:150 151 153 155 157 158Used by:160
Symbol 160 MovieClipUses:141 144 148 159Used by:Timeline
Symbol 161 GraphicUsed by:165
Symbol 162 GraphicUsed by:165
Symbol 163 GraphicUsed by:165
Symbol 164 SoundUsed by:165
Symbol 165 MovieClipUses:144 141 161 162 163 164Used by:Timeline
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:Timeline
Symbol 168 GraphicUsed by:178
Symbol 169 FontUsed by:170 171 172 173 174 175 176 177
Symbol 170 EditableTextUses:169Used by:178
Symbol 171 EditableTextUses:169Used by:178
Symbol 172 EditableTextUses:169Used by:178
Symbol 173 EditableTextUses:169Used by:178
Symbol 174 EditableTextUses:169Used by:178
Symbol 175 EditableTextUses:169Used by:178
Symbol 176 TextUses:169Used by:178
Symbol 177 EditableTextUses:169Used by:178
Symbol 178 MovieClipUses:168 170 171 172 173 174 175 176 177Used by:Timeline
Symbol 179 ShapeTweeningUsed by:182
Symbol 180 TextUses:72Used by:182
Symbol 181 TextUses:72Used by:182 190
Symbol 182 MovieClipUses:179 180 181 142Used by:Timeline
Symbol 183 SoundUsed by:Timeline
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:Timeline
Symbol 186 MovieClipUses:54Used by:Timeline
Symbol 187 MovieClipUses:54Used by:Timeline
Symbol 188 ShapeTweeningUsed by:190
Symbol 189 TextUses:72Used by:190
Symbol 190 MovieClipUses:188 189 181 142Used by:Timeline
Symbol 191 BitmapUsed by:192
Symbol 192 GraphicUses:191Used by:Timeline
Symbol 193 ShapeTweeningUsed by:196
Symbol 194 TextUses:72Used by:196
Symbol 195 TextUses:72Used by:196 200
Symbol 196 MovieClipUses:193 194 195 142Used by:Timeline
Symbol 197 BitmapUsed by:198
Symbol 198 GraphicUses:197Used by:Timeline
Symbol 199 ShapeTweeningUsed by:200
Symbol 200 MovieClipUses:199 195 142Used by:Timeline
Symbol 201 BitmapUsed by:202
Symbol 202 GraphicUses:201Used by:Timeline
Symbol 203 ShapeTweeningUsed by:Timeline
Symbol 204 MovieClipUses:103Used by:Timeline
Symbol 205 TextUses:72Used by:Timeline
Symbol 206 TextUses:72Used by:208
Symbol 207 GraphicUsed by:208
Symbol 208 ButtonUses:206 207 54Used by:Timeline
Symbol 209 SoundUsed by:Timeline
Symbol 210 TextUses:68Used by:Timeline
Symbol 211 TextUses:68Used by:212
Symbol 212 ButtonUses:211 54Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"fcrwe"Frame 2007Symbol 100 MovieClip
"chrono"Frame 2007Symbol 139 MovieClip
"fcretware"Frame 2010Symbol 100 MovieClip
"fcrew"Frame 2010Symbol 187 MovieClip
"chrono"Frame 2010Symbol 139 MovieClip
"rw"Frame 2013Symbol 100 MovieClip
"fwte"Frame 2013Symbol 187 MovieClip
"chrono"Frame 2013Symbol 139 MovieClip
"rw"Frame 2016Symbol 100 MovieClip
"fwte"Frame 2016Symbol 187 MovieClip
"chrono"Frame 2016Symbol 139 MovieClip
"chrono"Frame 2019Symbol 112 MovieClip
"chrono"Frame 2128Symbol 204 MovieClip
"b"Symbol 11 MovieClip [SimpleButtonDown] Frame 1Symbol 8 MovieClip [BrdrShdw]
"face"Symbol 11 MovieClip [SimpleButtonDown] Frame 1Symbol 10 MovieClip [BrdrFace]
"b"Symbol 16 MovieClip [SimpleButtonIn] Frame 1Symbol 13 MovieClip [BrdrBlk]
"it"Symbol 16 MovieClip [SimpleButtonIn] Frame 1Symbol 15 MovieClip [BrdrHilght]
"g"Symbol 16 MovieClip [SimpleButtonIn] Frame 1Symbol 8 MovieClip [BrdrShdw]
"face"Symbol 16 MovieClip [SimpleButtonIn] Frame 1Symbol 10 MovieClip [BrdrFace]
"ob"Symbol 17 MovieClip [SimpleButtonUp] Frame 1Symbol 13 MovieClip [BrdrBlk]
"ol"Symbol 17 MovieClip [SimpleButtonUp] Frame 1Symbol 10 MovieClip [BrdrFace]
"ib"Symbol 17 MovieClip [SimpleButtonUp] Frame 1Symbol 8 MovieClip [BrdrShdw]
"il"Symbol 17 MovieClip [SimpleButtonUp] Frame 1Symbol 15 MovieClip [BrdrHilght]
"face"Symbol 17 MovieClip [SimpleButtonUp] Frame 1Symbol 10 MovieClip [BrdrFace]
"boundingBox_mc"Symbol 25 MovieClip [FocusRect] Frame 1Symbol 6 MovieClip [BoundingBox]
"tabCapture"Symbol 26 MovieClip [FocusManager] Frame 1Symbol 23 Button
"boundingBox_mc"Symbol 29 MovieClip [SimpleButton] Frame 1Symbol 6 MovieClip [BoundingBox]
"boundingBox_mc"Symbol 33 MovieClip [Button] Frame 1Symbol 6 MovieClip [BoundingBox]
"slashzone"Symbol 127 MovieClip Frame 6Symbol 125 MovieClip
"slashzone"Symbol 133 MovieClip Frame 9Symbol 125 MovieClip
"slashzone"Symbol 137 MovieClip Frame 3Symbol 125 MovieClip
"slashzone"Symbol 138 MovieClip Frame 3Symbol 125 MovieClip
"hit"Symbol 139 MovieClip Frame 1Symbol 102 MovieClip
"chronoswoopzone"Symbol 139 MovieClip Frame 1Symbol 105 MovieClip
"chronoattack"Symbol 139 MovieClip Frame 5Symbol 127 MovieClip
"chronoattack"Symbol 139 MovieClip Frame 7Symbol 133 MovieClip
"chronoattack"Symbol 139 MovieClip Frame 9Symbol 137 MovieClip
"chronoattack"Symbol 139 MovieClip Frame 10Symbol 138 MovieClip
"hitzone"Symbol 160 MovieClip Frame 1Symbol 141 MovieClip
"unf"Symbol 160 MovieClip Frame 1Symbol 144 MovieClip
"unf"Symbol 165 MovieClip Frame 1Symbol 144 MovieClip
"hitzone"Symbol 165 MovieClip Frame 1Symbol 141 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 6 as "BoundingBox"
ExportAssets (56)Timeline Frame 1Symbol 8 as "BrdrShdw"
ExportAssets (56)Timeline Frame 1Symbol 10 as "BrdrFace"
ExportAssets (56)Timeline Frame 1Symbol 11 as "SimpleButtonDown"
ExportAssets (56)Timeline Frame 1Symbol 13 as "BrdrBlk"
ExportAssets (56)Timeline Frame 1Symbol 15 as "BrdrHilght"
ExportAssets (56)Timeline Frame 1Symbol 16 as "SimpleButtonIn"
ExportAssets (56)Timeline Frame 1Symbol 17 as "SimpleButtonUp"
ExportAssets (56)Timeline Frame 1Symbol 18 as "Defaults"
ExportAssets (56)Timeline Frame 1Symbol 19 as "UIObjectExtensions"
ExportAssets (56)Timeline Frame 1Symbol 20 as "UIObject"
ExportAssets (56)Timeline Frame 1Symbol 25 as "FocusRect"
ExportAssets (56)Timeline Frame 1Symbol 26 as "FocusManager"
ExportAssets (56)Timeline Frame 1Symbol 27 as "UIComponentExtensions"
ExportAssets (56)Timeline Frame 1Symbol 28 as "UIComponent"
ExportAssets (56)Timeline Frame 1Symbol 29 as "SimpleButton"
ExportAssets (56)Timeline Frame 1Symbol 30 as "Border"
ExportAssets (56)Timeline Frame 1Symbol 31 as "RectBorder"
ExportAssets (56)Timeline Frame 1Symbol 32 as "ButtonSkin"
ExportAssets (56)Timeline Frame 1Symbol 33 as "Button"
ExportAssets (56)Timeline Frame 1Symbol 33 as "Button"

Labels

"Fargic City Ruins(West)"Frame 2007
"Fargic City Ruins(East)"Frame 2010
"Fargic Warehouse E"Frame 2013
"Fargic Warehouse E2"Frame 2016
"Fargic Warehouse Boss Cinema"Frame 2019
"Game Over"Frame 2381

Dynamic Text Variables

_root.perloadedSymbol 65 EditableText""
_root.nameSymbol 81 EditableText""
_root.fadingdialogSymbol 91 EditableText""
_root.nameSymbol 170 EditableText""
_root.nameSymbol 171 EditableText""
_root.nameSymbol 172 EditableText""
_root.nameSymbol 173 EditableText""
_root.nameSymbol 174 EditableText""
_root.nameSymbol 175 EditableText""
_root.hpSymbol 177 EditableText""




http://swfchan.com/8/35135/info.shtml
Created: 16/5 -2019 09:25:15 Last modified: 16/5 -2019 09:25:15 Server time: 03/01 -2025 05:17:06