Frame 1
stop();
Frame 2
stop();
Instance of Symbol 41 MovieClip in Frame 2
onClipEvent (load) {
startDrag (this, true);
Mouse.hide();
}
Frame 3
level = level + 1;
stop();
Symbol 19 Button
on (release) {
_root.play();
}
Symbol 20 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 20 MovieClip Frame 2
gotoAndPlay (1);
Symbol 36 MovieClip Frame 52
tellTarget (_parent.black) {
play();
};
stop();
Symbol 37 MovieClip Frame 1
stop();
Symbol 37 MovieClip Frame 10
tellTarget (_parent) {
nextFrame();
};
Symbol 70 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 1
tellTarget (_parent.strike) {
play();
};
Symbol 86 MovieClip Frame 98
stop();
Instance of Symbol 84 MovieClip in Symbol 86 MovieClip Frame 98
onClipEvent (enterFrame) {
if (_root.hero.stop) {
if (_root.hit.hit.still) {
tellTarget (_parent._parent.strike) {
stop();
};
if (_parent._parent.strike.a) {
tellTarget (_parent._parent) {
play();
};
}
if (_parent._parent.strike.b) {
tellTarget (_root.enemy.enemy) {
gotoAndPlay (30);
};
}
tellTarget (_parent) {
nextFrame();
};
}
}
}
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 61
Instance of Symbol 84 MovieClip in Symbol 90 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_parent._parent.live) {
_parent._parent.health = 0;
tellTarget (_parent._parent) {
gotoAndPlay (55);
};
}
}
Symbol 93 MovieClip Frame 1
_parent.health = _parent.health + 60;
Symbol 93 MovieClip Frame 2
stop();
Symbol 99 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 51
tellTarget (_root.monsterdamage) {
gotoAndStop (4);
};
Symbol 99 MovieClip Frame 59
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 99 MovieClip Frame 60
gotoAndPlay (2);
Symbol 108 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip "live" in Symbol 108 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 84 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Symbol 108 MovieClip Frame 2
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 108 MovieClip Frame 13
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 108 MovieClip Frame 15
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Instance of Symbol 84 MovieClip "attack" in Symbol 108 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (1);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
}
if (_root.hero.armour.d or _root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
}
}
}
}
Symbol 108 MovieClip Frame 19
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 108 MovieClip Frame 22
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 108 MovieClip Frame 23
if (_root.hero.hit.hit) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (9);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (12);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (10);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (15);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (31);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (11);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (34);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (9);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (40);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (10);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (14);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (41);
};
}
}
}
if (_root.hero.hit.hard) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (11);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (15);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (35);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (9);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (36);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (40);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (15);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (35);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (45);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (36);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (50);
};
}
}
}
Symbol 108 MovieClip Frame 29
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 108 MovieClip Frame 30
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 108 MovieClip Frame 37
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 108 MovieClip Frame 39
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Symbol 108 MovieClip Frame 40
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (1);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (1);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
}
if (_root.hero.armour.d or _root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (1);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (1);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (1);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (1);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
}
}
}
Symbol 108 MovieClip Frame 51
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 108 MovieClip Frame 54
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
gotoAndStop (1);
Symbol 108 MovieClip Frame 70
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (2);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 114 MovieClip Frame 1
tellTarget (_parent.strike) {
play();
};
Symbol 114 MovieClip Frame 93
stop();
Instance of Symbol 84 MovieClip in Symbol 114 MovieClip Frame 93
onClipEvent (enterFrame) {
if (_root.hero.stop) {
if (_root.hit.hit.still) {
tellTarget (_parent._parent.strike) {
stop();
};
if (_parent._parent.strike.a) {
tellTarget (_parent._parent) {
play();
};
}
if (_parent._parent.strike.b) {
tellTarget (_root.enemy.enemy) {
gotoAndPlay (30);
};
}
tellTarget (_parent) {
nextFrame();
};
}
}
}
Symbol 115 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 71
Instance of Symbol 84 MovieClip in Symbol 115 MovieClip Frame 71
onClipEvent (enterFrame) {
if (_parent._parent.live) {
_parent._parent.health = 0;
tellTarget (_parent._parent) {
gotoAndPlay (55);
};
}
}
Symbol 116 MovieClip Frame 1
_parent.health = _parent.health + 70;
Symbol 116 MovieClip Frame 2
stop();
Symbol 121 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Symbol 121 MovieClip Frame 2
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 121 MovieClip Frame 13
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 121 MovieClip Frame 15
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Instance of Symbol 84 MovieClip "attack" in Symbol 121 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (20);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (22);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
}
if (_root.hero.armour.d or _root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
}
}
}
}
Symbol 121 MovieClip Frame 19
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 121 MovieClip Frame 22
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 121 MovieClip Frame 23
if (_root.hero.hit.hit) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (32);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (40);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (42);
};
}
}
}
if (_root.hero.hit.hard) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (35);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (9);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (32);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (39);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (33);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (44);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (36);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (50);
};
}
}
}
Symbol 121 MovieClip Frame 29
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 121 MovieClip Frame 30
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 121 MovieClip Frame 37
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 121 MovieClip Frame 39
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Symbol 121 MovieClip Frame 40
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (22);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (22);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (24);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
}
if (_root.hero.armour.d or _root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
}
}
}
Symbol 121 MovieClip Frame 51
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 121 MovieClip Frame 54
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
gotoAndStop (1);
Symbol 121 MovieClip Frame 70
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (3);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 128 MovieClip Frame 1
tellTarget (_parent.strike) {
play();
};
Symbol 128 MovieClip Frame 84
stop();
Instance of Symbol 84 MovieClip in Symbol 128 MovieClip Frame 84
onClipEvent (enterFrame) {
if (_root.hero.stop) {
if (_root.hit.hit.still) {
tellTarget (_parent._parent.strike) {
stop();
};
if (_parent._parent.strike.a) {
tellTarget (_parent._parent) {
play();
};
}
if (_parent._parent.strike.b) {
tellTarget (_root.enemy.enemy) {
gotoAndPlay (30);
};
}
tellTarget (_parent) {
nextFrame();
};
}
}
}
Symbol 140 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 140 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Symbol 140 MovieClip Frame 2
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 140 MovieClip Frame 13
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
gotoAndStop (22);
}
Symbol 140 MovieClip Frame 14
tellTarget (_root.hit) {
gotoAndStop (9);
};
tellTarget (_root.hero.hit) {
gotoAndStop (10);
};
Symbol 140 MovieClip Frame 15
tellTarget (_root.hit.hit) {
play();
};
stop();
Symbol 140 MovieClip Frame 16
if (_root.hero.hit.drowzy) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
tellTarget (_root.drowzy) {
gotoAndPlay (2);
};
}
Symbol 140 MovieClip Frame 17
tellTarget (_root.hero.hit.hit) {
gotoAndStop (1);
};
Symbol 140 MovieClip Frame 19
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 140 MovieClip Frame 22
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 140 MovieClip Frame 23
if (_root.hero.hit.hit) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (28);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (36);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (41);
};
}
}
}
if (_root.hero.hit.hard) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (34);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (9);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (28);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (31);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (28);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (38);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (32);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (43);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (37);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (50);
};
}
}
}
Symbol 140 MovieClip Frame 29
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 140 MovieClip Frame 30
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 140 MovieClip Frame 37
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 140 MovieClip Frame 39
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Symbol 140 MovieClip Frame 40
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (25);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (22);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (21);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
}
if (_root.hero.armour.d or _root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
}
}
}
Symbol 140 MovieClip Frame 51
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 140 MovieClip Frame 54
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
gotoAndStop (1);
Symbol 140 MovieClip Frame 70
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (4);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 153 MovieClip Frame 18
gotoAndPlay (1);
Symbol 159 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 91
Instance of Symbol 84 MovieClip in Symbol 159 MovieClip Frame 91
onClipEvent (enterFrame) {
if (_parent._parent.live) {
_parent._parent.health = 0;
tellTarget (_parent._parent) {
gotoAndPlay (55);
};
}
}
Symbol 160 MovieClip Frame 1
_parent.health = _parent.health + 90;
Symbol 160 MovieClip Frame 2
stop();
Symbol 163 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Symbol 163 MovieClip Frame 2
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 163 MovieClip Frame 13
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 163 MovieClip Frame 15
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Instance of Symbol 84 MovieClip "attack" in Symbol 163 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (24);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
}
if (_root.hero.armour.d or _root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
}
}
}
}
Symbol 163 MovieClip Frame 19
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 163 MovieClip Frame 22
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 163 MovieClip Frame 23
if (_root.hero.hit.hit) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (9);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (28);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (39);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (42);
};
}
}
}
if (_root.hero.hit.hard) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (34);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (28);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (36);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (14);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (40);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (34);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (49);
};
}
}
}
Symbol 163 MovieClip Frame 29
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 163 MovieClip Frame 30
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 163 MovieClip Frame 37
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 163 MovieClip Frame 39
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Symbol 163 MovieClip Frame 40
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (25);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (20);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
}
if (_root.hero.armour.d or _root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
}
}
}
Symbol 163 MovieClip Frame 51
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 163 MovieClip Frame 54
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
gotoAndStop (1);
Symbol 163 MovieClip Frame 70
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (5);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 173 MovieClip Frame 18
gotoAndPlay (1);
Symbol 180 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 121
Instance of Symbol 84 MovieClip in Symbol 180 MovieClip Frame 121
onClipEvent (enterFrame) {
if (_parent._parent.live) {
_parent._parent.health = 0;
tellTarget (_parent._parent) {
gotoAndPlay (55);
};
}
}
Symbol 181 MovieClip Frame 1
_parent.health = _parent.health + 120;
Symbol 181 MovieClip Frame 2
stop();
Symbol 184 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Symbol 184 MovieClip Frame 2
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 184 MovieClip Frame 13
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 184 MovieClip Frame 15
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Instance of Symbol 84 MovieClip "attack" in Symbol 184 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (24);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
}
if (_root.hero.armour.d or _root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
}
}
}
}
Symbol 184 MovieClip Frame 19
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 184 MovieClip Frame 22
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 184 MovieClip Frame 23
if (_root.hero.hit.hit) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (4);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (4);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (15);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (4);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (37);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (42);
};
}
}
}
if (_root.hero.hit.hard) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (33);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (28);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (35);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (39);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (33);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (48);
};
}
}
}
Symbol 184 MovieClip Frame 29
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 184 MovieClip Frame 30
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 184 MovieClip Frame 37
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 184 MovieClip Frame 39
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Symbol 184 MovieClip Frame 40
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (25);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (20);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
}
if (_root.hero.armour.d or _root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
}
}
}
Symbol 184 MovieClip Frame 51
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 184 MovieClip Frame 54
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
gotoAndStop (1);
Symbol 184 MovieClip Frame 70
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (6);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 195 MovieClip Frame 18
gotoAndPlay (1);
Symbol 203 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Symbol 203 MovieClip Frame 2
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 203 MovieClip Frame 13
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 203 MovieClip Frame 15
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Instance of Symbol 84 MovieClip "attack" in Symbol 203 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (25);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (20);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
}
if (_root.hero.armour.d or _root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
}
}
}
}
Symbol 203 MovieClip Frame 19
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 203 MovieClip Frame 22
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 203 MovieClip Frame 23
if (_root.hero.hit.hit) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (4);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (4);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (15);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (4);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (37);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (42);
};
}
}
}
if (_root.hero.hit.hard) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (33);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (28);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (35);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (39);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (33);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (48);
};
}
}
}
Symbol 203 MovieClip Frame 29
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 203 MovieClip Frame 30
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 203 MovieClip Frame 37
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 203 MovieClip Frame 39
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Symbol 203 MovieClip Frame 40
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (14);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (27);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (24);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
}
if (_root.hero.armour.d or _root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
}
}
}
Symbol 203 MovieClip Frame 51
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 203 MovieClip Frame 54
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
gotoAndStop (1);
Symbol 203 MovieClip Frame 70
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (7);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 209 MovieClip Frame 1
tellTarget (_parent.strike) {
play();
};
Symbol 209 MovieClip Frame 79
stop();
Instance of Symbol 84 MovieClip in Symbol 209 MovieClip Frame 79
onClipEvent (enterFrame) {
if (_root.hero.stop) {
if (_root.hit.hit.still) {
tellTarget (_parent._parent.strike) {
stop();
};
if (_parent._parent.strike.a) {
tellTarget (_parent._parent) {
play();
};
}
if (_parent._parent.strike.b) {
tellTarget (_root.enemy.enemy) {
gotoAndPlay (30);
};
}
tellTarget (_parent) {
nextFrame();
};
}
}
}
Symbol 216 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 216 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Symbol 216 MovieClip Frame 2
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 216 MovieClip Frame 13
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 216 MovieClip Frame 15
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Instance of Symbol 84 MovieClip "attack" in Symbol 216 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (25);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (14);
};
}
}
if (_root.hero.armour.d or _root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
}
}
}
}
Symbol 216 MovieClip Frame 19
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 216 MovieClip Frame 22
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 216 MovieClip Frame 23
if (_root.hero.hit.hit) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (32);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (40);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (42);
};
}
}
}
if (_root.hero.hit.hard) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (32);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (31);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (41);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (31);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (47);
};
}
}
}
Symbol 216 MovieClip Frame 29
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 216 MovieClip Frame 30
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 216 MovieClip Frame 37
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 216 MovieClip Frame 39
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Symbol 216 MovieClip Frame 40
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (25);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (14);
};
}
}
if (_root.hero.armour.d or _root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
}
}
}
Symbol 216 MovieClip Frame 41
tellTarget (_root.hero.hit) {
gotoAndStop (1);
};
Symbol 216 MovieClip Frame 51
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 216 MovieClip Frame 54
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
gotoAndStop (1);
Symbol 216 MovieClip Frame 70
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (8);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 224 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 224 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Symbol 224 MovieClip Frame 2
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 224 MovieClip Frame 13
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 224 MovieClip Frame 15
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Instance of Symbol 84 MovieClip "attack" in Symbol 224 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (27);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (16);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
}
}
}
}
Symbol 224 MovieClip Frame 18
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
gotoAndStop (22);
}
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndStop (1);
};
}
if (_root.hero.hit.block) {
gotoAndStop (22);
}
Symbol 224 MovieClip Frame 19
if (_root.hero.hit.miss) {
tellTarget (_root.hit) {
gotoAndStop (9);
};
tellTarget (_root.hero.hit) {
gotoAndStop (12);
};
}
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 224 MovieClip Frame 20
tellTarget (_root.hit.hit) {
play();
};
stop();
Symbol 224 MovieClip Frame 21
if (_root.hero.hit.blind) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
tellTarget (_root.blind) {
gotoAndPlay (2);
};
}
Symbol 224 MovieClip Frame 22
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 224 MovieClip Frame 23
if (_root.hero.hit.hit) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (32);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (40);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (42);
};
}
}
}
if (_root.hero.hit.hard) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (32);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (31);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (41);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (31);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (47);
};
}
}
}
Symbol 224 MovieClip Frame 29
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 224 MovieClip Frame 30
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 224 MovieClip Frame 37
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 224 MovieClip Frame 39
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Symbol 224 MovieClip Frame 40
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (14);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (28);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (18);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
}
}
}
Symbol 224 MovieClip Frame 45
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 224 MovieClip Frame 48
tellTarget (_root.hero.hit) {
gotoAndStop (1);
};
Symbol 224 MovieClip Frame 54
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
gotoAndStop (1);
Symbol 224 MovieClip Frame 70
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (9);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 231 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Symbol 231 MovieClip Frame 2
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 231 MovieClip Frame 13
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 231 MovieClip Frame 15
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Instance of Symbol 84 MovieClip "attack" in Symbol 231 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (27);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (16);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
}
}
}
}
Symbol 231 MovieClip Frame 19
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 231 MovieClip Frame 22
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 231 MovieClip Frame 23
if (_root.hero.hit.hit) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (32);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (40);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (42);
};
}
}
}
if (_root.hero.hit.hard) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (32);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (31);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (41);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (31);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (47);
};
}
}
}
Symbol 231 MovieClip Frame 29
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 231 MovieClip Frame 30
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 231 MovieClip Frame 37
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 231 MovieClip Frame 39
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Symbol 231 MovieClip Frame 40
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (14);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (28);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (18);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
}
}
}
Symbol 231 MovieClip Frame 45
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 231 MovieClip Frame 47
tellTarget (_root.hero.hit) {
gotoAndStop (1);
};
Symbol 231 MovieClip Frame 54
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
gotoAndStop (1);
Symbol 231 MovieClip Frame 70
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (10);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 245 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 51
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 245 MovieClip Frame 59
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 245 MovieClip Frame 60
gotoAndPlay (2);
Symbol 248 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 248 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Symbol 248 MovieClip Frame 2
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 248 MovieClip Frame 13
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 248 MovieClip Frame 15
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Instance of Symbol 84 MovieClip "attack" in Symbol 248 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (27);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (16);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
}
}
}
}
Symbol 248 MovieClip Frame 18
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
gotoAndStop (22);
}
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndStop (1);
};
}
if (_root.hero.hit.block) {
gotoAndStop (22);
}
Symbol 248 MovieClip Frame 19
if (_root.hero.hit.miss) {
tellTarget (_root.hit) {
gotoAndStop (9);
};
tellTarget (_root.hero.hit) {
gotoAndStop (13);
};
}
Symbol 248 MovieClip Frame 20
tellTarget (_root.hit.hit) {
play();
};
stop();
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 248 MovieClip Frame 21
if (_root.hero.hit.drain) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
_root.mana = _root.mana - 10;
tellTarget (_root.magic.magic) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
}
Symbol 248 MovieClip Frame 22
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 248 MovieClip Frame 23
if (_root.hero.hit.hit) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (32);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (40);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (42);
};
}
}
}
if (_root.hero.hit.hard) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (32);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (31);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (41);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (31);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (47);
};
}
}
}
Symbol 248 MovieClip Frame 29
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 248 MovieClip Frame 30
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 248 MovieClip Frame 37
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 248 MovieClip Frame 39
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Symbol 248 MovieClip Frame 40
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (14);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (28);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (18);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
}
}
}
Symbol 248 MovieClip Frame 51
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 248 MovieClip Frame 54
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
gotoAndStop (1);
Symbol 248 MovieClip Frame 70
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (11);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 257 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 141
Instance of Symbol 84 MovieClip in Symbol 257 MovieClip Frame 141
onClipEvent (enterFrame) {
if (_parent._parent.live) {
_parent._parent.health = 0;
tellTarget (_parent._parent) {
gotoAndPlay (55);
};
}
}
Symbol 258 MovieClip Frame 1
_parent.health = _parent.health + 140;
Symbol 258 MovieClip Frame 2
stop();
Symbol 261 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 261 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Symbol 261 MovieClip Frame 2
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 261 MovieClip Frame 13
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 261 MovieClip Frame 15
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Instance of Symbol 84 MovieClip "attack" in Symbol 261 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (31);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
}
}
}
}
Symbol 261 MovieClip Frame 18
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
gotoAndStop (22);
}
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndStop (1);
};
}
if (_root.hero.hit.block) {
gotoAndStop (22);
}
Symbol 261 MovieClip Frame 19
if (_root.hero.hit.miss) {
tellTarget (_root.hit) {
gotoAndStop (9);
};
tellTarget (_root.hero.hit) {
gotoAndStop (13);
};
}
Symbol 261 MovieClip Frame 20
tellTarget (_root.hit.hit) {
play();
};
stop();
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 261 MovieClip Frame 21
if (_root.hero.hit.drain) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
_root.mana = _root.mana - 20;
tellTarget (_root.magic.magic) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
}
Symbol 261 MovieClip Frame 22
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 261 MovieClip Frame 23
if (_root.hero.hit.hit) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (32);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (40);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (42);
};
}
}
}
if (_root.hero.hit.hard) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (30);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (32);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (31);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (41);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (31);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (47);
};
}
}
}
Symbol 261 MovieClip Frame 29
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 261 MovieClip Frame 30
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 261 MovieClip Frame 37
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 261 MovieClip Frame 39
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Symbol 261 MovieClip Frame 40
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (14);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (28);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (18);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
}
}
}
Symbol 261 MovieClip Frame 51
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 261 MovieClip Frame 54
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
gotoAndStop (1);
Symbol 261 MovieClip Frame 70
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (12);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 276 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 276 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Symbol 276 MovieClip Frame 2
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 276 MovieClip Frame 13
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 276 MovieClip Frame 15
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Instance of Symbol 84 MovieClip "attack" in Symbol 276 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (31);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
}
}
}
}
Symbol 276 MovieClip Frame 18
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
gotoAndStop (22);
}
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndStop (1);
};
}
if (_root.hero.hit.block) {
gotoAndStop (22);
}
Symbol 276 MovieClip Frame 19
if (_root.hero.hit.miss) {
tellTarget (_root.hit) {
gotoAndStop (9);
};
tellTarget (_root.hero.hit) {
gotoAndStop (13);
};
}
Symbol 276 MovieClip Frame 20
tellTarget (_root.hit.hit) {
play();
};
stop();
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 276 MovieClip Frame 21
if (_root.hero.hit.drain) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
_root.mana = _root.mana - 40;
tellTarget (_root.magic.magic) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
}
Symbol 276 MovieClip Frame 22
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 276 MovieClip Frame 23
if (_root.hero.hit.hit) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (4);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (4);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (15);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (4);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (37);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (42);
};
}
}
}
if (_root.hero.hit.hard) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (33);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (28);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (12);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (35);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (39);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (33);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (46);
};
}
}
}
Symbol 276 MovieClip Frame 29
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 276 MovieClip Frame 30
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 276 MovieClip Frame 37
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 276 MovieClip Frame 39
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Symbol 276 MovieClip Frame 40
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (14);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (28);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (18);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (2);
};
}
}
}
}
Symbol 276 MovieClip Frame 51
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 276 MovieClip Frame 54
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
gotoAndStop (1);
Symbol 276 MovieClip Frame 70
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (13);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 289 MovieClip Frame 1
stop();
Symbol 289 MovieClip Frame 51
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
Symbol 289 MovieClip Frame 59
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 289 MovieClip Frame 60
gotoAndPlay (2);
Symbol 290 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Symbol 290 MovieClip Frame 2
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 290 MovieClip Frame 13
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 290 MovieClip Frame 15
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Instance of Symbol 84 MovieClip "attack" in Symbol 290 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (18);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (20);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (35);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (14);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (16);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (28);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (14);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (20);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
}
}
}
}
Symbol 290 MovieClip Frame 19
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 290 MovieClip Frame 21
tellTarget (_root.hero.hit) {
gotoAndStop (1);
};
Symbol 290 MovieClip Frame 22
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 290 MovieClip Frame 23
if (_root.hero.hit.hit) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (4);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (8);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (4);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (15);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (4);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (5);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (37);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (42);
};
}
}
}
if (_root.hero.hit.hard) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (33);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (28);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (35);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (39);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (33);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (48);
};
}
}
}
Symbol 290 MovieClip Frame 29
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 290 MovieClip Frame 30
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 290 MovieClip Frame 37
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 290 MovieClip Frame 39
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Symbol 290 MovieClip Frame 40
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (31);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
}
}
}
Symbol 290 MovieClip Frame 51
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 290 MovieClip Frame 53
tellTarget (_root.hero.hit) {
gotoAndStop (1);
};
Symbol 290 MovieClip Frame 54
gotoAndStop (1);
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 290 MovieClip Frame 70
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (14);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (14);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (7);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 301 MovieClip Frame 1
stop();
Symbol 301 MovieClip Frame 171
Instance of Symbol 84 MovieClip in Symbol 301 MovieClip Frame 171
onClipEvent (enterFrame) {
if (_parent._parent.live) {
_parent._parent.health = 0;
tellTarget (_parent._parent) {
gotoAndPlay (55);
};
}
}
Symbol 302 MovieClip Frame 1
_parent.health = _parent.health + 170;
Symbol 302 MovieClip Frame 2
stop();
Symbol 305 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 305 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Symbol 305 MovieClip Frame 2
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 305 MovieClip Frame 13
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 305 MovieClip Frame 15
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Instance of Symbol 84 MovieClip "attack" in Symbol 305 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (20);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (21);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (22);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (37);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (18);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (30);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (14);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (20);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (16);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
}
}
}
}
Symbol 305 MovieClip Frame 19
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 305 MovieClip Frame 21
tellTarget (_root.hero.hit) {
gotoAndStop (1);
};
Symbol 305 MovieClip Frame 22
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 305 MovieClip Frame 24
if (_root.hero.hit.hit) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (3);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (4);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (12);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (2);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (11);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (37);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (10);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (42);
};
}
}
}
if (_root.hero.hit.hard) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (33);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (28);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (11);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (35);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (10);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (39);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (12);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (33);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (48);
};
}
}
}
Symbol 305 MovieClip Frame 29
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 305 MovieClip Frame 30
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 305 MovieClip Frame 37
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 305 MovieClip Frame 39
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Symbol 305 MovieClip Frame 40
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (31);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
}
}
}
Symbol 305 MovieClip Frame 51
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 305 MovieClip Frame 53
tellTarget (_root.hero.hit) {
gotoAndStop (1);
};
Symbol 305 MovieClip Frame 54
gotoAndStop (1);
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 305 MovieClip Frame 70
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (15);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (15);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (7);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 317 MovieClip Frame 1
stop();
Symbol 317 MovieClip Frame 201
Instance of Symbol 84 MovieClip in Symbol 317 MovieClip Frame 201
onClipEvent (enterFrame) {
if (_parent._parent.live) {
_parent._parent.health = 0;
tellTarget (_parent._parent) {
gotoAndPlay (55);
};
}
}
Symbol 319 MovieClip Frame 1
_parent.health = _parent.health + 200;
Symbol 319 MovieClip Frame 2
stop();
Symbol 322 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 322 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Symbol 322 MovieClip Frame 2
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 322 MovieClip Frame 13
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 322 MovieClip Frame 15
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Instance of Symbol 84 MovieClip "attack" in Symbol 322 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (27);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (28);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (29);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (30);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (40);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (24);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (25);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (26);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (27);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (39);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (22);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (23);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (24);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (25);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (26);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (18);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (20);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (21);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (22);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (14);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
}
}
}
}
Symbol 322 MovieClip Frame 19
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 322 MovieClip Frame 21
tellTarget (_root.hero.hit) {
gotoAndStop (1);
};
Symbol 322 MovieClip Frame 22
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 322 MovieClip Frame 24
if (_root.hero.hit.hit) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (3);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (4);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (12);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (2);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (11);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (37);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (10);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (42);
};
}
}
}
if (_root.hero.hit.hard) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (33);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (28);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (11);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (35);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (10);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (39);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (12);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (33);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (48);
};
}
}
}
Symbol 322 MovieClip Frame 29
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 322 MovieClip Frame 30
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 322 MovieClip Frame 37
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 322 MovieClip Frame 39
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Symbol 322 MovieClip Frame 40
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (31);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
}
}
}
Symbol 322 MovieClip Frame 51
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 322 MovieClip Frame 53
tellTarget (_root.hero.hit) {
gotoAndStop (1);
};
Symbol 322 MovieClip Frame 54
gotoAndStop (1);
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 322 MovieClip Frame 70
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (16);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (15);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (7);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 333 MovieClip Frame 1
stop();
Symbol 344 MovieClip Frame 1
stop();
Symbol 348 MovieClip Frame 18
gotoAndPlay (1);
Symbol 355 MovieClip Frame 1
stop();
Symbol 360 MovieClip Frame 1
stop();
Symbol 364 MovieClip Frame 1
stop();
Symbol 371 MovieClip Frame 1
tellTarget (_parent.strike) {
play();
};
Symbol 371 MovieClip Frame 41
stop();
Instance of Symbol 84 MovieClip in Symbol 371 MovieClip Frame 41
onClipEvent (enterFrame) {
if (_root.hero.stop) {
if (_root.hit.hit.still) {
tellTarget (_parent._parent.strike) {
stop();
};
if (_parent._parent.strike.a) {
tellTarget (_parent._parent) {
play();
};
}
if (_parent._parent.strike.b) {
tellTarget (_root.enemy.enemy) {
gotoAndPlay (30);
};
}
tellTarget (_parent) {
nextFrame();
};
}
}
}
Symbol 372 MovieClip Frame 1
stop();
Symbol 372 MovieClip Frame 301
Instance of Symbol 84 MovieClip in Symbol 372 MovieClip Frame 301
onClipEvent (enterFrame) {
if (_parent._parent.live) {
_parent._parent.health = 0;
tellTarget (_parent._parent) {
gotoAndPlay (55);
};
}
}
Symbol 373 MovieClip Frame 1
_parent.health = _parent.health + 300;
Symbol 373 MovieClip Frame 2
stop();
Symbol 376 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Symbol 376 MovieClip Frame 2
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 376 MovieClip Frame 13
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 376 MovieClip Frame 15
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Instance of Symbol 84 MovieClip "attack" in Symbol 376 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (11);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (25);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (20);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
}
if (_root.hero.armour.d or _root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (3);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
}
}
}
}
Symbol 376 MovieClip Frame 19
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 376 MovieClip Frame 22
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
Symbol 376 MovieClip Frame 23
if (_root.hero.hit.hit) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (3);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (7);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (18);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (4);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (12);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (2);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (11);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (21);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (16);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (26);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (37);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (10);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (23);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (42);
};
}
}
}
if (_root.hero.hit.hard) {
if (_root.player.a) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (19);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (25);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (33);
};
}
}
if (_root.player.b) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (6);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (17);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (28);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
}
if (_root.player.c) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (11);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (22);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (27);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (35);
};
}
}
if (_root.player.d) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (10);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (13);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (29);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (39);
};
}
}
if (_root.player.e) {
if (_root.hero.weapon.a) {
tellTarget (_root.monsterdamage) {
gotoAndStop (12);
};
}
if (_root.hero.weapon.b) {
tellTarget (_root.monsterdamage) {
gotoAndStop (20);
};
}
if (_root.hero.weapon.c) {
tellTarget (_root.monsterdamage) {
gotoAndStop (24);
};
}
if (_root.hero.weapon.d) {
tellTarget (_root.monsterdamage) {
gotoAndStop (33);
};
}
if (_root.hero.weapon.e) {
tellTarget (_root.monsterdamage) {
gotoAndStop (48);
};
}
}
}
Symbol 376 MovieClip Frame 29
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 376 MovieClip Frame 30
tellTarget (_root.ATB.ATB) {
stop();
};
Symbol 376 MovieClip Frame 37
if (_root.hero.hit.block) {
tellTarget (_root.hero) {
gotoAndPlay (52);
};
}
Symbol 376 MovieClip Frame 39
if (_root.hero.hit.miss) {
tellTarget (_root.hero) {
gotoAndPlay (41);
};
}
Symbol 376 MovieClip Frame 40
if (_root.hero.hit.miss) {
if (_root.hero.sheild.none) {
tellTarget (_root.monster) {
stop();
};
if (_root.hero.armour.a) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (31);
};
}
}
if (_root.hero.armour.b) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (15);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (17);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
}
if (_root.hero.armour.c) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (9);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (19);
};
}
}
if (_root.hero.armour.d) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (10);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (12);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (13);
};
}
}
if (_root.hero.armour.e) {
if (_root.monster.a) {
tellTarget (_root.damage) {
gotoAndStop (7);
};
}
if (_root.monster.b) {
tellTarget (_root.damage) {
gotoAndStop (6);
};
}
if (_root.monster.c) {
tellTarget (_root.damage) {
gotoAndStop (8);
};
}
if (_root.monster.d) {
tellTarget (_root.damage) {
gotoAndStop (5);
};
}
if (_root.monster.e) {
tellTarget (_root.damage) {
gotoAndStop (4);
};
}
}
}
}
Symbol 376 MovieClip Frame 51
if (_root.hero.hit.counter) {
tellTarget (_root.hero.hit) {
gotoAndStop (2);
};
tellTarget (_root.hero) {
gotoAndPlay (2);
};
}
Symbol 376 MovieClip Frame 54
tellTarget (_root.damage) {
gotoAndStop (1);
};
tellTarget (_root.monster) {
play();
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (ATB) {
gotoAndPlay (1);
};
gotoAndStop (1);
gotoAndStop (1);
Symbol 376 MovieClip Frame 70
stop();
tellTarget (_root.victory) {
gotoAndPlay (2);
};
tellTarget (_root.victory.victory) {
gotoAndStop (17);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.monsterdamage) {
gotoAndStop (1);
};
Symbol 377 MovieClip Frame 1
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 377 MovieClip Frame 2
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 377 MovieClip Frame 3
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 377 MovieClip Frame 4
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 377 MovieClip Frame 5
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 377 MovieClip Frame 6
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 377 MovieClip Frame 7
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 377 MovieClip Frame 8
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 377 MovieClip Frame 9
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 377 MovieClip Frame 10
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 377 MovieClip Frame 11
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 377 MovieClip Frame 12
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 377 MovieClip Frame 13
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 377 MovieClip Frame 14
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 377 MovieClip Frame 15
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 377 MovieClip Frame 16
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 377 MovieClip Frame 17
stop();
tellTarget (_root.hero) {
stop();
};
Symbol 406 MovieClip Frame 1
stop();
Symbol 406 MovieClip Frame 2
tellTarget (_root.expp.expp) {
nextFrame();
nextFrame();
nextFrame();
};
Symbol 406 MovieClip Frame 3
tellTarget (_root.item.item.mana) {
nextFrame();
};
tellTarget (_root.expp.expp) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 406 MovieClip Frame 4
tellTarget (_root.item.item.heal) {
nextFrame();
};
tellTarget (_root.expp.expp) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 406 MovieClip Frame 5
tellTarget (_root.item.item.antidote) {
nextFrame();
};
tellTarget (_root.expp.expp) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 406 MovieClip Frame 6
tellTarget (_root.item.item.sheild) {
nextFrame();
};
tellTarget (_root.expp.expp) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 406 MovieClip Frame 7
tellTarget (_root.item.item.armour) {
nextFrame();
};
tellTarget (_root.expp.expp) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 406 MovieClip Frame 8
tellTarget (_root.item.item.weapon) {
nextFrame();
};
tellTarget (_root.expp.expp) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 406 MovieClip Frame 9
tellTarget (_root.item.item.heal) {
nextFrame();
nextFrame();
};
tellTarget (_root.expp.expp) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 406 MovieClip Frame 10
tellTarget (_root.item.item.venom) {
nextFrame();
};
tellTarget (_root.item.item.antidote) {
nextFrame();
};
tellTarget (_root.expp.expp) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 406 MovieClip Frame 11
tellTarget (_root.item.item.mana) {
nextFrame();
nextFrame();
};
tellTarget (_root.expp.expp) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 406 MovieClip Frame 12
tellTarget (_root.item.item.sheild) {
nextFrame();
nextFrame();
};
tellTarget (_root.expp.expp) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 406 MovieClip Frame 13
tellTarget (_root.item.item.hit) {
nextFrame();
};
tellTarget (_root.item.item.heal) {
nextFrame();
};
tellTarget (_root.expp.expp) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 406 MovieClip Frame 14
tellTarget (_root.item.item.heal) {
nextFrame();
nextFrame();
};
tellTarget (_root.expp.expp) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 406 MovieClip Frame 15
tellTarget (_root.item.item.heal) {
nextFrame();
nextFrame();
nextFrame();
};
tellTarget (_root.expp.expp) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 406 MovieClip Frame 16
tellTarget (_root.item.item.heal) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
tellTarget (_root.expp.expp) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 406 MovieClip Frame 17
tellTarget (_root.item.item.heal) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
tellTarget (_root.expp.expp) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 414 Button
on (press) {
tellTarget (_root.enemy) {
gotoAndStop (1);
};
tellTarget (_root.hero) {
gotoAndStop (1);
};
tellTarget (_root.music) {
gotoAndStop (1);
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
tellTarget (_root.life.life) {
gotoAndStop (1);
};
tellTarget (_root.magic.magic) {
gotoAndStop (1);
};
tellTarget (_root.hit.hit) {
gotoAndStop (1);
};
tellTarget (_root.retire) {
gotoAndStop (2);
};
gotoAndStop (1);
}
Symbol 415 MovieClip Frame 1
stop();
Symbol 415 MovieClip Frame 11
stop();
tellTarget (_root.enemy) {
gotoAndStop (1);
};
Symbol 416 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemy.enemy.still) {
tellTarget (_root.actions) {
gotoAndStop (2);
};
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 417 MovieClip Frame 79
gotoAndPlay (66);
Symbol 418 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 418 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemy.enemy.still) {
tellTarget (_root.actions) {
gotoAndStop (4);
};
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 419 MovieClip Frame 74
gotoAndPlay (66);
Symbol 420 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 420 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemy.enemy.still) {
tellTarget (_root.actions) {
gotoAndStop (6);
};
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 421 MovieClip Frame 69
gotoAndPlay (66);
Symbol 422 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemy.enemy.still) {
tellTarget (_root.actions) {
gotoAndStop (6);
};
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 423 MovieClip Frame 59
gotoAndPlay (66);
Symbol 424 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 424 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemy.enemy.still) {
tellTarget (_root.actions) {
gotoAndStop (6);
};
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 425 MovieClip Frame 49
gotoAndPlay (66);
Symbol 426 MovieClip Frame 1
stop();
Symbol 430 Button
on (press) {
if (_root.enemy.enemy.still) {
tellTarget (_root.hit.hit) {
play();
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
tellTarget (_root.enemy.enemy.ATB) {
stop();
};
prevFrame();
}
}
on (rollOver) {
tellTarget (_root.hit) {
gotoAndStop (1);
};
}
Symbol 433 Button
on (press) {
if (_root.enemy.enemy.still) {
tellTarget (_root.hit.hit) {
play();
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
prevFrame();
}
}
on (rollOver) {
tellTarget (_root.hit) {
gotoAndStop (2);
};
}
Symbol 436 Button
on (press) {
if (_root.enemy.enemy.still) {
tellTarget (_root.hit.hit) {
play();
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
prevFrame();
}
}
on (rollOver) {
tellTarget (_root.hit) {
gotoAndStop (3);
};
}
Symbol 439 Button
on (press) {
nextFrame();
}
on (rollOver) {
tellTarget (_root.hit) {
gotoAndStop (5);
};
}
Symbol 442 Button
on (rollOver) {
tellTarget (_root.hit) {
gotoAndStop (4);
};
}
on (press) {
tellTarget (_root.enemy) {
gotoAndStop (1);
};
tellTarget (_root.hero) {
gotoAndStop (1);
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
tellTarget (_root.music) {
gotoAndStop (1);
};
tellTarget (_root.life.life) {
gotoAndStop (1);
};
tellTarget (_root.magic.magic) {
gotoAndStop (1);
};
tellTarget (_root.hit.hit) {
gotoAndStop (1);
};
tellTarget (_root.retire) {
gotoAndStop (2);
};
gotoAndStop (1);
tellTarget (_root.expp.expp) {
prevFrame();
prevFrame();
prevFrame();
};
}
Symbol 445 Button
on (press) {
if (_root.enemy.enemy.still) {
if (_root.mana > 14) {
tellTarget (_root.hit.hit) {
play();
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
tellTarget (_root.enemy.enemy.ATB) {
stop();
};
tellTarget (_root.hero.hit) {
gotoAndStop (9);
};
tellTarget (_root.magic.magic) {
gotoAndStop(_currentframe + 15);
};
_root.mana = _root.mana - 15;
gotoAndStop (1);
}
}
}
Symbol 448 Button
on (press) {
if (_root.enemy.enemy.still) {
if (_root.mana > 9) {
tellTarget (_root.hit.hit) {
play();
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
tellTarget (_root.enemy.enemy.ATB) {
stop();
};
tellTarget (_root.hero.hit) {
gotoAndStop (7);
};
tellTarget (_root.magic.magic) {
gotoAndStop(_currentframe + 10);
};
_root.mana = _root.mana - 10;
gotoAndStop (1);
}
}
}
Symbol 451 Button
on (press) {
if (_root.enemy.enemy.still) {
if (_root.mana > 29) {
tellTarget (_root.hit.hit) {
play();
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
tellTarget (_root.enemy.enemy.ATB) {
stop();
};
tellTarget (_root.hero.hit) {
gotoAndStop (8);
};
tellTarget (_root.magic.magic) {
gotoAndStop(_currentframe + 30);
};
_root.mana = _root.mana - 30;
gotoAndStop (1);
}
}
}
Symbol 454 Button
on (press) {
if (_root.enemy.enemy.still) {
tellTarget (_root.hit.hit) {
play();
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
tellTarget (_root.enemy.enemy.ATB) {
stop();
};
tellTarget (_root.hero.hit) {
gotoAndStop (11);
};
gotoAndStop (1);
}
}
Symbol 457 Button
on (press) {
prevFrame();
}
Symbol 458 Button
on (press) {
if (_root.enemy.enemy.still) {
tellTarget (_root.hit.hit) {
play();
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
tellTarget (_root.enemy.enemy.ATB) {
stop();
};
gotoAndStop (1);
}
}
on (rollOver) {
tellTarget (_root.hit) {
gotoAndStop (6);
};
}
Symbol 459 Button
on (press) {
if (_root.enemy.enemy.still) {
tellTarget (_root.hit.hit) {
play();
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
gotoAndStop (1);
}
}
on (rollOver) {
tellTarget (_root.hit) {
gotoAndStop (7);
};
}
Symbol 460 Button
on (press) {
if (_root.enemy.enemy.still) {
tellTarget (_root.hit.hit) {
play();
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
gotoAndStop (1);
}
}
on (rollOver) {
tellTarget (_root.hit) {
gotoAndStop (8);
};
}
Symbol 461 Button
on (press) {
gotoAndStop (1);
}
on (rollOver) {
tellTarget (_root.hit) {
gotoAndStop (10);
};
}
Symbol 462 Button
on (rollOver) {
tellTarget (_root.hit) {
gotoAndStop (4);
};
}
on (press) {
tellTarget (_root.enemy) {
gotoAndStop (1);
};
tellTarget (_root.music) {
gotoAndStop (1);
};
tellTarget (_root.hero) {
gotoAndStop (1);
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
tellTarget (_root.life.life) {
gotoAndStop (1);
};
tellTarget (_root.magic.magic) {
gotoAndStop (1);
};
tellTarget (_root.hit.hit) {
gotoAndStop (1);
};
tellTarget (_root.retire) {
gotoAndStop (2);
};
gotoAndStop (1);
tellTarget (_root.expp.expp) {
prevFrame();
prevFrame();
prevFrame();
};
}
Symbol 463 Button
on (press) {
if (_root.enemy.enemy.still) {
tellTarget (_root.hit.hit) {
play();
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
tellTarget (_root.enemy.enemy.ATB) {
stop();
};
gotoAndStop (1);
}
}
Symbol 464 Button
on (press) {
if (_root.enemy.enemy.still) {
tellTarget (_root.hit.hit) {
play();
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
tellTarget (_root.enemy.enemy.ATB) {
stop();
};
gotoAndStop (1);
}
}
Symbol 465 Button
on (press) {
if (_root.enemy.enemy.still) {
tellTarget (_root.hit.hit) {
play();
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
tellTarget (_root.enemy.enemy.ATB) {
stop();
};
gotoAndStop (1);
}
}
on (rollOver) {
tellTarget (_root.hit) {
gotoAndStop (11);
};
}
Symbol 466 Button
on (press) {
if (_root.enemy.enemy.still) {
tellTarget (_root.hit.hit) {
play();
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
gotoAndStop (1);
}
}
on (rollOver) {
tellTarget (_root.hit) {
gotoAndStop (13);
};
}
Symbol 467 Button
on (press) {
gotoAndStop (1);
}
on (rollOver) {
tellTarget (_root.hit) {
gotoAndStop (15);
};
}
Symbol 468 Button
on (rollOver) {
tellTarget (_root.hit) {
gotoAndStop (4);
};
}
on (press) {
tellTarget (_root.enemy) {
gotoAndStop (1);
};
tellTarget (_root.hero) {
gotoAndStop (1);
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
tellTarget (_root.life.life) {
gotoAndStop (1);
};
tellTarget (_root.magic.magic) {
gotoAndStop (1);
};
tellTarget (_root.hit.hit) {
gotoAndStop (1);
};
tellTarget (_root.music) {
gotoAndStop (1);
};
tellTarget (_root.retire) {
gotoAndStop (2);
};
gotoAndStop (1);
tellTarget (_root.expp.expp) {
prevFrame();
prevFrame();
prevFrame();
};
}
Symbol 469 Button
on (press) {
if (_root.enemy.enemy.still) {
tellTarget (_root.hit.hit) {
play();
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
tellTarget (_root.enemy.enemy.ATB) {
stop();
};
tellTarget (_root.hero.hit) {
gotoAndStop (11);
};
gotoAndStop (1);
}
}
Symbol 470 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip in Symbol 470 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ATB.ATB.pending) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 514 MovieClip Frame 1
stop();
Symbol 514 MovieClip Frame 3
_root.health = _root.health - 1;
tellTarget (_root.life.life) {
nextFrame();
};
Symbol 514 MovieClip Frame 4
_root.health = _root.health - 2;
tellTarget (_root.life.life) {
nextFrame();
nextFrame();
};
Symbol 514 MovieClip Frame 5
_root.health = _root.health - 3;
tellTarget (_root.life.life) {
nextFrame();
nextFrame();
nextFrame();
};
Symbol 514 MovieClip Frame 6
_root.health = _root.health - 4;
tellTarget (_root.life.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 514 MovieClip Frame 7
_root.health = _root.health - 5;
tellTarget (_root.life.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 514 MovieClip Frame 8
_root.health = _root.health - 6;
tellTarget (_root.life.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 514 MovieClip Frame 9
_root.health = _root.health - 7;
tellTarget (_root.life.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 514 MovieClip Frame 10
_root.health = _root.health - 8;
tellTarget (_root.life.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 514 MovieClip Frame 11
_root.health = _root.health - 9;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 9);
};
Symbol 514 MovieClip Frame 12
_root.health = _root.health - 10;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 10);
};
Symbol 514 MovieClip Frame 13
_root.health = _root.health - 11;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 11);
};
Symbol 514 MovieClip Frame 14
_root.health = _root.health - 12;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 12);
};
Symbol 514 MovieClip Frame 15
_root.health = _root.health - 13;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 13);
};
Symbol 514 MovieClip Frame 16
_root.health = _root.health - 14;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 14);
};
Symbol 514 MovieClip Frame 17
_root.health = _root.health - 15;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 15);
};
Symbol 514 MovieClip Frame 18
_root.health = _root.health - 16;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 16);
};
Symbol 514 MovieClip Frame 19
_root.health = _root.health - 17;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 17);
};
Symbol 514 MovieClip Frame 20
_root.health = _root.health - 18;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 18);
};
Symbol 514 MovieClip Frame 21
_root.health = _root.health - 19;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 19);
};
Symbol 514 MovieClip Frame 22
_root.health = _root.health - 20;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 20);
};
Symbol 514 MovieClip Frame 23
_root.health = _root.health - 21;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 21);
};
Symbol 514 MovieClip Frame 24
_root.health = _root.health - 22;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 22);
};
Symbol 514 MovieClip Frame 25
_root.health = _root.health - 23;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 23);
};
Symbol 514 MovieClip Frame 26
_root.health = _root.health - 24;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 24);
};
Symbol 514 MovieClip Frame 27
_root.health = _root.health - 25;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 25);
};
Symbol 514 MovieClip Frame 28
_root.health = _root.health - 26;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 26);
};
Symbol 514 MovieClip Frame 29
_root.health = _root.health - 27;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 27);
};
Symbol 514 MovieClip Frame 30
_root.health = _root.health - 28;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 28);
};
Symbol 514 MovieClip Frame 31
_root.health = _root.health - 29;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 29);
};
Symbol 514 MovieClip Frame 32
_root.health = _root.health - 30;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 30);
};
Symbol 514 MovieClip Frame 33
_root.health = _root.health - 31;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 31);
};
Symbol 514 MovieClip Frame 34
_root.health = _root.health - 32;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 32);
};
Symbol 514 MovieClip Frame 35
_root.health = _root.health - 33;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 33);
};
Symbol 514 MovieClip Frame 36
_root.health = _root.health - 34;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 34);
};
Symbol 514 MovieClip Frame 37
_root.health = _root.health - 35;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 35);
};
Symbol 514 MovieClip Frame 38
_root.health = _root.health - 36;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 36);
};
Symbol 514 MovieClip Frame 39
_root.health = _root.health - 37;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 37);
};
Symbol 514 MovieClip Frame 40
_root.health = _root.health - 38;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 38);
};
Symbol 514 MovieClip Frame 41
_root.health = _root.health - 39;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 39);
};
Symbol 514 MovieClip Frame 42
_root.health = _root.health - 40;
tellTarget (_root.life.life) {
gotoAndStop(_currentframe + 40);
};
Symbol 520 MovieClip Frame 1
stop();
Symbol 520 MovieClip Frame 3
_root.enemy.enemy.health = _root.enemy.enemy.health - 1;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
};
Symbol 520 MovieClip Frame 4
_root.enemy.enemy.health = _root.enemy.enemy.health - 2;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 5
_root.enemy.enemy.health = _root.enemy.enemy.health - 3;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 6
_root.enemy.enemy.health = _root.enemy.enemy.health - 4;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 7
_root.enemy.enemy.health = _root.enemy.enemy.health - 5;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 8
_root.enemy.enemy.health = _root.enemy.enemy.health - 6;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 9
_root.enemy.enemy.health = _root.enemy.enemy.health - 7;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 7);
};
Symbol 520 MovieClip Frame 10
_root.enemy.enemy.health = _root.enemy.enemy.health - 8;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 11
_root.enemy.enemy.health = _root.enemy.enemy.health - 9;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 12
_root.enemy.enemy.health = _root.enemy.enemy.health - 10;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 13
_root.enemy.enemy.health = _root.enemy.enemy.health - 11;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 14
_root.enemy.enemy.health = _root.enemy.enemy.health - 12;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 15
_root.enemy.enemy.health = _root.enemy.enemy.health - 13;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 16
_root.enemy.enemy.health = _root.enemy.enemy.health - 14;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 17
_root.enemy.enemy.health = _root.enemy.enemy.health - 15;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 18
_root.enemy.enemy.health = _root.enemy.enemy.health - 16;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 19
_root.enemy.enemy.health = _root.enemy.enemy.health - 17;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 20
_root.enemy.enemy.health = _root.enemy.enemy.health - 18;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 21
_root.enemy.enemy.health = _root.enemy.enemy.health - 19;
tellTarget (_root.enemy.enemy.life) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Symbol 520 MovieClip Frame 22
_root.enemy.enemy.health = _root.enemy.enemy.health - 20;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 20);
};
Symbol 520 MovieClip Frame 23
_root.enemy.enemy.health = _root.enemy.enemy.health - 21;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 21);
};
Symbol 520 MovieClip Frame 24
_root.enemy.enemy.health = _root.enemy.enemy.health - 22;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 22);
};
Symbol 520 MovieClip Frame 25
_root.enemy.enemy.health = _root.enemy.enemy.health - 23;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 23);
};
Symbol 520 MovieClip Frame 26
_root.enemy.enemy.health = _root.enemy.enemy.health - 24;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 24);
};
Symbol 520 MovieClip Frame 27
_root.enemy.enemy.health = _root.enemy.enemy.health - 25;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 25);
};
Symbol 520 MovieClip Frame 28
_root.enemy.enemy.health = _root.enemy.enemy.health - 26;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 26);
};
Symbol 520 MovieClip Frame 29
_root.enemy.enemy.health = _root.enemy.enemy.health - 27;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 27);
};
Symbol 520 MovieClip Frame 30
_root.enemy.enemy.health = _root.enemy.enemy.health - 28;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 28);
};
Symbol 520 MovieClip Frame 31
_root.enemy.enemy.health = _root.enemy.enemy.health - 29;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 29);
};
Symbol 520 MovieClip Frame 32
_root.enemy.enemy.health = _root.enemy.enemy.health - 30;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 30);
};
Symbol 520 MovieClip Frame 33
_root.enemy.enemy.health = _root.enemy.enemy.health - 31;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 31);
};
Symbol 520 MovieClip Frame 34
_root.enemy.enemy.health = _root.enemy.enemy.health - 32;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 32);
};
Symbol 520 MovieClip Frame 35
_root.enemy.enemy.health = _root.enemy.enemy.health - 33;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 33);
};
Symbol 520 MovieClip Frame 36
_root.enemy.enemy.health = _root.enemy.enemy.health - 34;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 34);
};
Symbol 520 MovieClip Frame 37
_root.enemy.enemy.health = _root.enemy.enemy.health - 35;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 35);
};
Symbol 520 MovieClip Frame 38
_root.enemy.enemy.health = _root.enemy.enemy.health - 36;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 36);
};
Symbol 520 MovieClip Frame 39
_root.enemy.enemy.health = _root.enemy.enemy.health - 37;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 37);
};
Symbol 520 MovieClip Frame 40
_root.enemy.enemy.health = _root.enemy.enemy.health - 38;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 38);
};
Symbol 520 MovieClip Frame 41
_root.enemy.enemy.health = _root.enemy.enemy.health - 39;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 39);
};
Symbol 520 MovieClip Frame 42
_root.enemy.enemy.health = _root.enemy.enemy.health - 40;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 40);
};
Symbol 520 MovieClip Frame 43
_root.enemy.enemy.health = _root.enemy.enemy.health - 41;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 41);
};
Symbol 520 MovieClip Frame 44
_root.enemy.enemy.health = _root.enemy.enemy.health - 42;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 42);
};
Symbol 520 MovieClip Frame 45
_root.enemy.enemy.health = _root.enemy.enemy.health - 43;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 43);
};
Symbol 520 MovieClip Frame 46
_root.enemy.enemy.health = _root.enemy.enemy.health - 44;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 44);
};
Symbol 520 MovieClip Frame 47
_root.enemy.enemy.health = _root.enemy.enemy.health - 45;
tellTarget (_root.enemy.enemy.life) {
gotoAndStop(_currentframe + 45);
};
Symbol 528 MovieClip Frame 1
stop();
Symbol 528 MovieClip Frame 2
_root.health = _root.health + 15;
tellTarget (_root.life.life) {
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
};
Symbol 528 MovieClip Frame 3
_root.health = _root.health + 25;
tellTarget (_root.life.life) {
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
};
Symbol 528 MovieClip Frame 4
_root.health = _root.health + 35;
tellTarget (_root.life.life) {
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
};
Symbol 528 MovieClip Frame 5
_root.health = _root.health + 45;
tellTarget (_root.life.life) {
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
};
Symbol 528 MovieClip Frame 6
_root.health = _root.health + 55;
tellTarget (_root.life.life) {
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
};
Symbol 529 MovieClip Frame 1
stop();
Symbol 533 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (1);
};
tellTarget ("_root.hero") {
play();
};
stop();
}
Symbol 534 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (2);
};
tellTarget ("_root.hero") {
play();
};
stop();
}
Symbol 535 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (3);
};
tellTarget ("_root.hero") {
play();
};
stop();
}
Symbol 536 MovieClip Frame 1
stop();
Symbol 536 MovieClip Frame 40
tellTarget ("_root.hero") {
play();
};
Symbol 538 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (4);
};
stop();
}
Symbol 539 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (5);
};
stop();
}
Symbol 540 MovieClip Frame 1
stop();
Symbol 540 MovieClip Frame 22
tellTarget ("_root.hero") {
play();
};
Symbol 542 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (4);
};
stop();
tellTarget (_root.enemy.enemy.ATB) {
play();
};
}
Symbol 543 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (6);
};
stop();
tellTarget (_root.enemy.enemy.ATB) {
play();
};
}
Symbol 544 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (6);
};
stop();
tellTarget (_root.enemy.enemy.ATB) {
play();
};
}
Symbol 545 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (4);
};
stop();
tellTarget (_root.enemy.enemy.ATB) {
play();
};
}
Symbol 546 MovieClip Frame 1
stop();
Symbol 546 MovieClip Frame 2
tellTarget (_root.enemy.enemy.ATB) {
stop();
};
Symbol 546 MovieClip Frame 40
tellTarget ("_root.hero") {
play();
};
Symbol 548 MovieClip Frame 1
stop();
Symbol 550 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (1);
};
tellTarget ("_root.hero") {
gotoAndPlay (60);
};
stop();
}
Symbol 551 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero") {
gotoAndPlay (60);
};
stop();
}
Symbol 552 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (1);
};
tellTarget ("_root.hero") {
gotoAndPlay (60);
};
stop();
}
Symbol 553 MovieClip Frame 1
stop();
Symbol 553 MovieClip Frame 40
tellTarget ("_root.hero") {
play();
};
Symbol 555 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (1);
};
tellTarget ("_root.hero") {
play();
};
stop();
}
Symbol 556 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (2);
};
tellTarget ("_root.hero") {
play();
};
stop();
}
Symbol 557 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (3);
};
tellTarget ("_root.hero") {
play();
};
stop();
}
Symbol 558 MovieClip Frame 1
stop();
Symbol 558 MovieClip Frame 36
tellTarget ("_root.hero") {
play();
};
Symbol 559 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (4);
};
stop();
}
Symbol 560 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (5);
};
stop();
}
Symbol 561 MovieClip Frame 1
stop();
Symbol 561 MovieClip Frame 20
tellTarget ("_root.hero") {
play();
};
Symbol 562 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (4);
};
stop();
tellTarget (_root.enemy.enemy.ATB) {
play();
};
}
Symbol 563 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (6);
};
stop();
tellTarget (_root.enemy.enemy.ATB) {
play();
};
}
Symbol 564 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (6);
};
stop();
tellTarget (_root.enemy.enemy.ATB) {
play();
};
}
Symbol 565 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (4);
};
stop();
tellTarget (_root.enemy.enemy.ATB) {
play();
};
}
Symbol 566 MovieClip Frame 1
stop();
Symbol 566 MovieClip Frame 2
tellTarget (_root.enemy.enemy.ATB) {
stop();
};
Symbol 566 MovieClip Frame 36
tellTarget ("_root.hero") {
play();
};
Symbol 568 Button
on (keyPress "<Space>") {
tellTarget ("_root.enemy.enemy") {
play();
};
stop();
}
Symbol 571 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (1);
};
tellTarget ("_root.enemy.enemy") {
play();
};
tellTarget ("_root.enemy.enemy.ATB") {
gotoAndPlay (1);
};
tellTarget ("_root.ATB.ATB") {
play();
};
gotoAndStop (1);
}
Symbol 572 Button
on (keyPress "<Space>") {
tellTarget ("_root.enemy.enemy") {
play();
};
stop();
}
Symbol 573 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (1);
};
tellTarget ("_root.enemy.enemy") {
play();
};
tellTarget ("_root.enemy.enemy.ATB") {
gotoAndPlay (1);
};
tellTarget ("_root.ATB.ATB") {
play();
};
gotoAndStop (1);
}
Symbol 574 MovieClip Frame 1
stop();
Symbol 574 MovieClip Frame 24
tellTarget (_root.enemy.enemy) {
play();
};
stop();
Symbol 575 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (1);
};
tellTarget ("_root.hero") {
gotoAndPlay (60);
};
stop();
}
Symbol 576 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero") {
gotoAndPlay (60);
};
stop();
}
Symbol 577 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (1);
};
tellTarget ("_root.hero") {
gotoAndPlay (60);
};
stop();
}
Symbol 578 MovieClip Frame 1
stop();
Symbol 578 MovieClip Frame 38
tellTarget ("_root.hero") {
play();
};
Symbol 579 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (1);
};
tellTarget ("_root.hero") {
play();
};
stop();
}
Symbol 580 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (2);
};
tellTarget ("_root.hero") {
play();
};
stop();
}
Symbol 581 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (3);
};
tellTarget ("_root.hero") {
play();
};
stop();
}
Symbol 582 MovieClip Frame 1
stop();
Symbol 582 MovieClip Frame 34
tellTarget ("_root.hero") {
play();
};
Symbol 583 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (4);
};
stop();
tellTarget (_root.enemy.enemy.ATB) {
play();
};
}
Symbol 584 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (6);
};
stop();
tellTarget (_root.enemy.enemy.ATB) {
play();
};
}
Symbol 585 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (6);
};
stop();
tellTarget (_root.enemy.enemy.ATB) {
play();
};
}
Symbol 586 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (4);
};
stop();
tellTarget (_root.enemy.enemy.ATB) {
play();
};
}
Symbol 587 MovieClip Frame 1
stop();
Symbol 587 MovieClip Frame 2
tellTarget (_root.enemy.enemy.ATB) {
stop();
};
Symbol 587 MovieClip Frame 34
tellTarget ("_root.hero") {
play();
};
Symbol 588 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (1);
};
tellTarget ("_root.hero") {
gotoAndPlay (60);
};
stop();
}
Symbol 589 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero") {
gotoAndPlay (60);
};
stop();
}
Symbol 590 Button
on (keyPress "<Space>") {
tellTarget ("_root.hero.hit") {
gotoAndStop (1);
};
tellTarget ("_root.hero") {
gotoAndPlay (60);
};
stop();
}
Symbol 591 MovieClip Frame 1
stop();
Symbol 591 MovieClip Frame 34
tellTarget ("_root.hero") {
play();
};
Symbol 592 MovieClip Frame 1
stop();
Symbol 598 MovieClip Frame 1
stop();
Symbol 603 MovieClip Frame 1
stop();
Symbol 609 MovieClip Frame 1
stop();
Symbol 615 MovieClip Frame 1
stop();
Symbol 620 MovieClip Frame 1
stop();
Symbol 620 MovieClip Frame 12
tellTarget (_root.enemy.enemy.poison) {
play();
};
Symbol 620 MovieClip Frame 13
tellTarget (_parent.venomc) {
play();
};
Symbol 623 MovieClip Frame 1
stop();
Symbol 623 MovieClip Frame 6
if (_root.cure.a) {
tellTarget (_root.hpup) {
gotoAndStop (2);
};
}
if (_root.cure.b) {
tellTarget (_root.hpup) {
gotoAndStop (3);
};
}
if (_root.cure.c) {
tellTarget (_root.hpup) {
gotoAndStop (4);
};
}
if (_root.cure.d) {
tellTarget (_root.hpup) {
gotoAndStop (5);
};
}
if (_root.cure.e) {
tellTarget (_root.hpup) {
gotoAndStop (6);
};
}
Symbol 623 MovieClip Frame 16
tellTarget (_root.hpup) {
gotoAndStop (1);
};
Symbol 627 MovieClip Frame 1
stop();
Symbol 628 MovieClip Frame 1
stop();
Symbol 628 MovieClip Frame 5
tellTarget (_root.expp.expp) {
nextFrame();
};
Symbol 628 MovieClip Frame 6
tellTarget (_root.expp.expp) {
prevFrame();
};
Symbol 629 Button
on (press) {
tellTarget (_root.enemy) {
gotoAndStop (1);
};
tellTarget (_root.hero) {
gotoAndStop (1);
};
tellTarget (_root.music) {
gotoAndStop (1);
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
tellTarget (_root.life.life) {
gotoAndStop (1);
};
tellTarget (_root.magic.magic) {
gotoAndStop (1);
};
tellTarget (_root.hit.hit) {
gotoAndStop (1);
};
tellTarget (_root.retire) {
gotoAndStop (2);
};
gotoAndStop (1);
}
Symbol 632 MovieClip Frame 1
tellTarget (hit) {
gotoAndStop (1);
};
stop();
tellTarget (_root.hit.hit) {
gotoAndStop (1);
};
tellTarget (_root.ATB.ATB) {
play();
};
tellTarget (_root.enemy.enemy.ATB) {
play();
};
stop();
Instance of Symbol 84 MovieClip in Symbol 632 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_parent.hit.miss) {
tellTarget (_parent) {
gotoAndPlay (27);
};
}
}
Instance of Symbol 84 MovieClip "attack" in Symbol 632 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_parent.hit.miss) {
tellTarget (_parent) {
gotoAndPlay (27);
};
}
}
Symbol 632 MovieClip Frame 18
tellTarget (_parent.expp.expp) {
nextFrame();
};
Symbol 632 MovieClip Frame 26
gotoAndStop (1);
Symbol 632 MovieClip Frame 27
tellTarget (_root.expp.expp) {
prevFrame();
};
Symbol 632 MovieClip Frame 40
gotoAndStop (1);
Symbol 632 MovieClip Frame 43
tellTarget (_root.expp.expp) {
nextFrame();
};
Symbol 632 MovieClip Frame 51
gotoAndStop (1);
Symbol 632 MovieClip Frame 59
stop();
tellTarget (_root.hit.hit) {
gotoAndStop (1);
};
Symbol 632 MovieClip Frame 65
if (hit.sheild) {
tellTarget (sheild) {
play();
};
}
if (hit.cure) {
tellTarget (cure) {
play();
};
}
if (hit.poison) {
tellTarget (venom) {
play();
};
tellTarget (venomb) {
play();
};
}
if (hit.meditate) {
_root.mana = _root.mana + 10;
tellTarget (_root.magic.magic) {
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
};
}
Symbol 632 MovieClip Frame 71
gotoAndStop (1);
Symbol 632 MovieClip Frame 73
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
Symbol 632 MovieClip Frame 83
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.ATB.ATB) {
gotoAndStop (1);
};
stop();
tellTarget (_root.expp.expp) {
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
};
Symbol 637 MovieClip Frame 1
stop();
Symbol 637 MovieClip Frame 21
_root.stat.stat = _root.stat.stat + 1;
tellTarget (_parent) {
nextFrame();
};
Symbol 639 MovieClip Frame 1
stop();
Symbol 639 MovieClip Frame 41
_root.stat.stat = _root.stat.stat + 2;
tellTarget (_parent) {
nextFrame();
};
Symbol 640 MovieClip Frame 1
stop();
Symbol 640 MovieClip Frame 62
_root.stat.stat = _root.stat.stat + 3;
tellTarget (_parent) {
nextFrame();
};
Symbol 641 MovieClip Frame 1
stop();
Symbol 641 MovieClip Frame 161
_root.stat.stat = _root.stat.stat + 4;
tellTarget (_parent) {
nextFrame();
};
Symbol 642 MovieClip Frame 1
stop();
Symbol 642 MovieClip Frame 252
_root.stat.stat = _root.stat.stat + 5;
tellTarget (_parent) {
nextFrame();
};
Symbol 643 MovieClip Frame 1
stop();
Symbol 643 MovieClip Frame 401
_root.stat.stat = _root.stat.stat + 6;
tellTarget (_parent) {
nextFrame();
};
Symbol 644 MovieClip Frame 1
stop();
Symbol 644 MovieClip Frame 501
_root.stat.stat = _root.stat.stat + 7;
tellTarget (_parent) {
nextFrame();
};
Symbol 645 MovieClip Frame 1
stop();
Symbol 645 MovieClip Frame 2
_root.level = _root.level + 1;
Symbol 645 MovieClip Frame 3
_root.level = _root.level + 1;
Symbol 645 MovieClip Frame 4
_root.level = _root.level + 1;
Symbol 645 MovieClip Frame 5
_root.level = _root.level + 1;
Symbol 645 MovieClip Frame 6
_root.level = _root.level + 1;
Symbol 645 MovieClip Frame 7
_root.level = _root.level + 1;
Symbol 653 Button
on (press) {
_root.health = _root.health + 10;
tellTarget (_root.life) {
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
};
prevFrame();
}
Symbol 681 MovieClip Frame 1
stop();
Symbol 684 Button
on (press) {
tellTarget (_root.hero.venom) {
play();
};
tellTarget (_root.enemy.enemy.poison) {
play();
};
prevFrame();
}
Symbol 685 MovieClip Frame 1
stop();
Symbol 688 Button
on (press) {
tellTarget (_root.hero.poison) {
gotoAndStop (1);
};
prevFrame();
}
Symbol 689 MovieClip Frame 1
stop();
Symbol 695 Button
on (press) {
tellTarget (_parent.sword) {
play();
};
prevFrame();
}
Symbol 696 MovieClip Frame 1
stop();
Symbol 699 Button
on (press) {
tellTarget (_parent.defence) {
play();
};
prevFrame();
}
Symbol 700 MovieClip Frame 1
stop();
Symbol 703 Button
on (press) {
tellTarget (_root.hero.sheild) {
gotoAndPlay (1);
};
prevFrame();
}
Symbol 704 MovieClip Frame 1
stop();
Symbol 707 MovieClip Frame 1
stop();
Symbol 710 Button
on (press) {
_root.mana = _root.mana + 10;
tellTarget (_root.magic) {
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
prevFrame();
};
prevFrame();
}
Symbol 711 MovieClip Frame 1
stop();
Symbol 712 MovieClip Frame 1
stop();
Symbol 712 MovieClip Frame 2
tellTarget (_root.hero.weapon) {
nextFrame();
};
Symbol 712 MovieClip Frame 321
tellTarget (_root.hero.weapon) {
prevFrame();
};
Symbol 713 MovieClip Frame 1
stop();
Symbol 713 MovieClip Frame 2
tellTarget (_root.hero.armour) {
nextFrame();
};
Symbol 713 MovieClip Frame 321
tellTarget (_root.hero.armour) {
prevFrame();
};
Symbol 718 Button
on (press) {
play();
}
Symbol 721 MovieClip Frame 1
stop();
Symbol 721 MovieClip Frame 10
stop();
Instance of Symbol 84 MovieClip in Symbol 722 MovieClip Frame 2
onClipEvent (enterFrame) {
_parent.health = 0;
tellTarget (_root.hero) {
gotoAndPlay (72);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.enemy.enemy.ATB) {
gotoAndStop (1);
};
tellTarget (_root.enemy.enemy) {
stop();
};
}
Symbol 722 MovieClip Frame 4
stop();
Symbol 723 MovieClip Frame 1
_root.health = _root.health + 100;
stop();
Instance of Symbol 84 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
}
Symbol 723 MovieClip Frame 101
_parent.health = 0;
tellTarget (_root.hero) {
gotoAndPlay (72);
};
tellTarget (_root.ATB.ATB) {
stop();
};
tellTarget (_root.actions) {
gotoAndStop (1);
};
tellTarget (_root.enemy.enemy.ATB) {
gotoAndStop (1);
};
tellTarget (_root.enemy.enemy) {
gotoAndStop (1);
};
Symbol 724 MovieClip Frame 1
_root.health = _root.health + 150;
stop();
Instance of Symbol 84 MovieClip in Symbol 724 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.health > 150) {
_root.health = 150;
}
}
Symbol 724 MovieClip Frame 151
_parent.health = 0;
tellTarget (_root.hero) {
gotoAndPlay (72);
};
Symbol 725 MovieClip Frame 1
_root.health = _root.health + 200;
stop();
Instance of Symbol 84 MovieClip in Symbol 725 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.health > 200) {
_root.health = 200;
}
}
Symbol 725 MovieClip Frame 201
_parent.health = 0;
tellTarget (_root.hero) {
gotoAndPlay (72);
};
Symbol 726 MovieClip Frame 1
_root.health = _root.health + 250;
stop();
Instance of Symbol 84 MovieClip in Symbol 726 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.health > 250) {
_root.health = 250;
}
}
Symbol 726 MovieClip Frame 251
_parent.health = 0;
tellTarget (_root.hero) {
gotoAndPlay (72);
};
Symbol 727 MovieClip Frame 1
_root.health = _root.health + 300;
stop();
Instance of Symbol 84 MovieClip in Symbol 727 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.health > 300) {
_root.health = 300;
}
}
Symbol 727 MovieClip Frame 301
_parent.health = 0;
tellTarget (_root.hero) {
gotoAndPlay (72);
};
Symbol 728 MovieClip Frame 1
stop();
Symbol 731 MovieClip Frame 1
stop();
_root.mana = _root.mana + 100;
Instance of Symbol 84 MovieClip in Symbol 731 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mana > 100) {
_root.mana = 100;
}
}
Symbol 732 MovieClip Frame 1
stop();
_root.mana = _root.mana + 150;
Instance of Symbol 84 MovieClip in Symbol 732 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mana > 150) {
_root.mana = 150;
}
}
Symbol 733 MovieClip Frame 1
stop();
_root.mana = _root.mana + 200;
Instance of Symbol 84 MovieClip in Symbol 733 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mana > 200) {
_root.mana = 200;
}
}
Symbol 734 MovieClip Frame 1
stop();
_root.mana = _root.mana + 250;
Instance of Symbol 84 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mana > 250) {
_root.mana = 250;
}
}
Symbol 735 MovieClip Frame 1
stop();
Symbol 757 Button
on (press) {
if (_root.stat.stat > 0) {
tellTarget (_root.hero.weapon) {
nextFrame();
};
nextFrame();
}
}
Symbol 759 Button
on (press) {
if (_root.stat.stat > 1) {
tellTarget (_root.hero.weapon) {
nextFrame();
};
nextFrame();
}
}
Symbol 762 Button
on (press) {
if (_root.stat.stat > 2) {
tellTarget (_root.hero.weapon) {
nextFrame();
};
nextFrame();
}
}
Symbol 764 Button
on (press) {
if (_root.stat.stat > 3) {
tellTarget (_root.hero.weapon) {
nextFrame();
};
nextFrame();
}
}
Symbol 766 MovieClip Frame 1
stop();
Symbol 766 MovieClip Frame 2
_root.stat.stat = _root.stat.stat - 1;
Symbol 766 MovieClip Frame 3
_root.stat.stat = _root.stat.stat - 2;
Symbol 766 MovieClip Frame 4
_root.stat.stat = _root.stat.stat - 3;
Symbol 766 MovieClip Frame 5
_root.stat.stat = _root.stat.stat - 4;
Symbol 767 Button
on (press) {
if (_root.stat.stat > 0) {
tellTarget (_root.hero.armour) {
nextFrame();
};
nextFrame();
}
}
Symbol 768 Button
on (press) {
if (_root.stat.stat > 1) {
tellTarget (_root.hero.armour) {
nextFrame();
};
nextFrame();
}
}
Symbol 769 Button
on (press) {
if (_root.stat.stat > 2) {
tellTarget (_root.hero.armour) {
nextFrame();
};
nextFrame();
}
}
Symbol 770 Button
on (press) {
if (_root.stat.stat > 3) {
tellTarget (_root.hero.armour) {
nextFrame();
};
nextFrame();
}
}
Symbol 771 MovieClip Frame 1
stop();
Symbol 771 MovieClip Frame 2
_root.stat.stat = _root.stat.stat - 1;
Symbol 771 MovieClip Frame 3
_root.stat.stat = _root.stat.stat - 2;
Symbol 771 MovieClip Frame 4
_root.stat.stat = _root.stat.stat - 3;
Symbol 771 MovieClip Frame 5
_root.stat.stat = _root.stat.stat - 4;
Symbol 772 Button
on (press) {
if (_root.stat.stat > 0) {
tellTarget (_root.life) {
nextFrame();
};
nextFrame();
}
}
Symbol 773 Button
on (press) {
if (_root.stat.stat > 1) {
tellTarget (_root.life) {
nextFrame();
};
nextFrame();
}
}
Symbol 774 Button
on (press) {
if (_root.stat.stat > 2) {
tellTarget (_root.life) {
nextFrame();
};
nextFrame();
}
}
Symbol 775 Button
on (press) {
if (_root.stat.stat > 3) {
tellTarget (_root.life) {
nextFrame();
};
nextFrame();
}
}
Symbol 776 MovieClip Frame 1
stop();
Symbol 776 MovieClip Frame 2
_root.stat.stat = _root.stat.stat - 1;
Symbol 776 MovieClip Frame 3
_root.stat.stat = _root.stat.stat - 2;
Symbol 776 MovieClip Frame 4
_root.stat.stat = _root.stat.stat - 3;
Symbol 776 MovieClip Frame 5
_root.stat.stat = _root.stat.stat - 4;
Symbol 777 Button
on (press) {
if (_root.stat.stat > 0) {
tellTarget (_root.magic) {
nextFrame();
};
nextFrame();
}
}
Symbol 778 Button
on (press) {
if (_root.stat.stat > 1) {
tellTarget (_root.magic) {
nextFrame();
};
nextFrame();
}
}
Symbol 779 Button
on (press) {
if (_root.stat.stat > 2) {
tellTarget (_root.magic) {
nextFrame();
};
nextFrame();
}
}
Symbol 780 Button
on (press) {
if (_root.stat.stat > 3) {
tellTarget (_root.magic) {
nextFrame();
};
nextFrame();
}
}
Symbol 781 MovieClip Frame 1
stop();
Symbol 781 MovieClip Frame 2
_root.stat.stat = _root.stat.stat - 1;
Symbol 781 MovieClip Frame 3
_root.stat.stat = _root.stat.stat - 2;
Symbol 781 MovieClip Frame 4
_root.stat.stat = _root.stat.stat - 3;
Symbol 781 MovieClip Frame 5
_root.stat.stat = _root.stat.stat - 4;
Symbol 782 Button
on (press) {
if (_root.stat.stat > 0) {
tellTarget (_root.ATB) {
nextFrame();
};
nextFrame();
}
}
Symbol 783 Button
on (press) {
if (_root.stat.stat > 1) {
tellTarget (_root.ATB) {
nextFrame();
};
nextFrame();
}
}
Symbol 784 Button
on (press) {
if (_root.stat.stat > 2) {
tellTarget (_root.ATB) {
nextFrame();
};
nextFrame();
}
}
Symbol 785 Button
on (press) {
if (_root.stat.stat > 3) {
tellTarget (_root.ATB) {
nextFrame();
};
nextFrame();
}
}
Symbol 786 MovieClip Frame 1
stop();
Symbol 786 MovieClip Frame 2
_root.stat.stat = _root.stat.stat - 1;
Symbol 786 MovieClip Frame 3
_root.stat.stat = _root.stat.stat - 2;
Symbol 786 MovieClip Frame 4
_root.stat.stat = _root.stat.stat - 3;
Symbol 786 MovieClip Frame 5
_root.stat.stat = _root.stat.stat - 4;
Symbol 787 Button
on (press) {
if (_root.stat.stat > 0) {
tellTarget (_root.cure) {
nextFrame();
};
nextFrame();
}
}
Symbol 788 Button
on (press) {
if (_root.stat.stat > 1) {
tellTarget (_root.cure) {
nextFrame();
};
nextFrame();
}
}
Symbol 789 Button
on (press) {
if (_root.stat.stat > 2) {
tellTarget (_root.cure) {
nextFrame();
};
nextFrame();
}
}
Symbol 790 Button
on (press) {
if (_root.stat.stat > 3) {
tellTarget (_root.cure) {
nextFrame();
};
nextFrame();
}
}
Symbol 791 MovieClip Frame 1
stop();
Symbol 791 MovieClip Frame 2
_root.stat.stat = _root.stat.stat - 1;
Symbol 791 MovieClip Frame 3
_root.stat.stat = _root.stat.stat - 2;
Symbol 791 MovieClip Frame 4
_root.stat.stat = _root.stat.stat - 3;
Symbol 791 MovieClip Frame 5
_root.stat.stat = _root.stat.stat - 4;
Symbol 797 Button
on (press) {
nextFrame();
}
Symbol 798 Button
on (press) {
tellTarget (_parent) {
nextFrame();
};
}
Symbol 799 MovieClip Frame 1
stop();
Symbol 799 MovieClip Frame 20
stop();
Symbol 799 MovieClip Frame 21
tellTarget (_root.randombackground) {
gotoAndStop (6);
};
tellTarget (_root.music) {
gotoAndStop (3);
};
tellTarget (_root.randomenemy) {
gotoAndStop (5);
};
tellTarget (_root.ATB.ATB) {
gotoAndPlay (1);
};
tellTarget (_root.menu) {
gotoAndStop (1);
};
tellTarget (_parent._parent) {
gotoAndStop (1);
};
tellTarget (_parent) {
nextFrame();
};
Symbol 803 MovieClip Frame 1
stop();
Symbol 803 MovieClip Frame 20
stop();
Symbol 803 MovieClip Frame 21
tellTarget (_root.randombackground) {
gotoAndStop (2);
};
tellTarget (_root.randomenemy) {
gotoAndStop (9);
};
tellTarget (_root.music) {
gotoAndStop (3);
};
tellTarget (_root.ATB.ATB) {
gotoAndPlay (1);
};
tellTarget (_root.menu) {
gotoAndStop (1);
};
tellTarget (_parent._parent) {
gotoAndStop (1);
};
tellTarget (_parent) {
nextFrame();
};
Symbol 806 MovieClip Frame 1
stop();
Symbol 806 MovieClip Frame 20
stop();
Symbol 806 MovieClip Frame 21
tellTarget (_root.randombackground) {
gotoAndStop (3);
};
tellTarget (_root.randomenemy) {
gotoAndStop (15);
};
tellTarget (_root.music) {
gotoAndStop (3);
};
tellTarget (_root.ATB.ATB) {
gotoAndPlay (1);
};
tellTarget (_root.menu) {
gotoAndStop (1);
};
tellTarget (_parent._parent) {
gotoAndStop (1);
};
tellTarget (_parent) {
nextFrame();
};
Symbol 809 MovieClip Frame 1
stop();
Symbol 809 MovieClip Frame 20
stop();
Symbol 809 MovieClip Frame 21
tellTarget (_root.randombackground) {
gotoAndStop (2);
};
tellTarget (_root.enemy) {
gotoAndStop (17);
};
tellTarget (_root.music) {
gotoAndStop (3);
};
tellTarget (_root.ATB.ATB) {
gotoAndPlay (1);
};
tellTarget (_root.menu) {
gotoAndStop (1);
};
tellTarget (_parent._parent) {
gotoAndStop (1);
};
tellTarget (_parent) {
nextFrame();
};
Symbol 810 MovieClip Frame 1
stop();
Symbol 815 Button
on (press) {
gotoAndStop (4);
}
Symbol 819 Button
on (press) {
tellTarget (_root.randombackground) {
stop();
};
tellTarget (_root.randomenemy) {
stop();
};
tellTarget (_root.music) {
gotoAndStop (5);
};
tellTarget (_root.ATB.ATB) {
gotoAndPlay (1);
};
tellTarget (_root.menu) {
gotoAndPlay (1);
};
prevFrame();
}
Symbol 823 Button
on (press) {
gotoAndStop (5);
}
Symbol 827 Button
on (press) {
gotoAndStop (3);
}
Symbol 831 Button
on (press) {
gotoAndStop (6);
}
Symbol 834 Button
on (press) {
tellTarget (story) {
prevFrame();
};
gotoAndStop (6);
}
Symbol 837 Button
on (press) {
tellTarget (_root.stat) {
prevFrame();
};
gotoAndStop (2);
}
Symbol 859 MovieClip Frame 1
stop();
Symbol 860 MovieClip Frame 1
stop();
Symbol 860 MovieClip Frame 2
tellTarget (page) {
play();
};
tellTarget (_parent.text) {
nextFrame();
};
Symbol 860 MovieClip Frame 8
tellTarget (_parent.text) {
nextFrame();
};
Symbol 861 Button
on (press) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
Symbol 862 Button
on (press) {
tellTarget (_parent.manual) {
play();
};
}
Symbol 867 Button
on (press) {
gotoAndStop (1);
}
Symbol 870 Button
on (press) {
tellTarget (_parent.manual) {
play();
};
}
Symbol 874 MovieClip Frame 1
stop();
Symbol 874 MovieClip Frame 7
gotoAndStop (3);
Symbol 876 Button
on (press) {
gotoAndStop (2);
}
Symbol 881 Button
on (release) {
tellTarget (_root.hero.hair) {
nextFrame();
};
tellTarget (_root.hero.eyebrow) {
nextFrame();
};
tellTarget (_root.hero.hairb) {
nextFrame();
};
tellTarget (_root.hero.hairc) {
nextFrame();
};
tellTarget (_root.hero.haird) {
nextFrame();
};
}
Symbol 883 Button
on (release) {
tellTarget (_root.hero.hair) {
prevFrame();
};
tellTarget (_root.hero.hairb) {
prevFrame();
};
tellTarget (_root.hero.hairc) {
prevFrame();
};
tellTarget (_root.hero.eyebrow) {
prevFrame();
};
tellTarget (_root.hero.haird) {
prevFrame();
};
}
Symbol 884 Button
on (release) {
tellTarget (_root.hero.eyea.eye) {
nextFrame();
};
tellTarget (_root.hero.eyeb.eye) {
nextFrame();
};
}
Symbol 885 Button
on (release) {
tellTarget (_root.hero.eyea.eye) {
prevFrame();
};
tellTarget (_root.hero.eyeb.eye) {
prevFrame();
};
}
Symbol 886 Button
on (release) {
tellTarget (_root.hero.body) {
nextFrame();
};
}
Symbol 887 Button
on (release) {
tellTarget (_root.hero.body) {
prevFrame();
};
}
Symbol 888 Button
on (release) {
tellTarget (_root.hero.shoea) {
nextFrame();
};
tellTarget (_root.hero.shoeb) {
nextFrame();
};
}
Symbol 889 Button
on (release) {
tellTarget (_root.hero.shoea) {
prevFrame();
};
tellTarget (_root.hero.shoeb) {
prevFrame();
};
}
Symbol 892 MovieClip Frame 2
stop();
Symbol 892 MovieClip Frame 3
tellTarget (_root.stat) {
nextFrame();
};
Symbol 892 MovieClip Frame 6
tellTarget (story.story) {
play();
};
Symbol 895 MovieClip Frame 1
stop();
Symbol 897 MovieClip Frame 2
tellTarget (_root.background) {
gotoAndStop (1);
};
Symbol 897 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 899 MovieClip Frame 2
tellTarget (_root.background) {
gotoAndStop (2);
};
Symbol 899 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 900 MovieClip Frame 2
tellTarget (_root.background) {
gotoAndStop (3);
};
Symbol 900 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 901 MovieClip Frame 2
tellTarget (_root.background) {
gotoAndStop (4);
};
Symbol 901 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 902 MovieClip Frame 2
tellTarget (_root.background) {
gotoAndStop (5);
};
Symbol 902 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 903 MovieClip Frame 2
tellTarget (_root.background) {
gotoAndStop (6);
};
Symbol 903 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 906 MovieClip Frame 2
tellTarget (_root.enemy) {
gotoAndStop (2);
};
Symbol 906 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 908 MovieClip Frame 2
tellTarget (_root.enemy) {
gotoAndStop (3);
};
Symbol 908 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 909 MovieClip Frame 2
tellTarget (_root.enemy) {
gotoAndStop (4);
};
Symbol 909 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 910 MovieClip Frame 2
tellTarget (_root.enemy) {
gotoAndStop (5);
};
Symbol 910 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 911 MovieClip Frame 2
tellTarget (_root.enemy) {
gotoAndStop (6);
};
Symbol 911 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 912 MovieClip Frame 2
tellTarget (_root.enemy) {
gotoAndStop (7);
};
Symbol 912 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 913 MovieClip Frame 2
tellTarget (_root.enemy) {
gotoAndStop (8);
};
Symbol 913 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 914 MovieClip Frame 2
tellTarget (_root.enemy) {
gotoAndStop (9);
};
Symbol 914 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 915 MovieClip Frame 2
tellTarget (_root.enemy) {
gotoAndStop (10);
};
Symbol 915 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 916 MovieClip Frame 2
tellTarget (_root.enemy) {
gotoAndStop (11);
};
Symbol 916 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 917 MovieClip Frame 2
tellTarget (_root.enemy) {
gotoAndStop (12);
};
Symbol 917 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 918 MovieClip Frame 2
tellTarget (_root.enemy) {
gotoAndStop (13);
};
Symbol 918 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 919 MovieClip Frame 2
tellTarget (_root.enemy) {
gotoAndStop (14);
};
Symbol 919 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 920 MovieClip Frame 2
tellTarget (_root.enemy) {
gotoAndStop (15);
};
Symbol 920 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 921 MovieClip Frame 2
tellTarget (_root.enemy) {
gotoAndStop (16);
};
Symbol 921 MovieClip Frame 3
tellTarget (_parent) {
play();
};
Symbol 926 MovieClip Frame 1
stop();
Symbol 931 MovieClip Frame 1
stopAllSounds();
nextFrame();
Symbol 931 MovieClip Frame 2
stop();
Symbol 931 MovieClip Frame 3
stopAllSounds();
nextFrame();
Symbol 931 MovieClip Frame 5
stopAllSounds();
nextFrame();