Frame 1
Stage.showMenu = false;
fscommand ("allowscale", true);
fscommand ("showmenu", false);
LOADED = Math.round(getBytesLoaded());
TOTAL = Math.round(getBytesTotal());
PERCENT = LOADED / TOTAL;
TEXT = Math.round(PERCENT * 100) + "%";
setProperty(BAR, _xscale , (_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (LOADED == TOTAL) {
gotoAndPlay (3);
}
play();
Frame 2
_root.gotoAndStop("loading");
Instance of Symbol 27 MovieClip "qualitee" in Frame 3
onClipEvent (load) {
this.swapDepths();
}
Frame 4
function placeIngredients(Nom, Variable, Quantite) {
_root[Variable] = _root[Variable] + Quantite;
i = 1;
while (i < 11) {
if (_root["ingslot" + i] == Nom) {
break;
}
if (_root["ingslot" + i] == "") {
_root["ingslot" + i] = Nom;
break;
}
i++;
}
}
function enleveIngredients(Nom, Variable, Quantite) {
_root[Variable] = _root[Variable] - Quantite;
i = 1;
while (i < 11) {
_root.ingslot11 = "";
if ((_root["ingslot" + i] == Nom) && (_root[Variable] <= 0)) {
_root["ingslot" + i] = "";
_root["ingslot" + i] = _root["ingslot" + (i + 1)];
_root["ingslot" + (i + 1)] = "";
}
i++;
}
i = 1;
while (i < 11) {
_root.islot11 = "";
if (_root["ingslot" + i] == "") {
_root["ingslot" + i] = _root["ingslot" + (i + 1)];
_root["ingslot" + (i + 1)] = "";
}
i++;
}
}
function placeAlchemy(Alchemy, Alchemy_qt, perso1, perso2, perso3) {
_root[perso1 + "Alch"].push(Alchemy);
_root[perso2 + "Alch"].push(Alchemy);
_root[perso3 + "Alch"].push(Alchemy);
_root[perso1 + "Alch_qt"].push(Alchemy_qt);
_root[perso2 + "Alch_qt"].push(Alchemy_qt);
_root[perso3 + "Alch_qt"].push(Alchemy_qt);
_root.Alchemys.push(Alchemy);
}
function placeItems(Nom, Variable, Quantite) {
_root[Variable] = _root[Variable] + Quantite;
i = 1;
while (i < 11) {
if (_root["islot" + i] == Nom) {
break;
}
if (_root["islot" + i] == "") {
_root["islot" + i] = Nom;
break;
}
i++;
}
}
function enleveItems(Nom, Variable, Quantite) {
_root[Variable] = _root[Variable] - Quantite;
i = 1;
while (i < 11) {
_root.islot11 = "";
if ((_root["islot" + i] == Nom) && (_root[Variable] <= 0)) {
_root["islot" + i] = "";
_root["islot" + i] = _root["islot" + (i + 1)];
_root["islot" + (i + 1)] = "";
}
i++;
}
i = 1;
while (i < 11) {
_root.islot11 = "";
if (_root["islot" + i] == "") {
_root["islot" + i] = _root["islot" + (i + 1)];
_root["islot" + (i + 1)] = "";
}
i++;
}
}
function placeEquipment(Nom) {
i = 1;
while (i < 37) {
if (_root["eslot" + i] == "") {
_root["eslot" + i] = Nom;
break;
}
i++;
}
}
function enleveEquipement() {
i = 1;
while (i < 37) {
_root.eslot37 = "";
if (_root["eslot" + i] == "") {
_root["eslot" + i] = _root["eslot" + (i + 1)];
_root["eslot" + (i + 1)] = "";
}
i++;
}
i = 1;
while (i < 37) {
_root.eslot37 = "";
if (_root["eslot" + i] == "") {
_root["eslot" + i] = _root["eslot" + (i + 1)];
_root["eslot" + (i + 1)] = "";
}
i++;
}
}
function quiEquip() {
i = 1;
while (i < 37) {
_root.Menu_m.eslots["eslot" + i].slot = _root["eslot" + i];
if (_root["eslot" + i] == "") {
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
} else {
_root.Menu_m.eslots["eslot" + i].eslot.enabled = true;
if (_root["eslot" + i] == "Solid glasses") {
if (_root.Menu_m.perso1 == "Gus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Steel glasses") {
if (_root.Menu_m.perso1 == "Gus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Bandana") {
if (_root.Menu_m.perso1 == "Joe") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Pirate bandana") {
if (_root.Menu_m.perso1 == "Joe") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Leather bracelet") {
if ((_root.Menu_m.perso1 == "Joe") || (_root.Menu_m.perso1 == "Gus")) {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Plated bracelet") {
if ((_root.Menu_m.perso1 == "Joe") || (_root.Menu_m.perso1 == "Gus")) {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Steel bracelet") {
if ((_root.Menu_m.perso1 == "Joe") || (_root.Menu_m.perso1 == "Gus")) {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Plated jacket") {
if ((_root.Menu_m.perso1 == "Joe") || (_root.Menu_m.perso1 == "Gus")) {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Chain jacket") {
if ((_root.Menu_m.perso1 == "Joe") || (_root.Menu_m.perso1 == "Gus")) {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Steel jacket") {
if ((_root.Menu_m.perso1 == "Joe") || (_root.Menu_m.perso1 == "Gus")) {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Plated shoes") {
if (_root.Menu_m.perso1 == "Gus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Steel shoes") {
if (_root.Menu_m.perso1 == "Gus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Sandals") {
if (_root.Menu_m.perso1 == "Joe") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Plated sandals") {
if (_root.Menu_m.perso1 == "Joe") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Steel sandals") {
if (_root.Menu_m.perso1 == "Joe") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Fine rapier") {
if (_root.Menu_m.perso1 == "Gus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Pocket knife") {
if (_root.Menu_m.perso1 == "Joe") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Steel knife") {
if (_root.Menu_m.perso1 == "Joe") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Silver rapier") {
if (_root.Menu_m.perso1 == "Gus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Sting knife") {
if (_root.Menu_m.perso1 == "Joe") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "War rapier") {
if (_root.Menu_m.perso1 == "Gus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Anchor") {
if (_root.Menu_m.perso1 == "Gorvus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Captain hat") {
if (_root.Menu_m.perso1 == "Gorvus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Fisherman boots") {
if (_root.Menu_m.perso1 == "Gorvus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Fisherman coat") {
if (_root.Menu_m.perso1 == "Gorvus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
}
}
i++;
}
}
function persoStats(perso) {
if (_root[perso + "LV"] == 12) {
lvup = 7500;
} else if (_root[perso + "LV"] == 13) {
lvup = 9000;
} else if (_root[perso + "LV"] == 14) {
lvup = 10500;
} else if (_root[perso + "LV"] == 15) {
lvup = 12000;
} else if (_root[perso + "LV"] == 16) {
lvup = 15000;
} else if (_root[perso + "LV"] == 17) {
lvup = 18000;
} else if (_root[perso + "LV"] == 18) {
lvup = 21000;
} else if (_root[perso + "LV"] == 19) {
lvup = 24000;
} else if (_root[perso + "LV"] == 20) {
lvup = 27000;
} else if (_root[perso + "LV"] == 21) {
lvup = 30000;
} else if (_root[perso + "LV"] == 22) {
lvup = " -";
}
if (_root[perso + "LV"] < 22) {
_root.Menu_m.nextExp.text = lvup - _root[perso + "Exp"];
} else if (_root[perso + "LV"] == 22) {
_root.Menu_m.nextExp.text = lvup;
}
this[perso + "Head_IN"] = 0;
this[perso + "Body_IN"] = 0;
this[perso + "Arms_IN"] = 0;
this[perso + "Legs_IN"] = 0;
this[perso + "Extra_IN"] = 0;
this[perso + "WPN_IN"] = 0;
this[perso + "Head_SP"] = 0;
this[perso + "Body_SP"] = 0;
this[perso + "Arms_SP"] = 0;
this[perso + "Legs_SP"] = 0;
this[perso + "Extra_SP"] = 0;
this[perso + "WPN_SP"] = 0;
if (_root[perso + "Headslot"] == "") {
_root[perso + "Head"] = 0;
} else if (_root[perso + "Headslot"] == "Glasses") {
_root[perso + "Head"] = 1;
} else if (_root[perso + "Headslot"] == "Solid glasses") {
_root[perso + "Head"] = 3;
this[perso + "Head_IN"] = 4;
} else if (_root[perso + "Headslot"] == "Steel glasses") {
_root[perso + "Head"] = 14;
this[perso + "Head_SP"] = -4;
} else if (_root[perso + "Headslot"] == "Bandana") {
_root[perso + "Head"] = 4;
} else if (_root[perso + "Headslot"] == "Pirate bandana") {
_root[perso + "Head"] = 16;
this[perso + "Head_SP"] = 4;
} else if (_root[perso + "Headslot"] == "Captain hat") {
_root[perso + "Head"] = 5;
this[perso + "Head_IN"] = 4;
}
if (_root[perso + "Bodyslot"] == "") {
_root[perso + "Body"] = 0;
} else if (_root[perso + "Bodyslot"] == "Leather jacket") {
_root[perso + "Body"] = 5;
} else if (_root[perso + "Bodyslot"] == "Plated jacket") {
_root[perso + "Body"] = 12;
} else if (_root[perso + "Bodyslot"] == "Chain jacket") {
_root[perso + "Body"] = 25;
this[perso + "Body_SP"] = 4;
} else if (_root[perso + "Bodyslot"] == "Steel jacket") {
_root[perso + "Body"] = 40;
this[perso + "Body_SP"] = -8;
} else if (_root[perso + "Bodyslot"] == "Fisherman coat") {
_root[perso + "Body"] = 30;
this[perso + "Body_SP"] = 4;
}
if (_root[perso + "Armsslot"] == "") {
_root[perso + "Arms"] = 0;
} else if (_root[perso + "Armsslot"] == "Leather bracelet") {
_root[perso + "Arms"] = 3;
} else if (_root[perso + "Armsslot"] == "Plated bracelet") {
_root[perso + "Arms"] = 10;
} else if (_root[perso + "Armsslot"] == "Steel bracelet") {
_root[perso + "Arms"] = 20;
this[perso + "Arms_SP"] = -4;
}
if (_root[perso + "Legsslot"] == "") {
_root[perso + "Legs"] = 0;
} else if (_root[perso + "Legsslot"] == "Shoes") {
_root[perso + "Legs"] = 2;
} else if (_root[perso + "Legsslot"] == "Plated shoes") {
_root[perso + "Legs"] = 5;
} else if (_root[perso + "Legsslot"] == "Steel shoes") {
_root[perso + "Legs"] = 20;
this[perso + "Legs_SP"] = -4;
} else if (_root[perso + "Legsslot"] == "Sandals") {
_root[perso + "Legs"] = 2;
this[perso + "Legs_SP"] = 4;
} else if (_root[perso + "Legsslot"] == "Plated sandals") {
_root[perso + "Legs"] = 6;
} else if (_root[perso + "Legsslot"] == "Steel sandals") {
_root[perso + "Legs"] = 15;
this[perso + "Legs_SP"] = -4;
} else if (_root[perso + "Legsslot"] == "Fisherman boots") {
_root[perso + "Legs"] = 20;
this[perso + "Legs_SP"] = -4;
}
if (_root[perso + "Wpnslot"] == "Rusty rapier") {
_root[perso + "WPN"] = 10;
} else if (_root[perso + "Wpnslot"] == "Steel rapier") {
_root[perso + "WPN"] = 18;
} else if (_root[perso + "Wpnslot"] == "Fine rapier") {
_root[perso + "WPN"] = 35;
this[perso + "WPN_SP"] = 4;
} else if (_root[perso + "Wpnslot"] == "Pocket knife") {
_root[perso + "WPN"] = 25;
this[perso + "WPN_SP"] = 4;
} else if (_root[perso + "Wpnslot"] == "Steel knife") {
_root[perso + "WPN"] = 40;
} else if (_root[perso + "Wpnslot"] == "Silver rapier") {
_root[perso + "WPN"] = 55;
this[perso + "WPN_SP"] = -4;
this[perso + "WPN_IN"] = 4;
} else if (_root[perso + "Wpnslot"] == "Sting knife") {
_root[perso + "WPN"] = 60;
this[perso + "WPN_SP"] = 4;
} else if (_root[perso + "Wpnslot"] == "War rapier") {
_root[perso + "WPN"] = 75;
this[perso + "WPN_SP"] = -8;
this[perso + "WPN_IN"] = -4;
} else if (_root[perso + "Wpnslot"] == "Anchor") {
_root[perso + "WPN"] = 100;
this[perso + "WPN_SP"] = -16;
}
if (_root[perso + "Extraslot"] == "") {
_root[perso + "Extra"] = 0;
}
if (_root[perso + "Extraslot"] == "Mind charm") {
_root[perso + "Extra"] = 0;
this[perso + "Extra_IN"] = 8;
}
if (_root[perso + "Extraslot"] == "Speed medal") {
_root[perso + "Extra"] = 0;
this[perso + "Extra_SP"] = 8;
}
if (_root[perso + "Extraslot"] == "Monster repulser") {
_root[perso + "Extra"] = 0;
}
_root[perso + "ATT"] = _root[perso + "ST"] + _root[perso + "WPN"];
_root[perso + "ARM"] = (((_root[perso + "Head"] + _root[perso + "Body"]) + _root[perso + "Arms"]) + _root[perso + "Legs"]) + _root[perso + "Extra"];
_root[perso + "DEF"] = _root[perso + "EN"] + _root[perso + "ARM"];
_root[perso + "INT"] = (((((this[perso + "Head_IN"] + this[perso + "Body_IN"]) + this[perso + "Arms_IN"]) + this[perso + "Legs_IN"]) + this[perso + "Extra_IN"]) + this[perso + "WPN_IN"]) + _root[perso + "IN"];
_root[perso + "SPD"] = (((((this[perso + "Head_SP"] + this[perso + "Body_SP"]) + this[perso + "Arms_SP"]) + this[perso + "Legs_SP"]) + this[perso + "Extra_SP"]) + this[perso + "WPN_SP"]) + _root[perso + "SP"];
}
function texteMap(perso, nombre) {
i = _root.personnage.sujets;
j = nombre - 1;
_root.texte_perso["texte" + nombre].texte.text = _root.personnage["sujet" + i][j];
}
function deleteObjets(etat) {
removeMovieClip(_root.overlay);
removeMovieClip(_root.texte_perso);
removeMovieClip(_root.o1);
removeMovieClip(_root.o2);
removeMovieClip(_root.o3);
removeMovieClip(_root.o4);
removeMovieClip(_root.o5);
removeMovieClip(_root.o6);
removeMovieClip(_root.o7);
removeMovieClip(_root.o8);
removeMovieClip(_root.o9);
removeMovieClip(_root.o10);
removeMovieClip(_root.o11);
removeMovieClip(_root.o12);
removeMovieClip(_root.o13);
removeMovieClip(_root.o14);
removeMovieClip(_root.o15);
removeMovieClip(_root.o16);
removeMovieClip(_root.o17);
removeMovieClip(_root.o18);
removeMovieClip(_root.o19);
removeMovieClip(_root.o20);
}
function changeCase(valueX, valueY, etat) {
_root.position_Gus = undefined;
lettres = new Array("none", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J");
i = 1;
while (i < 11) {
if (lettres[i] == _root.lettre) {
colonne = i;
}
i++;
}
if (valueX < 3) {
if ((_root.frame == "cD4") && (_root.cut7 == "non")) {
_root.nextPlace = "cut07";
_root.fadeout.play();
} else if (_root.frame == "gA1") {
_root.nextPlace = "mA5";
_root.newspeed = 6;
_root.newxwidth = 40;
_root.newyheight = 40;
_root.newx = 510;
_root.newy = 110;
_root.fadeout.play();
} else {
_root.deleteObjets();
_root.heroMC._x = 637;
_root.heroMC._y = valueY;
_root.newx = 637;
_root.newy = valueY;
_root.gotoAndStop((_root.region + _root.lettre) + (_root.chiffre - 1));
}
} else if (valueX > 637) {
if ((_root.frame == "m2B3") && (_root.cut6 == "non")) {
_root.nextPlace = "cut06";
_root.fadeout.play();
removeMovieClip(_root.heroMC);
} else if (((_root.frame == "gA2") && (valueX > 390)) && (_root.cut10 == "oui")) {
_root.nextPlace = "btl";
_root.boss = "boss2";
_root.blanc_btl.play();
removeMovieClip(_root.heroMC);
} else {
_root.deleteObjets();
_root.heroMC._x = 3;
_root.heroMC._y = valueY;
_root.newx = 3;
_root.newy = valueY;
_root.gotoAndStop((_root.region + _root.lettre) + (_root.chiffre + 1));
}
} else if ((etat == "pas_MAP") && (valueY < 35)) {
if (((_root.frame == "fB2") && (_root.cut8 == "oui")) && (_root.Gorvus_j != "oui")) {
_root.nextPlace = "cut09";
_root.fadeout.play();
removeMovieClip(_root.heroMC);
} else if ((_root.frame == "oD2") && (_root.cut4 == "non")) {
_root.nextPlace = "cut04";
_root.fadeout.play();
removeMovieClip(_root.heroMC);
} else if (_root.frame == "tA1") {
_root.nextPlace = "mC3";
_root.newspeed = 6;
_root.newxwidth = 40;
_root.newyheight = 40;
_root.newx = 450;
_root.newy = 350;
_root.fadeout.play();
} else {
_root.deleteObjets();
_root.heroMC._y = 435;
_root.heroMC._x = valueX;
_root.newy = 435;
_root.newx = valueX;
_root.gotoAndStop((_root.region + lettres[colonne - 1]) + _root.chiffre);
}
} else if ((etat == "pas_MAP") && (valueY > 435)) {
if (_root.frame == "fF2") {
_root.nextPlace = "mA5";
_root.newspeed = 6;
_root.newxwidth = 40;
_root.newyheight = 40;
_root.newx = 190;
_root.newy = 90;
_root.fadeout.play();
} else if (((_root.frame == "m1B3") && (valueX > 390)) && (_root.cut5 == "non")) {
_root.nextPlace = "cut05";
_root.fadeout.play();
removeMovieClip(_root.heroMC);
} else if (_root.frame == "oE2") {
_root.nextPlace = "mB1";
_root.newspeed = 6;
_root.newxwidth = 40;
_root.newyheight = 40;
_root.newx = 220;
_root.newy = 215;
_root.fadeout.play();
} else if (_root.frame == "gC1") {
_root.nextPlace = "mA5";
_root.newspeed = 6;
_root.newxwidth = 40;
_root.newyheight = 40;
_root.newx = 580;
_root.newy = 110;
_root.fadeout.play();
} else {
_root.deleteObjets();
_root.newy = 35;
_root.newx = valueX;
_root.heroMC._y = 35;
_root.heroMC._x = valueX;
_root.gotoAndStop((_root.region + lettres[colonne + 1]) + _root.chiffre);
}
} else if ((etat == "MAP") && (valueY > 410)) {
_root.deleteObjets();
_root.newy = 10;
_root.newx = valueX;
_root.heroMC._y = 10;
_root.heroMC._x = valueX;
_root.gotoAndStop((_root.region + lettres[colonne + 1]) + _root.chiffre);
} else if ((etat == "MAP") && (valueY < 10)) {
_root.deleteObjets();
_root.newy = 410;
_root.newx = valueX;
_root.heroMC._y = 410;
_root.heroMC._x = valueX;
_root.gotoAndStop((_root.region + lettres[colonne - 1]) + _root.chiffre);
}
_root.marche = "oui";
}
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
Instance of Symbol 57 MovieClip "neige" in Frame 4
onClipEvent (load) {
this.swapDepths(200001);
this._visible = false;
}
Instance of Symbol 206 MovieClip "Menu_m" in Frame 4
onClipEvent (load) {
this.swapDepths(200006);
this._visible = false;
}
Instance of Symbol 208 MovieClip "fadeout" in Frame 4
onClipEvent (load) {
this.swapDepths(200007);
}
Instance of Symbol 209 MovieClip "fadein" in Frame 4
onClipEvent (load) {
this.swapDepths(200008);
}
Instance of Symbol 210 MovieClip "blanc_btl" in Frame 4
onClipEvent (load) {
this.swapDepths(200009);
}
Instance of Symbol 220 MovieClip "musique" in Frame 4
onClipEvent (load) {
this.swapDepths(200012);
}
Instance of Symbol 221 MovieClip in Frame 4
onClipEvent (load) {
this.swapDepths(200019);
}
Frame 5
stop();
skip1 = "no";
if (_root.skip1 == "yes") {
frame = "oD8";
gotoAndPlay ("ortema");
}
_root._quality = "MEDIUM";
Frame 19
stop();
_root.gotoAndPlay("intro");
Frame 20
function texteMap(perso, nombre) {
i = _root.personnage.sujets;
j = nombre - 1;
_root.texte_perso["texte" + nombre].texte.text = _root.personnage["sujet" + i][j];
}
function deleteObjets(etat) {
removeMovieClip(_root.overlay);
removeMovieClip(_root.o1);
removeMovieClip(_root.o2);
removeMovieClip(_root.o3);
removeMovieClip(_root.o4);
removeMovieClip(_root.o5);
removeMovieClip(_root.o6);
removeMovieClip(_root.o7);
removeMovieClip(_root.o8);
removeMovieClip(_root.o9);
removeMovieClip(_root.o10);
removeMovieClip(_root.o11);
removeMovieClip(_root.o12);
removeMovieClip(_root.o13);
removeMovieClip(_root.o14);
removeMovieClip(_root.o15);
removeMovieClip(_root.o16);
removeMovieClip(_root.o17);
removeMovieClip(_root.o18);
removeMovieClip(_root.o19);
removeMovieClip(_root.o20);
}
function changeCase(valueX, valueY, etat) {
_root.position_Gus = undefined;
lettres = new Array("none", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J");
i = 1;
while (i < 11) {
if (lettres[i] == _root.lettre) {
colonne = i;
}
i++;
}
if (valueX < 3) {
if (_root.frame == "gA1") {
_root.nextPlace = "mA5";
_root.newspeed = 6;
_root.newxwidth = 40;
_root.newyheight = 40;
_root.newx = 580;
_root.newy = 110;
_root.fadeout.play();
} else {
_root.deleteObjets();
_root.heroMC._x = 637;
_root.heroMC._y = valueY;
_root.newx = 637;
_root.newy = valueY;
_root.gotoAndStop((_root.region + _root.lettre) + (_root.chiffre - 1));
}
} else if (valueX > 637) {
_root.deleteObjets();
_root.heroMC._x = 3;
_root.heroMC._y = valueY;
_root.newx = 3;
_root.newy = valueY;
_root.gotoAndStop((_root.region + _root.lettre) + (_root.chiffre + 1));
} else if ((etat == "pas_MAP") && (valueY < 35)) {
if (_root.frame == "tA1") {
_root.nextPlace = "mC3";
_root.newspeed = 6;
_root.newxwidth = 40;
_root.newyheight = 40;
_root.newx = 450;
_root.newy = 350;
_root.fadeout.play();
} else {
_root.deleteObjets();
_root.heroMC._y = 435;
_root.heroMC._x = valueX;
_root.newy = 435;
_root.newx = valueX;
_root.gotoAndStop((_root.region + lettres[colonne - 1]) + _root.chiffre);
}
} else if ((etat == "pas_MAP") && (valueY > 435)) {
if (_root.frame == "oE2") {
_root.nextPlace = "mB1";
_root.newspeed = 6;
_root.newxwidth = 40;
_root.newyheight = 40;
_root.newx = 195;
_root.newy = 215;
_root.fadeout.play();
} else if (_root.frame == "gC1") {
_root.nextPlace = "mA5";
_root.newspeed = 6;
_root.newxwidth = 40;
_root.newyheight = 40;
_root.newx = 580;
_root.newy = 110;
_root.fadeout.play();
} else {
_root.deleteObjets();
_root.newy = 35;
_root.newx = valueX;
_root.heroMC._y = 35;
_root.heroMC._x = valueX;
_root.gotoAndStop((_root.region + lettres[colonne + 1]) + _root.chiffre);
}
} else if ((etat == "MAP") && (valueY > 410)) {
_root.deleteObjets();
_root.newy = 10;
_root.newx = valueX;
_root.heroMC._y = 10;
_root.heroMC._x = valueX;
_root.gotoAndStop((_root.region + lettres[colonne + 1]) + _root.chiffre);
} else if ((etat == "MAP") && (valueY < 10)) {
_root.deleteObjets();
_root.newy = 410;
_root.newx = valueX;
_root.heroMC._y = 410;
_root.heroMC._x = valueX;
_root.gotoAndStop((_root.region + lettres[colonne - 1]) + _root.chiffre);
}
_root.marche = "oui";
}
Instance of Symbol 206 MovieClip "Menu_m" in Frame 21
onClipEvent (load) {
this.swapDepths(200001);
}
Instance of Symbol 208 MovieClip "fadeout" in Frame 21
onClipEvent (load) {
this.swapDepths(200002);
}
Instance of Symbol 209 MovieClip "fadein" in Frame 21
onClipEvent (load) {
this.swapDepths(200003);
}
Frame 23
_root.position_Gus = "down";
_root.region = "o";
_root.frame = "gA1";
_root.gotoAndPlay("menu_test");
GusHP = 320;
GusMaxHP = 320;
GusATT = 90;
GusDEF = 60;
GusSPD = 45;
GusINT = 65;
GusLV = 15;
GusTech1 = 3;
GusTech2 = 2;
GusTech3 = 2;
GusTech4 = 1;
JoeHP = 300;
JoeMaxHP = 300;
JoeATT = 60;
JoeDEF = 65;
JoeSPD = 60;
JoeINT = 28;
JoeLV = 15;
JoeTech1 = 3;
JoeTech2 = 2;
JoeTech3 = 1;
GorvusHP = 660;
GorvusMaxHP = 660;
GorvusATT = 220;
GorvusDEF = 200;
GorvusSPD = 30;
GorvusINT = 50;
GorvusLV = 20;
GorvusTech1 = 2;
_root.Alchemys = new Array("Heal, Boost, Explosion");
_root.GusAlch = new Array("Heal", "Boost", "Explosion");
_root.GusAlch_qt = new Array("Heal", "Boost", "Explosion");
_root.JoeAlch = new Array("Heal", "Boost");
_root.JoeAlch_qt = new Array("Heal", "Boost");
_root.GorvusAlch = new Array("Heal");
_root.GorvusAlch_qt = new Array("Heal");
_root.placeAlchemy("Shock", "Shock", "Gus", undefined, undefined);
_root.placeAlchemy("Goowy aura", "Goowyaura", "Gus", undefined, "Gorvus");
_root.placeAlchemy("Ice wave", "Icewave", "Gus", undefined, undefined);
Frame 25
if (_root.musique.frame != "intro") {
stopAllSounds();
_root.musique.gotoAndStop("intro");
}
nextline = 0;
page = 1;
Frame 36
_root.noir_cache.maxgames._visible = true;
Instance of Symbol 258 MovieClip "ligne1" in Frame 39
onClipEvent (enterFrame) {
if ((_root.nextline == 0) && (_root.page == 1)) {
this.play();
this.intro.texte_intro.text = "Aeons ago";
} else if ((_root.nextline == 3) && (_root.page == 2)) {
this.play();
this.intro.texte_intro.text = "In due time";
} else if ((_root.nextline == 8) && (_root.page == 4)) {
this.play();
this.intro.texte_intro.text = "As time passed";
} else if ((_root.nextline == 11) && (_root.page == 5)) {
this.play();
this.intro.texte_intro.text = "Deep into Mesiria, the victorious";
} else if ((_root.nextline == 14) && (_root.page == 6)) {
this.play();
this.intro.texte_intro.text = "This is the story of a planet's destiny";
}
}
Instance of Symbol 258 MovieClip "ligne2" in Frame 39
onClipEvent (enterFrame) {
if ((_root.nextline == 1) && (_root.page == 1)) {
this.play();
this.intro.texte_intro.text = "civilisations of twin planets collided";
} else if ((_root.nextline == 4) && (_root.page == 2)) {
this.play();
this.intro.texte_intro.text = "came a victorious";
} else if ((_root.nextline == 6) && (_root.page == 3)) {
this.play();
this.intro.texte_intro.text = "destroying an equilibrium";
} else if ((_root.nextline == 9) && (_root.page == 4)) {
this.play();
this.intro.texte_intro.text = "ashes of the old";
} else if ((_root.nextline == 12) && (_root.page == 5)) {
this.play();
this.intro.texte_intro.text = "souls of vanquished are ploting";
} else if ((_root.nextline == 15) && (_root.page == 6)) {
this.play();
this.intro.texte_intro.text = "but also of those";
}
}
Instance of Symbol 258 MovieClip "ligne3" in Frame 39
onClipEvent (enterFrame) {
if ((_root.nextline == 2) && (_root.page == 1)) {
this.play();
this.intro.texte_intro.text = "leading to eternal war";
} else if ((_root.nextline == 5) && (_root.page == 2)) {
this.play();
this.intro.texte_intro.text = "and a defeated";
} else if ((_root.nextline == 7) && (_root.page == 3)) {
this.play();
this.intro.texte_intro.text = "ruining both civilisations";
} else if ((_root.nextline == 10) && (_root.page == 4)) {
this.play();
this.intro.texte_intro.text = "became the roots of the new";
} else if ((_root.nextline == 13) && (_root.page == 5)) {
this.play();
this.intro.texte_intro.text = "to regain existance through time";
} else if ((_root.nextline == 16) && (_root.page == 6)) {
this.play();
this.intro.texte_intro.text = "who protected it over the ages";
}
}
Frame 474
_root.noir_cache.maxgames._visible = false;
play();
Frame 483
_root.noir_cache.maxgames._visible = false;
stop();
Frame 484
_root.noir_cache.maxgames._visible = true;
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save1");
_root.backbtn._visible = false;
if (_root.savefile.data.GusHP == undefined) {
} else if ((_root.savefile.data.GusHP != undefined) && (_root.savefile == SharedObject.getLocal("SnailsAnimation/Mes3_save1"))) {
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save2");
if (_root.savefile.data.GusHP == undefined) {
} else if ((_root.savefile.data.GusHP != undefined) && (_root.savefile == SharedObject.getLocal("SnailsAnimation/Mes3_save2"))) {
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save3");
if (_root.savefile.data.GusHP == undefined) {
} else if ((_root.savefile.data.GusHP != undefined) && (_root.savefile == SharedObject.getLocal("SnailsAnimation/Mes3_save3"))) {
_root.stop();
_root.needslot.text = "You need an empty save slot to create a new game. To solve this problem, go erase one of your saved games.";
_root.backbtn._visible = true;
}
}
}
Frame 494
stop();
Frame 505
_root.gotoAndPlay("livre1");
Frame 506
_root.noir_cache.maxgames._visible = true;
Frame 516
_root.noir_cache.maxgames._visible = true;
Frame 525
stop();
Frame 534
_root.gotoAndStop("mainmenu");
stop();
Frame 540
if (_root.savefile.data.framemort != undefined) {
_root.frame = _root.framemort;
_root.persoStats("Gus");
_root.persoStats("Joe");
_root.persoStats("Gorvus");
if (_root.region == "t") {
_root.nextPlace = "transfer";
} else if (_root.region == "o") {
_root.nextPlace = "ortema";
} else if (_root.region == "g") {
_root.nextPlace = "gerz";
} else if (_root.region == "m1") {
_root.nextPlace = "mine";
} else if (_root.region == "m2") {
_root.nextPlace = "mine";
} else if (_root.region == "c") {
_root.nextPlace = "centrale";
} else if (_root.region == "f") {
_root.nextPlace = "foret";
}
_root.fadeout.play();
} else {
_root.nextPlace = "cut01";
}
stop();
Frame 541
stop();
_root.msq.gotoAndPlay(1);
_root.nextPlace = "cut01";
_root.frame = "livre1";
Frame 542
stop();
_root.msq.gotoAndPlay(1);
_root.nextPlace = "generique";
_root.frame = "livre2";
Instance of Symbol 416 MovieClip "heroMC" in Frame 543
onClipEvent (load) {
if (((_root.cut2 == "oui") && (_root.cut3 == "non")) && (_root.frame == "mB3")) {
this.gotoAndStop("Vick");
} else if ((_root.Joe_j == "oui") && (_root.Gus_j == "non")) {
this.gotoAndStop("Vick");
}
if (_root.region == "m") {
speed = 6;
} else if (_root.region != "m") {
speed = 10;
}
speed_current = speed;
this.swapDepths((this._y * 400) + this._x);
_root.gotoAndPlay(_root.frame);
if ((_root.newx != undefined) && (_root.newy != undefined)) {
_root.heroMC._x = _root.newx;
_root.heroMC._y = _root.newy;
_root.newx = undefined;
_root.newy = undefined;
_root.enemy.gotoAndPlay(35);
}
}
onClipEvent (enterFrame) {
if (_root.region == "m") {
speed = 6;
if ((((this._x < 3) || (this._x > 637)) || (this._y < 10)) || (this._y > 410)) {
_root.marche = "non";
_root.changeCase(_root.Gusposx, _root.Gusposy, "MAP");
}
} else if (_root.region != "m") {
speed = 10;
if ((((this._x < 3) || (this._x > 637)) || (this._y < 35)) || (this._y > 435)) {
_root.marche = "non";
_root.changeCase(_root.Gusposx, _root.Gusposy, "pas_MAP");
}
}
this.swapDepths((this._y * 400) + this._x);
_root.Gusposx = _root.heroMC._x;
_root.Gusposy = _root.heroMC._y;
if (_root.marche == "non") {
this.hero.gotoAndStop("stand_" + this.hero.pose);
} else {
if (_root.heroMC.hitTest(_root.escalier)) {
speed_current = speed / 2;
} else {
speed_current = speed;
}
if (Key.isDown(37) & Key.isDown(40)) {
this.movement(((-speed_current) * 2) / 3, (speed_current * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(40)) {
this.movement((speed_current * 2) / 3, (speed_current * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(39) & Key.isDown(38)) {
this.movement((speed_current * 2) / 3, ((-speed_current) * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(37) & Key.isDown(38)) {
this.movement(((-speed_current) * 2) / 3, ((-speed_current) * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(37)) {
this.movement(-speed_current, 0, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39)) {
this.movement(speed_current, 0, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(40)) {
this.movement(0, speed_current, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_down");
} else if (Key.isDown(38)) {
this.movement(0, -speed_current, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_up");
} else if (Key.isDown(37) & Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(37) & Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_up");
} else if (Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_down");
} else if (Key.isDown(37)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else {
this.hero.gotoAndStop("stand_" + this.hero.pose);
}
}
}
onClipEvent (keyUp) {
this.hero.gotoAndStop("stand_" + this.hero.pose);
}
Frame 544
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
_root.region = "o";
_root.frame = "oA3";
_root.lettre = "A";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
screen_width = 640;
screen_height = 400;
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
stop();
Instance of Symbol 469 MovieClip "texte_perso" in Frame 544
onClipEvent (load) {
this.swapDepths(200003);
}
Frame 545
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
_root.region = "o";
_root.frame = "oB1";
_root.lettre = "B";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
stop();
Instance of Symbol 530 MovieClip "o1" in Frame 545
onClipEvent (load) {
sujets = 0;
maxsujets = 2;
sujet1 = new Array("I saw a guy run East of town toward the abandoned sector.");
sujet2 = new Array("Don't forget to equip your equipment and save often.");
this.swapDepths((this._y * 400) + this._x);
this.p.gotoAndStop("stand_right");
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this.p.ombre) && (_root.peu_parler == "non")) {
this.stop();
_root.peu_parler = "oui";
} else {
this.play();
_root.peu_parler = "non";
}
}
onClipEvent (mouseDown) {
if ((_root.peu_parler == "oui") && (_root.texte_perso._visible == false)) {
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root[this._name];
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
}
Instance of Symbol 252 MovieClip in Frame 545
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i7";
_root.newx = 225;
_root.newy = 370;
_root.fade = "in";
i = 1;
}
}
}
Frame 546
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oB2";
_root.lettre = "B";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Frame 547
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oB3";
_root.lettre = "B";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Frame 548
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oB4";
_root.lettre = "B";
_root.chiffre = 4;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Frame 549
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oB5";
_root.lettre = "B";
_root.chiffre = 5;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Frame 550
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
_root.region = "o";
_root.frame = "oB6";
_root.lettre = "B";
_root.chiffre = 6;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
stop();
Instance of Symbol 252 MovieClip in Frame 550
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i1";
_root.newx = 215;
_root.newy = 370;
_root.fade = "in";
i = 1;
}
}
}
Frame 551
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oC1";
_root.lettre = "C";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC._visible = true;
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Instance of Symbol 252 MovieClip in Frame 551
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "e_ortema";
_root.newx = _root.hereoMC._x;
_root.newy = _root.hereoMC._y;
_root.fade = "in";
i = 1;
}
}
}
Frame 552
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oC2";
_root.lettre = "C";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC._visible = true;
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 553
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oC3";
_root.lettre = "C";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Frame 554
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oC4";
_root.lettre = "C";
_root.chiffre = 4;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Instance of Symbol 634 MovieClip "o1" in Frame 554
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
this.p.gotoAndStop("stand_right");
sujets = 0;
maxsujets = 2;
sujet1 = new Array("People don't talk to strangers here.");
sujet2 = new Array("So please, leave us alone.");
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this.p.ombre) && (_root.peu_parler == "non")) {
this.stop();
_root.peu_parler = "oui";
} else {
this.play();
_root.peu_parler = "non";
}
}
onClipEvent (mouseDown) {
if ((_root.peu_parler == "oui") && (_root.texte_perso._visible == false)) {
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root[this._name];
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
}
Instance of Symbol 648 MovieClip "o2" in Frame 554
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
this.p.gotoAndStop("stand_left");
sujets = 0;
maxsujets = 2;
sujet1 = new Array("Bonjour!", "Belle journee aujourd'hui hein?");
sujet2 = new Array("Il fait beau.");
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this.p.ombre) && (_root.peu_parler == "non")) {
this.stop();
_root.peu_parler = "oui";
} else {
this.play();
_root.peu_parler = "non";
}
}
onClipEvent (mouseDown) {
if ((_root.peu_parler == "oui") && (_root.texte_perso._visible == false)) {
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root[this._name];
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
}
Frame 555
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oC5";
_root.lettre = "C";
_root.chiffre = 5;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Frame 556
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oC6";
_root.lettre = "C";
_root.chiffre = 6;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Frame 557
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oD1";
_root.lettre = "D";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC._visible = true;
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Instance of Symbol 252 MovieClip in Frame 557
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i_ortema";
_root.newx = _root.hereoMC._x;
_root.newy = _root.hereoMC._y;
_root.fade = "in";
i = 1;
}
}
}
Frame 558
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oD2";
_root.lettre = "D";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Instance of Symbol 723 MovieClip "o1" in Frame 558
onClipEvent (enterFrame) {
this.swapDepths(((this._y + this.p._y) * 400) + this._x);
}
Frame 559
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oD3";
_root.lettre = "D";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Instance of Symbol 734 MovieClip in Frame 559
onClipEvent (load) {
gotoAndPlay (557);
}
Instance of Symbol 734 MovieClip in Frame 559
onClipEvent (load) {
gotoAndPlay (572);
}
Frame 560
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oD4";
_root.lettre = "D";
_root.chiffre = 4;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Instance of Symbol 756 MovieClip "o1" in Frame 560
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
sujets = 0;
maxsujets = 2;
sujet1 = new Array("Bonjour!", "Belle journee aujourd'hui hein?");
sujet2 = new Array("Il fait beau.");
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this.ombre) && (_root.peu_parler == "non")) {
this.stop();
_root.peu_parler = "oui";
} else {
this.play();
_root.peu_parler = "non";
}
}
onClipEvent (mouseDown) {
if ((_root.peu_parler == "oui") && (_root.texte_perso._visible == false)) {
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root[this._name];
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
}
Frame 561
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oD5";
_root.lettre = "D";
_root.chiffre = 5;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Instance of Symbol 761 MovieClip in Frame 561
onClipEvent (load) {
sujets = 0;
maxsujets = 2;
sujet1 = new Array("Bonjour!", "Belle journee aujourd'hui hein?");
sujet2 = new Array("Il fait beau.");
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this.ombre) && (_root.peu_parler == "non")) {
this.stop();
_root.peu_parler = "oui";
} else {
this.play();
_root.peu_parler = "non";
}
}
onClipEvent (mouseDown) {
if ((_root.peu_parler == "oui") && (_root.texte_perso._visible == false)) {
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root[this._name];
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
}
Instance of Symbol 793 MovieClip "o1" in Frame 561
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
this.p.gotoAndStop("stand_up");
sujets = 0;
maxsujets = 2;
sujet1 = new Array("Bonjour!", "Belle journee aujourd'hui hein?");
sujet2 = new Array("Il fait beau.");
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this.p.ombre) && (_root.peu_parler == "non")) {
this.stop();
_root.peu_parler = "oui";
} else {
this.play();
_root.peu_parler = "non";
}
}
onClipEvent (mouseDown) {
if ((_root.peu_parler == "oui") && (_root.texte_perso._visible == false)) {
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root[this._name];
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
}
Frame 562
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oD6";
_root.lettre = "D";
_root.chiffre = 6;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
stop();
Instance of Symbol 823 MovieClip "o2" in Frame 562
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Instance of Symbol 852 MovieClip "o1" in Frame 562
onClipEvent (load) {
this.swapDepths(((this._y + this.p._y) * 400) + this._x);
}
Frame 563
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oD7";
_root.lettre = "D";
_root.chiffre = 7;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Frame 564
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oD8";
_root.lettre = "D";
_root.chiffre = 8;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
stop();
Instance of Symbol 892 MovieClip "o2" in Frame 564
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 892 MovieClip "o5" in Frame 564
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 892 MovieClip "o3" in Frame 564
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 893 MovieClip "o1" in Frame 564
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 894 MovieClip "o6" in Frame 564
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 892 MovieClip "o4" in Frame 564
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 252 MovieClip in Frame 564
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i4";
_root.newx = 410;
_root.newy = 370;
_root.fade = "in";
i = 1;
}
}
}
Instance of Symbol 252 MovieClip in Frame 564
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "m1C1";
_root.newx = 500;
_root.newy = 217;
_root.fade = "in";
i = 1;
}
}
}
Frame 565
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oE1";
_root.lettre = "E";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC._visible = true;
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Instance of Symbol 906 MovieClip in Frame 565
onClipEvent (load) {
sujets = 0;
maxsujets = 2;
sujet1 = new Array("Bonjour!", "Belle journee aujourd'hui hein?");
sujet2 = new Array("Il fait beau.");
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this.ombre) && (_root.peu_parler == "non")) {
this.stop();
_root.peu_parler = "oui";
} else {
this.play();
_root.peu_parler = "non";
}
}
onClipEvent (mouseDown) {
if ((_root.peu_parler == "oui") && (_root.texte_perso._visible == false)) {
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root[this._name];
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
}
Instance of Symbol 734 MovieClip in Frame 565
onClipEvent (load) {
gotoAndPlay (557);
}
Instance of Symbol 734 MovieClip in Frame 565
onClipEvent (load) {
gotoAndPlay (572);
}
Instance of Symbol 252 MovieClip in Frame 565
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "a_ortema";
_root.newx = _root.hereoMC._x;
_root.newy = _root.hereoMC._y;
_root.fade = "in";
i = 1;
}
}
}
Frame 566
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
_root.neige._visible = false;
_root.region = "o";
_root.frame = "oE2";
_root.framemort = _root.frame;
_root.lettre = "E";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
stop();
Instance of Symbol 917 MovieClip "o1" in Frame 566
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 918 MovieClip "o4" in Frame 566
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 918 MovieClip "o2" in Frame 566
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 918 MovieClip "o3" in Frame 566
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 918 MovieClip "o5" in Frame 566
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 919 MovieClip "o6" in Frame 566
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 919 MovieClip "o7" in Frame 566
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 925 MovieClip "o8" in Frame 566
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
sujets = 0;
maxsujets = 2;
sujet1 = new Array("Welcome to Ortema!", "Please be patient with those glitches.");
sujet2 = new Array("Don't forget to buy alchemy ingredients.");
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this.ombre) && (_root.peu_parler == "non")) {
this.stop();
_root.peu_parler = "oui";
} else {
this.play();
_root.peu_parler = "non";
}
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if ((_root.peu_parler == "oui") && (_root.texte_perso._visible == false)) {
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root[this._name];
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
}
}
Instance of Symbol 252 MovieClip in Frame 566
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i_save";
_root.newx = _root.heroMC._x;
_root.newy = _root.heroMC._y;
_root.fade = "in";
i = 1;
}
}
}
Frame 567
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oE3";
_root.lettre = "E";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Frame 568
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oE4";
_root.lettre = "E";
_root.chiffre = 4;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Instance of Symbol 481 MovieClip "o1" in Frame 568
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 481 MovieClip "o2" in Frame 568
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 481 MovieClip "o3" in Frame 568
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 935 MovieClip "o4" in Frame 568
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
sujets = 0;
maxsujets = 2;
sujet1 = new Array("Bonjour!", "Belle journee aujourd'hui hein?");
sujet2 = new Array("Il fait beau.");
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this.ombre) && (_root.peu_parler == "non")) {
this.stop();
_root.peu_parler = "oui";
} else {
this.play();
_root.peu_parler = "non";
}
}
onClipEvent (mouseDown) {
if ((_root.peu_parler == "oui") && (_root.texte_perso._visible == false)) {
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root[this._name];
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
}
Instance of Symbol 963 MovieClip "o5" in Frame 568
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
sujets = 0;
maxsujets = 2;
sujet1 = new Array("Bonjour!", "Belle journee aujourd'hui hein?");
sujet2 = new Array("Il fait beau.");
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this.ombre) && (_root.peu_parler == "non")) {
this.stop();
_root.peu_parler = "oui";
} else {
this.play();
_root.peu_parler = "non";
}
}
onClipEvent (mouseDown) {
if ((_root.peu_parler == "oui") && (_root.texte_perso._visible == false)) {
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root[this._name];
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
}
Frame 569
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oE5";
_root.lettre = "E";
_root.chiffre = 5;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Instance of Symbol 734 MovieClip in Frame 569
onClipEvent (load) {
gotoAndPlay (557);
}
Instance of Symbol 734 MovieClip in Frame 569
onClipEvent (load) {
gotoAndPlay (572);
}
Frame 570
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.frame = "oE6";
_root.lettre = "E";
_root.chiffre = 6;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Instance of Symbol 416 MovieClip "heroMC" in Frame 571
onClipEvent (load) {
if (((_root.cut2 == "oui") && (_root.cut3 == "non")) && (_root.frame == "mB3")) {
this.gotoAndStop("Vick");
} else if ((_root.Joe_j == "oui") && (_root.Gus_j == "non")) {
this.gotoAndStop("Vick");
}
if (_root.region == "m") {
speed = 6;
} else if (_root.region != "m") {
speed = 10;
}
speed_current = speed;
this.swapDepths((this._y * 400) + this._x);
_root.gotoAndPlay(_root.frame);
if ((_root.newx != undefined) && (_root.newy != undefined)) {
_root.heroMC._x = _root.newx;
_root.heroMC._y = _root.newy;
_root.newx = undefined;
_root.newy = undefined;
_root.enemy.gotoAndPlay(35);
}
}
onClipEvent (enterFrame) {
if (_root.region == "m") {
speed = 6;
if ((((this._x < 3) || (this._x > 637)) || (this._y < 10)) || (this._y > 410)) {
_root.marche = "non";
_root.changeCase(_root.Gusposx, _root.Gusposy, "MAP");
}
} else if (_root.region != "m") {
speed = 10;
if ((((this._x < 3) || (this._x > 637)) || (this._y < 35)) || (this._y > 435)) {
_root.marche = "non";
_root.changeCase(_root.Gusposx, _root.Gusposy, "pas_MAP");
}
}
this.swapDepths((this._y * 400) + this._x);
_root.Gusposx = _root.heroMC._x;
_root.Gusposy = _root.heroMC._y;
if (_root.marche == "non") {
this.hero.gotoAndStop("stand_" + this.hero.pose);
} else {
if (_root.heroMC.hitTest(_root.escalier)) {
speed_current = speed / 2;
} else {
speed_current = speed;
}
if (Key.isDown(37) & Key.isDown(40)) {
this.movement(((-speed_current) * 2) / 3, (speed_current * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(40)) {
this.movement((speed_current * 2) / 3, (speed_current * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(39) & Key.isDown(38)) {
this.movement((speed_current * 2) / 3, ((-speed_current) * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(37) & Key.isDown(38)) {
this.movement(((-speed_current) * 2) / 3, ((-speed_current) * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(37)) {
this.movement(-speed_current, 0, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39)) {
this.movement(speed_current, 0, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(40)) {
this.movement(0, speed_current, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_down");
} else if (Key.isDown(38)) {
this.movement(0, -speed_current, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_up");
} else if (Key.isDown(37) & Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(37) & Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_up");
} else if (Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_down");
} else if (Key.isDown(37)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else {
this.hero.gotoAndStop("stand_" + this.hero.pose);
}
}
}
onClipEvent (keyUp) {
this.hero.gotoAndStop("stand_" + this.hero.pose);
}
Frame 572
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.region = "m1";
_root.frame = "m1C1";
_root.lettre = "C";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 252 MovieClip in Frame 572
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "oD8";
_root.newx = 485;
_root.newy = 122;
_root.fade = "in";
i = 1;
}
}
}
Instance of Symbol 1002 MovieClip "enemy" in Frame 572
onClipEvent (load) {
this.gotoAndPlay(51);
this._visible = false;
this.stop();
}
onClipEvent (enterFrame) {
if (_root.heroMC.hitTest(this) && (_root.marche != "non")) {
stopAllSounds();
_root.marche = "non";
_root.blanc_btl.play();
this.stop();
}
}
onClipEvent (keyUp) {
this.stop();
}
Frame 573
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.frame = "m1B1";
_root.lettre = "B";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 574
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.frame = "m1A1";
_root.lettre = "A";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 575
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.frame = "m1A2";
_root.lettre = "A";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 576
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.frame = "m1A3";
_root.lettre = "A";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 577
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.frame = "m1B2";
_root.lettre = "B";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 578
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.frame = "m1B3";
_root.lettre = "B";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 579
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.frame = "m1C3";
_root.lettre = "C";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Instance of Symbol 1045 MovieClip in Frame 579
onClipEvent (load) {
if (_root.cut5 == "oui") {
this._visible = true;
} else {
this._visible = false;
}
}
Frame 580
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.frame = "m1C2";
_root.lettre = "C";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 581
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
Frame 582
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.region = "m2";
_root.frame = "m2A3";
_root.lettre = "A";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 583
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.frame = "m2A2";
_root.lettre = "A";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 584
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.frame = "m2A1";
_root.lettre = "A";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 585
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.neige._visible = false;
_root.region = "m2";
_root.frame = "m2B1";
_root.framemort = _root.frame;
_root.lettre = "B";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 917 MovieClip "o1" in Frame 585
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 252 MovieClip in Frame 585
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i_save";
_root.newx = _root.heroMC._x;
_root.newy = _root.heroMC._y;
_root.fade = "in";
i = 1;
}
}
}
Frame 586
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.frame = "m2B2";
_root.lettre = "B";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 587
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.frame = "m2B3";
_root.lettre = "B";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 588
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.frame = "m2B4";
_root.lettre = "B";
_root.chiffre = 4;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Instance of Symbol 416 MovieClip "heroMC" in Frame 589
onClipEvent (load) {
if (((_root.cut2 == "oui") && (_root.cut3 == "non")) && (_root.frame == "mB3")) {
this.gotoAndStop("Vick");
} else if ((_root.Joe_j == "oui") && (_root.Gus_j == "non")) {
this.gotoAndStop("Vick");
}
if (_root.region == "m") {
speed = 6;
} else if (_root.region != "m") {
speed = 10;
}
speed_current = speed;
this.swapDepths((this._y * 400) + this._x);
_root.gotoAndPlay(_root.frame);
if ((_root.newx != undefined) && (_root.newy != undefined)) {
_root.heroMC._x = _root.newx;
_root.heroMC._y = _root.newy;
_root.newx = undefined;
_root.newy = undefined;
_root.enemy.gotoAndPlay(35);
}
}
onClipEvent (enterFrame) {
if (_root.region == "m") {
speed = 6;
if ((((this._x < 3) || (this._x > 637)) || (this._y < 10)) || (this._y > 410)) {
_root.marche = "non";
_root.changeCase(_root.Gusposx, _root.Gusposy, "MAP");
}
} else if (_root.region != "m") {
speed = 10;
if ((((this._x < 3) || (this._x > 637)) || (this._y < 35)) || (this._y > 435)) {
_root.marche = "non";
_root.changeCase(_root.Gusposx, _root.Gusposy, "pas_MAP");
}
}
this.swapDepths((this._y * 400) + this._x);
_root.Gusposx = _root.heroMC._x;
_root.Gusposy = _root.heroMC._y;
if (_root.marche == "non") {
this.hero.gotoAndStop("stand_" + this.hero.pose);
} else {
if (_root.heroMC.hitTest(_root.escalier)) {
speed_current = speed / 2;
} else {
speed_current = speed;
}
if (Key.isDown(37) & Key.isDown(40)) {
this.movement(((-speed_current) * 2) / 3, (speed_current * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(40)) {
this.movement((speed_current * 2) / 3, (speed_current * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(39) & Key.isDown(38)) {
this.movement((speed_current * 2) / 3, ((-speed_current) * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(37) & Key.isDown(38)) {
this.movement(((-speed_current) * 2) / 3, ((-speed_current) * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(37)) {
this.movement(-speed_current, 0, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39)) {
this.movement(speed_current, 0, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(40)) {
this.movement(0, speed_current, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_down");
} else if (Key.isDown(38)) {
this.movement(0, -speed_current, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_up");
} else if (Key.isDown(37) & Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(37) & Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_up");
} else if (Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_down");
} else if (Key.isDown(37)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else {
this.hero.gotoAndStop("stand_" + this.hero.pose);
}
}
}
onClipEvent (keyUp) {
this.hero.gotoAndStop("stand_" + this.hero.pose);
}
Frame 590
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cD1";
_root.lettre = "D";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.heroMC.setMask(_root.mask);
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 1132 MovieClip "mask" in Frame 590
onClipEvent (load) {
_root.heroMC.setmask(this);
}
Instance of Symbol 1002 MovieClip "enemy" in Frame 590
onClipEvent (load) {
this.gotoAndPlay(51);
this._visible = false;
this.stop();
}
onClipEvent (enterFrame) {
if (_root.heroMC.hitTest(this) && (_root.marche != "non")) {
stopAllSounds();
_root.marche = "non";
_root.blanc_btl.play();
this.stop();
}
}
onClipEvent (keyUp) {
this.stop();
}
Frame 591
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cD2";
_root.lettre = "D";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 592
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cE2";
_root.lettre = "E";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 593
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cE3";
_root.lettre = "E";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 594
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cE4";
_root.lettre = "E";
_root.chiffre = 4;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 595
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.neige._visible = false;
_root.region = "c";
_root.frame = "cD4";
_root.framemort = _root.frame;
_root.lettre = "D";
_root.chiffre = 4;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 917 MovieClip "o1" in Frame 595
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 252 MovieClip in Frame 595
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i_save";
_root.newx = _root.heroMC._x;
_root.newy = _root.heroMC._y;
_root.fade = "in";
i = 1;
}
}
}
Frame 596
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cC4";
_root.lettre = "C";
_root.chiffre = 4;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 597
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cB4";
_root.lettre = "B";
_root.chiffre = 4;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 598
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cD3";
_root.lettre = "D";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 599
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cA4";
_root.lettre = "A";
_root.chiffre = 4;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Instance of Symbol 1219 MovieClip in Frame 599
onClipEvent (load) {
if (_root.boss1 == "oui") {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boss1 == "oui") {
this._visible = true;
} else {
this._visible = false;
}
}
Frame 600
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cC2";
_root.lettre = "C";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 601
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cC1";
_root.lettre = "C";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 602
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cB2";
_root.lettre = "B";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 603
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cB1";
_root.lettre = "B";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 604
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cB3";
_root.lettre = "B";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 605
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cA3";
_root.lettre = "A";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 606
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cA2";
_root.lettre = "A";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 607
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
_root.region = "c";
_root.frame = "cA1";
_root.lettre = "A";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Instance of Symbol 252 MovieClip in Frame 607
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "cut08";
_root.fade = "in";
i = 1;
}
}
}
Frame 608
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
stop();
Instance of Symbol 416 MovieClip "heroMC" in Frame 609
onClipEvent (load) {
if (((_root.cut2 == "oui") && (_root.cut3 == "non")) && (_root.frame == "mB3")) {
this.gotoAndStop("Vick");
} else if ((_root.Joe_j == "oui") && (_root.Gus_j == "non")) {
this.gotoAndStop("Vick");
}
if (_root.region == "m") {
speed = 6;
} else if (_root.region != "m") {
speed = 10;
}
speed_current = speed;
this.swapDepths((this._y * 400) + this._x);
_root.gotoAndPlay(_root.frame);
if ((_root.newx != undefined) && (_root.newy != undefined)) {
_root.heroMC._x = _root.newx;
_root.heroMC._y = _root.newy;
_root.newx = undefined;
_root.newy = undefined;
_root.enemy.gotoAndPlay(35);
}
}
onClipEvent (enterFrame) {
if (_root.region == "m") {
speed = 6;
if ((((this._x < 3) || (this._x > 637)) || (this._y < 10)) || (this._y > 410)) {
_root.marche = "non";
_root.changeCase(_root.Gusposx, _root.Gusposy, "MAP");
}
} else if (_root.region != "m") {
speed = 10;
if ((((this._x < 3) || (this._x > 637)) || (this._y < 35)) || (this._y > 435)) {
_root.marche = "non";
_root.changeCase(_root.Gusposx, _root.Gusposy, "pas_MAP");
}
}
this.swapDepths((this._y * 400) + this._x);
_root.Gusposx = _root.heroMC._x;
_root.Gusposy = _root.heroMC._y;
if (_root.marche == "non") {
this.hero.gotoAndStop("stand_" + this.hero.pose);
} else {
if (_root.heroMC.hitTest(_root.escalier)) {
speed_current = speed / 2;
} else {
speed_current = speed;
}
if (Key.isDown(37) & Key.isDown(40)) {
this.movement(((-speed_current) * 2) / 3, (speed_current * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(40)) {
this.movement((speed_current * 2) / 3, (speed_current * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(39) & Key.isDown(38)) {
this.movement((speed_current * 2) / 3, ((-speed_current) * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(37) & Key.isDown(38)) {
this.movement(((-speed_current) * 2) / 3, ((-speed_current) * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(37)) {
this.movement(-speed_current, 0, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39)) {
this.movement(speed_current, 0, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(40)) {
this.movement(0, speed_current, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_down");
} else if (Key.isDown(38)) {
this.movement(0, -speed_current, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_up");
} else if (Key.isDown(37) & Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(37) & Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_up");
} else if (Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_down");
} else if (Key.isDown(37)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else {
this.hero.gotoAndStop("stand_" + this.hero.pose);
}
}
}
onClipEvent (keyUp) {
this.hero.gotoAndStop("stand_" + this.hero.pose);
}
Frame 610
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.region = "g";
_root.frame = "gA1";
_root.framemort = _root.frame;
_root.lettre = "A";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC._visible = true;
_root.neige._visible = false;
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
stop();
Instance of Symbol 917 MovieClip "o1" in Frame 610
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1335 MovieClip in Frame 610
onClipEvent (load) {
_root.peu_parler = "non";
sujets = 0;
maxsujets = 2;
if (_root.cut8 == "non") {
sujet1 = new Array("All the boats left this morning.");
sujet2 = new Array("It's a good day for fishing.");
} else if ((_root.cut8 == "oui") && (_root.cut9 == "non")) {
sujet1 = new Array("All the boats left this morning. The only one remaining is Gorvus'.", "If you're looking for him, I heard that he's hiding in the Winter forest.");
sujet2 = new Array("South of here, there's a little monster selling rare alchemy items in a cave by the ocean.");
} else if (_root.cut9 == "oui") {
sujet1 = new Array("Good luck with that squid!");
sujet2 = new Array("Be careful.");
}
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this.ombre) && (_root.peu_parler == "non")) {
_root.peu_parler = "oui";
}
}
onClipEvent (mouseDown) {
if ((_root.peu_parler == "oui") && (_root.texte_perso._visible == false)) {
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root[this._name];
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
}
Instance of Symbol 252 MovieClip in Frame 610
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i_gerz";
_root.newx = _root.hereoMC._x;
_root.newy = _root.hereoMC._y;
_root.fade = "in";
i = 1;
}
}
}
Instance of Symbol 252 MovieClip in Frame 610
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "a_gerz";
_root.newx = _root.hereoMC._x;
_root.newy = _root.hereoMC._y;
_root.fade = "in";
i = 1;
}
}
}
Instance of Symbol 252 MovieClip in Frame 610
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i_save";
_root.newx = _root.heroMC._x;
_root.newy = _root.heroMC._y;
_root.fade = "in";
i = 1;
}
}
}
Instance of Symbol 469 MovieClip "texte_perso" in Frame 610
onClipEvent (load) {
this.swapDepths(200003);
}
Frame 611
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.region = "g";
_root.frame = "gA2";
_root.lettre = "A";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC._visible = true;
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
stop();
Instance of Symbol 893 MovieClip "o1" in Frame 611
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1377 MovieClip "o2" in Frame 611
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 252 MovieClip in Frame 611
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "e_gerz";
_root.newx = _root.hereoMC._x;
_root.newy = _root.hereoMC._y;
_root.fade = "in";
i = 1;
}
}
}
Frame 612
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.region = "g";
_root.frame = "gB1";
_root.lettre = "B";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
stop();
Instance of Symbol 1385 MovieClip "o2" in Frame 612
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1390 MovieClip "o1" in Frame 612
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 894 MovieClip "o3" in Frame 612
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 894 MovieClip "o8" in Frame 612
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 892 MovieClip "o4" in Frame 612
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 892 MovieClip "o5" in Frame 612
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 892 MovieClip "o6" in Frame 612
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 892 MovieClip "o7" in Frame 612
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 893 MovieClip "o9" in Frame 612
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Frame 613
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.region = "g";
_root.frame = "gB2";
_root.lettre = "B";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Instance of Symbol 892 MovieClip "o9" in Frame 613
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1395 MovieClip "o6" in Frame 613
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1397 MovieClip "o5" in Frame 613
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1395 MovieClip "o2" in Frame 613
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1395 MovieClip "o3" in Frame 613
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1395 MovieClip "o1" in Frame 613
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1397 MovieClip "o4" in Frame 613
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1395 MovieClip "o7" in Frame 613
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1399 MovieClip "o8" in Frame 613
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 894 MovieClip "o11" in Frame 613
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 892 MovieClip "o10" in Frame 613
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 892 MovieClip "o12" in Frame 613
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 892 MovieClip "o13" in Frame 613
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1431 MovieClip "o14" in Frame 613
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Frame 614
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.region = "g";
_root.frame = "gC1";
_root.lettre = "C";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
stop();
Instance of Symbol 1434 MovieClip "o2" in Frame 614
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1435 MovieClip "o1" in Frame 614
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1438 MovieClip "o3" in Frame 614
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 892 MovieClip "o4" in Frame 614
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 892 MovieClip "o8" in Frame 614
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 894 MovieClip "o6" in Frame 614
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 894 MovieClip "o9" in Frame 614
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 893 MovieClip "o11" in Frame 614
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 892 MovieClip "o5" in Frame 614
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 892 MovieClip "o7" in Frame 614
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 893 MovieClip "o10" in Frame 614
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1446 MovieClip "o15" in Frame 614
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Frame 615
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.region = "g";
_root.frame = "gC2";
_root.lettre = "C";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Instance of Symbol 1395 MovieClip "o1" in Frame 615
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 892 MovieClip "o7" in Frame 615
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1395 MovieClip "o2" in Frame 615
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1395 MovieClip "o3" in Frame 615
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1395 MovieClip "o4" in Frame 615
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1395 MovieClip "o5" in Frame 615
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1395 MovieClip "o6" in Frame 615
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 894 MovieClip "o10" in Frame 615
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 734 MovieClip in Frame 615
onClipEvent (load) {
gotoAndPlay (623);
}
Instance of Symbol 734 MovieClip in Frame 615
onClipEvent (load) {
gotoAndPlay (638);
}
Frame 616
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
stop();
_root.region = "g";
_root.frame = "gA3";
_root.lettre = "A";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
Frame 617
stop();
Frame 618
stop();
Frame 619
stop();
Instance of Symbol 416 MovieClip "heroMC" in Frame 620
onClipEvent (load) {
if (((_root.cut2 == "oui") && (_root.cut3 == "non")) && (_root.frame == "mB3")) {
this.gotoAndStop("Vick");
} else if ((_root.Joe_j == "oui") && (_root.Gus_j == "non")) {
this.gotoAndStop("Vick");
}
if (_root.region == "m") {
speed = 6;
} else if (_root.region != "m") {
speed = 10;
}
speed_current = speed;
this.swapDepths((this._y * 400) + this._x);
_root.gotoAndPlay(_root.frame);
if ((_root.newx != undefined) && (_root.newy != undefined)) {
_root.heroMC._x = _root.newx;
_root.heroMC._y = _root.newy;
_root.newx = undefined;
_root.newy = undefined;
_root.enemy.gotoAndPlay(35);
}
}
onClipEvent (enterFrame) {
if (_root.region == "m") {
speed = 6;
if ((((this._x < 3) || (this._x > 637)) || (this._y < 10)) || (this._y > 410)) {
_root.marche = "non";
_root.changeCase(_root.Gusposx, _root.Gusposy, "MAP");
}
} else if (_root.region != "m") {
speed = 10;
if ((((this._x < 3) || (this._x > 637)) || (this._y < 35)) || (this._y > 435)) {
_root.marche = "non";
_root.changeCase(_root.Gusposx, _root.Gusposy, "pas_MAP");
}
}
this.swapDepths((this._y * 400) + this._x);
_root.Gusposx = _root.heroMC._x;
_root.Gusposy = _root.heroMC._y;
if (_root.marche == "non") {
this.hero.gotoAndStop("stand_" + this.hero.pose);
} else {
if (_root.heroMC.hitTest(_root.escalier)) {
speed_current = speed / 2;
} else {
speed_current = speed;
}
if (Key.isDown(37) & Key.isDown(40)) {
this.movement(((-speed_current) * 2) / 3, (speed_current * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(40)) {
this.movement((speed_current * 2) / 3, (speed_current * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(39) & Key.isDown(38)) {
this.movement((speed_current * 2) / 3, ((-speed_current) * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(37) & Key.isDown(38)) {
this.movement(((-speed_current) * 2) / 3, ((-speed_current) * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(37)) {
this.movement(-speed_current, 0, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39)) {
this.movement(speed_current, 0, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(40)) {
this.movement(0, speed_current, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_down");
} else if (Key.isDown(38)) {
this.movement(0, -speed_current, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_up");
} else if (Key.isDown(37) & Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(37) & Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_up");
} else if (Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_down");
} else if (Key.isDown(37)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else {
this.hero.gotoAndStop("stand_" + this.hero.pose);
}
}
}
onClipEvent (keyUp) {
this.hero.gotoAndStop("stand_" + this.hero.pose);
}
Frame 621
stop();
_root.region = "t";
_root.frame = "tA1";
_root.lettre = "A";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC._visible = true;
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
stop();
if (_root.musique.frame != "loner") {
stopAllSounds();
_root.musique.gotoAndStop("loner");
}
Instance of Symbol 893 MovieClip "o1" in Frame 621
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1520 MovieClip "o2" in Frame 621
onClipEvent (enterFrame) {
this.swapDepths(((this._y + this.p._y) * 400) + this._x);
}
Instance of Symbol 252 MovieClip in Frame 621
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i_transfer";
_root.newx = _root.hereoMC._x;
_root.newy = _root.hereoMC._y;
_root.fade = "in";
i = 1;
}
}
}
Frame 622
stop();
_root.neige._visible = false;
_root.frame = "tB1";
_root.region = "t";
_root.framemort = _root.frame;
_root.lettre = "B";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
stop();
if (_root.musique.frame != "loner") {
stopAllSounds();
_root.musique.gotoAndStop("loner");
}
Instance of Symbol 1527 MovieClip "o1" in Frame 622
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1528 MovieClip "o2" in Frame 622
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1546 MovieClip in Frame 622
onClipEvent (load) {
sujets = 0;
maxsujets = 2;
sujet1 = new Array("Professor Norvin seems in a real hurry. He's going west, to Ortema.", "People in Ortema don't talk to stangers, so don't waste your time!");
sujet2 = new Array("Gerz is the the East.", "If your seeking rare alchemy ingredients, you can go South of Gerz.");
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this.ombre) && (_root.peu_parler == "non")) {
this.stop();
_root.peu_parler = "oui";
} else {
this.play();
_root.peu_parler = "non";
}
}
onClipEvent (mouseDown) {
if ((_root.peu_parler == "oui") && (_root.texte_perso._visible == false)) {
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root[this._name];
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
}
Instance of Symbol 469 MovieClip "texte_perso" in Frame 622
onClipEvent (load) {
this.swapDepths(200003);
}
Instance of Symbol 917 MovieClip "o4" in Frame 622
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 252 MovieClip in Frame 622
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i_save";
_root.newx = _root.heroMC._x;
_root.newy = _root.heroMC._y;
_root.fade = "in";
i = 1;
}
}
}
Instance of Symbol 416 MovieClip "heroMC" in Frame 623
onClipEvent (load) {
if (((_root.cut2 == "oui") && (_root.cut3 == "non")) && (_root.frame == "mB3")) {
this.gotoAndStop("Vick");
} else if ((_root.Joe_j == "oui") && (_root.Gus_j == "non")) {
this.gotoAndStop("Vick");
}
if (_root.region == "m") {
speed = 6;
} else if (_root.region != "m") {
speed = 10;
}
speed_current = speed;
this.swapDepths((this._y * 400) + this._x);
_root.gotoAndPlay(_root.frame);
if ((_root.newx != undefined) && (_root.newy != undefined)) {
_root.heroMC._x = _root.newx;
_root.heroMC._y = _root.newy;
_root.newx = undefined;
_root.newy = undefined;
_root.enemy.gotoAndPlay(35);
}
}
onClipEvent (enterFrame) {
if (_root.region == "m") {
speed = 6;
if ((((this._x < 3) || (this._x > 637)) || (this._y < 10)) || (this._y > 410)) {
_root.marche = "non";
_root.changeCase(_root.Gusposx, _root.Gusposy, "MAP");
}
} else if (_root.region != "m") {
speed = 10;
if ((((this._x < 3) || (this._x > 637)) || (this._y < 35)) || (this._y > 435)) {
_root.marche = "non";
_root.changeCase(_root.Gusposx, _root.Gusposy, "pas_MAP");
}
}
this.swapDepths((this._y * 400) + this._x);
_root.Gusposx = _root.heroMC._x;
_root.Gusposy = _root.heroMC._y;
if (_root.marche == "non") {
this.hero.gotoAndStop("stand_" + this.hero.pose);
} else {
if (_root.heroMC.hitTest(_root.escalier)) {
speed_current = speed / 2;
} else {
speed_current = speed;
}
if (Key.isDown(37) & Key.isDown(40)) {
this.movement(((-speed_current) * 2) / 3, (speed_current * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(40)) {
this.movement((speed_current * 2) / 3, (speed_current * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(39) & Key.isDown(38)) {
this.movement((speed_current * 2) / 3, ((-speed_current) * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(37) & Key.isDown(38)) {
this.movement(((-speed_current) * 2) / 3, ((-speed_current) * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(37)) {
this.movement(-speed_current, 0, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39)) {
this.movement(speed_current, 0, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(40)) {
this.movement(0, speed_current, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_down");
} else if (Key.isDown(38)) {
this.movement(0, -speed_current, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_up");
} else if (Key.isDown(37) & Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(37) & Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_up");
} else if (Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_down");
} else if (Key.isDown(37)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else {
this.hero.gotoAndStop("stand_" + this.hero.pose);
}
}
}
onClipEvent (keyUp) {
this.hero.gotoAndStop("stand_" + this.hero.pose);
}
Frame 624
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
_root.region = "f";
_root.frame = "fF1";
_root.lettre = "F";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 1002 MovieClip "enemy" in Frame 624
onClipEvent (load) {
this.gotoAndPlay(51);
this._visible = false;
this.stop();
}
onClipEvent (enterFrame) {
if (_root.heroMC.hitTest(this) && (_root.marche != "non")) {
stopAllSounds();
_root.marche = "non";
_root.blanc_btl.play();
this.stop();
}
}
onClipEvent (keyUp) {
this.stop();
}
Frame 625
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
_root.neige._visible = true;
_root.region = "f";
_root.frame = "fF2";
_root.lettre = "F";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 626
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
stop();
_root.region = "f";
_root.frame = "fF3";
_root.lettre = "F";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 627
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
stop();
_root.region = "f";
_root.frame = "fE1";
_root.lettre = "E";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 628
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
_root.region = "f";
_root.frame = "fE2";
_root.lettre = "E";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 629
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
stop();
_root.region = "f";
_root.frame = "fE3";
_root.lettre = "E";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 630
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
stop();
_root.region = "f";
_root.frame = "fD1";
_root.lettre = "D";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 631
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
_root.region = "f";
_root.frame = "fD2";
_root.lettre = "D";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 1576 MovieClip "o1" in Frame 631
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Frame 632
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
_root.region = "f";
_root.frame = "fD3";
_root.lettre = "D";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 633
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
_root.region = "f";
_root.frame = "fC1";
_root.lettre = "C";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 634
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
_root.region = "f";
_root.frame = "fC2";
_root.lettre = "C";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 635
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
_root.region = "f";
_root.frame = "fC3";
_root.lettre = "C";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 636
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
_root.region = "f";
_root.frame = "fB1";
_root.lettre = "B";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 637
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
_root.region = "f";
_root.frame = "fB2";
_root.lettre = "B";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 638
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
_root.region = "f";
_root.frame = "fB3";
_root.lettre = "B";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 639
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
_root.region = "f";
_root.frame = "fA1";
_root.lettre = "A";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 640
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
_root.region = "f";
_root.frame = "fA3";
_root.lettre = "A";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 641
stop();
Frame 642
stop();
Frame 643
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
_root.neige._visible = true;
_root.region = "f";
_root.frame = "fA2";
_root.framemort = _root.frame;
_root.lettre = "A";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 1607 MovieClip "o1" in Frame 643
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1608 MovieClip "o2" in Frame 643
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 917 MovieClip "o5" in Frame 643
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 252 MovieClip in Frame 643
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i_save";
_root.newx = _root.heroMC._x;
_root.newy = _root.heroMC._y;
_root.fade = "in";
i = 1;
}
}
}
Instance of Symbol 416 MovieClip "heroMC" in Frame 644
onClipEvent (load) {
if (((_root.cut2 == "oui") && (_root.cut3 == "non")) && (_root.frame == "mB3")) {
this.gotoAndStop("Vick");
} else if ((_root.Joe_j == "oui") && (_root.Gus_j == "non")) {
this.gotoAndStop("Vick");
}
if (_root.region == "m") {
speed = 6;
} else if (_root.region != "m") {
speed = 10;
}
speed_current = speed;
this.swapDepths((this._y * 400) + this._x);
_root.gotoAndPlay(_root.frame);
if ((_root.newx != undefined) && (_root.newy != undefined)) {
_root.heroMC._x = _root.newx;
_root.heroMC._y = _root.newy;
_root.newx = undefined;
_root.newy = undefined;
_root.enemy.gotoAndPlay(35);
}
}
onClipEvent (enterFrame) {
if (_root.region == "m") {
speed = 6;
if ((((this._x < 3) || (this._x > 637)) || (this._y < 10)) || (this._y > 410)) {
_root.marche = "non";
_root.changeCase(_root.Gusposx, _root.Gusposy, "MAP");
}
} else if (_root.region != "m") {
speed = 10;
if ((((this._x < 3) || (this._x > 637)) || (this._y < 35)) || (this._y > 435)) {
_root.marche = "non";
_root.changeCase(_root.Gusposx, _root.Gusposy, "pas_MAP");
}
}
this.swapDepths((this._y * 400) + this._x);
_root.Gusposx = _root.heroMC._x;
_root.Gusposy = _root.heroMC._y;
if (_root.marche == "non") {
this.hero.gotoAndStop("stand_" + this.hero.pose);
} else {
if (_root.heroMC.hitTest(_root.escalier)) {
speed_current = speed / 2;
} else {
speed_current = speed;
}
if (Key.isDown(37) & Key.isDown(40)) {
this.movement(((-speed_current) * 2) / 3, (speed_current * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(40)) {
this.movement((speed_current * 2) / 3, (speed_current * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(39) & Key.isDown(38)) {
this.movement((speed_current * 2) / 3, ((-speed_current) * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(37) & Key.isDown(38)) {
this.movement(((-speed_current) * 2) / 3, ((-speed_current) * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(37)) {
this.movement(-speed_current, 0, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39)) {
this.movement(speed_current, 0, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(40)) {
this.movement(0, speed_current, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_down");
} else if (Key.isDown(38)) {
this.movement(0, -speed_current, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_up");
} else if (Key.isDown(37) & Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(37) & Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_up");
} else if (Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_down");
} else if (Key.isDown(37)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else {
this.hero.gotoAndStop("stand_" + this.hero.pose);
}
}
}
onClipEvent (keyUp) {
this.hero.gotoAndStop("stand_" + this.hero.pose);
}
Frame 645
if (_root.musique.frame != "map") {
stopAllSounds();
_root.musique.gotoAndStop("map");
}
_root.region = "m";
_root.frame = "mA1";
_root.lettre = "A";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
stop();
Instance of Symbol 1623 MovieClip "enemy" in Frame 645
onClipEvent (load) {
this.gotoAndPlay(51);
this._visible = false;
this.stop();
}
onClipEvent (enterFrame) {
if (_root.heroMC.hitTest(this) && (_root.marche != "non")) {
stopAllSounds();
_root.marche = "non";
_root.blanc_btl.play();
this.stop();
}
}
onClipEvent (keyUp) {
this.stop();
}
Frame 646
if (_root.musique.frame != "map") {
stopAllSounds();
_root.musique.gotoAndStop("map");
}
stop();
_root.region = "m";
_root.frame = "mA2";
_root.lettre = "A";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 647
if (_root.musique.frame != "map") {
stopAllSounds();
_root.musique.gotoAndStop("map");
}
stop();
_root.region = "m";
_root.frame = "mA3";
_root.lettre = "A";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 648
if (_root.musique.frame != "map") {
stopAllSounds();
_root.musique.gotoAndStop("map");
}
stop();
_root.frame = "mA4";
_root.lettre = "A";
_root.chiffre = 4;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 649
if (_root.musique.frame != "map") {
stopAllSounds();
_root.musique.gotoAndStop("map");
}
stop();
_root.neige._visible = false;
_root.region = "m";
_root.frame = "mA5";
_root.lettre = "A";
_root.chiffre = 5;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 252 MovieClip in Frame 649
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
if ((_root.Gorvus_j == "oui") && (_root.cut10 == "non")) {
_root.fadeout.play();
_root.nextPlace = "cut10";
_root.marche = "non";
i = 1;
} else {
_root.newspeed = 10;
_root.newxwidth = 100;
_root.newyheight = 100;
_root.newx = 3;
_root.newy = 310;
_root.nextPlace = "gA1";
_root.region = "g";
_root.fadeout.play();
_root.marche = "non";
i = 1;
}
}
}
Instance of Symbol 252 MovieClip in Frame 649
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.newspeed = 10;
_root.newxwidth = 100;
_root.newyheight = 100;
_root.newx = 304;
_root.newy = 390;
_root.nextPlace = "fF2";
_root.region = "f";
_root.fadeout.play();
_root.marche = "non";
i = 1;
}
}
Frame 650
if (_root.musique.frame != "map") {
stopAllSounds();
_root.musique.gotoAndStop("map");
}
stop();
_root.region = "m";
_root.frame = "mB1";
_root.lettre = "B";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 1650 MovieClip "o1" in Frame 650
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 252 MovieClip in Frame 650
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
if (_root.cut2 == "non") {
_root.fadeout.play();
_root.nextPlace = "cut02a";
_root.marche = "non";
_root.newspeed = 10;
_root.newxwidth = 100;
_root.newyheight = 100;
_root.newx = 320;
_root.newy = 435;
i = 1;
} else if (_root.cut3 == "non") {
_root.fadeout.play();
_root.nextPlace = "cut03";
_root.marche = "non";
_root.newspeed = 10;
_root.newxwidth = 100;
_root.newyheight = 100;
_root.newx = 320;
_root.newy = 435;
i = 1;
} else {
_root.newspeed = 10;
_root.newxwidth = 100;
_root.newyheight = 100;
_root.newx = 320;
_root.newy = 435;
_root.nextPlace = "oE2";
_root.region = "o";
_root.fadeout.play();
_root.marche = "non";
i = 1;
}
}
}
Frame 651
if (_root.musique.frame != "map") {
stopAllSounds();
_root.musique.gotoAndStop("map");
}
stop();
_root.region = "m";
_root.frame = "mB2";
_root.lettre = "B";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 652
if (_root.musique.frame != "map") {
stopAllSounds();
_root.musique.gotoAndStop("map");
}
stop();
_root.region = "m";
_root.frame = "mB3";
_root.lettre = "B";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 653
if (_root.musique.frame != "map") {
stopAllSounds();
_root.musique.gotoAndStop("map");
}
stop();
_root.region = "m";
_root.frame = "mB4";
_root.lettre = "B";
_root.chiffre = 4;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 654
if (_root.musique.frame != "map") {
stopAllSounds();
_root.musique.gotoAndStop("map");
}
stop();
_root.region = "m";
_root.frame = "mB5";
_root.lettre = "B";
_root.chiffre = 5;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 655
if (_root.musique.frame != "map") {
stopAllSounds();
_root.musique.gotoAndStop("map");
}
stop();
_root.region = "m";
_root.frame = "mC1";
_root.lettre = "C";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 656
if (_root.musique.frame != "map") {
stopAllSounds();
_root.musique.gotoAndStop("map");
}
stop();
_root.region = "m";
_root.frame = "mC2";
_root.lettre = "C";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 657
if (_root.musique.frame != "map") {
stopAllSounds();
_root.musique.gotoAndStop("map");
}
_root.region = "m";
_root.frame = "mC3";
_root.lettre = "C";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
stop();
Instance of Symbol 1680 MovieClip "o1" in Frame 657
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 252 MovieClip in Frame 657
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.newspeed = 10;
_root.newxwidth = 100;
_root.newyheight = 100;
_root.newx = 350;
_root.newy = 35;
_root.nextPlace = "tA1";
_root.fadeout.play();
_root.marche = "non";
i = 1;
}
}
Frame 658
if (_root.musique.frame != "map") {
stopAllSounds();
_root.musique.gotoAndStop("map");
}
stop();
_root.region = "m";
_root.frame = "mC4";
_root.lettre = "C";
_root.chiffre = 4;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Frame 659
if (_root.musique.frame != "map") {
stopAllSounds();
_root.musique.gotoAndStop("map");
}
stop();
_root.region = "m";
_root.frame = "mC5";
_root.lettre = "C";
_root.chiffre = 5;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC._visible = true;
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
stop();
Instance of Symbol 252 MovieClip in Frame 659
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "a_map";
_root.newx = 350;
_root.newy = 250;
_root.fade = "in";
i = 1;
}
}
Instance of Symbol 416 MovieClip "heroMC" in Frame 660
onClipEvent (load) {
if (((_root.cut2 == "oui") && (_root.cut3 == "non")) && (_root.frame == "mB3")) {
this.gotoAndStop("Vick");
} else if ((_root.Joe_j == "oui") && (_root.Gus_j == "non")) {
this.gotoAndStop("Vick");
}
if (_root.region == "m") {
speed = 6;
} else if (_root.region != "m") {
speed = 10;
}
speed_current = speed;
this.swapDepths((this._y * 400) + this._x);
_root.gotoAndPlay(_root.frame);
if ((_root.newx != undefined) && (_root.newy != undefined)) {
_root.heroMC._x = _root.newx;
_root.heroMC._y = _root.newy;
_root.newx = undefined;
_root.newy = undefined;
_root.enemy.gotoAndPlay(35);
}
}
onClipEvent (enterFrame) {
if (_root.region == "m") {
speed = 6;
if ((((this._x < 3) || (this._x > 637)) || (this._y < 10)) || (this._y > 410)) {
_root.marche = "non";
_root.changeCase(_root.Gusposx, _root.Gusposy, "MAP");
}
} else if (_root.region != "m") {
speed = 10;
if ((((this._x < 3) || (this._x > 637)) || (this._y < 35)) || (this._y > 435)) {
_root.marche = "non";
_root.changeCase(_root.Gusposx, _root.Gusposy, "pas_MAP");
}
}
this.swapDepths((this._y * 400) + this._x);
_root.Gusposx = _root.heroMC._x;
_root.Gusposy = _root.heroMC._y;
if (_root.marche == "non") {
this.hero.gotoAndStop("stand_" + this.hero.pose);
} else {
if (_root.heroMC.hitTest(_root.escalier)) {
speed_current = speed / 2;
} else {
speed_current = speed;
}
if (Key.isDown(37) & Key.isDown(40)) {
this.movement(((-speed_current) * 2) / 3, (speed_current * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(40)) {
this.movement((speed_current * 2) / 3, (speed_current * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(39) & Key.isDown(38)) {
this.movement((speed_current * 2) / 3, ((-speed_current) * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(37) & Key.isDown(38)) {
this.movement(((-speed_current) * 2) / 3, ((-speed_current) * 2) / 3, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(37)) {
this.movement(-speed_current, 0, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39)) {
this.movement(speed_current, 0, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(40)) {
this.movement(0, speed_current, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_down");
} else if (Key.isDown(38)) {
this.movement(0, -speed_current, _root.wall);
_root.enemy.play();
_root.heroMC.hero.gotoAndStop("walk_up");
} else if (Key.isDown(37) & Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(37) & Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39) & Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else if (Key.isDown(38)) {
_root.heroMC.hero.gotoAndStop("walk_up");
} else if (Key.isDown(40)) {
_root.heroMC.hero.gotoAndStop("walk_down");
} else if (Key.isDown(37)) {
_root.heroMC.hero.gotoAndStop("walk_left");
} else if (Key.isDown(39)) {
_root.heroMC.hero.gotoAndStop("walk_right");
} else {
this.hero.gotoAndStop("stand_" + this.hero.pose);
}
}
}
onClipEvent (keyUp) {
this.hero.gotoAndStop("stand_" + this.hero.pose);
}
Frame 661
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.region = "i";
_root.frame = "i1";
_root.lettre = "";
_root.chiffre = 1;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 252 MovieClip in Frame 661
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "oB6";
_root.newx = 360;
_root.newy = 270;
_root.fade = "in";
i = 1;
}
}
Instance of Symbol 252 MovieClip in Frame 661
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i2";
_root.newx = 185;
_root.newy = 150;
_root.fade = "in";
i = 1;
}
}
Instance of Symbol 1002 MovieClip "enemy" in Frame 661
onClipEvent (load) {
this.gotoAndPlay(51);
this._visible = false;
this.stop();
}
onClipEvent (enterFrame) {
if (_root.heroMC.hitTest(this) && (_root.marche != "non")) {
stopAllSounds();
_root.marche = "non";
_root.blanc_btl.play();
this.stop();
}
}
onClipEvent (keyUp) {
this.stop();
}
Frame 662
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.region = "i";
_root.frame = "i2";
_root.lettre = "";
_root.chiffre = 2;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 1709 MovieClip "o1" in Frame 662
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1709 MovieClip "o3" in Frame 662
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1709 MovieClip "o4" in Frame 662
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1711 MovieClip "o2" in Frame 662
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 252 MovieClip in Frame 662
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i3";
_root.newx = 415;
_root.newy = 150;
_root.fade = "in";
i = 1;
}
}
Instance of Symbol 252 MovieClip in Frame 662
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i1";
_root.newx = 420;
_root.newy = 370;
_root.fade = "in";
i = 1;
}
}
}
Frame 663
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.region = "i";
_root.frame = "i3";
_root.lettre = "";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 1709 MovieClip "o1" in Frame 663
onClipEvent (load) {
this.swapDepths(((this._y - 1) * 400) + this._x);
}
Instance of Symbol 252 MovieClip in Frame 663
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i5";
_root.newx = 225;
_root.newy = 150;
_root.fade = "in";
i = 1;
}
}
Instance of Symbol 252 MovieClip in Frame 663
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i6";
_root.newx = 145;
_root.newy = 305;
_root.fade = "in";
i = 1;
}
}
Instance of Symbol 252 MovieClip in Frame 663
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i2";
_root.newx = 420;
_root.newy = 370;
_root.fade = "in";
i = 1;
}
}
}
Instance of Symbol 252 MovieClip in Frame 663
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i4";
_root.newx = 95;
_root.newy = 340;
_root.fade = "in";
i = 1;
}
}
Frame 664
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.region = "i";
_root.frame = "i4";
_root.lettre = "";
_root.chiffre = 4;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 252 MovieClip in Frame 664
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "oD8";
_root.newx = 285;
_root.newy = 270;
_root.fade = "in";
i = 1;
}
}
Instance of Symbol 252 MovieClip in Frame 664
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i3";
_root.newx = 540;
_root.newy = 340;
_root.fade = "in";
i = 1;
}
}
Frame 665
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.region = "i";
_root.frame = "i5";
_root.lettre = "";
_root.chiffre = 5;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 919 MovieClip "o6" in Frame 665
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 919 MovieClip "o8" in Frame 665
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 919 MovieClip "o4" in Frame 665
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1735 MovieClip "o1" in Frame 665
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1735 MovieClip "o2" in Frame 665
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 919 MovieClip "o3" in Frame 665
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1735 MovieClip "o5" in Frame 665
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1735 MovieClip "o7" in Frame 665
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1735 MovieClip "o9" in Frame 665
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 252 MovieClip in Frame 665
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (mouseDown) {
if (_root.Menu_m._visible != true) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i3";
_root.newx = 225;
_root.newy = 370;
_root.fade = "in";
i = 1;
}
}
}
Frame 666
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
stop();
_root.region = "i";
_root.frame = "i6";
_root.lettre = "";
_root.chiffre = 6;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 252 MovieClip in Frame 666
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i3";
_root.newx = 145;
_root.newy = 200;
_root.fade = "in";
i = 1;
}
}
Frame 667
if (_root.musique.frame != "bar") {
stopAllSounds();
_root.musique.gotoAndStop("bar");
}
stop();
_root.region = "i";
_root.frame = "i7";
_root.lettre = "";
_root.chiffre = 7;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 1709 MovieClip "o5" in Frame 667
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1770 MovieClip in Frame 667
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 1778 MovieClip "o6" in Frame 667
onClipEvent (load) {
this.swapDepths(((_root.o5._y + 1) * 400) + this._x);
}
Instance of Symbol 1709 MovieClip "o3" in Frame 667
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1709 MovieClip "o4" in Frame 667
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1711 MovieClip "o2" in Frame 667
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1772 MovieClip "o1" in Frame 667
onClipEvent (load) {
this.swapDepths(((_root.o2._y + 1) * 400) + this._x);
}
Instance of Symbol 1788 MovieClip "o7" in Frame 667
onClipEvent (load) {
this.swapDepths(((_root.o2._y + 2) * 400) + this._x);
}
Instance of Symbol 252 MovieClip in Frame 667
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "oB1";
_root.newx = 280;
_root.newy = 265;
_root.fade = "in";
i = 1;
}
}
Instance of Symbol 252 MovieClip in Frame 667
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i8";
_root.newx = 95;
_root.newy = 340;
_root.fade = "in";
i = 1;
}
}
Frame 668
if (_root.musique.frame != "bar") {
stopAllSounds();
_root.musique.gotoAndStop("bar");
}
stop();
_root.region = "i";
_root.frame = "i8";
_root.lettre = "";
_root.chiffre = 8;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
Instance of Symbol 1709 MovieClip "o2" in Frame 668
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1709 MovieClip "o7" in Frame 668
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1711 MovieClip "o11" in Frame 668
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1709 MovieClip "o4" in Frame 668
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1709 MovieClip "o6" in Frame 668
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1709 MovieClip "o5" in Frame 668
onClipEvent (load) {
this.swapDepths(((this._y * 400) - 1) + this._x);
}
Instance of Symbol 1709 MovieClip "o3" in Frame 668
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1826 MovieClip "o1" in Frame 668
onClipEvent (enterFrame) {
this.swapDepths(((this._y + this.p._y) * 400) + this._x);
}
Instance of Symbol 1831 MovieClip "o8" in Frame 668
onClipEvent (load) {
this.swapDepths(((_root.o11._y + 1) * 400) + this._x);
}
Instance of Symbol 1711 MovieClip "o12" in Frame 668
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1772 MovieClip "o13" in Frame 668
onClipEvent (load) {
this.swapDepths(((_root.o12._y + 2) * 400) + this._x);
}
Instance of Symbol 1837 MovieClip "o10" in Frame 668
onClipEvent (load) {
this.swapDepths(((_root.o6._y + 1) * 400) + this._x);
}
Instance of Symbol 1843 MovieClip "o9" in Frame 668
onClipEvent (load) {
this.swapDepths(((_root.o12._y + 1) * 400) + this._x);
}
Instance of Symbol 1788 MovieClip "o15" in Frame 668
onClipEvent (load) {
this.swapDepths(((_root.o11._y + 2) * 400) + this._x);
}
Instance of Symbol 1788 MovieClip "o14" in Frame 668
onClipEvent (load) {
this.swapDepths(((_root.o12._y + 3) * 400) + this._x);
}
Instance of Symbol 252 MovieClip in Frame 668
onClipEvent (load) {
i = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.heroMC.hero.ombre.hitTest(this) && (i == 0)) {
_root.marche = "non";
_root.fadeout.play();
_root.nextPlace = "i7";
_root.newx = 540;
_root.newy = 340;
_root.fade = "in";
i = 1;
}
}
Frame 669
function placeIngredients(Nom, Variable, Quantite) {
_root[Variable] = _root[Variable] + Quantite;
i = 1;
while (i < 11) {
if (_root["ingslot" + i] == Nom) {
break;
}
if (_root["ingslot" + i] == "") {
_root["ingslot" + i] = Nom;
break;
}
i++;
}
}
function enleveIngredients(Nom, Variable, Quantite) {
_root[Variable] = _root[Variable] - Quantite;
i = 1;
while (i < 11) {
_root.ingslot11 = "";
if ((_root["ingslot" + i] == Nom) && (_root[Variable] <= 0)) {
_root["ingslot" + i] = "";
_root["ingslot" + i] = _root["ingslot" + (i + 1)];
_root["ingslot" + (i + 1)] = "";
}
i++;
}
i = 1;
while (i < 11) {
_root.islot11 = "";
if (_root["ingslot" + i] == "") {
_root["ingslot" + i] = _root["ingslot" + (i + 1)];
_root["ingslot" + (i + 1)] = "";
}
i++;
}
}
function placeAlchemy(Alchemy, Alchemy_qt, perso1, perso2, perso3) {
_root[perso1 + "Alch"].push(Alchemy);
_root[perso2 + "Alch"].push(Alchemy);
_root[perso3 + "Alch"].push(Alchemy);
_root[perso1 + "Alch_qt"].push(Alchemy_qt);
_root[perso2 + "Alch_qt"].push(Alchemy_qt);
_root[perso3 + "Alch_qt"].push(Alchemy_qt);
_root.Alchemys.push(Alchemy);
}
function placeItems(Nom, Variable, Quantite) {
_root[Variable] = _root[Variable] + Quantite;
i = 1;
while (i < 11) {
if (_root["islot" + i] == Nom) {
break;
}
if (_root["islot" + i] == "") {
_root["islot" + i] = Nom;
break;
}
i++;
}
}
function enleveItems(Nom, Variable, Quantite) {
_root[Variable] = _root[Variable] - Quantite;
i = 1;
while (i < 11) {
_root.islot11 = "";
if ((_root["islot" + i] == Nom) && (_root[Variable] <= 0)) {
_root["islot" + i] = "";
_root["islot" + i] = _root["islot" + (i + 1)];
_root["islot" + (i + 1)] = "";
}
i++;
}
i = 1;
while (i < 11) {
_root.islot11 = "";
if (_root["islot" + i] == "") {
_root["islot" + i] = _root["islot" + (i + 1)];
_root["islot" + (i + 1)] = "";
}
i++;
}
}
function placeEquipment(Nom) {
i = 1;
while (i < 37) {
if (_root["eslot" + i] == "") {
_root["eslot" + i] = Nom;
break;
}
i++;
}
}
function enleveEquipement() {
i = 1;
while (i < 37) {
_root.eslot37 = "";
if (_root["eslot" + i] == "") {
_root["eslot" + i] = _root["eslot" + (i + 1)];
_root["eslot" + (i + 1)] = "";
}
i++;
}
i = 1;
while (i < 37) {
_root.eslot37 = "";
if (_root["eslot" + i] == "") {
_root["eslot" + i] = _root["eslot" + (i + 1)];
_root["eslot" + (i + 1)] = "";
}
i++;
}
}
function quiEquip() {
i = 1;
while (i < 37) {
_root.Menu_m.eslots["eslot" + i].slot = _root["eslot" + i];
if (_root["eslot" + i] == "") {
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
} else {
_root.Menu_m.eslots["eslot" + i].eslot.enabled = true;
if (_root["eslot" + i] == "Solid glasses") {
if (_root.Menu_m.perso1 == "Gus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Steel glasses") {
if (_root.Menu_m.perso1 == "Gus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Bandana") {
if (_root.Menu_m.perso1 == "Joe") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Pirate bandana") {
if (_root.Menu_m.perso1 == "Joe") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Leather bracelet") {
if ((_root.Menu_m.perso1 == "Joe") || (_root.Menu_m.perso1 == "Gus")) {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Plated bracelet") {
if ((_root.Menu_m.perso1 == "Joe") || (_root.Menu_m.perso1 == "Gus")) {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Steel bracelet") {
if ((_root.Menu_m.perso1 == "Joe") || (_root.Menu_m.perso1 == "Gus")) {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Plated jacket") {
if ((_root.Menu_m.perso1 == "Joe") || (_root.Menu_m.perso1 == "Gus")) {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Chain jacket") {
if ((_root.Menu_m.perso1 == "Joe") || (_root.Menu_m.perso1 == "Gus")) {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Steel jacket") {
if ((_root.Menu_m.perso1 == "Joe") || (_root.Menu_m.perso1 == "Gus")) {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Plated shoes") {
if (_root.Menu_m.perso1 == "Gus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Steel shoes") {
if (_root.Menu_m.perso1 == "Gus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Sandals") {
if (_root.Menu_m.perso1 == "Joe") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Plated sandals") {
if (_root.Menu_m.perso1 == "Joe") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Steel sandals") {
if (_root.Menu_m.perso1 == "Joe") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Fine rapier") {
if (_root.Menu_m.perso1 == "Gus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Pocket knife") {
if (_root.Menu_m.perso1 == "Joe") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Steel knife") {
if (_root.Menu_m.perso1 == "Joe") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Silver rapier") {
if (_root.Menu_m.perso1 == "Gus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Sting knife") {
if (_root.Menu_m.perso1 == "Joe") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "War rapier") {
if (_root.Menu_m.perso1 == "Gus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Anchor") {
if (_root.Menu_m.perso1 == "Gorvus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Captain hat") {
if (_root.Menu_m.perso1 == "Gorvus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Fisherman boots") {
if (_root.Menu_m.perso1 == "Gorvus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
} else if (_root["eslot" + i] == "Fisherman coat") {
if (_root.Menu_m.perso1 == "Gorvus") {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(1);
} else {
_root.Menu_m.eslots["eslot" + i].gotoAndStop(3);
_root.Menu_m.eslots["eslot" + i].eslot.enabled = false;
}
}
}
i++;
}
}
function persoStats(perso) {
if (_root[perso + "LV"] == 12) {
lvup = 7500;
} else if (_root[perso + "LV"] == 13) {
lvup = 9000;
} else if (_root[perso + "LV"] == 14) {
lvup = 10500;
} else if (_root[perso + "LV"] == 15) {
lvup = 12000;
} else if (_root[perso + "LV"] == 16) {
lvup = 15000;
} else if (_root[perso + "LV"] == 17) {
lvup = 18000;
} else if (_root[perso + "LV"] == 18) {
lvup = 21000;
} else if (_root[perso + "LV"] == 19) {
lvup = 24000;
} else if (_root[perso + "LV"] == 20) {
lvup = 27000;
} else if (_root[perso + "LV"] == 21) {
lvup = 30000;
} else if (_root[perso + "LV"] == 22) {
lvup = " -";
}
if (_root[perso + "LV"] < 22) {
_root.Menu_m.nextExp.text = lvup - _root[perso + "Exp"];
} else if (_root[perso + "LV"] == 22) {
_root.Menu_m.nextExp.text = lvup;
}
this[perso + "Head_IN"] = 0;
this[perso + "Body_IN"] = 0;
this[perso + "Arms_IN"] = 0;
this[perso + "Legs_IN"] = 0;
this[perso + "Extra_IN"] = 0;
this[perso + "WPN_IN"] = 0;
this[perso + "Head_SP"] = 0;
this[perso + "Body_SP"] = 0;
this[perso + "Arms_SP"] = 0;
this[perso + "Legs_SP"] = 0;
this[perso + "Extra_SP"] = 0;
this[perso + "WPN_SP"] = 0;
if (_root[perso + "Headslot"] == "") {
_root[perso + "Head"] = 0;
} else if (_root[perso + "Headslot"] == "Glasses") {
_root[perso + "Head"] = 1;
} else if (_root[perso + "Headslot"] == "Solid glasses") {
_root[perso + "Head"] = 3;
this[perso + "Head_IN"] = 4;
} else if (_root[perso + "Headslot"] == "Steel glasses") {
_root[perso + "Head"] = 14;
this[perso + "Head_SP"] = -4;
} else if (_root[perso + "Headslot"] == "Bandana") {
_root[perso + "Head"] = 4;
} else if (_root[perso + "Headslot"] == "Pirate bandana") {
_root[perso + "Head"] = 16;
this[perso + "Head_SP"] = 4;
} else if (_root[perso + "Headslot"] == "Captain hat") {
_root[perso + "Head"] = 5;
this[perso + "Head_IN"] = 4;
}
if (_root[perso + "Bodyslot"] == "") {
_root[perso + "Body"] = 0;
} else if (_root[perso + "Bodyslot"] == "Leather jacket") {
_root[perso + "Body"] = 5;
} else if (_root[perso + "Bodyslot"] == "Plated jacket") {
_root[perso + "Body"] = 12;
} else if (_root[perso + "Bodyslot"] == "Chain jacket") {
_root[perso + "Body"] = 25;
this[perso + "Body_SP"] = 4;
} else if (_root[perso + "Bodyslot"] == "Steel jacket") {
_root[perso + "Body"] = 40;
this[perso + "Body_SP"] = -8;
} else if (_root[perso + "Bodyslot"] == "Fisherman coat") {
_root[perso + "Body"] = 30;
this[perso + "Body_SP"] = 4;
}
if (_root[perso + "Armsslot"] == "") {
_root[perso + "Arms"] = 0;
} else if (_root[perso + "Armsslot"] == "Leather bracelet") {
_root[perso + "Arms"] = 3;
} else if (_root[perso + "Armsslot"] == "Plated bracelet") {
_root[perso + "Arms"] = 10;
} else if (_root[perso + "Armsslot"] == "Steel bracelet") {
_root[perso + "Arms"] = 20;
this[perso + "Arms_SP"] = -4;
}
if (_root[perso + "Legsslot"] == "") {
_root[perso + "Legs"] = 0;
} else if (_root[perso + "Legsslot"] == "Shoes") {
_root[perso + "Legs"] = 2;
} else if (_root[perso + "Legsslot"] == "Plated shoes") {
_root[perso + "Legs"] = 5;
} else if (_root[perso + "Legsslot"] == "Steel shoes") {
_root[perso + "Legs"] = 20;
this[perso + "Legs_SP"] = -4;
} else if (_root[perso + "Legsslot"] == "Sandals") {
_root[perso + "Legs"] = 2;
this[perso + "Legs_SP"] = 4;
} else if (_root[perso + "Legsslot"] == "Plated sandals") {
_root[perso + "Legs"] = 6;
} else if (_root[perso + "Legsslot"] == "Steel sandals") {
_root[perso + "Legs"] = 15;
this[perso + "Legs_SP"] = -4;
} else if (_root[perso + "Legsslot"] == "Fisherman boots") {
_root[perso + "Legs"] = 20;
this[perso + "Legs_SP"] = -4;
}
if (_root[perso + "Wpnslot"] == "Rusty rapier") {
_root[perso + "WPN"] = 10;
} else if (_root[perso + "Wpnslot"] == "Steel rapier") {
_root[perso + "WPN"] = 18;
} else if (_root[perso + "Wpnslot"] == "Fine rapier") {
_root[perso + "WPN"] = 35;
this[perso + "WPN_SP"] = 4;
} else if (_root[perso + "Wpnslot"] == "Pocket knife") {
_root[perso + "WPN"] = 25;
this[perso + "WPN_SP"] = 4;
} else if (_root[perso + "Wpnslot"] == "Steel knife") {
_root[perso + "WPN"] = 40;
} else if (_root[perso + "Wpnslot"] == "Silver rapier") {
_root[perso + "WPN"] = 55;
this[perso + "WPN_SP"] = -4;
this[perso + "WPN_IN"] = 4;
} else if (_root[perso + "Wpnslot"] == "Sting knife") {
_root[perso + "WPN"] = 60;
this[perso + "WPN_SP"] = 4;
} else if (_root[perso + "Wpnslot"] == "War rapier") {
_root[perso + "WPN"] = 75;
this[perso + "WPN_SP"] = -8;
this[perso + "WPN_IN"] = -4;
} else if (_root[perso + "Wpnslot"] == "Anchor") {
_root[perso + "WPN"] = 100;
this[perso + "WPN_SP"] = -16;
}
if (_root[perso + "Extraslot"] == "") {
_root[perso + "Extra"] = 0;
}
if (_root[perso + "Extraslot"] == "Mind charm") {
_root[perso + "Extra"] = 0;
this[perso + "Extra_IN"] = 8;
}
if (_root[perso + "Extraslot"] == "Speed medal") {
_root[perso + "Extra"] = 0;
this[perso + "Extra_SP"] = 8;
}
if (_root[perso + "Extraslot"] == "Monster repulser") {
_root[perso + "Extra"] = 0;
}
_root[perso + "ATT"] = _root[perso + "ST"] + _root[perso + "WPN"];
_root[perso + "ARM"] = (((_root[perso + "Head"] + _root[perso + "Body"]) + _root[perso + "Arms"]) + _root[perso + "Legs"]) + _root[perso + "Extra"];
_root[perso + "DEF"] = _root[perso + "EN"] + _root[perso + "ARM"];
_root[perso + "INT"] = (((((this[perso + "Head_IN"] + this[perso + "Body_IN"]) + this[perso + "Arms_IN"]) + this[perso + "Legs_IN"]) + this[perso + "Extra_IN"]) + this[perso + "WPN_IN"]) + _root[perso + "IN"];
_root[perso + "SPD"] = (((((this[perso + "Head_SP"] + this[perso + "Body_SP"]) + this[perso + "Arms_SP"]) + this[perso + "Legs_SP"]) + this[perso + "Extra_SP"]) + this[perso + "WPN_SP"]) + _root[perso + "SP"];
}
Frame 670
_root.Gus_j = "oui";
_root.Joe_j = "oui";
_root.Gorvus_j = "oui";
i = 1;
while (i < 11) {
_root["islot" + i] = "";
i++;
}
_root.soyeb = 12000;
_root.dry_water = 10;
_root.sulfur = 3;
_root.fire_rock = 9;
_root.spring_grass = 25;
_root.winter_root = 1;
_root.sea_algea = 4;
_root.energy_dust = 6;
_root.iron = 10;
_root.mint = 3;
_root.itemsBtl = new Array();
_root.ExpBtl = 0;
_root.SOYBtl = 0;
_root.dry_waterBtl = 0;
_root.sulfurBtl = 0;
_root.fire_rockBtl = 0;
_root.spring_grassBtl = 0;
_root.winter_rootBtl = 0;
_root.sea_algeaBtl = 0;
_root.energy_dustBtl = 0;
_root.ironBtl = 0;
_root.mintBtl = 0;
_root.potion = 0;
_root.life_worm = 0;
_root.smoked_fish = 0;
_root.fish_filet = 0;
_root.GusAlch = new Array("Heal", "Boost", "Explosion");
_root.GusAlch_qt = new Array("Heal", "Boost", "Explosion");
_root.JoeAlch = new Array("Heal", "Boost");
_root.JoeAlch_qt = new Array("Heal", "Boost");
_root.GorvusAlch = new Array("Heal");
_root.GorvusAlch_qt = new Array("Heal");
_root.placeAlchemy("Shock", "Shock", "Gus", undefined, undefined);
_root.placeAlchemy("Goowy aura", "Goowyaura", "Gus", undefined, "Gorvus");
_root.placeAlchemy("Ice wave", "Icewave", "Gus", undefined, undefined);
_root.placeItems("Fish filet", "fish_filet", 3);
_root.placeItems("Potion", "potion", 1);
_root.placeItems("Life worm", "life_worm", 1);
_root.winterroot = 0;
GusHP = 250;
GusMaxHP = 320;
GusLV = 15;
GusExp = 11500;
GusST = 55;
GusEN = 40;
GusSP = 45;
GusIN = 60;
GusHeadslot = "Solid glasses";
GusBodyslot = "Plated jacket";
GusArmsslot = "Leather bracelet";
GusLegsslot = "Plated shoes";
GusExtraslot = "";
GusWpnslot = "Fine rapier";
GusTech1 = 3;
GusTech2 = 2;
GusTech3 = 2;
GusTech4 = 1;
JoeHP = 210;
JoeMaxHP = 250;
JoeLV = 12;
JoeExp = 7000;
JoeST = 34;
JoeEN = 35;
JoeSP = 50;
JoeIN = 20;
JoeHeadslot = "Bandana";
JoeBodyslot = "Plated jacket";
JoeArmsslot = "Plated bracelet";
JoeLegsslot = "Sandals";
JoeExtraslot = "Speed medal";
JoeWpnslot = "Pocket knife";
JoeTech1 = 3;
JoeTech2 = 2;
JoeTech3 = 1;
GorvusHP = 10;
GorvusMaxHP = 660;
GorvusLV = 20;
GorvusExp = 24300;
GorvusST = 120;
GorvusEN = 100;
GorvusSP = 30;
GorvusIN = 50;
GorvusHeadslot = "Captain hat";
GorvusBodyslot = "Fisherman coat";
GorvusArmsslot = "";
GorvusLegsslot = "Fisherman boots";
GorvusExtraslot = "";
GorvusWpnslot = "Anchor";
GorvusTech1 = 2;
i = 1;
while (i < 37) {
_root["eslot" + i] = "";
i++;
}
i = 1;
while (i < 11) {
_root["islot" + i] = "";
i++;
}
i = 1;
while (i < 11) {
_root["ingslot" + i] = "";
i++;
}
_root.placeEquipment("Pirate bandana");
_root.placeEquipment("Chain jacket");
_root.placeEquipment("Steel jacket");
_root.placeEquipment("Leather bracelet");
_root.placeEquipment("Plated bracelet");
_root.placeEquipment("Steel knife");
_root.placeEquipment("Steel glasses");
_root.potion = 0;
_root.life_worm = 0;
_root.smoked_fish = 0;
_root.fish_filet = 0;
_root.placeItems("Fish filet", "fish_filet", 3);
_root.placeItems("Potion", "potion", 1);
_root.placeItems("Smoked fish", "smoked_fish", 1);
_root.placeItems("Life worm", "life_worm", 1);
_root.dry_water = 0;
_root.sulfur = 0;
_root.fire_rock = 0;
_root.spring_grass = 0;
_root.winter_root = 0;
_root.sea_algea = 0;
_root.energy_dust = 0;
_root.iron = 0;
_root.mint = 0;
_root.placeIngredients("Dry water", "dry_water", 10);
_root.placeIngredients("Sulfur", "sulfur", 3);
_root.placeIngredients("Fire rock", "fire_rock", 9);
_root.placeIngredients("Spring grass", "spring_grass", 25);
_root.placeIngredients("Winter root", "winter_root", 5);
_root.placeIngredients("Sea algea", "sea_algea", 4);
_root.placeIngredients("Mint", "mint", 4);
_root.Alchemys = new Array("Heal", "Boost", "Explosion");
_root.placeAlchemy("Goowy aura");
_root.persoStats("Gus");
_root.persoStats("Joe");
_root.persoStats("Gorvus");
Frame 671
stop();
gotoAndPlay ("a_ortema");
_root.Menu_m.gotoAndPlay(2);
Frame 672
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
function persoMagasin(item) {
if (item == "Steel glasses") {
_root.item_desc = "14 DEF\r-4 SPD";
_root.mag_valeur = 14;
_root.flechesMagasin("Gus", "Head");
} else if (item == "Pirate bandana") {
_root.item_desc = "16 DEF\r4 SPD";
_root.mag_valeur = 16;
_root.flechesMagasin("Joe", "Head");
} else if (item == "Plated bracelet") {
_root.item_desc = "10 DEF";
_root.mag_valeur = 10;
_root.flechesMagasin("Joe", "Arms");
_root.flechesMagasin("Gus", "Arms");
} else if (item == "Steel bracelet") {
_root.item_desc = "20 DEF\r-4 SPD";
_root.mag_valeur = 20;
_root.flechesMagasin("Joe", "Arms");
_root.flechesMagasin("Gus", "Arms");
} else if (item == "Chain jacket") {
_root.item_desc = "25 DEF\r4 SPD";
_root.mag_valeur = 25;
_root.flechesMagasin("Joe", "Body");
_root.flechesMagasin("Gus", "Body");
} else if (item == "Steel jacket") {
_root.item_desc = "40 DEF\r-8 SPD";
_root.mag_valeur = 40;
_root.flechesMagasin("Joe", "Body");
_root.flechesMagasin("Gus", "Body");
} else if (item == "Steel shoes") {
_root.item_desc = "20 DEF\r-4 SPD";
_root.mag_valeur = 20;
_root.flechesMagasin("Gus", "Legs");
} else if (item == "Plated sandals") {
_root.item_desc = "6 DEF";
_root.mag_valeur = 6;
_root.flechesMagasin("Joe", "Legs");
} else if (item == "Steel sandals") {
_root.item_desc = "16 DEF\r-4 SPD";
_root.mag_valeur = 16;
_root.flechesMagasin("Joe", "Legs");
} else if (item == "Steel knife") {
_root.item_desc = "40 ATT";
_root.mag_valeur = 40;
_root.flechesMagasin("Joe", "WPN");
} else if (item == "Silver rapier") {
_root.item_desc = "55 ATT\r-4 SPD\r4 INT";
_root.mag_valeur = 55;
_root.flechesMagasin("Gus", "WPN");
} else if (item == "Sting knife") {
_root.item_desc = "60 ATT\r4 SPD";
_root.mag_valeur = 60;
_root.flechesMagasin("Joe", "WPN");
} else if (item == "War rapier") {
_root.item_desc = "75 ATT\r-8 SPD\r-4 INT";
_root.mag_valeur = 75;
_root.flechesMagasin("Gus", "WPN");
}
}
function flechesMagasin(perso, equip) {
_root[perso]._visible = true;
if (_root[perso + equip] > _root.mag_valeur) {
_root[perso].down.gotoAndStop(2);
_root[perso].up.gotoAndStop(1);
_root[perso].egal.gotoAndStop(1);
} else if (_root[perso + equip] == _root.mag_valeur) {
_root[perso].egal.gotoAndStop(2);
_root[perso].up.gotoAndStop(1);
_root[perso].down.gotoAndStop(1);
} else if (_root[perso + equip] < _root.mag_valeur) {
_root[perso].up.gotoAndStop(2);
_root[perso].down.gotoAndStop(1);
_root[perso].egal.gotoAndStop(1);
}
}
function achatMagasin() {
_root.soyeb = _root.soyeb - _root.prix;
if (_root.type_item == "equipement") {
_root.placeEquipment(_root.choix_item);
i = 1;
while (i < 15) {
trace(_root["eslot" + i]);
i++;
}
} else if (_root.type_item == "item") {
_root.placeItems(_root.choix_item, _root.variable_item, _root.qt_item);
trace(_root.variable_item);
trace(_root[_root.variable_item]);
} else if (_root.type_item == "ingredient") {
_root.placeIngredients(_root.choix_item, _root.variable_item, _root.qt_item);
trace(_root.variable_item);
trace(_root[_root.variable_item]);
}
type_item = "";
choix_item = "";
item_desc = "";
}
stop();
_root.newx = _root.Gusposx;
_root.newy = _root.Gusposy;
_root.btn_yes._visible = false;
_root.btn_no._visible = false;
perso = "i_transfer";
choix_item = "";
type_item = "";
_root.Gus._visible = false;
_root.Joe._visible = false;
_root.Gorvus._visible = false;
Instance of Symbol 1865 MovieClip "mag_slot01" in Frame 672
onClipEvent (load) {
this.slot = "Potion";
this.qt = "100";
_root.item_desc = "";
}
Instance of Symbol 1865 MovieClip "mag_slot02" in Frame 672
onClipEvent (load) {
this.slot = "Life worm";
this.qt = "1000";
}
Instance of Symbol 1875 MovieClip "mag_slot03" in Frame 672
onClipEvent (load) {
this.slot = "Mind charm";
this.qt = "500";
}
Instance of Symbol 1889 MovieClip "Gus" in Frame 672
onClipEvent (enterFrame) {
_root.heroMC._visible = false;
_root.marche = "non";
}
Frame 673
stop();
Frame 674
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
function persoMagasin(item) {
if (item == "Steel glasses") {
_root.item_desc = "14 DEF\r-4 SPD";
_root.mag_valeur = 14;
_root.flechesMagasin("Gus", "Head");
} else if (item == "Pirate bandana") {
_root.item_desc = "16 DEF\r4 SPD";
_root.mag_valeur = 16;
_root.flechesMagasin("Joe", "Head");
} else if (item == "Plated bracelet") {
_root.item_desc = "10 DEF";
_root.mag_valeur = 10;
_root.flechesMagasin("Joe", "Arms");
_root.flechesMagasin("Gus", "Arms");
} else if (item == "Steel bracelet") {
_root.item_desc = "20 DEF\r-4 SPD";
_root.mag_valeur = 20;
_root.flechesMagasin("Joe", "Arms");
_root.flechesMagasin("Gus", "Arms");
} else if (item == "Chain jacket") {
_root.item_desc = "25 DEF\r4 SPD";
_root.mag_valeur = 25;
_root.flechesMagasin("Joe", "Body");
_root.flechesMagasin("Gus", "Body");
} else if (item == "Steel jacket") {
_root.item_desc = "40 DEF\r-8 SPD";
_root.mag_valeur = 40;
_root.flechesMagasin("Joe", "Body");
_root.flechesMagasin("Gus", "Body");
} else if (item == "Steel shoes") {
_root.item_desc = "20 DEF\r-4 SPD";
_root.mag_valeur = 20;
_root.flechesMagasin("Gus", "Legs");
} else if (item == "Plated sandals") {
_root.item_desc = "6 DEF";
_root.mag_valeur = 6;
_root.flechesMagasin("Joe", "Legs");
} else if (item == "Steel sandals") {
_root.item_desc = "16 DEF\r-4 SPD";
_root.mag_valeur = 16;
_root.flechesMagasin("Joe", "Legs");
} else if (item == "Steel knife") {
_root.item_desc = "40 ATT";
_root.mag_valeur = 40;
_root.flechesMagasin("Joe", "WPN");
} else if (item == "Silver rapier") {
_root.item_desc = "55 ATT\r-4 SPD\r4 INT";
_root.mag_valeur = 55;
_root.flechesMagasin("Gus", "WPN");
} else if (item == "Sting knife") {
_root.item_desc = "60 ATT\r4 SPD";
_root.mag_valeur = 60;
_root.flechesMagasin("Joe", "WPN");
} else if (item == "War rapier") {
_root.item_desc = "75 ATT\r-8 SPD\r-4 INT";
_root.mag_valeur = 75;
_root.flechesMagasin("Gus", "WPN");
}
}
function flechesMagasin(perso, equip) {
_root[perso]._visible = true;
if (_root[perso + equip] > _root.mag_valeur) {
_root[perso].down.gotoAndStop(2);
_root[perso].up.gotoAndStop(1);
_root[perso].egal.gotoAndStop(1);
} else if (_root[perso + equip] == _root.mag_valeur) {
_root[perso].egal.gotoAndStop(2);
_root[perso].up.gotoAndStop(1);
_root[perso].down.gotoAndStop(1);
} else if (_root[perso + equip] < _root.mag_valeur) {
_root[perso].up.gotoAndStop(2);
_root[perso].down.gotoAndStop(1);
_root[perso].egal.gotoAndStop(1);
}
}
function achatMagasin() {
_root.soyeb = _root.soyeb - _root.prix;
if (_root.type_item == "equipement") {
_root.placeEquipment(_root.choix_item);
i = 1;
while (i < 15) {
trace(_root["eslot" + i]);
i++;
}
} else if (_root.type_item == "item") {
_root.placeItems(_root.choix_item, _root.variable_item, _root.qt_item);
trace(_root.variable_item);
trace(_root[_root.variable_item]);
} else if (_root.type_item == "ingredient") {
_root.placeIngredients(_root.choix_item, _root.variable_item, _root.qt_item);
trace(_root.variable_item);
trace(_root[_root.variable_item]);
}
type_item = "";
choix_item = "";
item_desc = "";
}
stop();
_root.newx = _root.Gusposx;
_root.newy = _root.Gusposy;
_root.btn_yes._visible = false;
_root.btn_no._visible = false;
perso = "i_ortema";
choix_item = "";
type_item = "";
_root.Gus._visible = false;
_root.Joe._visible = false;
_root.Gorvus._visible = false;
Frame 675
stop();
Frame 676
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
function persoMagasin(item) {
if (item == "Steel glasses") {
_root.item_desc = "14 DEF\r-4 SPD";
_root.mag_valeur = 14;
_root.flechesMagasin("Gus", "Head");
} else if (item == "Pirate bandana") {
_root.item_desc = "16 DEF\r4 SPD";
_root.mag_valeur = 16;
_root.flechesMagasin("Joe", "Head");
} else if (item == "Plated bracelet") {
_root.item_desc = "10 DEF";
_root.mag_valeur = 10;
_root.flechesMagasin("Joe", "Arms");
_root.flechesMagasin("Gus", "Arms");
} else if (item == "Steel bracelet") {
_root.item_desc = "20 DEF\r-4 SPD";
_root.mag_valeur = 20;
_root.flechesMagasin("Joe", "Arms");
_root.flechesMagasin("Gus", "Arms");
} else if (item == "Chain jacket") {
_root.item_desc = "25 DEF\r4 SPD";
_root.mag_valeur = 25;
_root.flechesMagasin("Joe", "Body");
_root.flechesMagasin("Gus", "Body");
} else if (item == "Steel jacket") {
_root.item_desc = "40 DEF\r-8 SPD";
_root.mag_valeur = 40;
_root.flechesMagasin("Joe", "Body");
_root.flechesMagasin("Gus", "Body");
} else if (item == "Steel shoes") {
_root.item_desc = "20 DEF\r-4 SPD";
_root.mag_valeur = 20;
_root.flechesMagasin("Gus", "Legs");
} else if (item == "Plated sandals") {
_root.item_desc = "6 DEF";
_root.mag_valeur = 6;
_root.flechesMagasin("Joe", "Legs");
} else if (item == "Steel sandals") {
_root.item_desc = "16 DEF\r-4 SPD";
_root.mag_valeur = 16;
_root.flechesMagasin("Joe", "Legs");
} else if (item == "Steel knife") {
_root.item_desc = "40 ATT";
_root.mag_valeur = 40;
_root.flechesMagasin("Joe", "WPN");
} else if (item == "Silver rapier") {
_root.item_desc = "55 ATT\r-4 SPD\r4 INT";
_root.mag_valeur = 55;
_root.flechesMagasin("Gus", "WPN");
} else if (item == "Sting knife") {
_root.item_desc = "60 ATT\r4 SPD";
_root.mag_valeur = 60;
_root.flechesMagasin("Joe", "WPN");
} else if (item == "War rapier") {
_root.item_desc = "75 ATT\r-8 SPD\r-4 INT";
_root.mag_valeur = 75;
_root.flechesMagasin("Gus", "WPN");
}
}
function flechesMagasin(perso, equip) {
_root[perso]._visible = true;
if (_root[perso + equip] > _root.mag_valeur) {
_root[perso].down.gotoAndStop(2);
_root[perso].up.gotoAndStop(1);
_root[perso].egal.gotoAndStop(1);
} else if (_root[perso + equip] == _root.mag_valeur) {
_root[perso].egal.gotoAndStop(2);
_root[perso].up.gotoAndStop(1);
_root[perso].down.gotoAndStop(1);
} else if (_root[perso + equip] < _root.mag_valeur) {
_root[perso].up.gotoAndStop(2);
_root[perso].down.gotoAndStop(1);
_root[perso].egal.gotoAndStop(1);
}
}
function achatMagasin() {
_root.soyeb = _root.soyeb - _root.prix;
if (_root.type_item == "equipement") {
_root.placeEquipment(_root.choix_item);
i = 1;
while (i < 15) {
trace(_root["eslot" + i]);
i++;
}
} else if (_root.type_item == "item") {
_root.placeItems(_root.choix_item, _root.variable_item, _root.qt_item);
trace(_root.variable_item);
trace(_root[_root.variable_item]);
} else if (_root.type_item == "ingredient") {
_root.placeIngredients(_root.choix_item, _root.variable_item, _root.qt_item);
trace(_root.variable_item);
trace(_root[_root.variable_item]);
}
type_item = "";
choix_item = "";
item_desc = "";
}
stop();
_root.newx = _root.Gusposx;
_root.newy = _root.Gusposy;
_root.btn_yes._visible = false;
_root.btn_no._visible = false;
perso = "e_ortema";
choix_item = "";
type_item = "";
_root.Gus._visible = false;
_root.Joe._visible = false;
_root.Gorvus._visible = false;
Instance of Symbol 1909 MovieClip "mag_slot01" in Frame 676
onClipEvent (load) {
this.slot = "Silver rapier";
this.qt = "600";
_root.item_desc = "";
}
Instance of Symbol 1909 MovieClip "mag_slot02" in Frame 676
onClipEvent (load) {
this.slot = "Steel knife";
this.qt = "400";
}
Instance of Symbol 1919 MovieClip "mag_slot05" in Frame 676
onClipEvent (load) {
this.slot = "Plated sandals";
this.qt = "300";
}
Instance of Symbol 1875 MovieClip "mag_slot06" in Frame 676
onClipEvent (load) {
this.slot = "Speed medal";
this.qt = "500";
}
Instance of Symbol 1919 MovieClip "mag_slot03" in Frame 676
onClipEvent (load) {
this.slot = "Chain jacket";
this.qt = "500";
}
Instance of Symbol 1919 MovieClip "mag_slot04" in Frame 676
onClipEvent (load) {
this.slot = "Plated bracelet";
this.qt = "300";
}
Frame 677
stop();
Frame 678
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
function persoMagasin(item) {
if (item == "Steel glasses") {
_root.item_desc = "14 DEF\r-4 SPD";
_root.mag_valeur = 14;
_root.flechesMagasin("Gus", "Head");
} else if (item == "Pirate bandana") {
_root.item_desc = "16 DEF\r4 SPD";
_root.mag_valeur = 16;
_root.flechesMagasin("Joe", "Head");
} else if (item == "Plated bracelet") {
_root.item_desc = "10 DEF";
_root.mag_valeur = 10;
_root.flechesMagasin("Joe", "Arms");
_root.flechesMagasin("Gus", "Arms");
} else if (item == "Steel bracelet") {
_root.item_desc = "20 DEF\r-4 SPD";
_root.mag_valeur = 20;
_root.flechesMagasin("Joe", "Arms");
_root.flechesMagasin("Gus", "Arms");
} else if (item == "Chain jacket") {
_root.item_desc = "25 DEF\r4 SPD";
_root.mag_valeur = 25;
_root.flechesMagasin("Joe", "Body");
_root.flechesMagasin("Gus", "Body");
} else if (item == "Steel jacket") {
_root.item_desc = "40 DEF\r-8 SPD";
_root.mag_valeur = 40;
_root.flechesMagasin("Joe", "Body");
_root.flechesMagasin("Gus", "Body");
} else if (item == "Steel shoes") {
_root.item_desc = "20 DEF\r-4 SPD";
_root.mag_valeur = 20;
_root.flechesMagasin("Gus", "Legs");
} else if (item == "Plated sandals") {
_root.item_desc = "6 DEF";
_root.mag_valeur = 6;
_root.flechesMagasin("Joe", "Legs");
} else if (item == "Steel sandals") {
_root.item_desc = "16 DEF\r-4 SPD";
_root.mag_valeur = 16;
_root.flechesMagasin("Joe", "Legs");
} else if (item == "Steel knife") {
_root.item_desc = "40 ATT";
_root.mag_valeur = 40;
_root.flechesMagasin("Joe", "WPN");
} else if (item == "Silver rapier") {
_root.item_desc = "55 ATT\r-4 SPD\r4 INT";
_root.mag_valeur = 55;
_root.flechesMagasin("Gus", "WPN");
} else if (item == "Sting knife") {
_root.item_desc = "60 ATT\r4 SPD";
_root.mag_valeur = 60;
_root.flechesMagasin("Joe", "WPN");
} else if (item == "War rapier") {
_root.item_desc = "75 ATT\r-8 SPD\r-4 INT";
_root.mag_valeur = 75;
_root.flechesMagasin("Gus", "WPN");
}
}
function flechesMagasin(perso, equip) {
_root[perso]._visible = true;
if (_root[perso + equip] > _root.mag_valeur) {
_root[perso].down.gotoAndStop(2);
_root[perso].up.gotoAndStop(1);
_root[perso].egal.gotoAndStop(1);
} else if (_root[perso + equip] == _root.mag_valeur) {
_root[perso].egal.gotoAndStop(2);
_root[perso].up.gotoAndStop(1);
_root[perso].down.gotoAndStop(1);
} else if (_root[perso + equip] < _root.mag_valeur) {
_root[perso].up.gotoAndStop(2);
_root[perso].down.gotoAndStop(1);
_root[perso].egal.gotoAndStop(1);
}
}
function achatMagasin() {
_root.soyeb = _root.soyeb - _root.prix;
if (_root.type_item == "equipement") {
_root.placeEquipment(_root.choix_item);
i = 1;
while (i < 15) {
trace(_root["eslot" + i]);
i++;
}
} else if (_root.type_item == "item") {
_root.placeItems(_root.choix_item, _root.variable_item, _root.qt_item);
trace(_root.variable_item);
trace(_root[_root.variable_item]);
} else if (_root.type_item == "ingredient") {
_root.placeIngredients(_root.choix_item, _root.variable_item, _root.qt_item);
trace(_root.variable_item);
trace(_root[_root.variable_item]);
}
type_item = "";
choix_item = "";
item_desc = "";
}
stop();
_root.newx = _root.Gusposx;
_root.newy = _root.Gusposy;
_root.btn_yes._visible = false;
_root.btn_no._visible = false;
perso = "a_ortema";
choix_item = "";
type_item = "";
_root.Gus._visible = false;
_root.Joe._visible = false;
_root.Gorvus._visible = false;
Instance of Symbol 1934 MovieClip "mag_slot01" in Frame 678
onClipEvent (load) {
this.slot = "Dry water";
this.qt = "75";
_root.item_desc = "";
}
Instance of Symbol 1934 MovieClip "mag_slot02" in Frame 678
onClipEvent (load) {
this.slot = "Sulfur";
this.qt = "150";
}
Instance of Symbol 1934 MovieClip "mag_slot05" in Frame 678
onClipEvent (load) {
this.slot = "Iron";
this.qt = "200";
}
Instance of Symbol 1934 MovieClip "mag_slot06" in Frame 678
onClipEvent (load) {
this.slot = "Mint";
this.qt = "150";
}
Instance of Symbol 1934 MovieClip "mag_slot03" in Frame 678
onClipEvent (load) {
this.slot = "Fire rock";
this.qt = "200";
}
Instance of Symbol 1934 MovieClip "mag_slot04" in Frame 678
onClipEvent (load) {
this.slot = "Spring grass";
this.qt = "100";
}
Frame 679
stop();
Frame 680
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
function persoMagasin(item) {
if (item == "Steel glasses") {
_root.item_desc = "14 DEF\r-4 SPD";
_root.mag_valeur = 14;
_root.flechesMagasin("Gus", "Head");
} else if (item == "Pirate bandana") {
_root.item_desc = "16 DEF\r4 SPD";
_root.mag_valeur = 16;
_root.flechesMagasin("Joe", "Head");
} else if (item == "Plated bracelet") {
_root.item_desc = "10 DEF";
_root.mag_valeur = 10;
_root.flechesMagasin("Joe", "Arms");
_root.flechesMagasin("Gus", "Arms");
} else if (item == "Steel bracelet") {
_root.item_desc = "20 DEF\r-4 SPD";
_root.mag_valeur = 20;
_root.flechesMagasin("Joe", "Arms");
_root.flechesMagasin("Gus", "Arms");
} else if (item == "Chain jacket") {
_root.item_desc = "25 DEF\r4 SPD";
_root.mag_valeur = 25;
_root.flechesMagasin("Joe", "Body");
_root.flechesMagasin("Gus", "Body");
} else if (item == "Steel jacket") {
_root.item_desc = "40 DEF\r-8 SPD";
_root.mag_valeur = 40;
_root.flechesMagasin("Joe", "Body");
_root.flechesMagasin("Gus", "Body");
} else if (item == "Steel shoes") {
_root.item_desc = "20 DEF\r-4 SPD";
_root.mag_valeur = 20;
_root.flechesMagasin("Gus", "Legs");
} else if (item == "Plated sandals") {
_root.item_desc = "6 DEF";
_root.mag_valeur = 6;
_root.flechesMagasin("Joe", "Legs");
} else if (item == "Steel sandals") {
_root.item_desc = "16 DEF\r-4 SPD";
_root.mag_valeur = 16;
_root.flechesMagasin("Joe", "Legs");
} else if (item == "Steel knife") {
_root.item_desc = "40 ATT";
_root.mag_valeur = 40;
_root.flechesMagasin("Joe", "WPN");
} else if (item == "Silver rapier") {
_root.item_desc = "55 ATT\r-4 SPD\r4 INT";
_root.mag_valeur = 55;
_root.flechesMagasin("Gus", "WPN");
} else if (item == "Sting knife") {
_root.item_desc = "60 ATT\r4 SPD";
_root.mag_valeur = 60;
_root.flechesMagasin("Joe", "WPN");
} else if (item == "War rapier") {
_root.item_desc = "75 ATT\r-8 SPD\r-4 INT";
_root.mag_valeur = 75;
_root.flechesMagasin("Gus", "WPN");
}
}
function flechesMagasin(perso, equip) {
_root[perso]._visible = true;
if (_root[perso + equip] > _root.mag_valeur) {
_root[perso].down.gotoAndStop(2);
_root[perso].up.gotoAndStop(1);
_root[perso].egal.gotoAndStop(1);
} else if (_root[perso + equip] == _root.mag_valeur) {
_root[perso].egal.gotoAndStop(2);
_root[perso].up.gotoAndStop(1);
_root[perso].down.gotoAndStop(1);
} else if (_root[perso + equip] < _root.mag_valeur) {
_root[perso].up.gotoAndStop(2);
_root[perso].down.gotoAndStop(1);
_root[perso].egal.gotoAndStop(1);
}
}
function achatMagasin() {
_root.soyeb = _root.soyeb - _root.prix;
if (_root.type_item == "equipement") {
_root.placeEquipment(_root.choix_item);
i = 1;
while (i < 15) {
trace(_root["eslot" + i]);
i++;
}
} else if (_root.type_item == "item") {
_root.placeItems(_root.choix_item, _root.variable_item, _root.qt_item);
trace(_root.variable_item);
trace(_root[_root.variable_item]);
} else if (_root.type_item == "ingredient") {
_root.placeIngredients(_root.choix_item, _root.variable_item, _root.qt_item);
trace(_root.variable_item);
trace(_root[_root.variable_item]);
}
type_item = "";
choix_item = "";
item_desc = "";
}
stop();
_root.newx = _root.Gusposx;
_root.newy = _root.Gusposy;
_root.btn_yes._visible = false;
_root.btn_no._visible = false;
perso = "i_gerz";
choix_item = "";
type_item = "";
_root.Gus._visible = false;
_root.Joe._visible = false;
_root.Gorvus._visible = false;
Instance of Symbol 1865 MovieClip "mag_slot01" in Frame 680
onClipEvent (load) {
this.slot = "Potion";
this.qt = "100";
_root.item_desc = "";
}
Instance of Symbol 1865 MovieClip "mag_slot02" in Frame 680
onClipEvent (load) {
this.slot = "Smoked fish";
this.qt = "250";
}
Instance of Symbol 1865 MovieClip "mag_slot03" in Frame 680
onClipEvent (load) {
this.slot = "Fish filet";
this.qt = "400";
}
Instance of Symbol 1865 MovieClip "mag_slot04" in Frame 680
onClipEvent (load) {
this.slot = "Life worm";
this.qt = "1000";
}
Frame 681
stop();
Frame 682
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
function persoMagasin(item) {
if (item == "Steel glasses") {
_root.item_desc = "14 DEF\r-4 SPD";
_root.mag_valeur = 14;
_root.flechesMagasin("Gus", "Head");
} else if (item == "Pirate bandana") {
_root.item_desc = "16 DEF\r4 SPD";
_root.mag_valeur = 16;
_root.flechesMagasin("Joe", "Head");
} else if (item == "Plated bracelet") {
_root.item_desc = "10 DEF";
_root.mag_valeur = 10;
_root.flechesMagasin("Joe", "Arms");
_root.flechesMagasin("Gus", "Arms");
} else if (item == "Steel bracelet") {
_root.item_desc = "20 DEF\r-4 SPD";
_root.mag_valeur = 20;
_root.flechesMagasin("Joe", "Arms");
_root.flechesMagasin("Gus", "Arms");
} else if (item == "Chain jacket") {
_root.item_desc = "25 DEF\r4 SPD";
_root.mag_valeur = 25;
_root.flechesMagasin("Joe", "Body");
_root.flechesMagasin("Gus", "Body");
} else if (item == "Steel jacket") {
_root.item_desc = "40 DEF\r-8 SPD";
_root.mag_valeur = 40;
_root.flechesMagasin("Joe", "Body");
_root.flechesMagasin("Gus", "Body");
} else if (item == "Steel shoes") {
_root.item_desc = "20 DEF\r-4 SPD";
_root.mag_valeur = 20;
_root.flechesMagasin("Gus", "Legs");
} else if (item == "Plated sandals") {
_root.item_desc = "6 DEF";
_root.mag_valeur = 6;
_root.flechesMagasin("Joe", "Legs");
} else if (item == "Steel sandals") {
_root.item_desc = "16 DEF\r-4 SPD";
_root.mag_valeur = 16;
_root.flechesMagasin("Joe", "Legs");
} else if (item == "Steel knife") {
_root.item_desc = "40 ATT";
_root.mag_valeur = 40;
_root.flechesMagasin("Joe", "WPN");
} else if (item == "Silver rapier") {
_root.item_desc = "55 ATT\r-4 SPD\r4 INT";
_root.mag_valeur = 55;
_root.flechesMagasin("Gus", "WPN");
} else if (item == "Sting knife") {
_root.item_desc = "60 ATT\r4 SPD";
_root.mag_valeur = 60;
_root.flechesMagasin("Joe", "WPN");
} else if (item == "War rapier") {
_root.item_desc = "75 ATT\r-8 SPD\r-4 INT";
_root.mag_valeur = 75;
_root.flechesMagasin("Gus", "WPN");
}
}
function flechesMagasin(perso, equip) {
_root[perso]._visible = true;
if (_root[perso + equip] > _root.mag_valeur) {
_root[perso].down.gotoAndStop(2);
_root[perso].up.gotoAndStop(1);
_root[perso].egal.gotoAndStop(1);
} else if (_root[perso + equip] == _root.mag_valeur) {
_root[perso].egal.gotoAndStop(2);
_root[perso].up.gotoAndStop(1);
_root[perso].down.gotoAndStop(1);
} else if (_root[perso + equip] < _root.mag_valeur) {
_root[perso].up.gotoAndStop(2);
_root[perso].down.gotoAndStop(1);
_root[perso].egal.gotoAndStop(1);
}
}
function achatMagasin() {
_root.soyeb = _root.soyeb - _root.prix;
if (_root.type_item == "equipement") {
_root.placeEquipment(_root.choix_item);
i = 1;
while (i < 15) {
trace(_root["eslot" + i]);
i++;
}
} else if (_root.type_item == "item") {
_root.placeItems(_root.choix_item, _root.variable_item, _root.qt_item);
trace(_root.variable_item);
trace(_root[_root.variable_item]);
} else if (_root.type_item == "ingredient") {
_root.placeIngredients(_root.choix_item, _root.variable_item, _root.qt_item);
trace(_root.variable_item);
trace(_root[_root.variable_item]);
}
type_item = "";
choix_item = "";
item_desc = "";
}
stop();
_root.newx = _root.Gusposx;
_root.newy = _root.Gusposy;
_root.btn_yes._visible = false;
_root.btn_no._visible = false;
perso = "a_gerz";
choix_item = "";
type_item = "";
_root.Gus._visible = false;
_root.Joe._visible = false;
_root.Gorvus._visible = false;
Instance of Symbol 1934 MovieClip "mag_slot01" in Frame 682
onClipEvent (load) {
this.slot = "Dry water";
this.qt = "75";
_root.item_desc = "";
}
Instance of Symbol 1934 MovieClip "mag_slot02" in Frame 682
onClipEvent (load) {
this.slot = "Sulfur";
this.qt = "150";
}
Instance of Symbol 1934 MovieClip "mag_slot05" in Frame 682
onClipEvent (load) {
this.slot = "Iron";
this.qt = "200";
}
Instance of Symbol 1934 MovieClip "mag_slot06" in Frame 682
onClipEvent (load) {
this.slot = "Mint";
this.qt = "150";
}
Instance of Symbol 1934 MovieClip "mag_slot03" in Frame 682
onClipEvent (load) {
this.slot = "Fire rock";
this.qt = "200";
}
Instance of Symbol 1934 MovieClip "mag_slot04" in Frame 682
onClipEvent (load) {
this.slot = "Spring grass";
this.qt = "100";
}
Frame 683
stop();
Frame 684
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
function persoMagasin(item) {
if (item == "Steel glasses") {
_root.item_desc = "14 DEF\r-4 SPD";
_root.mag_valeur = 14;
_root.flechesMagasin("Gus", "Head");
} else if (item == "Pirate bandana") {
_root.item_desc = "16 DEF\r4 SPD";
_root.mag_valeur = 16;
_root.flechesMagasin("Joe", "Head");
} else if (item == "Plated bracelet") {
_root.item_desc = "10 DEF";
_root.mag_valeur = 10;
_root.flechesMagasin("Joe", "Arms");
_root.flechesMagasin("Gus", "Arms");
} else if (item == "Steel bracelet") {
_root.item_desc = "20 DEF\r-4 SPD";
_root.mag_valeur = 20;
_root.flechesMagasin("Joe", "Arms");
_root.flechesMagasin("Gus", "Arms");
} else if (item == "Chain jacket") {
_root.item_desc = "25 DEF\r4 SPD";
_root.mag_valeur = 25;
_root.flechesMagasin("Joe", "Body");
_root.flechesMagasin("Gus", "Body");
} else if (item == "Steel jacket") {
_root.item_desc = "40 DEF\r-8 SPD";
_root.mag_valeur = 40;
_root.flechesMagasin("Joe", "Body");
_root.flechesMagasin("Gus", "Body");
} else if (item == "Steel shoes") {
_root.item_desc = "20 DEF\r-4 SPD";
_root.mag_valeur = 20;
_root.flechesMagasin("Gus", "Legs");
} else if (item == "Plated sandals") {
_root.item_desc = "6 DEF";
_root.mag_valeur = 6;
_root.flechesMagasin("Joe", "Legs");
} else if (item == "Steel sandals") {
_root.item_desc = "16 DEF\r-4 SPD";
_root.mag_valeur = 16;
_root.flechesMagasin("Joe", "Legs");
} else if (item == "Steel knife") {
_root.item_desc = "40 ATT";
_root.mag_valeur = 40;
_root.flechesMagasin("Joe", "WPN");
} else if (item == "Silver rapier") {
_root.item_desc = "55 ATT\r-4 SPD\r4 INT";
_root.mag_valeur = 55;
_root.flechesMagasin("Gus", "WPN");
} else if (item == "Sting knife") {
_root.item_desc = "60 ATT\r4 SPD";
_root.mag_valeur = 60;
_root.flechesMagasin("Joe", "WPN");
} else if (item == "War rapier") {
_root.item_desc = "75 ATT\r-8 SPD\r-4 INT";
_root.mag_valeur = 75;
_root.flechesMagasin("Gus", "WPN");
}
}
function flechesMagasin(perso, equip) {
_root[perso]._visible = true;
if (_root[perso + equip] > _root.mag_valeur) {
_root[perso].down.gotoAndStop(2);
_root[perso].up.gotoAndStop(1);
_root[perso].egal.gotoAndStop(1);
} else if (_root[perso + equip] == _root.mag_valeur) {
_root[perso].egal.gotoAndStop(2);
_root[perso].up.gotoAndStop(1);
_root[perso].down.gotoAndStop(1);
} else if (_root[perso + equip] < _root.mag_valeur) {
_root[perso].up.gotoAndStop(2);
_root[perso].down.gotoAndStop(1);
_root[perso].egal.gotoAndStop(1);
}
}
function achatMagasin() {
_root.soyeb = _root.soyeb - _root.prix;
if (_root.type_item == "equipement") {
_root.placeEquipment(_root.choix_item);
i = 1;
while (i < 15) {
trace(_root["eslot" + i]);
i++;
}
} else if (_root.type_item == "item") {
_root.placeItems(_root.choix_item, _root.variable_item, _root.qt_item);
trace(_root.variable_item);
trace(_root[_root.variable_item]);
} else if (_root.type_item == "ingredient") {
_root.placeIngredients(_root.choix_item, _root.variable_item, _root.qt_item);
trace(_root.variable_item);
trace(_root[_root.variable_item]);
}
type_item = "";
choix_item = "";
item_desc = "";
}
stop();
_root.newx = _root.Gusposx;
_root.newy = _root.Gusposy;
_root.btn_yes._visible = false;
_root.btn_no._visible = false;
perso = "e_gerz";
choix_item = "";
type_item = "";
_root.Gus._visible = false;
_root.Joe._visible = false;
_root.Gorvus._visible = false;
Instance of Symbol 1909 MovieClip "mag_slot01" in Frame 684
onClipEvent (load) {
this.slot = "War rapier";
this.qt = "1100";
_root.item_desc = "";
}
Instance of Symbol 1909 MovieClip "mag_slot02" in Frame 684
onClipEvent (load) {
this.slot = "Sting knife";
this.qt = "900";
}
Instance of Symbol 1919 MovieClip "mag_slot05" in Frame 684
onClipEvent (load) {
this.slot = "Steel jacket";
this.qt = "1000";
}
Instance of Symbol 1919 MovieClip "mag_slot06" in Frame 684
onClipEvent (load) {
this.slot = "Steel bracelet";
this.qt = "500";
}
Instance of Symbol 1919 MovieClip "mag_slot03" in Frame 684
onClipEvent (load) {
this.slot = "Steel glasses";
this.qt = "500";
}
Instance of Symbol 1919 MovieClip "mag_slot04" in Frame 684
onClipEvent (load) {
this.slot = "Pirate bandana";
this.qt = "600";
}
Instance of Symbol 1919 MovieClip "mag_slot07" in Frame 684
onClipEvent (load) {
this.slot = "Steel shoes";
this.qt = "500";
}
Instance of Symbol 1919 MovieClip "mag_slot08" in Frame 684
onClipEvent (load) {
this.slot = "Steel sandals";
this.qt = "500";
}
Frame 685
stop();
Frame 686
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.newx = 350;
_root.newy = 250;
_root.heroMC._x = _root.newx;
_root.heroMC._y = _root.newy;
function persoMagasin(item) {
if (item == "Steel glasses") {
_root.item_desc = "14 DEF\r-4 SPD";
_root.mag_valeur = 14;
_root.flechesMagasin("Gus", "Head");
} else if (item == "Pirate bandana") {
_root.item_desc = "16 DEF\r4 SPD";
_root.mag_valeur = 16;
_root.flechesMagasin("Joe", "Head");
} else if (item == "Plated bracelet") {
_root.item_desc = "10 DEF";
_root.mag_valeur = 10;
_root.flechesMagasin("Joe", "Arms");
_root.flechesMagasin("Gus", "Arms");
} else if (item == "Steel bracelet") {
_root.item_desc = "20 DEF\r-4 SPD";
_root.mag_valeur = 20;
_root.flechesMagasin("Joe", "Arms");
_root.flechesMagasin("Gus", "Arms");
} else if (item == "Chain jacket") {
_root.item_desc = "25 DEF\r4 SPD";
_root.mag_valeur = 25;
_root.flechesMagasin("Joe", "Body");
_root.flechesMagasin("Gus", "Body");
} else if (item == "Steel jacket") {
_root.item_desc = "40 DEF\r-8 SPD";
_root.mag_valeur = 40;
_root.flechesMagasin("Joe", "Body");
_root.flechesMagasin("Gus", "Body");
} else if (item == "Steel shoes") {
_root.item_desc = "20 DEF\r-4 SPD";
_root.mag_valeur = 20;
_root.flechesMagasin("Gus", "Legs");
} else if (item == "Plated sandals") {
_root.item_desc = "6 DEF";
_root.mag_valeur = 6;
_root.flechesMagasin("Joe", "Legs");
} else if (item == "Steel sandals") {
_root.item_desc = "16 DEF\r-4 SPD";
_root.mag_valeur = 16;
_root.flechesMagasin("Joe", "Legs");
} else if (item == "Steel knife") {
_root.item_desc = "40 ATT";
_root.mag_valeur = 40;
_root.flechesMagasin("Joe", "WPN");
} else if (item == "Silver rapier") {
_root.item_desc = "55 ATT\r-4 SPD\r4 INT";
_root.mag_valeur = 55;
_root.flechesMagasin("Gus", "WPN");
} else if (item == "Sting knife") {
_root.item_desc = "60 ATT\r4 SPD";
_root.mag_valeur = 60;
_root.flechesMagasin("Joe", "WPN");
} else if (item == "War rapier") {
_root.item_desc = "75 ATT\r-8 SPD\r-4 INT";
_root.mag_valeur = 75;
_root.flechesMagasin("Gus", "WPN");
}
}
function flechesMagasin(perso, equip) {
_root[perso]._visible = true;
if (_root[perso + equip] > _root.mag_valeur) {
_root[perso].down.gotoAndStop(2);
_root[perso].up.gotoAndStop(1);
_root[perso].egal.gotoAndStop(1);
} else if (_root[perso + equip] == _root.mag_valeur) {
_root[perso].egal.gotoAndStop(2);
_root[perso].up.gotoAndStop(1);
_root[perso].down.gotoAndStop(1);
} else if (_root[perso + equip] < _root.mag_valeur) {
_root[perso].up.gotoAndStop(2);
_root[perso].down.gotoAndStop(1);
_root[perso].egal.gotoAndStop(1);
}
}
function achatMagasin() {
_root.soyeb = _root.soyeb - _root.prix;
if (_root.type_item == "equipement") {
_root.placeEquipment(_root.choix_item);
i = 1;
while (i < 15) {
trace(_root["eslot" + i]);
i++;
}
} else if (_root.type_item == "item") {
_root.placeItems(_root.choix_item, _root.variable_item, _root.qt_item);
trace(_root.variable_item);
trace(_root[_root.variable_item]);
} else if (_root.type_item == "ingredient") {
_root.placeIngredients(_root.choix_item, _root.variable_item, _root.qt_item);
trace(_root.variable_item);
trace(_root[_root.variable_item]);
}
type_item = "";
choix_item = "";
item_desc = "";
}
stop();
_root.newx = _root.Gusposx;
_root.newy = _root.Gusposy;
_root.btn_yes._visible = false;
_root.btn_no._visible = false;
perso = "a_map";
choix_item = "";
type_item = "";
_root.Gus._visible = false;
_root.Joe._visible = false;
_root.Gorvus._visible = false;
Instance of Symbol 1934 MovieClip "mag_slot01" in Frame 686
onClipEvent (load) {
this.slot = "Energy dust";
this.qt = "400";
_root.item_desc = "";
}
Instance of Symbol 1934 MovieClip "mag_slot02" in Frame 686
onClipEvent (load) {
this.slot = "Winter root";
this.qt = "500";
}
Instance of Symbol 1934 MovieClip "mag_slot03" in Frame 686
onClipEvent (load) {
this.slot = "Sea algea";
this.qt = "500";
}
Frame 687
stop();
Frame 688
play();
_root.heroMC._visible = false;
Frame 696
if (_root.Gus_j == "oui") {
_root.GusHP = _root.GusMaxHP;
}
if (_root.Joe_j == "oui") {
_root.JoeHP = _root.JoeMaxHP;
}
if (_root.Gorvus_j == "oui") {
_root.GorvusHP = _root.GorvusMaxHP;
}
_root.GusTech1 = 3;
_root.GusTech2 = 3;
_root.GusTech3 = 3;
_root.GusTech4 = 3;
_root.JoeTech1 = 3;
_root.JoeTech2 = 3;
_root.JoeTech3 = 3;
_root.GorvusTech1 = 3;
Frame 697
if (_root.Nom == "SnailsAnimation/Mes3_save1") {
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save1");
} else if (_root.Nom == "SnailsAnimation/Mes3_save2") {
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save2");
} else if (_root.Nom == "SnailsAnimation/Mes3_save3") {
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save3");
}
_root.savefile.data.soyeb = _root.soyeb;
_root.savefile.data.dry_water = _root.dry_water;
_root.savefile.data.sulfur = _root.sulfur;
_root.savefile.data.fire_rock = _root.fire_rock;
_root.savefile.data.spring_grass = _root.spring_grass;
_root.savefile.data.winter_root = _root.winter_root;
_root.savefile.data.sea_algea = _root.sea_algea;
_root.savefile.data.energy_dust = _root.energy_dust;
_root.savefile.data.iron = _root.iron;
_root.savefile.data.mint = _root.mint;
_root.savefile.data.potion = _root.potion;
_root.savefile.data.life_worm = _root.life_worm;
_root.savefile.data.smoked_fish = _root.smoked_fish;
_root.savefile.data.fish_filet = _root.fish_filet;
_root.savefile.data.GusAlch = _root.GusAlch;
_root.savefile.data.GusAlch_qt = _root.GusAlch_qt;
_root.savefile.data.JoeAlch = _root.JoeAlch;
_root.savefile.data.JoeAlch_qt = _root.JoeAlch_qt;
_root.savefile.data.GorvusAlch = _root.GorvusAlch;
_root.savefile.data.GorvusAlch_qt = _root.GorvusAlch_qt;
_root.savefile.data.Alchemys = _root.Alchemys;
_root.savefile.data.GusMaxHP = _root.GusMaxHP;
_root.savefile.data.GusHP = _root.GusHP;
_root.savefile.data.GusLV = _root.GusLV;
_root.savefile.data.GusExp = _root.GusExp;
_root.savefile.data.GusST = _root.GusST;
_root.savefile.data.GusEN = _root.GusEN;
_root.savefile.data.GusSP = _root.GusSP;
_root.savefile.data.GusIN = _root.GusIN;
_root.savefile.data.GusTech1 = _root.GusTech1;
_root.savefile.data.GusTech2 = _root.GusTech2;
_root.savefile.data.GusTech3 = _root.GusTech3;
_root.savefile.data.GusTech4 = _root.GusTech4;
_root.savefile.data.GusmaxTech1 = _root.GusmaxTech1;
_root.savefile.data.GusmaxTech2 = _root.GusmaxTech2;
_root.savefile.data.GusmaxTech3 = _root.GusmaxTech3;
_root.savefile.data.GusmaxTech4 = _root.GusmaxTech4;
_root.savefile.data.GusHeadslot = _root.GusHeadslot;
_root.savefile.data.GusBodyslot = _root.GusBodyslot;
_root.savefile.data.GusArmsslot = _root.GusArmsslot;
_root.savefile.data.GusLegsslot = _root.GusLegsslot;
_root.savefile.data.GusExtraslot = _root.GusExtraslot;
_root.savefile.data.GusWpnslot = _root.GusWpnslot;
_root.savefile.data.JoeMaxHP = _root.JoeMaxHP;
_root.savefile.data.JoeHP = _root.JoeHP;
_root.savefile.data.JoeLV = _root.JoeLV;
_root.savefile.data.JoeExp = _root.JoeExp;
_root.savefile.data.JoeST = _root.JoeST;
_root.savefile.data.JoeEN = _root.JoeEN;
_root.savefile.data.JoeSP = _root.JoeSP;
_root.savefile.data.JoeIN = _root.JoeIN;
_root.savefile.data.JoeTech1 = _root.JoeTech1;
_root.savefile.data.JoeTech2 = _root.JoeTech2;
_root.savefile.data.JoeTech3 = _root.JoeTech3;
_root.savefile.data.JoemaxTech1 = _root.JoemaxTech1;
_root.savefile.data.JoemaxTech2 = _root.JoemaxTech2;
_root.savefile.data.JoemaxTech3 = _root.JoemaxTech3;
_root.savefile.data.JoeHeadslot = _root.JoeHeadslot;
_root.savefile.data.JoeBodyslot = _root.JoeBodyslot;
_root.savefile.data.JoeArmsslot = _root.JoeArmsslot;
_root.savefile.data.JoeLegsslot = _root.JoeLegsslot;
_root.savefile.data.JoeExtraslot = _root.JoeExtraslot;
_root.savefile.data.JoeWpnslot = _root.JoeWpnslot;
_root.savefile.data.GorvusMaxHP = _root.GorvusMaxHP;
_root.savefile.data.GorvusHP = _root.GorvusHP;
_root.savefile.data.GorvusLV = _root.GorvusLV;
_root.savefile.data.GorvusExp = _root.GorvusExp;
_root.savefile.data.GorvusST = _root.GorvusST;
_root.savefile.data.GorvusEN = _root.GorvusEN;
_root.savefile.data.GorvusSP = _root.GorvusSP;
_root.savefile.data.GorvusIN = _root.GorvusIN;
_root.savefile.data.GorvusTech1 = _root.GorvusTech1;
_root.savefile.data.GorvusmaxTech1 = _root.GorvusmaxTech1;
_root.savefile.data.GorvusHeadslot = _root.GorvusHeadslot;
_root.savefile.data.GorvusBodyslot = _root.GorvusBodyslot;
_root.savefile.data.GorvusArmsslot = _root.GorvusArmsslot;
_root.savefile.data.GorvusLegsslot = _root.GorvusLegsslot;
_root.savefile.data.GorvusExtraslot = _root.GorvusExtraslot;
_root.savefile.data.GorvusWpnslot = _root.GorvusWpnslot;
_root.savefile.data.eslot1 = _root.eslot1;
_root.savefile.data.eslot2 = _root.eslot2;
_root.savefile.data.eslot3 = _root.eslot3;
_root.savefile.data.eslot4 = _root.eslot4;
_root.savefile.data.eslot5 = _root.eslot5;
_root.savefile.data.eslot6 = _root.eslot6;
_root.savefile.data.eslot7 = _root.eslot7;
_root.savefile.data.eslot8 = _root.eslot8;
_root.savefile.data.eslot9 = _root.eslot9;
_root.savefile.data.eslot10 = _root.eslot10;
_root.savefile.data.eslot11 = _root.eslot11;
_root.savefile.data.eslot12 = _root.eslot12;
_root.savefile.data.eslot13 = _root.eslot13;
_root.savefile.data.eslot14 = _root.eslot14;
_root.savefile.data.eslot15 = _root.eslot15;
_root.savefile.data.eslot16 = _root.eslot16;
_root.savefile.data.eslot17 = _root.eslot17;
_root.savefile.data.eslot18 = _root.eslot18;
_root.savefile.data.eslot19 = _root.eslot19;
_root.savefile.data.eslot20 = _root.eslot20;
_root.savefile.data.eslot21 = _root.eslot21;
_root.savefile.data.eslot22 = _root.eslot22;
_root.savefile.data.eslot23 = _root.eslot23;
_root.savefile.data.eslot24 = _root.eslot24;
_root.savefile.data.eslot25 = _root.eslot25;
_root.savefile.data.eslot26 = _root.eslot26;
_root.savefile.data.eslot27 = _root.eslot27;
_root.savefile.data.eslot28 = _root.eslot28;
_root.savefile.data.eslot29 = _root.eslot29;
_root.savefile.data.eslot30 = _root.eslot30;
_root.savefile.data.eslot31 = _root.eslot31;
_root.savefile.data.eslot32 = _root.eslot32;
_root.savefile.data.eslot33 = _root.eslot33;
_root.savefile.data.eslot34 = _root.eslot34;
_root.savefile.data.eslot35 = _root.eslot35;
_root.savefile.data.eslot36 = _root.eslot36;
_root.savefile.data.islot1 = _root.islot1;
_root.savefile.data.islot2 = _root.islot2;
_root.savefile.data.islot3 = _root.islot3;
_root.savefile.data.islot4 = _root.islot4;
_root.savefile.data.islot5 = _root.islot5;
_root.savefile.data.islot6 = _root.islot6;
_root.savefile.data.islot7 = _root.islot7;
_root.savefile.data.islot8 = _root.islot8;
_root.savefile.data.islot9 = _root.islot9;
_root.savefile.data.islot10 = _root.islot10;
_root.savefile.data.ingslot1 = _root.ingslot1;
_root.savefile.data.ingslot2 = _root.ingslot2;
_root.savefile.data.ingslot3 = _root.ingslot3;
_root.savefile.data.ingslot4 = _root.ingslot4;
_root.savefile.data.ingslot5 = _root.ingslot5;
_root.savefile.data.ingslot6 = _root.ingslot6;
_root.savefile.data.ingslot7 = _root.ingslot7;
_root.savefile.data.ingslot8 = _root.ingslot8;
_root.savefile.data.ingslot9 = _root.ingslot9;
_root.savefile.data.ingslot10 = _root.ingslot10;
_root.savefile.data.Gus_j = _root.Gus_j;
_root.savefile.data.Joe_j = _root.Joe_j;
_root.savefile.data.Gorvus_j = _root.Gorvus_j;
_root.savefile.data.cut1 = _root.cut1;
_root.savefile.data.cut2 = _root.cut2;
_root.savefile.data.cut3 = _root.cut3;
_root.savefile.data.cut4 = _root.cut4;
_root.savefile.data.cut5 = _root.cut5;
_root.savefile.data.cut6 = _root.cut6;
_root.savefile.data.cut7 = _root.cut7;
_root.savefile.data.cut8 = _root.cut8;
_root.savefile.data.cut9 = _root.cut9;
_root.savefile.data.cut10 = _root.cut10;
_root.savefile.data.boss = _root.boss;
_root.savefile.data.region = _root.region;
_root.savefile.data.frame = _root.frame;
_root.savefile.data.framemort = _root.framemort;
_root.savefile.data.newx = _root.newx;
_root.savefile.data.newy = _root.newy;
_root.savefile.flush();
Frame 716
stop();
_root.fadeout.play();
_root.nextPlace = _root.frame;
Frame 717
if ((_root.boss == "boss1") || (_root.boss == "boss2")) {
if (_root.musique.frame != "boss") {
stopAllSounds();
_root.musique.gotoAndStop("boss");
}
} else if (_root.musique.frame != "btl1") {
stopAllSounds();
_root.musique.gotoAndStop("btl1");
}
if (_root.boss == "boss2") {
_root.p1.setMask(_root.mask);
_root.p2.setMask(_root.mask);
_root.p3.setMask(_root.mask);
}
function actions() {
if ((((((_root.A.HP <= 0) && (_root.B.HP <= 0)) && (_root.C.HP <= 0)) && (_root.D.HP <= 0)) && (_root.E.HP <= 0)) && (_root.F.HP <= 0)) {
_root.Menu1.gotoAndPlay("resume");
} else if (((_root.GusHP <= 0) && (_root.JoeHP <= 0)) && (_root.GorvusHP <= 0)) {
_root.Menu1.gotoAndPlay("meurt");
} else {
if ((_root.arraySPD[0] == _root.GusSPD) && (_root.p1etat != "fini")) {
if (_root.Gus_action == "Burning knives") {
if (_root.JoeHP <= 0) {
_root.p1.gotoAndPlay("idle_btl");
} else {
_root.p1.gotoAndPlay("Burning knives");
}
} else if (_root.Gus_action == "Power attack") {
if (_root.JoeHP <= 0) {
_root.p1.gotoAndPlay("idle_btl");
} else {
_root.Joe_action = "Power attack";
_root.p2.gotoAndPlay("pre-attaque");
}
} else if (_root.Gus_pre == "oui") {
_root.p1.gotoAndPlay("pre-attaque");
} else if (_root.Gus_pre == "item") {
_root.p1.gotoAndPlay("item");
} else {
_root.p1.gotoAndPlay(_root.Gus_action);
}
} else if ((_root.arraySPD[0] == _root.JoeSPD) && (_root.p2etat != "fini")) {
if (_root.Joe_action == "Burning knives") {
if (_root.GusHP <= 0) {
_root.p2.gotoAndPlay("idle_btl");
} else {
_root.p1.gotoAndPlay("Burning knives");
}
} else if (_root.Joe_action == "Power attack") {
if (_root.GusHP <= 0) {
_root.p2.gotoAndPlay("idle_btl");
} else {
_root.p2.gotoAndPlay("pre-attaque");
}
} else if (_root.Joe_pre == "oui") {
_root.p2.gotoAndPlay("pre-attaque");
} else if (_root.Joe_pre == "item") {
_root.p2.gotoAndPlay("item");
} else {
_root.p2.gotoAndPlay(_root.Joe_action);
}
} else if ((_root.arraySPD[0] == _root.GorvusSPD) && (_root.p3etat != "fini")) {
if (_root.Gorvus_pre == "oui") {
_root.p3.gotoAndPlay("pre-attaque");
} else if (_root.Gorvus_pre == "item") {
_root.p3.gotoAndPlay("item");
} else {
_root.p3.gotoAndPlay(_root.Gorvus_action);
}
} else if ((_root.arraySPD[0] == _root.A.SPD) && (_root.A.etat != "fini")) {
path = _root.A;
path.e.gotoAndPlay(path.arrayActions[random(path.arrayActions.length)]);
} else if ((_root.arraySPD[0] == _root.B.SPD) && (_root.B.etat != "fini")) {
path = _root.B;
path.e.gotoAndPlay(path.arrayActions[random(path.arrayActions.length)]);
} else if ((_root.arraySPD[0] == _root.C.SPD) && (_root.C.etat != "fini")) {
path = _root.C;
path.e.gotoAndPlay(path.arrayActions[random(path.arrayActions.length)]);
} else if ((_root.arraySPD[0] == _root.D.SPD) && (_root.D.etat != "fini")) {
path = _root.D;
path.e.gotoAndPlay(path.arrayActions[random(path.arrayActions.length)]);
} else if ((_root.arraySPD[0] == _root.E.SPD) && (_root.E.etat != "fini")) {
path = _root.E;
path.e.gotoAndPlay(path.arrayActions[random(path.arrayActions.length)]);
} else if ((_root.arraySPD[0] == _root.F.SPD) && (_root.F.etat != "fini")) {
path = _root.F;
path.e.gotoAndPlay(path.arrayActions[random(path.arrayActions.length)]);
}
_root.arraySPD.splice(0, 1);
trace(_root.arraySPD);
}
if ((((((_root.A.HP <= 0) && (_root.B.HP <= 0)) && (_root.C.HP <= 0)) && (_root.D.HP <= 0)) && (_root.E.HP <= 0)) && (_root.F.HP <= 0)) {
_root.Menu1.gotoAndPlay("resume");
} else if (((_root.GusHP <= 0) && (_root.JoeHP <= 0)) && (_root.GorvusHP <= 0)) {
_root.Menu1.gotoAndPlay("meurt");
} else if ((((((((((_root.arraySPD.length == 0) && (_root.p1etat == "fini")) && (_root.p2etat == "fini")) && (_root.p3etat == "fini")) && (_root.A.etat == "fini")) && (_root.B.etat == "fini")) && (_root.C.etat == "fini")) && (_root.D.etat == "fini")) && (_root.E.etat == "fini")) && (_root.F.etat == "fini")) {
if ((_root.Gus_action == "defense") && (_root.GusHP > 0)) {
_root.p1.gotoAndStop("defense");
_root.p1.defense.gotoAndPlay("replace");
_root.Gus_action = "None";
}
if ((_root.Joe_action == "defense") && (_root.JoeHP > 0)) {
_root.p2.gotoAndStop("defense");
_root.p2.defense.gotoAndPlay("replace");
_root.Joe_action = "None";
}
if ((_root.Gorvus_action == "defense") && (_root.GorvusHP > 0)) {
_root.p3.gotoAndStop("defense");
_root.p3.defense.gotoAndPlay("replace");
_root.Gorvus_action = "None";
}
if ((_root.current.movie = _root.A.e.defense)) {
_root.A.e.defense.gotoAndPlay("replace");
}
if ((_root.current.movie = _root.B.e.defense)) {
_root.B.e.defense.gotoAndPlay("replace");
}
if ((_root.current.movie = _root.C.e.defense)) {
_root.C.e.defense.gotoAndPlay("replace");
}
if ((_root.current.movie = _root.D.e.defense)) {
_root.D.e.defense.gotoAndPlay("replace");
}
if ((_root.current.movie = _root.E.e.defense)) {
_root.E.e.defense.gotoAndPlay("replace");
}
if ((_root.current.movie = _root.F.e.defense)) {
_root.F.e.defense.gotoAndPlay("replace");
}
_root.GusDDG = _root.GusDDG - 1;
_root.Gus_boost = _root.Gus_boost - 1;
_root.Joe_boost = _root.Joe_boost - 1;
_root.Gorvus_boost = _root.Gorvus_boost - 1;
if (_root.GusDDG <= 0) {
_root.GusDDG = 0;
}
if (_root.Gus_boost <= 0) {
_root.Gus_boost = 0;
}
if (_root.Joe_boost <= 0) {
_root.Joe_boost = 0;
}
if (_root.Gorvus_boost <= 0) {
_root.Gorvus_boost = 0;
}
trace("GusDDG = " + _root.GusDDG);
trace("Gus_boost = " + _root.Gus_boost);
trace("Joe_boost = " + _root.Joe_boost);
trace("Gorvus_boost = " + _root.Gorvus_boost);
Menu1.gotoAndPlay("pre-menu");
delete _root.arraySPD;
}
}
function leTarget(perso) {
if (perso == "Gus_Al") {
path = _root.alchemy_items;
perso = "Gus";
} else if (perso == "Joe_Al") {
path = _root.alchemy_items;
perso = "Joe";
} else if (perso == "Gorvus_Al") {
path = _root.alchemy_items;
perso = "Gorvus";
} else if (perso == "Gus") {
path = _root.p1;
} else if (perso == "Joe") {
path = _root.p2;
} else if (perso == "Gorvus") {
path = _root.p3;
}
if (_root[perso + "_target"] == "all") {
path.gotoAndPlay(_root[perso + "_action"]);
} else if (_root[_root[perso + "_target"]].HP <= 0) {
newTarget = new Array();
if (_root.A.HP > 0) {
newTarget.push(_root.A.HP);
}
if (_root.B.HP > 0) {
newTarget.push(_root.B.HP);
}
if (_root.C.HP > 0) {
newTarget.push(_root.C.HP);
}
if (_root.D.HP > 0) {
newTarget.push(_root.D.HP);
}
if (_root.E.HP > 0) {
newTarget.push(_root.E.HP);
}
if (_root.F.HP > 0) {
newTarget.push(_root.F.HP);
}
newTarget.sort(Array.NUMERIC);
if (newTarget[0] == _root.A.HP) {
_root[perso + "_target"] = "A";
} else if (newTarget[0] == _root.B.HP) {
_root[perso + "_target"] = "B";
} else if (newTarget[0] == _root.C.HP) {
_root[perso + "_target"] = "C";
} else if (newTarget[0] == _root.D.HP) {
_root[perso + "_target"] = "D";
} else if (newTarget[0] == _root.E.HP) {
_root[perso + "_target"] = "E";
} else if (newTarget[0] == _root.F.HP) {
_root[perso + "_target"] = "F";
}
path.gotoAndPlay(_root[perso + "_action"] + _root[perso + "_target"]);
} else {
path.gotoAndPlay(_root[perso + "_action"] + _root[perso + "_target"]);
}
}
function attack(perso, valeur) {
if (valeur == "alch_1.5") {
var _local4 = new Array(1.4, 1.5, 1.6);
var _local3;
_local3 = Math.floor((_root[perso + "INT"] * _local4[random(_local4.length)]) - _root[_root[perso + "_target"]].DEF);
} else if (valeur == "alch_2") {
var _local4 = new Array(1.9, 2, 2.1);
var _local3 = Math.floor((_root[perso + "INT"] * _local4[random(_local4.length)]) - _root[_root[perso + "_target"]].DEF);
} else if (valeur == "alch_3") {
var _local4 = new Array(2.9, 3, 3.1);
var _local3 = Math.floor((_root[perso + "INT"] * _local4[random(_local4.length)]) - _root[_root[perso + "_target"]].DEF);
} else {
if (_root[perso + "_boost"] > 0) {
boost = "oui";
}
if (valeur == "normal") {
var _local4 = new Array(0.9, 1, 1.1, 1.2);
} else if (valeur == "double") {
var _local4 = new Array(1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4);
} else if (valeur == "power") {
var _local4 = new Array(2.7, 2.8, 2.9, 3, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6);
}
trace(_local4);
if (boost == "oui") {
var _local3 = Math.floor((_root[perso + "ATT"] * (_local4[random(_local4.length)] * 1.5)) - _root[_root[perso + "_target"]].DEF);
} else {
var _local3 = Math.floor((_root[perso + "ATT"] * _local4[random(_local4.length)]) - _root[_root[perso + "_target"]].DEF);
}
}
if (_local3 < 1) {
var _local3 = 1;
}
if ((_root.current.movie = _root[_root[perso + "_target"]].e.defense)) {
var _local6;
_local6 = Math.floor(_local3 / 2);
if (_local6 < 1) {
_local6 = 1;
}
_root[_root[perso + "_target"]].HP = _root[_root[perso + "_target"]].HP - _local6;
if (_root[_root[perso + "_target"]].HP <= 0) {
_root[_root[perso + "_target"]].HP = 0;
_root[_root[perso + "_target"]].etat = "fini";
_root.updateList(_root[_root[perso + "_target"]].SPD);
_root[_root[perso + "_target"]].gotoAndPlay("meurt");
} else if (_root[_root[perso + "_target"]].HP >= 0) {
_root[_root[perso + "_target"]].e.defense.play();
}
_root.domages["d" + _root[perso + "_target"]].d.domage.text = _local6;
_root.domages["d" + _root[perso + "_target"]].gotoAndPlay("mal");
} else {
_root[_root[perso + "_target"]].HP = _root[_root[perso + "_target"]].HP - _local3;
if (_root[_root[perso + "_target"]].HP <= 0) {
_root[_root[perso + "_target"]].HP = 0;
_root[_root[perso + "_target"]].etat = "fini";
_root.updateList(_root[_root[perso + "_target"]].SPD);
_root[_root[perso + "_target"]].e.gotoAndPlay("meurt");
} else if (_root[_root[perso + "_target"]].HP > 0) {
_root[_root[perso + "_target"]].e.gotoAndPlay("mal");
}
_root.domages["d" + _root[perso + "_target"]].d.domage.text = _local3;
_root.domages["d" + _root[perso + "_target"]].gotoAndPlay("mal");
}
}
function Eattack(enemy, perso, valeur) {
if (perso == "Gus") {
path = "p1";
} else if (perso == "Joe") {
path = "p2";
}
if (perso == "Gorvus") {
path = "p3";
}
if ((_root.current.movie = _root[path].dodge)) {
_root.domages["d" + perso].d.domage.text = "Miss";
_root.domages["d" + perso].gotoAndPlay("mal");
} else {
if (valeur == undefined) {
var _local5 = new Array(0.9, 1, 1.1, 1.2);
} else if (valeur == "1.5") {
var _local5 = new Array(1.4, 1.5, 1.6);
}
var _local3;
_local3 = Math.floor((_root[enemy].ATT * _local5[random(_local5.length)]) - _root[perso + "DEF"]);
if (_local3 < 1) {
_local3 = 1;
}
if ((_root.current.movie = _root[path].defense)) {
var _local4;
_local4 = Math.floor(_local3 / 2);
if (_local4 < 1) {
_local4 = 1;
}
_root[perso + "HP"] = _root[perso + "HP"] - _local4;
if (_root[perso + "HP"] <= 0) {
_root[perso + "HP"] = 0;
_root[path + "etat"] = "fini";
_root.updateList(_root[perso + "SPD"]);
_root[path].gotoAndPlay("meurt");
} else if (_root[perso + "HP"] > 0) {
_root[path].defense.play();
}
_root.domages["d" + perso].d.domage.text = _local4;
_root.domages["d" + perso].gotoAndPlay("mal");
} else {
_root[perso + "HP"] = _root[perso + "HP"] - _local3;
if (_root[perso + "HP"] <= 0) {
_root[perso + "HP"] = 0;
_root[path + "etat"] = "fini";
_root.updateList(_root[perso + "SPD"]);
_root[path].gotoAndPlay("meurt");
} else if (_root[perso + "HP"] > 0) {
_root[path].gotoAndPlay("mal");
}
_root.domages["d" + perso].d.domage.text = _local3;
_root.domages["d" + perso].gotoAndPlay("mal");
}
}
}
function updateList(persoSPD) {
if (_root.arraySPD[0] == persoSPD) {
_root.arraySPD.splice(0, 1);
} else if (_root.arraySPD[1] == persoSPD) {
_root.arraySPD.splice(1, 1);
} else if (_root.arraySPD[2] == persoSPD) {
_root.arraySPD.splice(2, 1);
} else if (_root.arraySPD[3] == persoSPD) {
_root.arraySPD.splice(3, 1);
} else if (_root.arraySPD[4] == persoSPD) {
_root.arraySPD.splice(4, 1);
} else if (_root.arraySPD[5] == persoSPD) {
_root.arraySPD.splice(5, 1);
} else if (_root.arraySPD[6] == persoSPD) {
_root.arraySPD.splice(6, 1);
} else if (_root.arraySPD[7] == persoSPD) {
_root.arraySPD.splice(7, 1);
} else if (_root.arraySPD[8] == persoSPD) {
_root.arraySPD.splice(8, 1);
} else if (_root.arraySPD[9] == persoSPD) {
_root.arraySPD.splice(9, 1);
}
trace((("apres la mort de " + persoSPD) + ", liste = ") + arraySPD);
}
function Dodge(perso) {
if (perso == "Gus") {
path = "p1";
if (_root.GusDDG > 0) {
i = new Array("dodge", "n");
} else if ((_root.current.movie = _root[path].defense)) {
i = new Array("dodge", "n", "n", "n");
} else if ((_root.GusLV >= 12) && (_root.GusLV <= 15)) {
i = new Array("dodge", "n", "n", "n", "n", "n", "n", "n", "n");
} else if ((_root.GusLV >= 16) && (_root.GusLV <= 21)) {
i = new Array("dodge", "n", "n", "n", "n", "n", "n", "n");
} else if (_root.GusLV >= 22) {
i = new Array("dodge", "n", "n", "n", "n", "n", "n");
}
_root[path].gotoAndPlay(i[random(i.length)]);
} else if (perso == "Joe") {
path = "p2";
if ((_root.current.movie = _root[path].defense)) {
i = new Array("dodge", "n", "n");
} else if ((_root.JoeLV >= 12) && (_root.JoeLV <= 15)) {
i = new Array("dodge", "n", "n", "n", "n", "n", "n");
} else if ((_root.JoeLV >= 16) && (_root.JoeLV <= 21)) {
i = new Array("dodge", "n", "n", "n", "n", "n");
} else if (_root.JoeLV >= 22) {
i = new Array("dodge", "n", "n", "n", "n");
}
_root[path].gotoAndPlay(i[random(i.length)]);
} else if (perso == "Gorvus") {
path = "p3";
if ((_root.current.movie = _root[path].defense)) {
i = new Array("dodge", "n", "n", "n", "n");
} else if (_root.GorvusLV >= 20) {
i = new Array("dodge", "n", "n", "n", "n", "n", "n", "n", "n", "n");
}
_root[path].gotoAndPlay(i[random(i.length)]);
}
}
function Healing(perso, valeur) {
i = _root[_root[perso + "_target"] + "MaxHP"] - _root[_root[perso + "_target"] + "HP"];
if (valeur == "potion") {
max_i = 150;
} else if (valeur == "smoked fish") {
max_i = 300;
} else if (valeur == "fish filet") {
max_i = 500;
} else if (valeur == "life worm") {
max_i = _root[_root[perso + "_target"] + "MaxHP"];
} else if (valeur == "heal") {
max_i = _root[perso + "INT"] * 2;
if (max_i >= 250) {
max_i = 250;
}
}
if (i >= max_i) {
i = max_i;
}
if (_root[_root[perso + "_target"] + "HP"] <= 0) {
_root.domages["d" + _root[perso + "_target"]].d.domage.text = "Failed";
_root.domages["d" + _root[perso + "_target"]].gotoAndPlay("mal");
} else {
_root[_root[perso + "_target"] + "HP"] = _root[_root[perso + "_target"] + "HP"] + i;
if (_root[_root[perso + "_target"] + "HP"] >= _root[_root[perso + "_target"] + "MaxHP"]) {
_root[_root[perso + "_target"] + "HP"] = _root[_root[perso + "_target"] + "MaxHP"];
}
_root.domages["d" + _root[perso + "_target"]].gotoAndPlay("heal");
_root.domages["d" + _root[perso + "_target"]].d.domage.text = i;
}
}
function Boosting(perso) {
if (_root[_root[perso + "_target"] + "HP"] <= 0) {
_root.domages["d" + _root[perso + "_target"]].d.domage.text = "Failed";
_root.domages["d" + _root[perso + "_target"]].gotoAndPlay("mal");
} else {
_root.domages["d" + _root[perso + "_target"]].gotoAndPlay("autre");
_root.domages["d" + _root[perso + "_target"]].d.domage.text = "ATT UP";
_root[_root[perso + "_target"] + "_boost"] = 3;
}
}
function Revive(perso, valeur) {
i = _root[_root[perso + "_target"] + "MaxHP"] - _root[_root[perso + "_target"] + "HP"];
if (valeur == "life worm") {
max_i = _root[_root[perso + "_target"] + "MaxHP"];
}
if (i >= max_i) {
i = max_i;
}
if (_root[_root[perso + "_target"] + "HP"] > 0) {
_root.domages["d" + _root[perso + "_target"]].d.domage.text = "Failed";
_root.domages["d" + _root[perso + "_target"]].gotoAndPlay("mal");
} else {
_root[_root[perso + "_target"] + "HP"] = _root[_root[perso + "_target"] + "HP"] + i;
if (_root[_root[perso + "_target"] + "HP"] >= _root[_root[perso + "_target"] + "MaxHP"]) {
_root[_root[perso + "_target"] + "HP"] = _root[_root[perso + "_target"] + "MaxHP"];
}
_root.domages["d" + _root[perso + "_target"]].gotoAndPlay("heal");
_root.domages["d" + _root[perso + "_target"]].d.domage.text = i;
}
}
function enemyMeurt(Exp, SOY, item) {
_root.ExpBtl = _root.ExpBtl + Exp;
_root.SOYBtl = _root.SOYBtl + SOY;
if (item == "Nothing") {
} else {
_root[item + "Btl"] = _root[item + "Btl"] + 1;
i = 0;
if (i < 7) {
if (_root.itemsBtl[i] == item) {
} else {
_root.itemsBtl.push(item);
}
}
}
}
_root.btl = "oui";
_root.Gus_boost = 0;
_root.Joe_boost = 0;
_root.Gorvus_boost = 0;
_root.GusDDG = 0;
boost = "non";
_root.itemsBtl = new Array();
_root.ExpBtl = 0;
_root.SOYBtl = 0;
_root.dry_waterBtl = 0;
_root.sulfurBtl = 0;
_root.fire_rockBtl = 0;
_root.spring_grassBtl = 0;
_root.winter_rootBtl = 0;
_root.sea_algeaBtl = 0;
_root.energy_dustBtl = 0;
_root.ironBtl = 0;
_root.mintBtl = 0;
F.swapDepths(900);
C.swapDepths(800);
p3.swapDepths(700);
E.swapDepths(600);
B.swapDepths(500);
p1.swapDepths(400);
D.swapDepths(300);
A.swapDepths(200);
p2.swapDepths(100);
Eattaques.swapDepths(997);
alchemy_items.swapDepths(998);
domages.swapDepths(999);
Menu1.swapDepths(1000);
Aposx = A._x;
Aposy = A._y;
Bposx = B._x;
Bposy = B._y;
Cposx = C._x;
Cposy = C._y;
Dposx = D._x;
Dposy = D._y;
Eposx = E._x;
Eposy = E._y;
Fposx = F._x;
Fposy = F._y;
Att1x = 472.9;
Att1y = 227;
Att2x = 472.9;
Att2y = 350;
Att3x = 392.9;
Att3y = 285;
Instance of Symbol 1999 MovieClip in Frame 717
onClipEvent (load) {
if (_root.region == "m") {
if (((_root.frame == "mA5") || (_root.frame == "mB5")) || (_root.frame == "mC5")) {
this.gotoAndStop("mer");
} else {
this.gotoAndStop("map");
}
} else if ((_root.region == "m1") || (_root.region == "m2")) {
this.gotoAndStop("mine");
} else if ((_root.region == "c") && (_root.boss == "boss1")) {
this.gotoAndStop("centrale2");
} else if ((_root.region == "c") && (_root.boss1 == "oui")) {
this.gotoAndStop("centrale2");
} else if (_root.region == "c") {
this.gotoAndStop("centrale1");
} else if (_root.region == "i") {
this.gotoAndStop("interieur");
} else if (_root.region == "f") {
this.gotoAndStop("foret_neige");
} else if (_root.region == "g") {
this.gotoAndStop("boss_fin");
}
}
Instance of Symbol 2103 MovieClip "p2" in Frame 717
onClipEvent (load) {
if (_root.Joe_j == "non") {
this.gotoAndStop("vide");
}
}
Instance of Symbol 2261 MovieClip "p1" in Frame 717
onClipEvent (load) {
if (_root.Gus_j == "non") {
this.gotoAndStop("vide");
}
}
Instance of Symbol 2331 MovieClip "p3" in Frame 717
onClipEvent (load) {
if (_root.Gorvus_j == "non") {
this.gotoAndStop("vide");
}
}
Instance of Symbol 2531 MovieClip "B" in Frame 717
onClipEvent (load) {
if (_root.boss == "boss1") {
this.gotoAndStop("vide");
} else if (_root.boss == "boss2") {
this.gotoAndStop("boss3_tete");
} else if (((((_root.choixFormation == "formation1") || (_root.choixFormation == "formation3")) || (_root.choixFormation == "formation5")) || (_root.choixFormation == "formation6")) || (_root.choixFormation == "formation7")) {
this.gotoAndStop(_root.choixEnemy);
} else {
this.gotoAndStop("vide");
}
}
Instance of Symbol 2531 MovieClip "C" in Frame 717
onClipEvent (load) {
if (_root.boss == "boss1") {
this.gotoAndStop("guard2");
} else if (_root.boss == "boss2") {
this.gotoAndStop("boss3_tent2");
} else if (((((_root.choixFormation == "formation2") || (_root.choixFormation == "formation4")) || (_root.choixFormation == "formation5")) || (_root.choixFormation == "formation6")) || (_root.choixFormation == "formation7")) {
this.gotoAndStop(_root.choixEnemy);
} else {
this.gotoAndStop("vide");
}
}
Instance of Symbol 2531 MovieClip "E" in Frame 717
onClipEvent (load) {
if (_root.boss == "boss1") {
this.gotoAndStop("cannon");
} else if (_root.boss == "boss2") {
this.gotoAndStop("vide");
} else if ((_root.choixFormation == "formation2") || (_root.choixFormation == "formation7")) {
this.gotoAndStop(_root.choixEnemy);
} else {
this.gotoAndStop("vide");
}
}
Instance of Symbol 2531 MovieClip "F" in Frame 717
onClipEvent (load) {
if (_root.boss == "boss1") {
this.gotoAndStop("vide");
} else if (_root.boss == "boss2") {
this.gotoAndStop("vide");
} else if (((_root.choixFormation == "formation1") || (_root.choixFormation == "formation6")) || (_root.choixFormation == "formation7")) {
this.gotoAndStop(_root.choixEnemy);
} else {
this.gotoAndStop("vide");
}
}
Instance of Symbol 2531 MovieClip "D" in Frame 717
onClipEvent (load) {
if (_root.boss == "boss1") {
this.gotoAndStop("vide");
} else if (_root.boss == "boss2") {
this.gotoAndStop("vide");
} else if (((_root.choixFormation == "formation1") || (_root.choixFormation == "formation6")) || (_root.choixFormation == "formation7")) {
this.gotoAndStop(_root.choixEnemy);
} else {
this.gotoAndStop("vide");
}
}
Instance of Symbol 2531 MovieClip "A" in Frame 717
onClipEvent (load) {
if (_root.boss == "boss1") {
this.gotoAndStop("guard2");
} else if (_root.boss == "boss2") {
this.gotoAndStop("boss3_tent1");
} else if (((((_root.choixFormation == "formation2") || (_root.choixFormation == "formation4")) || (_root.choixFormation == "formation5")) || (_root.choixFormation == "formation6")) || (_root.choixFormation == "formation7")) {
this.gotoAndStop(_root.choixEnemy);
} else {
this.gotoAndStop("vide");
}
}
Instance of Symbol 2691 MovieClip "mask" in Frame 717
onClipEvent (load) {
this._visible = false;
}
Frame 718
ini_arraySPD = new Array(_root.A.SPD, _root.B.SPD, _root.C.SPD, _root.D.SPD, _root.E.SPD, _root.F.SPD, _root.GusSPD, _root.JoeSPD, _root.GorvusSPD);
ini_arraySPD.sort(Array.NUMERIC);
ini_arraySPD.reverse();
stop();
Frame 719
_root.neige._visible = false;
i = 1;
while (i < 11) {
_root["islot" + i] = "";
i++;
}
_root.soyeb = 3000;
_root.dry_water = 20;
_root.sulfur = 10;
_root.fire_rock = 5;
_root.spring_grass = 20;
_root.winter_root = 0;
_root.sea_algea = 0;
_root.energy_dust = 0;
_root.iron = 10;
_root.mint = 5;
_root.itemsBtl = new Array();
_root.ExpBtl = 0;
_root.SOYBtl = 0;
_root.dry_waterBtl = 0;
_root.sulfurBtl = 0;
_root.fire_rockBtl = 0;
_root.spring_grassBtl = 0;
_root.winter_rootBtl = 0;
_root.sea_algeaBtl = 0;
_root.energy_dustBtl = 0;
_root.ironBtl = 0;
_root.mintBtl = 0;
_root.potion = 0;
_root.life_worm = 0;
_root.smoked_fish = 0;
_root.fish_filet = 0;
_root.GusAlch = new Array("Heal", "Boost", "Explosion", "Goowy aura", "Shock", "Ice wave");
_root.GusAlch_qt = new Array("Heal", "Boost", "Explosion", "Goowyaura", "Shock", "Icewave");
_root.JoeAlch = new Array("Heal", "Boost");
_root.JoeAlch_qt = new Array("Heal", "Boost");
_root.GorvusAlch = new Array("Heal", "Goowy aura");
_root.GorvusAlch_qt = new Array("Heal", "Goowyaura");
GusHP = 320;
GusMaxHP = 320;
GusLV = 15;
GusExp = 11000;
GusST = 55;
GusEN = 40;
GusSP = 45;
GusIN = 60;
GusHeadslot = "Solid glasses";
GusBodyslot = "Plated jacket";
GusArmsslot = "Leather bracelet";
GusLegsslot = "Plated shoes";
GusExtraslot = "";
GusWpnslot = "Fine rapier";
GusTech1 = 3;
GusTech2 = 3;
GusTech3 = 3;
GusTech4 = 3;
GusmaxTech1 = 3;
GusmaxTech2 = 3;
GusmaxTech3 = 3;
GusmaxTech4 = 3;
JoeHP = 300;
JoeMaxHP = 300;
JoeLV = 15;
JoeExp = 11000;
JoeST = 45;
JoeEN = 50;
JoeSP = 60;
JoeIN = 28;
JoeHeadslot = "Bandana";
JoeBodyslot = "Plated jacket";
JoeArmsslot = "Leather bracelet";
JoeLegsslot = "Sandals";
JoeExtraslot = "";
JoeWpnslot = "Pocket knife";
JoeTech1 = 3;
JoeTech2 = 3;
JoeTech3 = 3;
JoemaxTech1 = 3;
JoemaxTech2 = 3;
JoemaxTech3 = 3;
GorvusHP = 660;
GorvusMaxHP = 660;
GorvusLV = 20;
GorvusExp = 24300;
GorvusST = 120;
GorvusEN = 100;
GorvusSP = 30;
GorvusIN = 50;
GorvusHeadslot = "Captain hat";
GorvusBodyslot = "Fisherman coat";
GorvusArmsslot = "";
GorvusLegsslot = "Fisherman boots";
GorvusExtraslot = "";
GorvusWpnslot = "Anchor";
GorvusTech1 = 3;
GorvusmaxTech1 = 3;
i = 1;
while (i < 37) {
_root["eslot" + i] = "";
i++;
}
i = 1;
while (i < 11) {
_root["islot" + i] = "";
i++;
}
i = 1;
while (i < 11) {
_root["ingslot" + i] = "";
i++;
}
_root.potion = 0;
_root.life_worm = 0;
_root.smoked_fish = 0;
_root.fish_filet = 0;
_root.placeItems("Potion", "potion", 5);
_root.placeItems("Life worm", "life_worm", 1);
_root.dry_water = 0;
_root.sulfur = 0;
_root.fire_rock = 0;
_root.spring_grass = 0;
_root.winter_root = 0;
_root.sea_algea = 0;
_root.energy_dust = 0;
_root.iron = 0;
_root.mint = 0;
_root.placeIngredients("Dry water", "dry_water", 20);
_root.placeIngredients("Sulfur", "sulfur", 10);
_root.placeIngredients("Fire rock", "fire_rock", 5);
_root.placeIngredients("Spring grass", "spring_grass", 20);
_root.placeIngredients("Iron", "iron", 10);
_root.placeIngredients("Mint", "mint", 5);
_root.Alchemys = new Array("Heal", "Boost", "Explosion", "Goowy aura", "Shock", "Ice wave");
_root.persoStats("Gus");
_root.persoStats("Joe");
_root.persoStats("Gorvus");
_root.Gus_j = "oui";
_root.Joe_j = "non";
_root.Gorvus_j = "non";
_root.cut1 = "non";
_root.cut2 = "non";
_root.cut3 = "non";
_root.cut4 = "non";
_root.cut5 = "non";
_root.cut6 = "non";
_root.cut7 = "non";
_root.cut8 = "non";
_root.cut9 = "non";
_root.cut10 = "non";
_root.boss = undefined;
_root.boss1 = "non";
_root.boss2 = "non";
stop();
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
if (_root.musique.frame != "loner") {
stopAllSounds();
_root.musique.gotoAndStop("loner");
}
Frame 720
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
Instance of Symbol 925 MovieClip "o8" in Frame 720
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Frame 721
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
play();
Frame 748
stop();
_root.fadeout.play();
_root.nextPlace = "cut02c";
Frame 749
if (_root.musique.frame != "map") {
stopAllSounds();
_root.musique.gotoAndStop("map");
}
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
Frame 750
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
Frame 751
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
Frame 752
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
Frame 753
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
play();
Frame 781
_root.Vick.play();
stop();
Frame 782
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
if (_root.musique.frame != "mine") {
stopAllSounds();
_root.musique.gotoAndStop("mine");
}
Frame 783
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
stop();
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
Instance of Symbol 1132 MovieClip "mask" in Frame 783
onClipEvent (load) {
_root.heroMC.setmask(this);
}
Frame 784
stop();
_root.region = "c";
_root.frame = "cD3";
_root.lettre = "D";
_root.chiffre = 3;
_root.limit._visible = false;
_root.overlay.swapDepths(200000);
_root.heroMC.setMask(_root.mask);
stop();
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
Frame 785
stop();
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
Frame 786
stop();
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
if (_root.musique.frame != "centrale") {
stopAllSounds();
_root.musique.gotoAndStop("centrale");
}
Instance of Symbol 2765 MovieClip "rouge" in Frame 786
onClipEvent (load) {
this.gotoAndPlay(2);
}
Frame 787
stop();
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
Frame 788
if (_root.musique.frame != "foret") {
stopAllSounds();
_root.musique.gotoAndStop("foret");
}
stop();
_root.neige._visible = true;
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
Frame 789
stop();
if (_root.fade == "in") {
_root.fadein._visible = true;
_root.fadein.play();
} else {
_root.fadein._visible = false;
}
_root.wall = _root.limit;
MovieClip.prototype.movement = function (x_, y_, object) {
if (!object.hitTest(this._x + x_, this._y + y_, true)) {
(this._x = this._x + x_);
(this._y = this._y + y_);
}
};
stop();
if (_root.musique.frame != "village") {
stopAllSounds();
_root.musique.gotoAndStop("village");
}
Instance of Symbol 917 MovieClip "o1" in Frame 789
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Frame 790
_root.noir_cache.maxgames._visible = false;
stop();
Symbol 16 Button
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Symbol 21 Button
on (keyPress "q") {
if (_root._quality == "MEDIUM") {
_root._quality = "LOW";
q_text.gotoAndPlay("low");
} else if (_root._quality == "LOW") {
_root._quality = "BEST";
q_text.gotoAndPlay("best");
} else if (_root._quality == "BEST") {
_root._quality = "HIGH";
q_text.gotoAndPlay("high");
} else if (_root._quality == "HIGH") {
_root._quality = "MEDIUM";
q_text.gotoAndPlay("medium");
}
}
on (keyPress "Q") {
if (_root._quality == "MEDIUM") {
_root._quality = "LOW";
q_text.gotoAndPlay("low");
} else if (_root._quality == "LOW") {
_root._quality = "BEST";
q_text.gotoAndPlay("best");
} else if (_root._quality == "BEST") {
_root._quality = "HIGH";
q_text.gotoAndPlay("high");
} else if (_root._quality == "HIGH") {
_root._quality = "MEDIUM";
q_text.gotoAndPlay("medium");
}
}
Symbol 26 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 15
gotoAndStop (1);
Symbol 26 MovieClip Frame 30
gotoAndStop (1);
Symbol 26 MovieClip Frame 45
gotoAndStop (1);
Symbol 26 MovieClip Frame 60
gotoAndStop (1);
Symbol 29 Button
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Symbol 47 MovieClip Frame 14
stop();
Symbol 50 MovieClip Frame 7
stop();
Symbol 52 MovieClip Frame 101
_root.play();
Symbol 57 MovieClip Frame 1
stop();
Symbol 94 Button
on (release) {
_parent.perso_clip.action = "prev";
_parent.perso_clip.gotoAndStop(_parent.perso_clip.prevp);
}
Symbol 95 Button
on (release) {
_parent.perso_clip.action = "next";
_parent.perso_clip.gotoAndStop(_parent.perso_clip.nextp);
}
Symbol 105 MovieClip Frame 1
action = "next";
gotoAndPlay(perso);
Symbol 105 MovieClip Frame 2
perso = "Gus";
nextp = "Joe";
prevp = "Gorvus";
_parent.perso.text = "Gustave";
_parent.perso1 = "Gus";
stop();
if (action == "next") {
if (_root[perso + "_j"] == "oui") {
stop();
} else {
gotoAndStop(nextp);
}
} else if (action == "prev") {
if (_root[perso + "_j"] == "oui") {
stop();
} else {
gotoAndStop(prevp);
}
}
_root.persoStats(perso);
_parent.hpmaxhp.text = (_root[perso + "HP"] + "/") + _root[perso + "MaxHP"];
_parent.LV.text = _root[perso + "LV"];
_parent.ATT.text = _root[perso + "ATT"];
_parent.DEF.text = _root[perso + "DEF"];
_parent.ST.text = _root[perso + "ST"];
_parent.EN.text = _root[perso + "EN"];
_parent.INT.text = _root[perso + "INT"];
_parent.SPD.text = _root[perso + "SPD"];
if ((_root.GusLV >= 12) && (_root.GusLV <= 15)) {
_parent.DDG.text = "1/9";
} else if ((_root.GusLV >= 16) && (_root.GusLV <= 21)) {
_parent.DDG.text = "1/8";
} else if (_root.GusLV >= 22) {
_parent.DDG.text = "1/7";
}
_parent.Exp.text = _root[perso + "Exp"];
Symbol 105 MovieClip Frame 3
perso = "Joe";
nextp = "Gorvus";
prevp = "Gus";
_parent.perso.text = "Vick";
_parent.perso1 = "Joe";
stop();
if (action == "next") {
if (_root[perso + "_j"] == "oui") {
stop();
} else {
gotoAndStop(nextp);
}
} else if (action == "prev") {
if (_root[perso + "_j"] == "oui") {
stop();
} else {
gotoAndStop(prevp);
}
}
_root.persoStats(perso);
_parent.hpmaxhp.text = (_root[perso + "HP"] + "/") + _root[perso + "MaxHP"];
_parent.LV.text = _root[perso + "LV"];
_parent.ATT.text = _root[perso + "ATT"];
_parent.DEF.text = _root[perso + "DEF"];
_parent.ST.text = _root[perso + "ST"];
_parent.EN.text = _root[perso + "EN"];
_parent.INT.text = _root[perso + "INT"];
_parent.SPD.text = _root[perso + "SPD"];
if ((_root.JoeLV >= 12) && (_root.JoeLV <= 15)) {
_parent.DDG.text = "1/7";
} else if ((_root.JoeLV >= 16) && (_root.JoeLV <= 21)) {
_parent.DDG.text = "1/6";
} else if (_root.JoeLV >= 22) {
_parent.DDG.text = "1/5";
}
_parent.Exp.text = _root[perso + "Exp"];
Symbol 105 MovieClip Frame 4
perso = "Gorvus";
nextp = "Gus";
prevp = "Joe";
_parent.perso.text = "Gorvus";
_parent.perso1 = "Gorvus";
stop();
if (action == "next") {
if (_root[perso + "_j"] == "oui") {
stop();
} else {
gotoAndStop(nextp);
}
} else if (action == "prev") {
if (_root[perso + "_j"] == "oui") {
stop();
} else {
gotoAndStop(prevp);
}
}
_root.persoStats(perso);
_parent.hpmaxhp.text = (_root[perso + "HP"] + "/") + _root[perso + "MaxHP"];
_parent.LV.text = _root[perso + "LV"];
_parent.ATT.text = _root[perso + "ATT"];
_parent.DEF.text = _root[perso + "DEF"];
_parent.ST.text = _root[perso + "ST"];
_parent.EN.text = _root[perso + "EN"];
_parent.INT.text = _root[perso + "INT"];
_parent.SPD.text = _root[perso + "SPD"];
if ((_root.GorvusLV >= 20) && (_root.GorvusLV <= 21)) {
_parent.DDG.text = "1/10";
} else if (_root.GorvusLV >= 22) {
_parent.DDG.text = "1/9";
}
_parent.Exp.text = _root[perso + "Exp"];
Symbol 109 Button
on (release) {
_root.Menu_m.description = "";
gotoAndStop ("item");
}
Symbol 112 Button
on (release) {
_root.Menu_m.description = "";
gotoAndStop ("alchemy");
}
Symbol 115 Button
on (release) {
_root.Menu_m.description = "";
gotoAndStop ("equip");
}
Symbol 123 Button
on (release) {
if (_root._quality == "MEDIUM") {
_root._quality = "LOW";
} else if (_root._quality == "LOW") {
_root._quality = "BEST";
} else if (_root._quality == "BEST") {
_root._quality = "HIGH";
} else if (_root._quality == "HIGH") {
_root._quality = "MEDIUM";
}
}
Symbol 132 Button
on (press) {
_root.Menu_m.gotoAndStop("use_item");
_root.Menu_m.item_choisi = this._name;
}
on (release) {
if (this.slot == "Potion") {
_root.Menu_m.description = "<B>- Potion -\rHeals the selected character 150 HP";
} else if (this.slot == "Life worm") {
_root.Menu_m.description = "<B>- Life worm -\rRevives a character (use in battle only)";
} else if (this.slot == "Smoked fish") {
_root.Menu_m.description = "<B>- Smoked fish -\rHeals the selected character 300 HP";
} else if (this.slot == "Fish filet") {
_root.Menu_m.description = "<B>- Fish filet -\rHeals the selected character 500 HP";
}
}
Symbol 141 Button
on (release) {
son_no.play();
_root.Menu_m.description = "";
gotoAndPlay ("item");
}
Symbol 145 Button
on (release) {
son_heal.play();
if (_root[item_choisi] == "Potion") {
_root[perso1 + "HP"] = _root[perso1 + "HP"] + 150;
_root.enleveItems("Potion", "potion", 1);
} else if (_root[item_choisi] == "Smoked fish") {
_root[perso1 + "HP"] = _root[perso1 + "HP"] + 300;
_root.enleveItems("Smoked fish", "smoked_fish", 1);
} else if (_root[item_choisi] == "Fish filet") {
_root[perso1 + "HP"] = _root[perso1 + "HP"] + 500;
_root.enleveItems("Fish filet", "fish_filet", 1);
}
if (_root[perso1 + "HP"] >= _root[perso1 + "MaxHP"]) {
_root[perso1 + "HP"] = _root[perso1 + "MaxHP"];
}
perso_clip.gotoAndPlay(1);
_root.Menu_m.description = "";
gotoAndPlay ("item");
}
Symbol 146 Button
on (press) {
_root.Menu_m.gotoAndStop("use_alchemy");
_root.Menu_m.item_choisi = this.slot;
}
on (release) {
if (this.slot == "Heal") {
_root.Menu_m.description = ("<B>- Heal -\r2 spring grass + 1 dry water - Heals the selected character " + (_root.GusINT * 2)) + " HP";
} else if (this.slot == "Boost") {
_root.Menu_m.description = "<B>- Boost -\r1 spring grass + 1 dry water + 1 mint - Increases attack of 50% (use in battle only)";
} else if (this.slot == "Explosion") {
_root.Menu_m.description = "<B>- Explosion -\r3 sulfur + 1 fire rock - Hits all enemies (use in battle only)";
} else if (this.slot == "Ice wave") {
_root.Menu_m.description = "<B>- Ice wave -\r4 dry water + 1 winter root - Hits a single foe (use in battle only)";
} else if (this.slot == "Goowy aura") {
_root.Menu_m.description = ("<B>- 4 dry water + 2 sea algea + 2 spring grass - Heals all the party " + (_root.GusINT * 2)) + " HP";
} else if (this.slot == "Shock") {
_root.Menu_m.description = "<B>- 3 energy dust + 3 iron - Hits all enemies (use in battle only)";
}
}
Symbol 150 Button
on (release) {
ingslots.prevFrame();
}
Symbol 151 Button
on (release) {
ingslots.nextFrame();
}
Symbol 155 MovieClip Frame 1
slot = "";
qt = "";
Symbol 156 MovieClip Frame 1
stop();
page = "page 1";
Symbol 156 MovieClip Frame 2
stop();
page = "page 2";
Symbol 158 Button
on (release) {
son_no.play();
_root.Menu_m.description = "";
gotoAndPlay ("alchemy");
}
Symbol 159 Button
on (release) {
son_heal.play();
i = 1;
while (i < 11) {
if (_root.Alchemys[i - 1] == item_choisi) {
if (_root.Alchemys[i - 1] == "Heal") {
_root[perso1 + "HP"] = _root[perso1 + "HP"] + (_root.GusINT * 2);
_root.enleveIngredients("Dry water", "dry_water", 1);
_root.enleveIngredients("Spring grass", "spring_grass", 2);
} else if (_root.Alchemys[i - 1] == "Goowy aura") {
_root.GusHP = _root.GusHP + (_root.GusINT * 2);
_root.JoeHP = _root.JoeHP + (_root.GusINT * 2);
_root.GorvusHP = _root.GorvusHP + (_root.GusINT * 2);
_root.enleveItems("Dry water", "dry_water", 4);
_root.enleveItems("Spring grass", "spring_grass", 2);
_root.enleveItems("Sea algea", "sea_algea", 2);
}
}
if (_root[perso1 + "HP"] >= _root[perso1 + "MaxHP"]) {
_root[perso1 + "HP"] = _root[perso1 + "MaxHP"];
}
if (_root.GusHP >= _root.GusMaxHP) {
_root.GusHP = _root.GusMaxHP;
}
if (_root.JoeHP >= _root.JoeMaxHP) {
_root.JoeHP = _root.JoeMaxHP;
}
if (_root.GorvusHP >= _root.GorvusMaxHP) {
_root.GorvusHP = _root.GorvusMaxHP;
}
perso_clip.gotoAndPlay(1);
_root.Menu_m.description = "";
gotoAndPlay ("alchemy");
i++;
}
}
Symbol 164 Button
on (press) {
if ((((((this.slot == "Glasses") || (this.slot == "Solid glasses")) || (this.slot == "Steel glasses")) || (this.slot == "Bandana")) || (this.slot == "Pirate bandana")) || (this.slot == "Captain hat")) {
_root.Menu_m.place = "Headslot";
} else if ((((this.slot == "Plated jacket") || (this.slot == "Chain jacket")) || (this.slot == "Steel jacket")) || (this.slot == "Fisherman coat")) {
_root.Menu_m.place = "Bodyslot";
} else if (((this.slot == "Leather bracelet") || (this.slot == "Plated bracelet")) || (this.slot == "Steel bracelet")) {
_root.Menu_m.place = "Armsslot";
} else if ((((((this.slot == "Plated shoes") || (this.slot == "Steel shoes")) || (this.slot == "Sandals")) || (this.slot == "Plated sandals")) || (this.slot == "Steel sandals")) || (this.slot == "Fisherman boots")) {
_root.Menu_m.place = "Legsslot";
} else if (((this.slot == "Mind charm") || (this.slot == "Speed medal")) || (this.slot == "Monster repulser")) {
_root.Menu_m.place = "Extraslot";
} else if (((((((this.slot == "Fine rapier") || (this.slot == "Pocket knife")) || (this.slot == "Steel knife")) || (this.slot == "Silver rapier")) || (this.slot == "Sting knife")) || (this.slot == "War rapier")) || (this.slot == "Anchor")) {
_root.Menu_m.place = "Wpnslot";
}
}
on (release) {
_root.Menu_m.gotoAndStop("use_equip");
_root.Menu_m.eq_uneq.eq_uneq = "";
_root.Menu_m.item_choisi = this._name;
}
Symbol 166 MovieClip Frame 1
stop();
Symbol 166 MovieClip Frame 2
stop();
Symbol 166 MovieClip Frame 3
stop();
eslot.enabled = false;
Symbol 167 MovieClip Frame 1
stop();
page = "page 1";
Symbol 167 MovieClip Frame 2
stop();
page = "page 2";
Symbol 167 MovieClip Frame 3
stop();
page = "page 3";
Symbol 167 MovieClip Frame 4
stop();
page = "page 4";
Symbol 168 Button
on (release) {
eslots.prevFrame();
}
Symbol 169 Button
on (release) {
eslots.nextFrame();
}
Symbol 175 Button
on (release) {
son_no.play();
_root.Menu_m.eq_uneq.eq_uneq = "";
gotoAndPlay ("equip");
}
Symbol 176 Button
on (release) {
if (_root.Menu_m.eq_uneq.eq_uneq == "Unequip?") {
son_unequip.play();
_root.placeEquipment(_root[perso1 + item_choisi]);
_root[perso1 + item_choisi] = "";
perso_clip.gotoAndPlay(1);
gotoAndPlay ("equip");
} else if (_root.Menu_m.eq_uneq.eq_uneq == "Equip?") {
son_equip.play();
if (_root[perso1 + place] == "") {
_root[perso1 + place] = _root[item_choisi];
_root[item_choisi] = "";
_root.enleveEquipement();
} else {
_root.placeEquipment(_root[perso1 + place]);
_root[perso1 + place] = "";
_root[perso1 + place] = _root[item_choisi];
_root[item_choisi] = "";
_root.enleveEquipement();
}
perso_clip.gotoAndPlay(1);
gotoAndPlay ("equip");
}
}
Symbol 177 Button
on (release) {
_root.Menu_m.description = "";
gotoAndStop ("mag_items");
}
Symbol 178 Button
on (release) {
_root.Menu.description = "";
gotoAndStop ("mag_m_equip");
}
Symbol 184 Button
on (release) {
son_no.play();
_root.Menu.description = "";
gotoAndPlay ("item");
}
Symbol 185 Button
on (release) {
son_heal.play();
if (_root.Menu.item_choisi == "islot01") {
if (_root.islot01 == "Herb") {
_root.HP = _root.HP + 50;
_root.herb = _root.herb - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
} else if (_root.islot01 == "Nectar") {
_root.MP = _root.MP + 25;
_root.HP = _root.HP + 25;
_root.nectar = _root.nectar - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
} else if (_root.islot01 == "Potion") {
_root.HP = _root.HP + 150;
_root.potion = _root.potion - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
}
} else if (_root.Menu.item_choisi == "islot02") {
if (_root.islot02 == "Herb") {
_root.HP = _root.HP + 50;
_root.herb = _root.herb - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
} else if (_root.islot02 == "Nectar") {
_root.MP = _root.MP + 25;
_root.HP = _root.HP + 25;
_root.nectar = _root.nectar - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
} else if (_root.islot02 == "Potion") {
_root.HP = _root.HP + 150;
_root.potion = _root.potion - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
}
} else if (_root.Menu.item_choisi == "islot03") {
if (_root.islot03 == "Herb") {
_root.HP = _root.HP + 50;
_root.herb = _root.herb - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
} else if (_root.islot03 == "Nectar") {
_root.MP = _root.MP + 25;
_root.HP = _root.HP + 25;
_root.nectar = _root.nectar - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
} else if (_root.islot03 == "Potion") {
_root.HP = _root.HP + 150;
_root.potion = _root.potion - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
}
} else if (_root.Menu.item_choisi == "islot04") {
if (_root.islot04 == "Herb") {
_root.HP = _root.HP + 50;
_root.herb = _root.herb - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
} else if (_root.islot04 == "Nectar") {
_root.MP = _root.MP + 25;
_root.HP = _root.HP + 25;
_root.nectar = _root.nectar - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
} else if (_root.islot04 == "Potion") {
_root.HP = _root.HP + 150;
_root.potion = _root.potion - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
}
} else if (_root.Menu.item_choisi == "islot05") {
if (_root.islot05 == "Herb") {
_root.HP = _root.HP + 50;
_root.herb = _root.herb - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
} else if (_root.islot05 == "Nectar") {
_root.MP = _root.MP + 25;
_root.HP = _root.HP + 25;
_root.nectar = _root.nectar - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
} else if (_root.islot05 == "Potion") {
_root.HP = _root.HP + 150;
_root.potion = _root.potion - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
}
} else if (_root.Menu.item_choisi == "islot06") {
if (_root.islot06 == "Herb") {
_root.HP = _root.HP + 50;
_root.herb = _root.herb - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
} else if (_root.islot06 == "Nectar") {
_root.MP = _root.MP + 25;
_root.HP = _root.HP + 25;
_root.nectar = _root.nectar - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
} else if (_root.islot06 == "Potion") {
_root.HP = _root.HP + 150;
_root.potion = _root.potion - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
}
} else if (_root.Menu.item_choisi == "islot07") {
if (_root.islot07 == "Herb") {
_root.HP = _root.HP + 50;
_root.herb = _root.herb - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
} else if (_root.islot07 == "Nectar") {
_root.MP = _root.MP + 25;
_root.HP = _root.HP + 25;
_root.nectar = _root.nectar - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
} else if (_root.islot07 == "Potion") {
_root.HP = _root.HP + 150;
_root.potion = _root.potion - 1;
_root.Menu.description = "";
gotoAndPlay ("item");
}
}
if (_root.HP >= _root.maxHP) {
_root.HP = _root.maxHP;
}
if (_root.MP >= _root.maxMP) {
_root.MP = _root.maxMP;
}
}
Symbol 190 Button
on (release) {
_root.Menu.description = "";
gotoAndStop ("item");
}
Symbol 191 Button
on (release) {
_root.Menu.description = "";
gotoAndStop ("alchemy");
}
Symbol 192 Button
on (release) {
_root.Menu.description = "";
gotoAndStop ("equip");
}
Symbol 202 Button
on (release) {
_root.Menu.bestiary_map.menu_best.btn_bes = "prev";
if ((_root.current.movie = _root.Menu.bestiary_map.betes.info_enemy1)) {
_root.Menu.bestiary_map.betes.gotoAndPlay("enemy27");
} else if ((_root.current.movie = _root.Menu.bestiary_map.betes.no_enemy)) {
} else {
_root.Menu.bestiary_map.betes.prevFrame();
}
}
Symbol 203 Button
on (release) {
_root.Menu.bestiary_map.menu_best.btn_bes = "next";
if ((_root.current.movie = _root.Menu.bestiary_map.betes.info_enemy27)) {
_root.Menu.bestiary_map.betes.gotoAndPlay("enemy1");
} else if ((_root.current.movie = _root.Menu.bestiary_map.betes.no_enemy)) {
} else {
_root.Menu.bestiary_map.betes.nextFrame();
}
}
Instance of Symbol 204 MovieClip "menu_best" in Symbol 205 MovieClip Frame 1
onClipEvent (load) {
btn_bes = "next";
}
Symbol 206 MovieClip Frame 1
_root.Menu_m._visible = false;
stop();
Symbol 206 MovieClip Frame 2
_root.Menu_m._visible = true;
_root.marche = "non";
Instance of Symbol 96 MovieClip "change_perso" in Symbol 206 MovieClip Frame 4
onClipEvent (load) {
btn_bes = "next";
}
Symbol 206 MovieClip Frame 7
stop();
bt_magic.enabled = true;
bt_items.enabled = true;
bt_equip.enabled = true;
bt_hint.enabled = true;
bt_bestiary.enabled = true;
Instance of Symbol 118 MovieClip in Symbol 206 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root._quality == "LOW") {
this.quality.text = "Low";
} else if (_root._quality == "MEDIUM") {
this.quality.text = "Medium";
} else if (_root._quality == "HIGH") {
this.quality.text = "High";
} else if (_root._quality == "BEST") {
this.quality.text = "Best";
}
}
Symbol 206 MovieClip Frame 8
stop();
bt_magic.enabled = true;
var myColor2 = new Color(bt_magic);
myColor2.setTransform({rb:0, bb:0, aa:100});
bt_items.enabled = false;
var myColor = new Color(bt_items);
myColor.setTransform({rb:20, bb:-100, aa:100});
bt_equip.enabled = true;
var myColor3 = new Color(bt_equip);
myColor3.setTransform({rb:0, bb:0, aa:100});
bt_hint.enabled = true;
var myColor4 = new Color(bt_hint);
myColor4.setTransform({rb:0, bb:0, aa:100});
bt_bestiary.enabled = true;
var myColor5 = new Color(bt_bestiary);
myColor5.setTransform({rb:0, bb:0, aa:100});
Instance of Symbol 134 MovieClip "islots" in Symbol 206 MovieClip Frame 8
onClipEvent (enterFrame) {
i = 1;
while (i < 8) {
this["islot" + i].slot = _root["islot" + i];
if (_root["islot" + i] == "") {
this["islot" + i].qt = "";
this["islot" + i].islot.enabled = false;
} else {
this["islot" + i].islot.enabled = true;
if (_root["islot" + i] == "Potion") {
this["islot" + i].qt = _root.potion;
} else if (_root["islot" + i] == "Life worm") {
this["islot" + i].qt = _root.life_worm;
} else if (_root["islot" + i] == "Smoked fish") {
this["islot" + i].qt = _root.smoked_fish;
} else if (_root["islot" + i] == "Fish filet") {
this["islot" + i].qt = _root.fish_filet;
}
}
i++;
}
}
Symbol 206 MovieClip Frame 9
stop();
bt_magic.enabled = true;
var myColor2 = new Color(bt_magic);
myColor2.setTransform({rb:0, bb:0, aa:100});
bt_items.enabled = false;
var myColor = new Color(bt_items);
myColor.setTransform({rb:20, bb:-100, aa:100});
bt_equip.enabled = true;
var myColor3 = new Color(bt_equip);
myColor3.setTransform({rb:0, bb:0, aa:100});
bt_hint.enabled = true;
var myColor4 = new Color(bt_hint);
myColor4.setTransform({rb:0, bb:0, aa:100});
bt_bestiary.enabled = true;
var myColor5 = new Color(bt_bestiary);
myColor5.setTransform({rb:0, bb:0, aa:100});
Symbol 206 MovieClip Frame 10
stop();
bt_items.enabled = true;
var myColor2 = new Color(bt_items);
myColor2.setTransform({rb:0, bb:0, aa:100});
bt_magic.enabled = false;
var myColor = new Color(bt_magic);
myColor.setTransform({rb:20, bb:-100, aa:100});
bt_equip.enabled = true;
var myColor3 = new Color(bt_equip);
myColor3.setTransform({rb:0, bb:0, aa:100});
bt_hint.enabled = true;
var myColor4 = new Color(bt_hint);
myColor4.setTransform({rb:0, bb:0, aa:100});
bt_bestiary.enabled = true;
var myColor5 = new Color(bt_bestiary);
myColor5.setTransform({rb:0, bb:0, aa:100});
Instance of Symbol 148 MovieClip "aslots" in Symbol 206 MovieClip Frame 10
onClipEvent (load) {
_root.Heal_qt = new Array(_root.dry_water / 1, _root.spring_grass / 2);
_root.Heal_qt.sort(Array.NUMERIC);
_root.Heal = Math.floor(_root.Heal_qt[0]);
_root.Boost_qt = new Array(_root.dry_water / 1, _root.spring_grass / 1, _root.mint / 1);
_root.Boost_qt.sort(Array.NUMERIC);
_root.Boost = Math.floor(_root.Boost_qt[0]);
_root.Explosion_qt = new Array(_root.sulfur / 3, _root.fire_rock / 1);
_root.Explosion_qt.sort(Array.NUMERIC);
_root.Explosion = Math.floor(_root.Explosion_qt[0]);
_root.Icewave_qt = new Array(_root.winter_root / 1, _root.dry_water / 4);
_root.Icewave_qt.sort(Array.NUMERIC);
_root.Icewave = Math.floor(_root.Icewave_qt[0]);
_root.Goowyaura_qt = new Array(_root.sea_algea / 2, _root.dry_water / 4, _root.spring_grass / 2);
_root.Goowyaura_qt.sort(Array.NUMERIC);
_root.Goowyaura = Math.floor(_root.Goowyaura_qt[0]);
_root.Shock_qt = new Array(_root.energy_dust / 3, _root.iron / 3);
_root.Shock_qt.sort(Array.NUMERIC);
_root.Shock = Math.floor(_root.Shock_qt[0]);
}
onClipEvent (enterFrame) {
_root.Heal_qt = new Array(_root.dry_water / 1, _root.spring_grass / 2);
_root.Heal_qt.sort(Array.NUMERIC);
_root.Heal = Math.floor(_root.Heal_qt[0]);
_root.Boost_qt = new Array(_root.dry_water / 1, _root.spring_grass / 1, _root.mint / 1);
_root.Boost_qt.sort(Array.NUMERIC);
_root.Boost = Math.floor(_root.Boost_qt[0]);
_root.Explosion_qt = new Array(_root.sulfur / 3, _root.fire_rock / 1);
_root.Explosion_qt.sort(Array.NUMERIC);
_root.Explosion = Math.floor(_root.Explosion_qt[0]);
_root.Icewave_qt = new Array(_root.winter_root / 1, _root.dry_water / 4);
_root.Icewave_qt.sort(Array.NUMERIC);
_root.Icewave = Math.floor(_root.Icewave_qt[0]);
_root.Goowyaura_qt = new Array(_root.sea_algea / 2, _root.dry_water / 4, _root.spring_grass / 2);
_root.Goowyaura_qt.sort(Array.NUMERIC);
_root.Goowyaura = Math.floor(_root.Goowyaura_qt[0]);
_root.Shock_qt = new Array(_root.energy_dust / 3, _root.iron / 3);
_root.Shock_qt.sort(Array.NUMERIC);
_root.Shock = Math.floor(_root.Shock_qt[0]);
i = 1;
while (i < 11) {
this["aslot" + i].slot = _root.Alchemys[i - 1];
if (_root.Alchemys[i - 1] == undefined) {
this["aslot" + i].slot = "";
this["aslot" + i].aslot.enabled = false;
} else {
this["aslot" + i].aslot.enabled = true;
}
if (this["aslot" + i].slot == "Heal") {
this["aslot" + i].qt = _root.Heal;
} else if (this["aslot" + i].slot == "Explosion") {
this["aslot" + i].qt = _root.Explosion;
} else if (this["aslot" + i].slot == "Boost") {
this["aslot" + i].qt = _root.Boost;
} else if (this["aslot" + i].slot == "Goowy aura") {
this["aslot" + i].qt = _root.Goowyaura;
} else if (this["aslot" + i].slot == "Ice wave") {
this["aslot" + i].qt = _root.Icewave;
} else if (this["aslot" + i].slot == "Shock") {
this["aslot" + i].qt = _root.Shock;
}
if (this["aslot" + i].qt == 0) {
this["aslot" + i].aslot.enabled = false;
}
i++;
}
}
Instance of Symbol 156 MovieClip "ingslots" in Symbol 206 MovieClip Frame 10
onClipEvent (enterFrame) {
i = 1;
while (i < 11) {
_root.Menu_m.ingslots["ingslot" + i].slot = _root["ingslot" + i];
if (_root["ingslot" + i] == "") {
_root.Menu_m.ingslots["ingslot" + i].qt = "";
} else if (_root["ingslot" + i] == "Dry water") {
_root.Menu_m.ingslots["ingslot" + i].qt = _root.dry_water;
} else if (_root["ingslot" + i] == "Sulfur") {
_root.Menu_m.ingslots["ingslot" + i].qt = _root.sulfur;
} else if (_root["ingslot" + i] == "Fire rock") {
_root.Menu_m.ingslots["ingslot" + i].qt = _root.fire_rock;
} else if (_root["ingslot" + i] == "Spring grass") {
_root.Menu_m.ingslots["ingslot" + i].qt = _root.spring_grass;
} else if (_root["ingslot" + i] == "Winter root") {
_root.Menu_m.ingslots["ingslot" + i].qt = _root.winter_root;
} else if (_root["ingslot" + i] == "Sea algea") {
_root.Menu_m.ingslots["ingslot" + i].qt = _root.sea_algea;
} else if (_root["ingslot" + i] == "Energy dust") {
_root.Menu_m.ingslots["ingslot" + i].qt = _root.energy_dust;
} else if (_root["ingslot" + i] == "Iron") {
_root.Menu_m.ingslots["ingslot" + i].qt = _root.iron;
} else if (_root["ingslot" + i] == "Mint") {
_root.Menu_m.ingslots["ingslot" + i].qt = _root.mint;
}
i++;
}
}
Symbol 206 MovieClip Frame 11
stop();
bt_items.enabled = true;
var myColor2 = new Color(bt_items);
myColor2.setTransform({rb:0, bb:0, aa:100});
bt_magic.enabled = false;
var myColor = new Color(bt_magic);
myColor.setTransform({rb:20, bb:-100, aa:100});
bt_equip.enabled = true;
var myColor3 = new Color(bt_equip);
myColor3.setTransform({rb:0, bb:0, aa:100});
bt_hint.enabled = true;
var myColor4 = new Color(bt_hint);
myColor4.setTransform({rb:0, bb:0, aa:100});
bt_bestiary.enabled = true;
var myColor5 = new Color(bt_bestiary);
myColor5.setTransform({rb:0, bb:0, aa:100});
if ((item_choisi == "mslot01") && (_root.MP < 3)) {
btn_yes.enabled = false;
} else {
btn_yes.enabled = true;
}
Symbol 206 MovieClip Frame 12
stop();
bt_items.enabled = true;
var myColor2 = new Color(bt_items);
myColor2.setTransform({rb:0, bb:0, aa:100});
bt_magic.enabled = true;
var myColor = new Color(bt_magic);
myColor.setTransform({rb:0, bb:0, aa:100});
bt_equip.enabled = false;
var myColor3 = new Color(bt_equip);
myColor3.setTransform({rb:20, bb:-100, aa:100});
bt_hint.enabled = true;
var myColor4 = new Color(bt_hint);
myColor4.setTransform({rb:0, bb:0, aa:100});
bt_bestiary.enabled = true;
var myColor5 = new Color(bt_bestiary);
myColor5.setTransform({rb:0, bb:0, aa:100});
Instance of Symbol 166 MovieClip "Headslot" in Symbol 206 MovieClip Frame 12
onClipEvent (enterFrame) {
this.slot = _root[_parent.perso_clip.perso + "Headslot"];
if (_root[_parent.perso_clip.perso + "Headslot"] == "") {
this.slot = "- HEAD -";
this.eslot.enabled = false;
this.gotoAndStop(1);
} else {
this.eslot.enabled = true;
this.gotoAndStop(2);
}
}
Instance of Symbol 166 MovieClip "Bodyslot" in Symbol 206 MovieClip Frame 12
onClipEvent (enterFrame) {
this.slot = _root[_parent.perso_clip.perso + "Bodyslot"];
if (_root[_parent.perso_clip.perso + "Bodyslot"] == "") {
this.slot = "- BODY -";
this.eslot.enabled = false;
this.gotoAndStop(1);
} else {
this.eslot.enabled = true;
this.gotoAndStop(2);
}
}
Instance of Symbol 166 MovieClip "Armsslot" in Symbol 206 MovieClip Frame 12
onClipEvent (enterFrame) {
this.slot = _root[_parent.perso_clip.perso + "Armsslot"];
if (_root[_parent.perso_clip.perso + "Armsslot"] == "") {
this.slot = "- ARMS -";
this.eslot.enabled = false;
this.gotoAndStop(1);
} else {
this.eslot.enabled = true;
this.gotoAndStop(2);
}
}
Instance of Symbol 166 MovieClip "Legsslot" in Symbol 206 MovieClip Frame 12
onClipEvent (enterFrame) {
this.slot = _root[_parent.perso_clip.perso + "Legsslot"];
if (_root[_parent.perso_clip.perso + "Legsslot"] == "") {
this.slot = "- LEGS -";
this.eslot.enabled = false;
this.gotoAndStop(1);
} else {
this.eslot.enabled = true;
this.gotoAndStop(2);
}
}
Instance of Symbol 166 MovieClip "Wpnslot" in Symbol 206 MovieClip Frame 12
onClipEvent (enterFrame) {
this.slot = _root[_parent.perso_clip.perso + "Wpnslot"];
this.gotoAndStop(2);
}
Instance of Symbol 166 MovieClip "Extraslot" in Symbol 206 MovieClip Frame 12
onClipEvent (enterFrame) {
this.slot = _root[_parent.perso_clip.perso + "Extraslot"];
if (_root[_parent.perso_clip.perso + "Extraslot"] == "") {
this.slot = "- EXTRA -";
this.eslot.enabled = false;
this.gotoAndStop(1);
} else {
this.eslot.enabled = true;
this.gotoAndStop(2);
}
}
Instance of Symbol 167 MovieClip "eslots" in Symbol 206 MovieClip Frame 12
onClipEvent (enterFrame) {
_root.quiEquip();
}
Symbol 206 MovieClip Frame 13
stop();
bt_items.enabled = true;
var myColor2 = new Color(bt_items);
myColor2.setTransform({rb:0, bb:0, aa:100});
bt_magic.enabled = true;
var myColor = new Color(bt_magic);
myColor.setTransform({rb:0, bb:0, aa:100});
bt_equip.enabled = false;
var myColor3 = new Color(bt_equip);
myColor3.setTransform({rb:20, bb:-100, aa:100});
bt_hint.enabled = true;
var myColor4 = new Color(bt_hint);
myColor4.setTransform({rb:0, bb:0, aa:100});
bt_bestiary.enabled = true;
var myColor5 = new Color(bt_bestiary);
myColor5.setTransform({rb:0, bb:0, aa:100});
Instance of Symbol 174 MovieClip "eq_uneq" in Symbol 206 MovieClip Frame 13
onClipEvent (enterFrame) {
_root.Menu_m.btn_yes._visible = true;
_root.Menu_m.btn_no._visible = true;
if (_root.Menu_m.item_choisi == "Wpnslot") {
this.eq_uneq = "Must have a weapon equiped.";
_root.Menu_m.btn_yes._visible = false;
_root.Menu_m.btn_no._visible = false;
} else if (((((_root.Menu_m.item_choisi == "Headslot") || (_root.Menu_m.item_choisi == "Bodyslot")) || (_root.Menu_m.item_choisi == "Armsslot")) || (_root.Menu_m.item_choisi == "Legsslot")) || (_root.Menu_m.item_choisi == "Extraslot")) {
this.eq_uneq = "Unequip?";
} else {
this.eq_uneq = "Equip?";
}
}
Symbol 206 MovieClip Frame 14
stop();
Symbol 206 MovieClip Frame 15
stop();
bt_items.enabled = false;
var myColor = new Color(bt_items);
myColor.setTransform({rb:20, bb:-100, aa:100});
bt_equip.enabled = true;
var myColor3 = new Color(bt_equip);
myColor3.setTransform({rb:0, bb:0, aa:100});
Instance of Symbol 133 MovieClip "islot02" in Symbol 206 MovieClip Frame 15
onClipEvent (load) {
this.slot = _root.islot02;
if (_root.islot02 == "Herb") {
this.qt = _root.herb;
}
if (_root.islot02 == "Nectar") {
this.qt = _root.nectar;
}
if (_root.islot02 == "Potion") {
this.qt = _root.potion;
}
if (_root.islot02 == "") {
this.qt = "";
}
}
onClipEvent (enterFrame) {
this.slot = _root.islot02;
if (_root.islot02 == "Potion") {
this.qt = _root.potion;
}
if (_root.islot02 == "Herb") {
this.qt = _root.herb;
}
if (_root.islot02 == "Nectar") {
this.qt = _root.nectar;
}
if (_root.islot02 == "") {
this.qt = "";
}
if (this.qt == 0) {
_root.islot02 = "";
this.qt = "";
}
if (this.slot == "") {
this.islot.enabled = false;
} else {
this.islot.enabled = true;
}
if (_root.islot02 == "") {
_root.islot02 = _root.islot03;
_root.islot03 = _root.islot04;
_root.islot04 = _root.islot05;
_root.islot05 = _root.islot06;
_root.islot06 = _root.islot07;
_root.islot07 = "";
}
}
Instance of Symbol 133 MovieClip "islot03" in Symbol 206 MovieClip Frame 15
onClipEvent (load) {
this.slot = _root.islot03;
if (_root.islot03 == "Potion") {
this.qt = _root.potion;
}
if (_root.islot03 == "Herb") {
this.qt = _root.herb;
}
if (_root.islot03 == "Nectar") {
this.qt = _root.nectar;
}
if (_root.islot03 == "") {
this.qt = "";
}
}
onClipEvent (enterFrame) {
this.slot = _root.islot03;
if (_root.islot03 == "Potion") {
this.qt = _root.potion;
}
if (_root.islot03 == "Herb") {
this.qt = _root.herb;
}
if (_root.islot03 == "Nectar") {
this.qt = _root.nectar;
}
if (_root.islot03 == "") {
this.qt = "";
}
if (this.qt == 0) {
_root.islot03 = "";
this.qt = "";
}
if (this.slot == "") {
this.islot.enabled = false;
} else {
this.islot.enabled = true;
}
if (_root.islot03 == "") {
_root.islot03 = _root.islot04;
_root.islot04 = _root.islot05;
_root.islot05 = _root.islot06;
_root.islot06 = _root.islot07;
_root.islot07 = "";
}
}
Instance of Symbol 133 MovieClip "islot04" in Symbol 206 MovieClip Frame 15
onClipEvent (load) {
this.slot = _root.islot04;
if (_root.islot04 == "Potion") {
this.qt = _root.potion;
}
if (_root.islot04 == "Herb") {
this.qt = _root.herb;
}
if (_root.islot04 == "Nectar") {
this.qt = _root.nectar;
}
if (_root.islot04 == "") {
this.qt = "";
}
}
onClipEvent (enterFrame) {
this.slot = _root.islot04;
if (_root.islot04 == "Potion") {
this.qt = _root.potion;
}
if (_root.islot04 == "Herb") {
this.qt = _root.herb;
}
if (_root.islot04 == "Nectar") {
this.qt = _root.nectar;
}
if (_root.islot04 == "") {
this.qt = "";
}
if (this.qt == 0) {
_root.islot04 = "";
this.qt = "";
}
if (this.slot == "") {
this.islot.enabled = false;
} else {
this.islot.enabled = true;
}
if (_root.islot04 == "") {
_root.islot04 = _root.islot05;
_root.islot05 = _root.islot06;
_root.islot06 = _root.islot07;
_root.islot07 = "";
}
}
Instance of Symbol 133 MovieClip "islot05" in Symbol 206 MovieClip Frame 15
onClipEvent (load) {
this.slot = _root.islot05;
if (_root.islot05 == "Potion") {
this.qt = _root.potion;
}
if (_root.islot05 == "Herb") {
this.qt = _root.herb;
}
if (_root.islot05 == "Nectar") {
this.qt = _root.nectar;
}
if (_root.islot05 == "") {
this.qt = "";
}
}
onClipEvent (enterFrame) {
this.slot = _root.islot05;
if (_root.islot05 == "Potion") {
this.qt = _root.potion;
}
if (_root.islot05 == "Herb") {
this.qt = _root.herb;
}
if (_root.islot05 == "Nectar") {
this.qt = _root.nectar;
}
if (_root.islot05 == "") {
this.qt = "";
}
if (this.qt == 0) {
_root.islot05 = "";
this.qt = "";
}
if (this.slot == "") {
this.islot.enabled = false;
} else {
this.islot.enabled = true;
}
if (_root.islot05 == "") {
_root.islot05 = _root.islot06;
_root.islot06 = _root.islot07;
_root.islot07 = "";
}
}
Instance of Symbol 133 MovieClip "islot06" in Symbol 206 MovieClip Frame 15
onClipEvent (load) {
this.slot = _root.islot06;
if (_root.islot06 == "Potion") {
this.qt = _root.potion;
}
if (_root.islot06 == "Herb") {
this.qt = _root.herb;
}
if (_root.islot06 == "Nectar") {
this.qt = _root.nectar;
}
if (_root.islot06 == "") {
this.qt = "";
}
}
onClipEvent (enterFrame) {
this.slot = _root.islot06;
if (_root.islot06 == "Potion") {
this.qt = _root.potion;
}
if (_root.islot06 == "Herb") {
this.qt = _root.herb;
}
if (_root.islot06 == "Nectar") {
this.qt = _root.nectar;
}
if (_root.islot06 == "") {
this.qt = "";
}
if (this.qt == 0) {
_root.islot06 = "";
this.qt = "";
}
if (this.slot == "") {
this.islot.enabled = false;
} else {
this.islot.enabled = true;
}
if (_root.islot06 == "") {
_root.islot06 = _root.islot07;
_root.islot07 = "";
}
}
Instance of Symbol 133 MovieClip "islot07" in Symbol 206 MovieClip Frame 15
onClipEvent (load) {
this.slot = _root.islot07;
if (_root.islot07 == "Potion") {
this.qt = _root.potion;
}
if (_root.islot07 == "Herb") {
this.qt = _root.herb;
}
if (_root.islot07 == "Nectar") {
this.qt = _root.nectar;
}
if (_root.islot07 == "") {
this.qt = "";
}
}
onClipEvent (enterFrame) {
this.slot = _root.islot07;
if (_root.islot07 == "Potion") {
this.qt = _root.potion;
}
if (_root.islot07 == "Herb") {
this.qt = _root.herb;
}
if (_root.islot07 == "Nectar") {
this.qt = _root.nectar;
}
if (_root.islot07 == "") {
this.qt = "";
}
if (this.qt == 0) {
_root.islot07 = "";
this.qt = "";
}
if (this.slot == "") {
this.islot.enabled = false;
} else {
this.islot.enabled = true;
}
}
Instance of Symbol 133 MovieClip "islot01" in Symbol 206 MovieClip Frame 15
onClipEvent (load) {
this.slot = _root.islot01;
if (_root.islot01 == "Herb") {
this.qt = _root.herb;
}
if (_root.islot01 == "Nectar") {
this.qt = _root.nectar;
}
if (_root.islot01 == "Potion") {
this.qt = _root.potion;
}
if (_root.islot01 == "") {
this.qt = "";
}
}
onClipEvent (enterFrame) {
this.slot = _root.islot01;
if (_root.islot01 == "Herb") {
this.qt = _root.herb;
}
if (_root.islot01 == "Nectar") {
this.qt = _root.nectar;
}
if (_root.islot01 == "Potion") {
this.qt = _root.potion;
}
if (_root.islot01 == "") {
this.qt = "";
}
if (this.qt == 0) {
_root.islot01 = "";
this.qt = "";
}
if (this.slot == "") {
this.islot.enabled = false;
} else {
this.islot.enabled = true;
}
if (_root.islot01 == "") {
_root.islot01 = _root.islot02;
_root.islot02 = _root.islot03;
_root.islot03 = _root.islot04;
_root.islot04 = _root.islot05;
_root.islot05 = _root.islot06;
_root.islot06 = _root.islot07;
_root.islot07 = "";
}
}
Symbol 206 MovieClip Frame 16
stop();
bt_items.enabled = false;
var myColor = new Color(bt_items);
myColor.setTransform({rb:20, bb:-100, aa:100});
bt_equip.enabled = true;
var myColor3 = new Color(bt_equip);
myColor3.setTransform({rb:0, bb:0, aa:100});
Symbol 206 MovieClip Frame 17
stop();
bt_items.enabled = true;
var myColor = new Color(bt_items);
myColor.setTransform({rb:0, bb:0, aa:100});
bt_equip.enabled = false;
var myColor3 = new Color(bt_equip);
myColor3.setTransform({rb:20, bb:-100, aa:100});
Instance of Symbol 166 MovieClip "eslot02" in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
this.slot = _root.eslot02;
if (this.slot == "") {
this.eslot.enabled = false;
} else {
this.eslot.enabled = true;
}
if (_root.eslot02 == "") {
_root.eslot02 = _root.eslot03;
_root.eslot03 = _root.eslot04;
_root.eslot04 = _root.eslot05;
_root.eslot05 = _root.eslot06;
_root.eslot06 = _root.eslot07;
_root.eslot07 = _root.eslot08;
_root.eslot08 = _root.eslot09;
_root.eslot09 = "";
}
}
Instance of Symbol 166 MovieClip "eslot03" in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
this.slot = _root.eslot03;
if (this.slot == "") {
this.eslot.enabled = false;
} else {
this.eslot.enabled = true;
}
if (_root.eslot03 == "") {
_root.eslot03 = _root.eslot04;
_root.eslot04 = _root.eslot05;
_root.eslot05 = _root.eslot06;
_root.eslot06 = _root.eslot07;
_root.eslot07 = _root.eslot08;
_root.eslot08 = _root.eslot09;
_root.eslot09 = "";
}
}
Instance of Symbol 166 MovieClip "eslot04" in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
this.slot = _root.eslot04;
if (this.slot == "") {
this.eslot.enabled = false;
} else {
this.eslot.enabled = true;
}
if (_root.eslot04 == "") {
_root.eslot04 = _root.eslot05;
_root.eslot05 = _root.eslot06;
_root.eslot06 = _root.eslot07;
_root.eslot07 = _root.eslot08;
_root.eslot08 = _root.eslot09;
_root.eslot09 = "";
}
}
Instance of Symbol 166 MovieClip "eslot05" in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
this.slot = _root.eslot05;
if (this.slot == "") {
this.eslot.enabled = false;
} else {
this.eslot.enabled = true;
}
if (_root.eslot05 == "") {
_root.eslot05 = _root.eslot06;
_root.eslot06 = _root.eslot07;
_root.eslot07 = _root.eslot08;
_root.eslot08 = _root.eslot09;
_root.eslot09 = "";
}
}
Instance of Symbol 166 MovieClip "eslot06" in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
this.slot = _root.eslot06;
if (this.slot == "") {
this.eslot.enabled = false;
} else {
this.eslot.enabled = true;
}
if (_root.eslot06 == "") {
_root.eslot06 = _root.eslot07;
_root.eslot07 = _root.eslot08;
_root.eslot08 = _root.eslot09;
_root.eslot09 = "";
}
}
Instance of Symbol 166 MovieClip "eslot07" in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
this.slot = _root.eslot07;
if (this.slot == "") {
this.eslot.enabled = false;
} else {
this.eslot.enabled = true;
}
if (_root.eslot07 == "") {
_root.eslot07 = _root.eslot08;
_root.eslot08 = _root.eslot09;
_root.eslot09 = "";
}
}
Instance of Symbol 166 MovieClip "eslot01" in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
this.slot = _root.eslot01;
if (this.slot == "") {
this.eslot.enabled = false;
} else {
this.eslot.enabled = true;
}
if (_root.eslot01 == "") {
_root.eslot01 = _root.eslot02;
_root.eslot02 = _root.eslot03;
_root.eslot03 = _root.eslot04;
_root.eslot04 = _root.eslot05;
_root.eslot05 = _root.eslot06;
_root.eslot06 = _root.eslot07;
_root.eslot07 = _root.eslot08;
_root.eslot08 = _root.eslot09;
_root.eslot09 = "";
}
}
Instance of Symbol 166 MovieClip "headslot" in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
this.slot = _root.headslot;
if (_root.headslot == "") {
this.slot = "- HEAD -";
this.eslot.enabled = false;
this.gotoAndStop(1);
} else {
this.eslot.enabled = true;
this.gotoAndStop(2);
}
}
Instance of Symbol 166 MovieClip "bodyslot" in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
this.slot = _root.bodyslot;
if (_root.bodyslot == "") {
this.slot = "- BODY -";
this.eslot.enabled = false;
this.gotoAndStop(1);
} else {
this.eslot.enabled = true;
this.gotoAndStop(2);
}
}
Instance of Symbol 166 MovieClip "armsslot" in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
this.slot = _root.armsslot;
if (_root.armsslot == "") {
this.slot = "- ARMS -";
this.eslot.enabled = false;
this.gotoAndStop(1);
} else {
this.eslot.enabled = true;
this.gotoAndStop(2);
}
}
Instance of Symbol 166 MovieClip "legsslot" in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
this.slot = _root.legsslot;
if (_root.legsslot == "") {
this.slot = "- LEGS -";
this.eslot.enabled = false;
this.gotoAndStop(1);
} else {
this.eslot.enabled = true;
this.gotoAndStop(2);
}
}
Instance of Symbol 166 MovieClip "wpnslot" in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
this.slot = _root.wpnslot;
this.gotoAndStop(2);
}
Instance of Symbol 166 MovieClip "eslot08" in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
this.slot = _root.eslot08;
if (this.slot == "") {
this.eslot.enabled = false;
} else {
this.eslot.enabled = true;
}
if (_root.eslot08 == "") {
_root.eslot08 = _root.eslot09;
_root.eslot09 = "";
}
}
Instance of Symbol 166 MovieClip "eslot09" in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
this.slot = _root.eslot09;
if (this.slot == "") {
this.eslot.enabled = false;
} else {
this.eslot.enabled = true;
}
}
Instance of Symbol 166 MovieClip "extraslot" in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
this.slot = _root.extraslot;
if (_root.extraslot == "") {
this.slot = "- EXTRA -";
this.eslot.enabled = false;
this.gotoAndStop(1);
} else {
this.eslot.enabled = true;
this.gotoAndStop(2);
}
}
Instance of Symbol 166 MovieClip "eslot09" in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
this.slot = _root.eslot09;
if (this.slot == "") {
this.eslot.enabled = false;
} else {
this.eslot.enabled = true;
}
}
Symbol 206 MovieClip Frame 18
stop();
bt_items.enabled = true;
var myColor = new Color(bt_items);
myColor.setTransform({rb:0, bb:0, aa:100});
bt_equip.enabled = false;
var myColor3 = new Color(bt_equip);
myColor3.setTransform({rb:20, bb:-100, aa:100});
Symbol 206 MovieClip Frame 19
stop();
bt_magic.enabled = true;
var myColor2 = new Color(bt_magic);
myColor2.setTransform({rb:0, bb:0, aa:100});
bt_items.enabled = true;
var myColor = new Color(bt_items);
myColor.setTransform({rb:0, bb:0, aa:100});
bt_equip.enabled = true;
var myColor3 = new Color(bt_equip);
myColor3.setTransform({rb:0, bb:0, aa:100});
bt_hint.enabled = false;
var myColor4 = new Color(bt_hint);
myColor4.setTransform({rb:20, bb:-100, aa:100});
bt_bestiary.enabled = true;
var myColor5 = new Color(bt_bestiary);
myColor5.setTransform({rb:0, bb:0, aa:100});
Instance of Symbol 194 MovieClip "hint_mc" in Symbol 206 MovieClip Frame 19
onClipEvent (load) {
if (_root.hint == 1) {
this.hint.text = "Explore the village then go talk to the priest.";
} else if (_root.hint == 2) {
this.hint.text = "Follow the glow.";
} else if (_root.hint == 3) {
this.hint.text = "Look for the lost key in the snow.";
} else if (_root.hint == 4) {
this.hint.text = "Look for the padlock.";
} else if (_root.hint == 5) {
this.hint.text = "Explore the old mine.";
} else if (_root.hint == 6) {
this.hint.text = "Look in the cabin for some grease.";
} else if (_root.hint == 7) {
this.hint.text = "Use the oil to unjam the lever.";
} else if (_root.hint == 8) {
this.hint.text = "Investigate further in the mine.";
} else if (_root.hint == 9) {
this.hint.text = "Find a way to exit.";
} else if (_root.hint == 10) {
this.hint.text = "Prepare to leave.";
} else if (_root.hint == 11) {
this.hint.text = "Prepare to go help the old man.";
} else if (_root.hint == 13) {
this.hint.text = "Come on man, explore a bit!";
} else if (_root.hint == 14) {
this.hint.text = "Find a way to follow the dark creatures.";
} else if (_root.hint == 15) {
this.hint.text = "Reach the head of the train.";
}
}
Symbol 206 MovieClip Frame 20
stop();
bt_magic.enabled = true;
var myColor2 = new Color(bt_magic);
myColor2.setTransform({rb:0, bb:0, aa:100});
bt_items.enabled = true;
var myColor = new Color(bt_items);
myColor.setTransform({rb:0, bb:0, aa:100});
bt_equip.enabled = true;
var myColor3 = new Color(bt_equip);
myColor3.setTransform({rb:0, bb:0, aa:100});
bt_hint.enabled = true;
var myColor4 = new Color(bt_hint);
myColor4.setTransform({rb:0, bb:0, aa:100});
bt_bestiary.enabled = false;
var myColor5 = new Color(bt_bestiary);
myColor5.setTransform({rb:20, bb:-100, aa:100});
Symbol 206 MovieClip Frame 25
_root.marche = "oui";
gotoAndStop (1);
Symbol 208 MovieClip Frame 1
stop();
Symbol 208 MovieClip Frame 2
_root.marche = "non";
Symbol 208 MovieClip Frame 7
_root.heroMC.speed = _root.newspeed;
_root.heroMC._xscale = _root.newxwidth;
_root.heroMC._yscale = _root.newyheight;
_root.heroMC._x = _root.newx;
_root.heroMC._y = _root.newy;
if (_root.nextPlace == "cut02a") {
removeMovieClip(_root.heroMC);
} else if (_root.nextPlace == "cut03") {
removeMovieClip(_root.heroMC);
} else if (_root.nextPlace == "cut04") {
removeMovieClip(_root.heroMC);
} else if (_root.nextPlace == "cut07") {
removeMovieClip(_root.heroMC);
} else if (_root.nextPlace == "cut08") {
removeMovieClip(_root.heroMC);
} else if (_root.nextPlace == "cut10") {
removeMovieClip(_root.heroMC);
}
if (_root.heroMC._visible == false) {
_root.heroMC._visible = true;
}
removeMovieClip(_root.F);
removeMovieClip(_root.C);
removeMovieClip(_root.p3);
removeMovieClip(_root.E);
removeMovieClip(_root.B);
removeMovieClip(_root.p1);
removeMovieClip(_root.D);
removeMovieClip(_root.A);
removeMovieClip(_root.p2);
removeMovieClip(_root.Eattaques);
removeMovieClip(_root.alchemy_items);
removeMovieClip(_root.domages);
removeMovieClip(_root.Menu1);
_root.fade = "in";
_root.deleteObjets();
_root.gotoAndStop(_root.nextPlace);
gotoAndStop (1);
stop();
Symbol 209 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 2
_root.marche = "oui";
_root.fade = "out";
Symbol 209 MovieClip Frame 7
_root.fadein._visible = false;
gotoAndStop (1);
Symbol 210 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 2
_root.marche = "non";
Symbol 210 MovieClip Frame 7
_root.heroMC.speed = _root.newspeed;
_root.newx = _root.heroMC._x;
_root.newy = _root.heroMC._y;
_root.newxwidth = _root.heroMC._xscale;
_root.newyheight = _root.heroMC._yscale;
removeMovieClip(_root.heroMC);
_root.fade = "in";
_root.deleteObjets();
if ((_root.boss == "boss1") || (_root.boss == "boss2")) {
} else {
if (_root.region == "m") {
sortesEnemy = new Array("mouche", "jelly_vert");
_root.choixEnemy = sortesEnemy[random(2)];
} else if ((_root.region == "m1") || (_root.region == "m2")) {
sortesEnemy = new Array("jelly_bleu");
_root.choixEnemy = sortesEnemy[random(1)];
} else if (_root.region == "c") {
sortesEnemy = new Array("pod", "guard");
_root.choixEnemy = sortesEnemy[random(2)];
} else if (_root.region == "i") {
sortesEnemy = new Array("mouche");
_root.choixEnemy = sortesEnemy[random(1)];
} else if (_root.region == "f") {
sortesEnemy = new Array("frost worm");
_root.choixEnemy = sortesEnemy[random(1)];
}
if ((_root.Gus_j != "oui") || (_root.Joe_j != "oui")) {
sortesFormation = new Array("formation1", "formation2", "formation3", "formation4");
_root.choixFormation = sortesFormation[random(4)];
} else if ((_root.choixEnemy == "guard") || (_root.choixEnemy == "frost worm")) {
sortesFormation = new Array("formation1", "formation2", "formation3", "formation4");
_root.choixFormation = sortesFormation[random(4)];
} else {
sortesFormation = new Array("formation1", "formation2", "formation6", "formation7");
_root.choixFormation = sortesFormation[random(4)];
}
}
_root.gotoAndPlay("btl");
gotoAndStop (1);
Symbol 220 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 2
stop();
frame = "map";
Symbol 220 MovieClip Frame 3
stop();
frame = "village";
Symbol 220 MovieClip Frame 4
stop();
frame = "btl1";
Symbol 220 MovieClip Frame 5
stop();
frame = "btl2";
Symbol 220 MovieClip Frame 6
stop();
frame = "centrale";
Symbol 220 MovieClip Frame 7
stop();
frame = "loner";
Symbol 220 MovieClip Frame 8
frame = "bar";
Symbol 220 MovieClip Frame 9
stop();
frame = "mine";
Symbol 220 MovieClip Frame 10
stop();
frame = "boss";
Symbol 220 MovieClip Frame 11
stop();
frame = "foret";
Symbol 220 MovieClip Frame 12
stop();
frame = "intro";
Symbol 227 Button
on (release) {
_root.gotoAndPlay("intro");
}
Symbol 247 MovieClip Frame 55
stop();
_root.play();
Symbol 253 Button
on (release) {
_root.ligne1._visible = false;
_root.ligne2._visible = false;
_root.ligne3._visible = false;
_root.gotoAndPlay("menu");
}
Symbol 254 Button
on (release) {
_root.ligne1._visible = false;
_root.ligne2._visible = false;
_root.ligne3._visible = false;
_root.gotoAndPlay("menu");
}
Symbol 258 MovieClip Frame 1
stop();
Symbol 258 MovieClip Frame 16
_root.nextline = _root.nextline + 1;
Symbol 258 MovieClip Frame 36
if ((_root.nextline == 3) && (this._name == "ligne3")) {
_root.page = 2;
}
if ((_root.nextline == 6) && (this._name == "ligne3")) {
_root.page = 3;
}
if ((_root.nextline == 8) && (this._name == "ligne3")) {
_root.page = 4;
}
if ((_root.nextline == 11) && (this._name == "ligne3")) {
_root.page = 5;
}
if ((_root.nextline == 14) && (this._name == "ligne3")) {
_root.page = 6;
}
if ((_root.nextline == 17) && (this._name == "ligne3")) {
_root.page = 7;
}
stop();
Symbol 265 Button
on (release) {
_root.gotoAndPlay("new");
}
Symbol 273 Button
on (release) {
_root.gotoAndPlay("Menu_to_load");
}
Symbol 275 Button
on (release) {
if (ch1_ch2._visible == false) {
ch1_ch2._visible = true;
} else if (ch1_ch2._visible == true) {
ch1_ch2._visible = false;
}
}
Symbol 281 Button
on (release) {
getURL ("http://www.maxgames.com/game/max-mesiria-rpg-1.html", "_blank");
}
Symbol 283 Button
on (release) {
getURL ("http://www.maxgames.com/game/max-mesiria-rpg-2.html", "_blank");
}
Symbol 285 MovieClip Frame 9
stop();
ch1_ch2._visible = false;
Instance of Symbol 284 MovieClip "ch1_ch2" in Symbol 285 MovieClip Frame 9
onClipEvent (load) {
this._visible = false;
}
Symbol 290 Button
on (release) {
_root.gotoAndStop("mainmenu");
}
Symbol 292 Button
on (release) {
_root.nextPlace = "livre1";
_root.fadeout.play();
}
Symbol 294 MovieClip Frame 207
stop();
_root.gotoAndPlay("intro_fondu");
Symbol 298 Button
on (release) {
if (numload.text == "1") {
_root.Nom = "SnailsAnimation/Mes3_save1";
_root.savefile = SharedObject.getLocal(_root.Nom);
if (_root.Nom == "SnailsAnimation/Mes3_save1") {
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save1");
} else if (_root.Nom == "SnailsAnimation/Mes3_save2") {
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save2");
} else if (_root.Nom == "SnailsAnimation/Mes3_save3") {
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save3");
}
_root.soyeb = _root.savefile.data.soyeb;
_root.dry_water = _root.savefile.data.dry_water;
_root.sulfur = _root.savefile.data.sulfur;
_root.fire_rock = _root.savefile.data.fire_rock;
_root.spring_grass = _root.savefile.data.spring_grass;
_root.winter_root = _root.savefile.data.winter_root;
_root.sea_algea = _root.savefile.data.sea_algea;
_root.energy_dust = _root.savefile.data.energy_dust;
_root.iron = _root.savefile.data.iron;
_root.mint = _root.savefile.data.mint;
_root.potion = _root.savefile.data.potion;
_root.life_worm = _root.savefile.data.life_worm;
_root.smoked_fish = _root.savefile.data.smoked_fish;
_root.fish_filet = _root.savefile.data.fish_filet;
_root.GusAlch = _root.savefile.data.GusAlch;
_root.GusAlch_qt = _root.savefile.data.GusAlch_qt;
_root.JoeAlch = _root.savefile.data.JoeAlch;
_root.JoeAlch_qt = _root.savefile.data.JoeAlch_qt;
_root.GorvusAlch = _root.savefile.data.GorvusAlch;
_root.GorvusAlch_qt = _root.savefile.data.GorvusAlch_qt;
_root.Alchemys = _root.savefile.data.Alchemys;
_root.GusMaxHP = _root.savefile.data.GusMaxHP;
_root.GusHP = _root.savefile.data.GusHP;
_root.GusLV = _root.savefile.data.GusLV;
_root.GusExp = _root.savefile.data.GusExp;
_root.GusST = _root.savefile.data.GusST;
_root.GusEN = _root.savefile.data.GusEN;
_root.GusSP = _root.savefile.data.GusSP;
_root.GusIN = _root.savefile.data.GusIN;
_root.GusTech1 = _root.savefile.data.GusTech1;
_root.GusTech2 = _root.savefile.data.GusTech2;
_root.GusTech3 = _root.savefile.data.GusTech3;
_root.GusTech4 = _root.savefile.data.GusTech4;
_root.GusmaxTech1 = _root.savefile.data.GusmaxTech1;
_root.GusmaxTech2 = _root.savefile.data.GusmaxTech2;
_root.GusmaxTech3 = _root.savefile.data.GusmaxTech3;
_root.GusmaxTech4 = _root.savefile.data.GusmaxTech4;
_root.GusHeadslot = _root.savefile.data.GusHeadslot;
_root.GusBodyslot = _root.savefile.data.GusBodyslot;
_root.GusArmsslot = _root.savefile.data.GusArmsslot;
_root.GusLegsslot = _root.savefile.data.GusLegsslot;
_root.GusExtraslot = _root.savefile.data.GusExtraslot;
_root.GusWpnslot = _root.savefile.data.GusWpnslot;
_root.JoeMaxHP = _root.savefile.data.JoeMaxHP;
_root.JoeHP = _root.savefile.data.JoeHP;
_root.JoeLV = _root.savefile.data.JoeLV;
_root.JoeExp = _root.savefile.data.JoeExp;
_root.JoeST = _root.savefile.data.JoeST;
_root.JoeEN = _root.savefile.data.JoeEN;
_root.JoeSP = _root.savefile.data.JoeSP;
_root.JoeIN = _root.savefile.data.JoeIN;
_root.JoeTech1 = _root.savefile.data.JoeTech1;
_root.JoeTech2 = _root.savefile.data.JoeTech2;
_root.JoeTech3 = _root.savefile.data.JoeTech3;
_root.JoemaxTech1 = _root.savefile.data.JoemaxTech1;
_root.JoemaxTech2 = _root.savefile.data.JoemaxTech2;
_root.JoemaxTech3 = _root.savefile.data.JoemaxTech3;
_root.JoeHeadslot = _root.savefile.data.JoeHeadslot;
_root.JoeBodyslot = _root.savefile.data.JoeBodyslot;
_root.JoeArmsslot = _root.savefile.data.JoeArmsslot;
_root.JoeLegsslot = _root.savefile.data.JoeLegsslot;
_root.JoeExtraslot = _root.savefile.data.JoeExtraslot;
_root.JoeWpnslot = _root.savefile.data.JoeWpnslot;
_root.GorvusMaxHP = _root.savefile.data.GorvusMaxHP;
_root.GorvusHP = _root.savefile.data.GorvusHP;
_root.GorvusLV = _root.savefile.data.GorvusLV;
_root.GorvusExp = _root.savefile.data.GorvusExp;
_root.GorvusST = _root.savefile.data.GorvusST;
_root.GorvusEN = _root.savefile.data.GorvusEN;
_root.GorvusSP = _root.savefile.data.GorvusSP;
_root.GorvusIN = _root.savefile.data.GorvusIN;
_root.GorvusTech1 = _root.savefile.data.GorvusTech1;
_root.GorvusmaxTech1 = _root.savefile.data.GorvusmaxTech1;
_root.GorvusHeadslot = _root.savefile.data.GorvusHeadslot;
_root.GorvusBodyslot = _root.savefile.data.GorvusBodyslot;
_root.GorvusArmsslot = _root.savefile.data.GorvusArmsslot;
_root.GorvusLegsslot = _root.savefile.data.GorvusLegsslot;
_root.GorvusExtraslot = _root.savefile.data.GorvusExtraslot;
_root.GorvusWpnslot = _root.savefile.data.GorvusWpnslot;
_root.eslot1 = _root.savefile.data.eslot1;
_root.eslot2 = _root.savefile.data.eslot2;
_root.eslot3 = _root.savefile.data.eslot3;
_root.eslot4 = _root.savefile.data.eslot4;
_root.eslot5 = _root.savefile.data.eslot5;
_root.eslot6 = _root.savefile.data.eslot6;
_root.eslot7 = _root.savefile.data.eslot7;
_root.eslot8 = _root.savefile.data.eslot8;
_root.eslot9 = _root.savefile.data.eslot9;
_root.eslot10 = _root.savefile.data.eslot10;
_root.eslot11 = _root.savefile.data.eslot11;
_root.eslot12 = _root.savefile.data.eslot12;
_root.eslot13 = _root.savefile.data.eslot13;
_root.eslot14 = _root.savefile.data.eslot14;
_root.eslot15 = _root.savefile.data.eslot15;
_root.eslot16 = _root.savefile.data.eslot16;
_root.eslot17 = _root.savefile.data.eslot17;
_root.eslot18 = _root.savefile.data.eslot18;
_root.eslot19 = _root.savefile.data.eslot19;
_root.eslot20 = _root.savefile.data.eslot20;
_root.eslot21 = _root.savefile.data.eslot21;
_root.eslot22 = _root.savefile.data.eslot22;
_root.eslot23 = _root.savefile.data.eslot23;
_root.eslot24 = _root.savefile.data.eslot24;
_root.eslot25 = _root.savefile.data.eslot25;
_root.eslot26 = _root.savefile.data.eslot26;
_root.eslot27 = _root.savefile.data.eslot27;
_root.eslot28 = _root.savefile.data.eslot28;
_root.eslot29 = _root.savefile.data.eslot29;
_root.eslot30 = _root.savefile.data.eslot30;
_root.eslot31 = _root.savefile.data.eslot31;
_root.eslot32 = _root.savefile.data.eslot32;
_root.eslot33 = _root.savefile.data.eslot33;
_root.eslot34 = _root.savefile.data.eslot34;
_root.eslot35 = _root.savefile.data.eslot35;
_root.eslot36 = _root.savefile.data.eslot36;
_root.islot1 = _root.savefile.data.islot1;
_root.islot2 = _root.savefile.data.islot2;
_root.islot3 = _root.savefile.data.islot3;
_root.islot4 = _root.savefile.data.islot4;
_root.islot5 = _root.savefile.data.islot5;
_root.islot6 = _root.savefile.data.islot6;
_root.islot7 = _root.savefile.data.islot7;
_root.islot8 = _root.savefile.data.islot8;
_root.islot9 = _root.savefile.data.islot9;
_root.islot10 = _root.savefile.data.islot10;
_root.ingslot1 = _root.savefile.data.ingslot1;
_root.ingslot2 = _root.savefile.data.ingslot2;
_root.ingslot3 = _root.savefile.data.ingslot3;
_root.ingslot4 = _root.savefile.data.ingslot4;
_root.ingslot5 = _root.savefile.data.ingslot5;
_root.ingslot6 = _root.savefile.data.ingslot6;
_root.ingslot7 = _root.savefile.data.ingslot7;
_root.ingslot8 = _root.savefile.data.ingslot8;
_root.ingslot9 = _root.savefile.data.ingslot9;
_root.ingslot10 = _root.savefile.data.ingslot10;
_root.Gus_j = _root.savefile.data.Gus_j;
_root.Joe_j = _root.savefile.data.Joe_j;
_root.Gorvus_j = _root.savefile.data.Gorvus_j;
_root.cut1 = _root.savefile.data.cut1;
_root.cut2 = _root.savefile.data.cut2;
_root.cut3 = _root.savefile.data.cut3;
_root.cut4 = _root.savefile.data.cut4;
_root.cut5 = _root.savefile.data.cut5;
_root.cut6 = _root.savefile.data.cut6;
_root.cut7 = _root.savefile.data.cut7;
_root.cut8 = _root.savefile.data.cut8;
_root.cut9 = _root.savefile.data.cut9;
_root.cut10 = _root.savefile.data.cut10;
_root.boss = _root.savefile.data.boss;
_root.region = _root.savefile.data.region;
_root.frame = _root.savefile.data.frame;
_root.framemort = _root.savefile.data.framemort;
_root.newx = _root.savefile.data.newx;
_root.newy = _root.savefile.data.newy;
_root.gotoAndPlay("loadgame");
} else if (numload.text == "2") {
_root.Nom = "SnailsAnimation/Mes3_save2";
_root.savefile = SharedObject.getLocal(_root.Nom);
_root.soyeb = _root.savefile.data.soyeb;
_root.dry_water = _root.savefile.data.dry_water;
_root.sulfur = _root.savefile.data.sulfur;
_root.fire_rock = _root.savefile.data.fire_rock;
_root.spring_grass = _root.savefile.data.spring_grass;
_root.winter_root = _root.savefile.data.winter_root;
_root.sea_algea = _root.savefile.data.sea_algea;
_root.energy_dust = _root.savefile.data.energy_dust;
_root.iron = _root.savefile.data.iron;
_root.mint = _root.savefile.data.mint;
_root.potion = _root.savefile.data.potion;
_root.life_worm = _root.savefile.data.life_worm;
_root.smoked_fish = _root.savefile.data.smoked_fish;
_root.fish_filet = _root.savefile.data.fish_filet;
_root.GusAlch = _root.savefile.data.GusAlch;
_root.GusAlch_qt = _root.savefile.data.GusAlch_qt;
_root.JoeAlch = _root.savefile.data.JoeAlch;
_root.JoeAlch_qt = _root.savefile.data.JoeAlch_qt;
_root.GorvusAlch = _root.savefile.data.GorvusAlch;
_root.GorvusAlch_qt = _root.savefile.data.GorvusAlch_qt;
_root.Alchemys = _root.savefile.data.Alchemys;
_root.GusMaxHP = _root.savefile.data.GusMaxHP;
_root.GusHP = _root.savefile.data.GusHP;
_root.GusLV = _root.savefile.data.GusLV;
_root.GusExp = _root.savefile.data.GusExp;
_root.GusST = _root.savefile.data.GusST;
_root.GusEN = _root.savefile.data.GusEN;
_root.GusSP = _root.savefile.data.GusSP;
_root.GusIN = _root.savefile.data.GusIN;
_root.GusTech1 = _root.savefile.data.GusTech1;
_root.GusTech2 = _root.savefile.data.GusTech2;
_root.GusTech3 = _root.savefile.data.GusTech3;
_root.GusTech4 = _root.savefile.data.GusTech4;
_root.GusHeadslot = _root.savefile.data.GusHeadslot;
_root.GusBodyslot = _root.savefile.data.GusBodyslot;
_root.GusArmsslot = _root.savefile.data.GusArmsslot;
_root.GusLegsslot = _root.savefile.data.GusLegsslot;
_root.GusExtraslot = _root.savefile.data.GusExtraslot;
_root.GusWpnslot = _root.savefile.data.GusWpnslot;
_root.JoeMaxHP = _root.savefile.data.JoeMaxHP;
_root.JoeHP = _root.savefile.data.JoeHP;
_root.JoeLV = _root.savefile.data.JoeLV;
_root.JoeExp = _root.savefile.data.JoeExp;
_root.JoeST = _root.savefile.data.JoeST;
_root.JoeEN = _root.savefile.data.JoeEN;
_root.JoeSP = _root.savefile.data.JoeSP;
_root.JoeIN = _root.savefile.data.JoeIN;
_root.JoeTech1 = _root.savefile.data.JoeTech1;
_root.JoeTech2 = _root.savefile.data.JoeTech2;
_root.JoeTech3 = _root.savefile.data.JoeTech3;
_root.JoeHeadslot = _root.savefile.data.JoeHeadslot;
_root.JoeBodyslot = _root.savefile.data.JoeBodyslot;
_root.JoeArmsslot = _root.savefile.data.JoeArmsslot;
_root.JoeLegsslot = _root.savefile.data.JoeLegsslot;
_root.JoeExtraslot = _root.savefile.data.JoeExtraslot;
_root.JoeWpnslot = _root.savefile.data.JoeWpnslot;
_root.GorvusMaxHP = _root.savefile.data.GorvusMaxHP;
_root.GorvusHP = _root.savefile.data.GorvusHP;
_root.GorvusLV = _root.savefile.data.GorvusLV;
_root.GorvusExp = _root.savefile.data.GorvusExp;
_root.GorvusST = _root.savefile.data.GorvusST;
_root.GorvusEN = _root.savefile.data.GorvusEN;
_root.GorvusSP = _root.savefile.data.GorvusSP;
_root.GorvusIN = _root.savefile.data.GorvusIN;
_root.GorvusTech1 = _root.savefile.data.GorvusTech1;
_root.GorvusHeadslot = _root.savefile.data.GorvusHeadslot;
_root.GorvusBodyslot = _root.savefile.data.GorvusBodyslot;
_root.GorvusArmsslot = _root.savefile.data.GorvusArmsslot;
_root.GorvusLegsslot = _root.savefile.data.GorvusLegsslot;
_root.GorvusExtraslot = _root.savefile.data.GorvusExtraslot;
_root.GorvusWpnslot = _root.savefile.data.GorvusWpnslot;
_root.eslot1 = _root.savefile.data.eslot1;
_root.eslot2 = _root.savefile.data.eslot2;
_root.eslot3 = _root.savefile.data.eslot3;
_root.eslot4 = _root.savefile.data.eslot4;
_root.eslot5 = _root.savefile.data.eslot5;
_root.eslot6 = _root.savefile.data.eslot6;
_root.eslot7 = _root.savefile.data.eslot7;
_root.eslot8 = _root.savefile.data.eslot8;
_root.eslot9 = _root.savefile.data.eslot9;
_root.eslot10 = _root.savefile.data.eslot10;
_root.eslot11 = _root.savefile.data.eslot11;
_root.eslot12 = _root.savefile.data.eslot12;
_root.eslot13 = _root.savefile.data.eslot13;
_root.eslot14 = _root.savefile.data.eslot14;
_root.eslot15 = _root.savefile.data.eslot15;
_root.eslot16 = _root.savefile.data.eslot16;
_root.eslot17 = _root.savefile.data.eslot17;
_root.eslot18 = _root.savefile.data.eslot18;
_root.eslot19 = _root.savefile.data.eslot19;
_root.eslot20 = _root.savefile.data.eslot20;
_root.eslot21 = _root.savefile.data.eslot21;
_root.eslot22 = _root.savefile.data.eslot22;
_root.eslot23 = _root.savefile.data.eslot23;
_root.eslot24 = _root.savefile.data.eslot24;
_root.eslot25 = _root.savefile.data.eslot25;
_root.eslot26 = _root.savefile.data.eslot26;
_root.eslot27 = _root.savefile.data.eslot27;
_root.eslot28 = _root.savefile.data.eslot28;
_root.eslot29 = _root.savefile.data.eslot29;
_root.eslot30 = _root.savefile.data.eslot30;
_root.eslot31 = _root.savefile.data.eslot31;
_root.eslot32 = _root.savefile.data.eslot32;
_root.eslot33 = _root.savefile.data.eslot33;
_root.eslot34 = _root.savefile.data.eslot34;
_root.eslot35 = _root.savefile.data.eslot35;
_root.eslot36 = _root.savefile.data.eslot36;
_root.islot1 = _root.savefile.data.islot1;
_root.islot2 = _root.savefile.data.islot2;
_root.islot3 = _root.savefile.data.islot3;
_root.islot4 = _root.savefile.data.islot4;
_root.islot5 = _root.savefile.data.islot5;
_root.islot6 = _root.savefile.data.islot6;
_root.islot7 = _root.savefile.data.islot7;
_root.islot8 = _root.savefile.data.islot8;
_root.islot9 = _root.savefile.data.islot9;
_root.islot10 = _root.savefile.data.islot10;
_root.ingslot1 = _root.savefile.data.ingslot1;
_root.ingslot2 = _root.savefile.data.ingslot2;
_root.ingslot3 = _root.savefile.data.ingslot3;
_root.ingslot4 = _root.savefile.data.ingslot4;
_root.ingslot5 = _root.savefile.data.ingslot5;
_root.ingslot6 = _root.savefile.data.ingslot6;
_root.ingslot7 = _root.savefile.data.ingslot7;
_root.ingslot8 = _root.savefile.data.ingslot8;
_root.ingslot9 = _root.savefile.data.ingslot9;
_root.ingslot10 = _root.savefile.data.ingslot10;
_root.Gus_j = _root.savefile.data.Gus_j;
_root.Joe_j = _root.savefile.data.Joe_j;
_root.Gorvus_j = _root.savefile.data.Gorvus_j;
_root.cut1 = _root.savefile.data.cut1;
_root.cut2 = _root.savefile.data.cut2;
_root.cut3 = _root.savefile.data.cut3;
_root.cut4 = _root.savefile.data.cut4;
_root.cut5 = _root.savefile.data.cut5;
_root.cut6 = _root.savefile.data.cut6;
_root.cut7 = _root.savefile.data.cut7;
_root.cut8 = _root.savefile.data.cut8;
_root.cut9 = _root.savefile.data.cut9;
_root.cut10 = _root.savefile.data.cut10;
_root.boss = _root.savefile.data.boss;
_root.region = _root.savefile.data.region;
_root.frame = _root.savefile.data.frame;
_root.framemort = _root.savefile.data.framemort;
_root.newx = _root.savefile.data.newx;
_root.newy = _root.savefile.data.newy;
_root.gotoAndPlay("loadgame");
} else if (numload.text == "3") {
_root.Nom = "SnailsAnimation/Mes3_save3";
_root.savefile = SharedObject.getLocal(_root.Nom);
_root.soyeb = _root.savefile.data.soyeb;
_root.dry_water = _root.savefile.data.dry_water;
_root.sulfur = _root.savefile.data.sulfur;
_root.fire_rock = _root.savefile.data.fire_rock;
_root.spring_grass = _root.savefile.data.spring_grass;
_root.winter_root = _root.savefile.data.winter_root;
_root.sea_algea = _root.savefile.data.sea_algea;
_root.energy_dust = _root.savefile.data.energy_dust;
_root.iron = _root.savefile.data.iron;
_root.mint = _root.savefile.data.mint;
_root.potion = _root.savefile.data.potion;
_root.life_worm = _root.savefile.data.life_worm;
_root.smoked_fish = _root.savefile.data.smoked_fish;
_root.fish_filet = _root.savefile.data.fish_filet;
_root.GusAlch = _root.savefile.data.GusAlch;
_root.GusAlch_qt = _root.savefile.data.GusAlch_qt;
_root.JoeAlch = _root.savefile.data.JoeAlch;
_root.JoeAlch_qt = _root.savefile.data.JoeAlch_qt;
_root.GorvusAlch = _root.savefile.data.GorvusAlch;
_root.GorvusAlch_qt = _root.savefile.data.GorvusAlch_qt;
_root.Alchemys = _root.savefile.data.Alchemys;
_root.GusMaxHP = _root.savefile.data.GusMaxHP;
_root.GusHP = _root.savefile.data.GusHP;
_root.GusLV = _root.savefile.data.GusLV;
_root.GusExp = _root.savefile.data.GusExp;
_root.GusST = _root.savefile.data.GusST;
_root.GusEN = _root.savefile.data.GusEN;
_root.GusSP = _root.savefile.data.GusSP;
_root.GusIN = _root.savefile.data.GusIN;
_root.GusTech1 = _root.savefile.data.GusTech1;
_root.GusTech2 = _root.savefile.data.GusTech2;
_root.GusTech3 = _root.savefile.data.GusTech3;
_root.GusTech4 = _root.savefile.data.GusTech4;
_root.GusHeadslot = _root.savefile.data.GusHeadslot;
_root.GusBodyslot = _root.savefile.data.GusBodyslot;
_root.GusArmsslot = _root.savefile.data.GusArmsslot;
_root.GusLegsslot = _root.savefile.data.GusLegsslot;
_root.GusExtraslot = _root.savefile.data.GusExtraslot;
_root.GusWpnslot = _root.savefile.data.GusWpnslot;
_root.JoeMaxHP = _root.savefile.data.JoeMaxHP;
_root.JoeHP = _root.savefile.data.JoeHP;
_root.JoeLV = _root.savefile.data.JoeLV;
_root.JoeExp = _root.savefile.data.JoeExp;
_root.JoeST = _root.savefile.data.JoeST;
_root.JoeEN = _root.savefile.data.JoeEN;
_root.JoeSP = _root.savefile.data.JoeSP;
_root.JoeIN = _root.savefile.data.JoeIN;
_root.JoeTech1 = _root.savefile.data.JoeTech1;
_root.JoeTech2 = _root.savefile.data.JoeTech2;
_root.JoeTech3 = _root.savefile.data.JoeTech3;
_root.JoeHeadslot = _root.savefile.data.JoeHeadslot;
_root.JoeBodyslot = _root.savefile.data.JoeBodyslot;
_root.JoeArmsslot = _root.savefile.data.JoeArmsslot;
_root.JoeLegsslot = _root.savefile.data.JoeLegsslot;
_root.JoeExtraslot = _root.savefile.data.JoeExtraslot;
_root.JoeWpnslot = _root.savefile.data.JoeWpnslot;
_root.GorvusMaxHP = _root.savefile.data.GorvusMaxHP;
_root.GorvusHP = _root.savefile.data.GorvusHP;
_root.GorvusLV = _root.savefile.data.GorvusLV;
_root.GorvusExp = _root.savefile.data.GorvusExp;
_root.GorvusST = _root.savefile.data.GorvusST;
_root.GorvusEN = _root.savefile.data.GorvusEN;
_root.GorvusSP = _root.savefile.data.GorvusSP;
_root.GorvusIN = _root.savefile.data.GorvusIN;
_root.GorvusTech1 = _root.savefile.data.GorvusTech1;
_root.GorvusHeadslot = _root.savefile.data.GorvusHeadslot;
_root.GorvusBodyslot = _root.savefile.data.GorvusBodyslot;
_root.GorvusArmsslot = _root.savefile.data.GorvusArmsslot;
_root.GorvusLegsslot = _root.savefile.data.GorvusLegsslot;
_root.GorvusExtraslot = _root.savefile.data.GorvusExtraslot;
_root.GorvusWpnslot = _root.savefile.data.GorvusWpnslot;
_root.eslot1 = _root.savefile.data.eslot1;
_root.eslot2 = _root.savefile.data.eslot2;
_root.eslot3 = _root.savefile.data.eslot3;
_root.eslot4 = _root.savefile.data.eslot4;
_root.eslot5 = _root.savefile.data.eslot5;
_root.eslot6 = _root.savefile.data.eslot6;
_root.eslot7 = _root.savefile.data.eslot7;
_root.eslot8 = _root.savefile.data.eslot8;
_root.eslot9 = _root.savefile.data.eslot9;
_root.eslot10 = _root.savefile.data.eslot10;
_root.eslot11 = _root.savefile.data.eslot11;
_root.eslot12 = _root.savefile.data.eslot12;
_root.eslot13 = _root.savefile.data.eslot13;
_root.eslot14 = _root.savefile.data.eslot14;
_root.eslot15 = _root.savefile.data.eslot15;
_root.eslot16 = _root.savefile.data.eslot16;
_root.eslot17 = _root.savefile.data.eslot17;
_root.eslot18 = _root.savefile.data.eslot18;
_root.eslot19 = _root.savefile.data.eslot19;
_root.eslot20 = _root.savefile.data.eslot20;
_root.eslot21 = _root.savefile.data.eslot21;
_root.eslot22 = _root.savefile.data.eslot22;
_root.eslot23 = _root.savefile.data.eslot23;
_root.eslot24 = _root.savefile.data.eslot24;
_root.eslot25 = _root.savefile.data.eslot25;
_root.eslot26 = _root.savefile.data.eslot26;
_root.eslot27 = _root.savefile.data.eslot27;
_root.eslot28 = _root.savefile.data.eslot28;
_root.eslot29 = _root.savefile.data.eslot29;
_root.eslot30 = _root.savefile.data.eslot30;
_root.eslot31 = _root.savefile.data.eslot31;
_root.eslot32 = _root.savefile.data.eslot32;
_root.eslot33 = _root.savefile.data.eslot33;
_root.eslot34 = _root.savefile.data.eslot34;
_root.eslot35 = _root.savefile.data.eslot35;
_root.eslot36 = _root.savefile.data.eslot36;
_root.islot1 = _root.savefile.data.islot1;
_root.islot2 = _root.savefile.data.islot2;
_root.islot3 = _root.savefile.data.islot3;
_root.islot4 = _root.savefile.data.islot4;
_root.islot5 = _root.savefile.data.islot5;
_root.islot6 = _root.savefile.data.islot6;
_root.islot7 = _root.savefile.data.islot7;
_root.islot8 = _root.savefile.data.islot8;
_root.islot9 = _root.savefile.data.islot9;
_root.islot10 = _root.savefile.data.islot10;
_root.ingslot1 = _root.savefile.data.ingslot1;
_root.ingslot2 = _root.savefile.data.ingslot2;
_root.ingslot3 = _root.savefile.data.ingslot3;
_root.ingslot4 = _root.savefile.data.ingslot4;
_root.ingslot5 = _root.savefile.data.ingslot5;
_root.ingslot6 = _root.savefile.data.ingslot6;
_root.ingslot7 = _root.savefile.data.ingslot7;
_root.ingslot8 = _root.savefile.data.ingslot8;
_root.ingslot9 = _root.savefile.data.ingslot9;
_root.ingslot10 = _root.savefile.data.ingslot10;
_root.Gus_j = _root.savefile.data.Gus_j;
_root.Joe_j = _root.savefile.data.Joe_j;
_root.Gorvus_j = _root.savefile.data.Gorvus_j;
_root.cut1 = _root.savefile.data.cut1;
_root.cut2 = _root.savefile.data.cut2;
_root.cut3 = _root.savefile.data.cut3;
_root.cut4 = _root.savefile.data.cut4;
_root.cut5 = _root.savefile.data.cut5;
_root.cut6 = _root.savefile.data.cut6;
_root.cut7 = _root.savefile.data.cut7;
_root.cut8 = _root.savefile.data.cut8;
_root.cut9 = _root.savefile.data.cut9;
_root.cut10 = _root.savefile.data.cut10;
_root.boss = _root.savefile.data.boss;
_root.region = _root.savefile.data.region;
_root.frame = _root.savefile.data.frame;
_root.framemort = _root.savefile.data.framemort;
_root.newx = _root.savefile.data.newx;
_root.newy = _root.savefile.data.newy;
_root.gotoAndPlay("loadgame");
}
}
Symbol 301 Button
on (release) {
_parent.save1.erase.enabled = false;
_parent.save2.erase.enabled = false;
_parent.save3.erase.enabled = false;
_parent.save1.load1.enabled = false;
_parent.save2.load1.enabled = false;
_parent.save3.load1.enabled = false;
gotoAndStop (3);
}
Symbol 304 MovieClip Frame 1
stop();
Symbol 304 MovieClip Frame 2
stop();
Symbol 304 MovieClip Frame 3
stop();
Symbol 304 MovieClip Frame 4
stop();
Symbol 311 Button
on (release) {
if (numload.text == "1") {
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save1");
for (var myVariable in _root.savefile.data) {
delete _root.savefile.data[myVariable];
}
gotoAndStop (2);
}
if (numload.text == "2") {
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save2");
for (var myVariable in _root.savefile.data) {
delete _root.savefile.data[myVariable];
}
gotoAndStop (2);
}
if (numload.text == "3") {
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save3");
for (var myVariable in _root.savefile.data) {
delete _root.savefile.data[myVariable];
}
gotoAndStop (2);
}
_parent.save1.erase.enabled = true;
_parent.save2.erase.enabled = true;
_parent.save3.erase.enabled = true;
_parent.save1.load1.enabled = true;
_parent.save2.load1.enabled = true;
_parent.save3.load1.enabled = true;
}
Symbol 312 Button
on (release) {
_parent.gotoAndPlay(2);
}
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 2
stop();
Symbol 314 MovieClip Frame 3
stop();
Symbol 315 Button
on (release) {
_root.gotoAndPlay("load_to_menu");
}
Symbol 316 MovieClip Frame 1
stop();
Instance of Symbol 314 MovieClip "save2" in Symbol 316 MovieClip Frame 1
onClipEvent (load) {
this.numload.text = "2";
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save2");
if (_root.savefile.data.GusHP == undefined) {
this.gotoAndStop(2);
} else {
this.soyeb.text = _root.savefile.data.soyeb;
this.GusLV.text = "LV " + _root.savefile.data.GusLV;
if (_root.savefile.data.framemort == "tB1") {
this.ville.text = "Transfer station";
} else if (_root.savefile.data.framemort == "oE2") {
this.ville.text = "Ortema";
} else if (_root.savefile.data.framemort == "m2B1") {
this.ville.text = "Ortema mine";
} else if (_root.savefile.data.framemort == "cD4") {
this.ville.text = "Central";
} else if (_root.savefile.data.framemort == "fA2") {
this.ville.text = "Winter forest";
} else if (_root.savefile.data.framemort == "gA1") {
this.ville.text = "Gerz";
}
}
}
Instance of Symbol 314 MovieClip "save3" in Symbol 316 MovieClip Frame 1
onClipEvent (load) {
this.numload.text = "3";
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save3");
if (_root.savefile.data.GusHP == undefined) {
this.gotoAndStop(2);
} else {
this.soyeb.text = _root.savefile.data.soyeb;
this.GusLV.text = "LV " + _root.savefile.data.GusLV;
if (_root.savefile.data.framemort == "tB1") {
this.ville.text = "Transfer station";
} else if (_root.savefile.data.framemort == "oE2") {
this.ville.text = "Ortema";
} else if (_root.savefile.data.framemort == "m2B1") {
this.ville.text = "Ortema mine";
} else if (_root.savefile.data.framemort == "cD4") {
this.ville.text = "Central";
} else if (_root.savefile.data.framemort == "fA2") {
this.ville.text = "Winter forest";
} else if (_root.savefile.data.framemort == "gA1") {
this.ville.text = "Gerz";
}
}
}
Instance of Symbol 314 MovieClip "save1" in Symbol 316 MovieClip Frame 1
onClipEvent (load) {
this.numload.text = "1";
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save1");
if (_root.savefile.data.GusHP == undefined) {
this.gotoAndStop(2);
} else {
this.soyeb.text = _root.savefile.data.soyeb;
this.GusLV.text = "LV " + _root.savefile.data.GusLV;
if (_root.savefile.data.framemort == "tB1") {
this.ville.text = "Transfer station";
} else if (_root.savefile.data.framemort == "oE2") {
this.ville.text = "Ortema";
} else if (_root.savefile.data.framemort == "m2B1") {
this.ville.text = "Ortema mine";
} else if (_root.savefile.data.framemort == "cD4") {
this.ville.text = "Central";
} else if (_root.savefile.data.framemort == "fA2") {
this.ville.text = "Winter forest";
} else if (_root.savefile.data.framemort == "gA1") {
this.ville.text = "Gerz";
}
}
}
Symbol 316 MovieClip Frame 2
gotoAndStop (1);
Symbol 319 MovieClip Frame 10
stop();
_root.mouseclick.play();
_root.dessin.play();
Symbol 322 MovieClip Frame 10
if (_root.frame == "livre1") {
gotoAndPlay (70);
}
Instance of Symbol 321 MovieClip in Symbol 322 MovieClip Frame 10
onClipEvent (mouseDown) {
_parent.gotoAndStop("fin");
_root.dessin.gotoAndStop("fin");
}
Symbol 322 MovieClip Frame 129
stop();
Instance of Symbol 321 MovieClip in Symbol 322 MovieClip Frame 129
onClipEvent (mouseDown) {
_root.mouseclick._visible = false;
_root.fadeout.play();
_root.dessin.gotoAndPlay("fin");
}
Symbol 325 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 5
stop();
Symbol 325 MovieClip Frame 10
stop();
Symbol 326 Button
on (release) {
_root.fadeout.play();
_root.nextPlace = "cut01";
}
Symbol 332 MovieClip Frame 1
stop();
Symbol 332 MovieClip Frame 25
stop();
Symbol 332 MovieClip Frame 35
stop();
Symbol 379 MovieClip Frame 9
_root.Gus._x = _root.warpx;
_root.Gus._y = _root.warpy;
Symbol 379 MovieClip Frame 17
stop();
_root.Gus.marche = "oui";
Symbol 380 MovieClip Frame 1
this.gotoAndStop("stand_" + _root.position_Gus);
if (_root.position_Gus == undefined) {
this.gotoAndStop("stand_" + _root.G_lastpose);
}
enemy_marche = "non";
Symbol 380 MovieClip Frame 2
pose = "down";
_root.G_lastpose = "down";
enemy_marche = "non";
Symbol 380 MovieClip Frame 3
pose = "up";
_root.G_lastpose = "up";
enemy_marche = "non";
Symbol 380 MovieClip Frame 4
pose = "left";
_root.G_lastpose = "left";
enemy_marche = "non";
Symbol 380 MovieClip Frame 5
pose = "right";
_root.G_lastpose = "right";
enemy_marche = "non";
Symbol 380 MovieClip Frame 6
pose = "down";
_root.G_lastpose = "down";
enemy_marche = "oui";
Symbol 380 MovieClip Frame 7
pose = "up";
_root.G_lastpose = "up";
enemy_marche = "oui";
Symbol 380 MovieClip Frame 8
pose = "left";
_root.G_lastpose = "left";
enemy_marche = "oui";
Symbol 380 MovieClip Frame 9
pose = "right";
_root.G_lastpose = "right";
enemy_marche = "oui";
Symbol 380 MovieClip Frame 10
pose = "up";
enemy_marche = "non";
Symbol 380 MovieClip Frame 11
pose = "down";
enemy_marche = "non";
Symbol 380 MovieClip Frame 12
pose = "warp";
enemy_marche = "non";
Symbol 415 MovieClip Frame 1
this.gotoAndStop("stand_" + _root.position_Gus);
if (_root.position_Gus == undefined) {
this.gotoAndStop("stand_" + _root.G_lastpose);
}
enemy_marche = "non";
Symbol 415 MovieClip Frame 2
pose = "down";
_root.G_lastpose = "down";
enemy_marche = "non";
Symbol 415 MovieClip Frame 3
pose = "up";
_root.G_lastpose = "up";
enemy_marche = "non";
Symbol 415 MovieClip Frame 4
pose = "left";
_root.G_lastpose = "left";
enemy_marche = "non";
Symbol 415 MovieClip Frame 5
pose = "right";
_root.G_lastpose = "right";
enemy_marche = "non";
Symbol 415 MovieClip Frame 6
pose = "down";
_root.G_lastpose = "down";
enemy_marche = "oui";
Symbol 415 MovieClip Frame 7
pose = "up";
_root.G_lastpose = "up";
enemy_marche = "oui";
Symbol 415 MovieClip Frame 8
pose = "left";
_root.G_lastpose = "left";
enemy_marche = "oui";
Symbol 415 MovieClip Frame 9
pose = "right";
_root.G_lastpose = "right";
enemy_marche = "oui";
Symbol 416 MovieClip Frame 1
stop();
Instance of Symbol 380 MovieClip "hero" in Symbol 416 MovieClip Frame 1
onClipEvent (keyUp) {
this.gotoAndStop("stand_" + this.pose);
}
Symbol 416 MovieClip Frame 2
stop();
Instance of Symbol 415 MovieClip "hero" in Symbol 416 MovieClip Frame 2
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Symbol 417 Button
on (keyPress "<Enter>") {
if (_root.Menu_m._visible == false) {
_root.Menu_m._visible = true;
_root.Menu_m.gotoAndPlay(2);
} else if (_root.Menu_m._visible == true) {
_root.Menu_m.gotoAndPlay("sort");
}
}
Symbol 459 Button
on (press) {
_root.texte_perso.son_no.play();
_root.texte_perso.w1 = undefined;
_root.texte_perso.w2 = undefined;
_root.texte_perso.w3 = undefined;
_root.texte_perso.w4 = undefined;
_root.texte_perso.w5 = undefined;
_root.texte_perso.w6 = undefined;
_root.texte_perso.w7 = undefined;
_root.texte_perso.w8 = undefined;
_root.texte_perso.w9 = undefined;
_root.texte_perso.w10 = undefined;
_root.texte_perso.w11 = undefined;
_root.texte_perso.w12 = undefined;
_root.texte_perso.w13 = undefined;
_root.texte_perso.w14 = undefined;
_root.texte_perso.w15 = undefined;
_root.texte_perso.w16 = undefined;
_root.texte_perso.w17 = undefined;
_root.texte_perso.w18 = undefined;
_root.texte_perso.w19 = undefined;
_root.texte_perso.w20 = undefined;
_root.texte_perso.w21 = undefined;
_root.texte_perso.w22 = undefined;
_root.texte_perso.w23 = undefined;
_root.texte_perso.w24 = undefined;
_root.texte_perso.w25 = undefined;
_root.texte_perso.w26 = undefined;
_root.texte_perso.w27 = undefined;
_root.texte_perso.w28 = undefined;
_root.texte_perso.w29 = undefined;
_root.texte_perso.w30 = undefined;
_root.texte_perso.w31 = undefined;
_root.texte_perso.w32 = undefined;
_root.texte_perso.w33 = undefined;
_root.texte_perso.w34 = undefined;
_root.texte_perso.w35 = undefined;
_root.texte_perso.w36 = undefined;
_root.texte_perso.w37 = undefined;
_root.texte_perso.w38 = undefined;
_root.texte_perso.w39 = undefined;
_root.texte_perso.w40 = undefined;
_root.texte_perso.w41 = undefined;
_root.texte_perso.w42 = undefined;
_root.texte_perso.w43 = undefined;
_root.texte_perso.w44 = undefined;
_root.texte_perso.w45 = undefined;
_root.texte_perso.w46 = undefined;
_root.texte_perso.w47 = undefined;
_root.texte_perso.w48 = undefined;
_root.texte_perso.w49 = undefined;
_root.texte_perso.w50 = undefined;
_root.texte_perso.answer = "no";
_root.texte_perso.play();
}
Symbol 464 Button
on (press) {
_root.texte_perso.son_yes.play();
_root.texte_perso.w1 = undefined;
_root.texte_perso.w2 = undefined;
_root.texte_perso.w3 = undefined;
_root.texte_perso.w4 = undefined;
_root.texte_perso.w5 = undefined;
_root.texte_perso.w6 = undefined;
_root.texte_perso.w7 = undefined;
_root.texte_perso.w8 = undefined;
_root.texte_perso.w9 = undefined;
_root.texte_perso.w10 = undefined;
_root.texte_perso.w11 = undefined;
_root.texte_perso.w12 = undefined;
_root.texte_perso.w13 = undefined;
_root.texte_perso.w14 = undefined;
_root.texte_perso.w15 = undefined;
_root.texte_perso.w16 = undefined;
_root.texte_perso.w17 = undefined;
_root.texte_perso.w18 = undefined;
_root.texte_perso.w19 = undefined;
_root.texte_perso.w20 = undefined;
_root.texte_perso.w21 = undefined;
_root.texte_perso.w22 = undefined;
_root.texte_perso.w23 = undefined;
_root.texte_perso.w24 = undefined;
_root.texte_perso.w25 = undefined;
_root.texte_perso.w26 = undefined;
_root.texte_perso.w27 = undefined;
_root.texte_perso.w28 = undefined;
_root.texte_perso.w29 = undefined;
_root.texte_perso.w30 = undefined;
_root.texte_perso.w31 = undefined;
_root.texte_perso.w32 = undefined;
_root.texte_perso.w33 = undefined;
_root.texte_perso.w34 = undefined;
_root.texte_perso.w35 = undefined;
_root.texte_perso.w36 = undefined;
_root.texte_perso.w37 = undefined;
_root.texte_perso.w38 = undefined;
_root.texte_perso.w39 = undefined;
_root.texte_perso.w40 = undefined;
_root.texte_perso.w41 = undefined;
_root.texte_perso.w42 = undefined;
_root.texte_perso.w43 = undefined;
_root.texte_perso.w44 = undefined;
_root.texte_perso.w45 = undefined;
_root.texte_perso.w46 = undefined;
_root.texte_perso.w47 = undefined;
_root.texte_perso.w48 = undefined;
_root.texte_perso.w49 = undefined;
_root.texte_perso.w50 = undefined;
_root.texte_perso.answer = "yes";
_root.texte_perso.play();
}
Symbol 466 MovieClip Frame 50
stop();
Instance of Symbol 321 MovieClip in Symbol 468 MovieClip Frame 2
onClipEvent (mouseDown) {
_parent.mask.gotoAndStop(50);
_parent.gotoAndStop(50);
}
Symbol 468 MovieClip Frame 50
stop();
if (_root.texte_perso.btn_yes_no == "oui") {
_root.texte_perso.yes_no._visible = true;
} else {
_root.texte_perso.yes_no._visible = false;
}
Instance of Symbol 321 MovieClip in Symbol 468 MovieClip Frame 50
onClipEvent (mouseDown) {
_root.texte_perso.play();
}
Symbol 469 MovieClip Frame 1
stop();
this._visible = false;
Symbol 469 MovieClip Frame 2
_root.marche = "non";
this._visible = true;
Instance of Symbol 304 MovieClip "Gus" in Symbol 469 MovieClip Frame 3
onClipEvent (load) {
this._visible = false;
if (_root.perso == "Gus_g") {
this.gotoAndStop("Gus");
this._visible = true;
} else if (_root.perso == "Prof_g") {
this.gotoAndStop("Prof");
this._visible = true;
} else if (_root.perso == "Vick_g") {
this.gotoAndStop("Vick");
this._visible = true;
} else if (_root.perso == "Gus_g_Vick_d") {
this.gotoAndStop("Gus");
this._visible = true;
} else if (_root.perso == "Gorvus_g") {
this.gotoAndStop("Gorvus");
this._visible = true;
}
}
Instance of Symbol 304 MovieClip "Gus" in Symbol 469 MovieClip Frame 3
onClipEvent (load) {
this._visible = false;
if (_root.perso == "Gus_d") {
this.gotoAndStop("Gus");
this._visible = true;
} else if (_root.perso == "Prof_d") {
this.gotoAndStop("Prof");
this._visible = true;
} else if (_root.perso == "Vick_d") {
this.gotoAndStop("Vick");
this._visible = true;
} else if (_root.perso == "Gus_g_Vick_d") {
this.gotoAndStop("Vick");
this._visible = true;
} else if (_root.perso == "Gorvus_d") {
this.gotoAndStop("Gorvus");
this._visible = true;
}
}
Symbol 469 MovieClip Frame 4
stop();
_root.texteMap(_root.personnage, 1);
Instance of Symbol 465 MovieClip "yes_no" in Symbol 469 MovieClip Frame 4
onClipEvent (load) {
this._visible = false;
}
Symbol 469 MovieClip Frame 5
if (btn_yes_no == "oui") {
btn_yes_no = undefined;
}
i = _root.personnage.sujets;
if (_root.personnage["sujet" + i].length == 1) {
gotoAndPlay (20);
}
Symbol 469 MovieClip Frame 7
stop();
_root.texteMap(_root.personnage, 2);
Symbol 469 MovieClip Frame 8
i = _root.personnage.sujets;
if (_root.personnage["sujet" + i].length == 2) {
gotoAndPlay (20);
}
Symbol 469 MovieClip Frame 10
stop();
_root.texteMap(_root.personnage, 3);
Symbol 469 MovieClip Frame 11
i = _root.personnage.sujets;
if (_root.personnage["sujet" + i].length == 3) {
gotoAndPlay (20);
}
Symbol 469 MovieClip Frame 13
stop();
_root.texteMap(_root.personnage, 4);
Symbol 469 MovieClip Frame 14
i = _root.personnage.sujets;
if (_root.personnage["sujet" + i].length == 4) {
gotoAndPlay (20);
}
Symbol 469 MovieClip Frame 16
stop();
_root.texteMap(_root.personnage, 5);
Symbol 469 MovieClip Frame 17
i = _root.personnage.sujets;
if (_root.personnage["sujet" + i].length == 5) {
gotoAndPlay (20);
}
Symbol 469 MovieClip Frame 19
stop();
_root.texteMap(_root.personnage, 6);
Symbol 469 MovieClip Frame 22
_root.peu_parler = "non";
Symbol 469 MovieClip Frame 23
_root.marche = "oui";
_root.personnage = "";
_root.perso = "";
gotoAndStop (1);
Symbol 473 MovieClip Frame 1
stop();
Symbol 473 MovieClip Frame 2
stop();
Symbol 478 MovieClip Frame 1
stop();
Symbol 478 MovieClip Frame 2
stop();
Symbol 478 MovieClip Frame 3
stop();
Symbol 478 MovieClip Frame 4
stop();
Symbol 529 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 529 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 529 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 529 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 529 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 529 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 529 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 529 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Symbol 529 MovieClip Frame 10
stop();
pose = "up";
lastpose = "boite_up";
Symbol 529 MovieClip Frame 11
stop();
pose = "right";
lastpose = "boite_right";
Symbol 529 MovieClip Frame 12
stop();
pose = "right";
lastpose = "s_boite_right";
Symbol 529 MovieClip Frame 13
stop();
pose = "up";
lastpose = "s_boite_up";
Symbol 566 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 566 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 566 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 566 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 566 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 566 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 566 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 566 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Symbol 575 MovieClip Frame 1
stop();
Symbol 575 MovieClip Frame 2
stop();
Symbol 633 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 633 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 633 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 633 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 633 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 633 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 633 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 633 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Symbol 647 MovieClip Frame 1
stop();
Instance of Symbol 635 MovieClip "ombre" in Symbol 647 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 647 MovieClip Frame 2
stop();
Symbol 647 MovieClip Frame 3
stop();
Symbol 647 MovieClip Frame 4
stop();
Symbol 647 MovieClip Frame 5
stop();
Instance of Symbol 651 MovieClip in Symbol 659 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(5);
}
Instance of Symbol 653 MovieClip in Symbol 659 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(10);
}
Instance of Symbol 658 MovieClip in Symbol 659 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(15);
}
Instance of Symbol 656 MovieClip in Symbol 660 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(15);
}
Instance of Symbol 656 MovieClip in Symbol 660 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(5);
}
Instance of Symbol 672 MovieClip "over4" in Symbol 673 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(10);
}
Instance of Symbol 653 MovieClip in Symbol 681 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(15);
}
Symbol 721 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 721 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 721 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 721 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 721 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 721 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 721 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 721 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Instance of Symbol 722 MovieClip "p" in Symbol 723 MovieClip Frame 1
onClipEvent (load) {
this.p.gotoAndStop("walk_up");
}
Instance of Symbol 722 MovieClip "p" in Symbol 723 MovieClip Frame 15
onClipEvent (load) {
this.p.gotoAndStop("stand_up");
}
Instance of Symbol 722 MovieClip "p" in Symbol 723 MovieClip Frame 35
onClipEvent (load) {
this.p.gotoAndStop("stand_down");
}
Instance of Symbol 722 MovieClip "p" in Symbol 723 MovieClip Frame 45
onClipEvent (load) {
this.p.gotoAndStop("walk_down");
}
Instance of Symbol 722 MovieClip "p" in Symbol 723 MovieClip Frame 60
onClipEvent (load) {
this.p.gotoAndStop("stand_down");
}
Instance of Symbol 722 MovieClip "p" in Symbol 723 MovieClip Frame 80
onClipEvent (load) {
this.p.gotoAndStop("stand_up");
}
Symbol 761 MovieClip Frame 1
stop();
Symbol 792 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 792 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 792 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 792 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 792 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 792 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 792 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 792 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Symbol 823 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 823 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 823 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 823 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 823 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 823 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 823 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 823 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Symbol 850 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 850 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 850 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 850 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 850 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 850 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 850 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 850 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Instance of Symbol 635 MovieClip "ombre" in Symbol 851 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 851 MovieClip "p" in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
this.p.gotoAndStop("walk_right");
}
Instance of Symbol 851 MovieClip "p" in Symbol 852 MovieClip Frame 25
onClipEvent (load) {
this.p.gotoAndStop("walk_up");
}
Instance of Symbol 851 MovieClip "p" in Symbol 852 MovieClip Frame 50
onClipEvent (load) {
this.p.gotoAndStop("walk_down");
}
Instance of Symbol 851 MovieClip "p" in Symbol 852 MovieClip Frame 75
onClipEvent (load) {
this.p.gotoAndStop("walk_left");
}
Instance of Symbol 635 MovieClip "ombre" in Symbol 906 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 924 MovieClip Frame 1
stop();
pose = "down";
lastpose = "stand_down";
Symbol 924 MovieClip Frame 2
stop();
pose = "left";
lastpose = "stand_left";
Symbol 924 MovieClip Frame 3
stop();
pose = "right";
lastpose = "stand_right";
Symbol 924 MovieClip Frame 4
stop();
pose = "up";
lastpose = "stand_up";
Instance of Symbol 635 MovieClip "ombre" in Symbol 925 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 934 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 934 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 934 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 934 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 934 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 934 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 934 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 934 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Instance of Symbol 635 MovieClip "ombre" in Symbol 935 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 934 MovieClip in Symbol 935 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
this.gotoAndStop("stand_up");
}
Symbol 962 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 962 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 962 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 962 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 962 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 962 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 962 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 962 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Instance of Symbol 635 MovieClip "ombre" in Symbol 963 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 962 MovieClip in Symbol 963 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 672 MovieClip "over4" in Symbol 979 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(10);
}
Instance of Symbol 978 MovieClip "over5" in Symbol 979 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(20);
}
Instance of Symbol 978 MovieClip "over5" in Symbol 979 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(40);
}
Instance of Symbol 978 MovieClip "over5" in Symbol 982 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(40);
}
Symbol 1002 MovieClip Frame 50
gotoAndPlay (1);
Symbol 1002 MovieClip Frame 51
_root.enemy02.gotoAndPlay(35);
Symbol 1002 MovieClip Frame 80
gotoAndPlay (1);
Symbol 1045 MovieClip Frame 1
stop();
Symbol 1127 MovieClip Frame 1
if (_root.boss1 == "oui") {
this.gotoAndStop(26);
}
Symbol 1127 MovieClip Frame 25
gotoAndPlay (1);
Symbol 1127 MovieClip Frame 26
stop();
Symbol 1142 MovieClip Frame 1
if (_root.boss1 == "fini") {
this.gotoAndStop(5);
}
Symbol 1142 MovieClip Frame 4
gotoAndPlay (1);
Symbol 1142 MovieClip Frame 5
stop();
Symbol 1175 MovieClip Frame 1
if (_root.boss1 == "oui") {
this.gotoAndStop(26);
}
Symbol 1175 MovieClip Frame 25
gotoAndPlay (1);
Symbol 1175 MovieClip Frame 26
stop();
Symbol 1294 MovieClip Frame 1
if (_root.boss1 == "oui") {
this.gotoAndStop(26);
}
Symbol 1294 MovieClip Frame 25
gotoAndPlay (1);
Symbol 1294 MovieClip Frame 26
stop();
Instance of Symbol 635 MovieClip "ombre" in Symbol 1335 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 1335 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 1335 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 1335 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 1335 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 1335 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 1335 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 1335 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 1335 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Symbol 1375 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 1375 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 1375 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 1375 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 1375 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 1375 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 1375 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 1375 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Instance of Symbol 1376 MovieClip in Symbol 1377 MovieClip Frame 1
onClipEvent (load) {
this.p.gotoAndStop("walk_left");
}
Instance of Symbol 1376 MovieClip in Symbol 1377 MovieClip Frame 25
onClipEvent (load) {
this.p.gotoAndStop("stand_left");
}
Instance of Symbol 1376 MovieClip in Symbol 1377 MovieClip Frame 50
onClipEvent (load) {
this.p.gotoAndStop("walk_right");
}
Instance of Symbol 1376 MovieClip in Symbol 1377 MovieClip Frame 75
onClipEvent (load) {
this.p.gotoAndStop("stand_right");
}
Symbol 1429 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 1429 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 1429 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 1429 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 1429 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 1429 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 1429 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 1429 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Instance of Symbol 1430 MovieClip "p" in Symbol 1431 MovieClip Frame 1
onClipEvent (load) {
this.p.gotoAndStop("stand_up");
}
Instance of Symbol 1430 MovieClip "p" in Symbol 1431 MovieClip Frame 20
onClipEvent (load) {
this.p.gotoAndStop("walk_right");
}
Instance of Symbol 1430 MovieClip "p" in Symbol 1431 MovieClip Frame 40
onClipEvent (load) {
this.p.gotoAndStop("stand_up");
}
Instance of Symbol 1430 MovieClip "p" in Symbol 1431 MovieClip Frame 60
onClipEvent (load) {
this.p.gotoAndStop("walk_left");
}
Instance of Symbol 1430 MovieClip "p" in Symbol 1431 MovieClip Frame 80
onClipEvent (load) {
this.p.gotoAndStop("stand_up");
}
Symbol 1445 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 1445 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 1445 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 1445 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 1445 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 1445 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 1445 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 1445 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Symbol 1445 MovieClip Frame 10
stop();
pose = "up";
lastpose = "boite_up";
Symbol 1445 MovieClip Frame 11
stop();
pose = "right";
lastpose = "boite_right";
Symbol 1445 MovieClip Frame 12
stop();
pose = "right";
lastpose = "s_boite_right";
Symbol 1445 MovieClip Frame 13
stop();
pose = "up";
lastpose = "s_boite_up";
Symbol 1480 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 1480 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 1480 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 1480 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 1480 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 1480 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 1480 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 1480 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Symbol 1518 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 1518 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 1518 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 1518 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 1518 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 1518 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 1518 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 1518 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Instance of Symbol 1519 MovieClip "p" in Symbol 1520 MovieClip Frame 1
onClipEvent (load) {
this.p.gotoAndStop("walk_right");
}
Instance of Symbol 1519 MovieClip "p" in Symbol 1520 MovieClip Frame 15
onClipEvent (load) {
this.p.gotoAndStop("walk_up");
}
Instance of Symbol 1519 MovieClip "p" in Symbol 1520 MovieClip Frame 30
onClipEvent (load) {
this.p.gotoAndStop("walk_right");
}
Instance of Symbol 1519 MovieClip "p" in Symbol 1520 MovieClip Frame 50
onClipEvent (load) {
this.p.gotoAndStop("walk_down");
}
Instance of Symbol 1519 MovieClip "p" in Symbol 1520 MovieClip Frame 65
onClipEvent (load) {
this.p.gotoAndStop("walk_left");
}
Instance of Symbol 1519 MovieClip "p" in Symbol 1520 MovieClip Frame 95
onClipEvent (load) {
this.p.gotoAndStop("stand_right");
}
Symbol 1623 MovieClip Frame 50
gotoAndPlay (1);
Symbol 1623 MovieClip Frame 51
_root.enemy02.gotoAndPlay(35);
Symbol 1623 MovieClip Frame 80
gotoAndPlay (1);
Instance of Symbol 1390 MovieClip "o1" in Symbol 1643 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1385 MovieClip "o2" in Symbol 1643 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 1385 MovieClip "o2" in Symbol 1643 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths((this._y * 400) + this._x);
}
Instance of Symbol 913 MovieClip in Symbol 1701 MovieClip Frame 1
onClipEvent (load) {
if (_root.boss_caverne == "oui") {
this.swapDepths(20);
removeMovieClip(this);
}
}
Instance of Symbol 913 MovieClip in Symbol 1714 MovieClip Frame 1
onClipEvent (load) {
if (_root.boss_caverne == "oui") {
this.swapDepths(20);
removeMovieClip(this);
}
}
Instance of Symbol 913 MovieClip in Symbol 1731 MovieClip Frame 1
onClipEvent (load) {
if (_root.boss_caverne == "oui") {
this.swapDepths(20);
removeMovieClip(this);
}
}
Instance of Symbol 913 MovieClip in Symbol 1731 MovieClip Frame 1
onClipEvent (load) {
if (_root.boss_caverne == "oui") {
this.swapDepths(20);
removeMovieClip(this);
}
}
Instance of Symbol 913 MovieClip in Symbol 1744 MovieClip Frame 1
onClipEvent (load) {
if (_root.boss_caverne == "oui") {
this.swapDepths(20);
removeMovieClip(this);
}
}
Symbol 1770 MovieClip Frame 1
stop();
Symbol 1770 MovieClip Frame 2
stop();
Symbol 1770 MovieClip Frame 3
stop();
Symbol 1770 MovieClip Frame 4
stop();
Symbol 1770 MovieClip Frame 5
stop();
Symbol 1777 MovieClip Frame 1
stop();
pose = "right";
lastpose = "stand_right";
Symbol 1777 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 1777 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 1824 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 1824 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 1824 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 1824 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 1824 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 1824 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 1824 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 1824 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Instance of Symbol 1825 MovieClip "p" in Symbol 1826 MovieClip Frame 1
onClipEvent (load) {
this.p.gotoAndStop("stand_down");
}
Instance of Symbol 1825 MovieClip "p" in Symbol 1826 MovieClip Frame 25
onClipEvent (load) {
this.p.gotoAndStop("walk_up");
}
Instance of Symbol 1825 MovieClip "p" in Symbol 1826 MovieClip Frame 34
onClipEvent (load) {
this.p.gotoAndStop("walk_left");
}
Instance of Symbol 1825 MovieClip "p" in Symbol 1826 MovieClip Frame 49
onClipEvent (load) {
this.p.gotoAndStop("stand_down");
}
Instance of Symbol 1825 MovieClip "p" in Symbol 1826 MovieClip Frame 80
onClipEvent (load) {
this.p.gotoAndStop("walk_right");
}
Instance of Symbol 1825 MovieClip "p" in Symbol 1826 MovieClip Frame 95
onClipEvent (load) {
this.p.gotoAndStop("stand_down");
}
Instance of Symbol 1825 MovieClip "p" in Symbol 1826 MovieClip Frame 145
onClipEvent (load) {
this.p.gotoAndStop("walk_down");
}
Instance of Symbol 1825 MovieClip "p" in Symbol 1826 MovieClip Frame 155
onClipEvent (load) {
this.p.gotoAndStop("stand_down");
}
Symbol 1836 MovieClip Frame 1
stop();
pose = "right";
lastpose = "stand_right";
Symbol 1836 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 1836 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Instance of Symbol 1842 MovieClip "p" in Symbol 1843 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(200);
}
Instance of Symbol 913 MovieClip in Symbol 1845 MovieClip Frame 1
onClipEvent (load) {
if (_root.boss_caverne == "oui") {
this.swapDepths(20);
removeMovieClip(this);
}
}
Symbol 1864 Button
on (rollOver) {
if (_root.type_item == "") {
if (this.slot == "Potion") {
_root.item_desc = "Heals 150 HP";
_root.variable_item = "potion";
_root.qt_item = 1;
} else if (this.slot == "Life worm") {
_root.item_desc = "Revive a character";
_root.variable_item = "life_worm";
_root.qt_item = 1;
} else if (this.slot == "Smoked fish") {
_root.item_desc = "Heals 300 HP";
_root.variable_item = "smoked_fish";
_root.qt_item = 1;
} else if (this.slot == "Fish filet") {
_root.item_desc = "Heals 500 HP";
_root.variable_item = "fish_filet";
_root.qt_item = 1;
}
}
}
on (rollOut) {
if (_root.type_item == "") {
_root.item_desc = "";
}
}
on (release) {
_root.type_item = "item";
if (_root.soyeb < this.qt) {
_root.purchase = "Not enough money!";
_root.btn_yes._visible = false;
_root.btn_no._visible = false;
} else {
_root.purchase = "Do you wish to purchase this item?";
if (this.slot == "Potion") {
_root.item_desc = "Heals 150 HP";
_root.variable_item = "potion";
_root.qt_item = 1;
} else if (this.slot == "Life worm") {
_root.item_desc = "Revive a character";
_root.variable_item = "life_worm";
_root.qt_item = 1;
} else if (this.slot == "Smoked fish") {
_root.item_desc = "Heals 300 HP";
_root.variable_item = "smoked_fish";
_root.qt_item = 1;
} else if (this.slot == "Fish filet") {
_root.item_desc = "Heals 500 HP";
_root.variable_item = "fish_filet";
_root.qt_item = 1;
}
_root.btn_yes._visible = true;
_root.btn_no._visible = true;
_root.choix_item = this.slot;
_root.prix = this.qt;
}
_root.gotoAndStop(_root.perso + "_achat");
}
Symbol 1874 Button
on (rollOver) {
if (_root.type_item == "") {
if (this.slot == "Mind charm") {
_root.item_desc = "8 INT";
} else if (this.slot == "Speed medal") {
_root.item_desc = "8 SPD";
} else if (this.slot == "Monster repulser") {
_root.item_desc = "50% less monster encounters";
}
}
}
on (rollOut) {
if (_root.type_item == "") {
_root.item_desc = "";
}
}
on (release) {
_root.type_item = "equipement";
if (_root.eslot36 != "") {
_root.purchase = "Not enough room!";
_root.btn_yes._visible = false;
_root.btn_no._visible = false;
} else if (_root.soyeb < this.qt) {
_root.purchase = "Not enough money!";
_root.btn_yes._visible = false;
_root.btn_no._visible = false;
} else {
_root.purchase = "Do you wish to purchase this item?";
_root.btn_yes._visible = true;
_root.btn_no._visible = true;
_root.choix_item = this.slot;
_root.prix = this.qt;
}
_root.gotoAndStop(_root.perso + "_achat");
}
Symbol 1876 Button
on (release) {
_root.son_no.play();
_root.choix_item = "";
_root.type_item = "";
_root.item_desc = "";
_root.gotoAndStop(perso);
}
Symbol 1877 Button
on (release) {
_root.son_coins.play();
_root.achatMagasin();
_root.gotoAndStop(_root.perso);
}
Symbol 1881 MovieClip Frame 1
stop();
Symbol 1881 MovieClip Frame 2
stop();
Symbol 1885 MovieClip Frame 1
stop();
Symbol 1885 MovieClip Frame 2
stop();
Symbol 1890 Button
on (release) {
_root.fadeout.play();
_root.heroMC._xscale = 100;
_root.heroMC._xscale = 100;
_root.nextPlace = _root.frame;
}
Symbol 1908 Button
on (rollOver) {
if (_root.type_item == "") {
_root.persoMagasin(this.slot);
}
}
on (rollOut) {
if (_root.type_item == "") {
_root.item_desc = "";
_root.Gus._visible = false;
_root.Joe._visible = false;
_root.Gorvus._visible = false;
}
}
on (release) {
_root.type_item = "equipement";
if (_root.eslot36 != "") {
_root.purchase = "Not enough room!";
_root.btn_yes._visible = false;
_root.btn_no._visible = false;
} else if (_root.soyeb < this.qt) {
_root.purchase = "Not enough money!";
_root.btn_yes._visible = false;
_root.btn_no._visible = false;
} else {
_root.purchase = "Do you wish to purchase this item?";
_root.btn_yes._visible = true;
_root.btn_no._visible = true;
_root.choix_item = this.slot;
_root.prix = this.qt;
_root.persoMagasin(this.slot);
}
_root.gotoAndStop(_root.perso + "_achat");
}
Symbol 1918 Button
on (rollOver) {
if (_root.type_item == "") {
_root.persoMagasin(this.slot);
}
}
on (rollOut) {
if (_root.type_item == "") {
_root.item_desc = "";
_root.Gus._visible = false;
_root.Joe._visible = false;
_root.Gorvus._visible = false;
}
}
on (release) {
_root.type_item = "equipement";
if (_root.eslot36 != "") {
_root.purchase = "Not enough room!";
_root.btn_yes._visible = false;
_root.btn_no._visible = false;
} else if (_root.soyeb < this.qt) {
_root.purchase = "Not enough money!";
_root.btn_yes._visible = false;
_root.btn_no._visible = false;
} else {
_root.purchase = "Do you wish to purchase this item?";
_root.btn_yes._visible = true;
_root.btn_no._visible = true;
_root.choix_item = this.slot;
_root.prix = this.qt;
_root.persoMagasin(this.slot);
}
_root.gotoAndStop(_root.perso + "_achat");
}
Symbol 1933 Button
on (rollOver) {
if (_root.type_item == "") {
if (this.slot == "Dry water") {
_root.item_desc = "Dry water x 10";
_root.variable_item = "dry_water";
_root.qt_item = 10;
} else if (this.slot == "Sulfur") {
_root.item_desc = "Sulfur x 10";
_root.variable_item = "sulfur";
_root.qt_item = 10;
} else if (this.slot == "Fire rock") {
_root.item_desc = "Fire rock x 5";
_root.variable_item = "fire_rock";
_root.qt_item = 5;
} else if (this.slot == "Spring grass") {
_root.item_desc = "Spring grass x 10";
_root.variable_item = "spring_grass";
_root.qt_item = 10;
} else if (this.slot == "Iron") {
_root.item_desc = "Iron x 10";
_root.variable_item = "iron";
_root.qt_item = 10;
} else if (this.slot == "Mint") {
_root.item_desc = "Mint x 5";
_root.variable_item = "mint";
_root.qt_item = 5;
} else if (this.slot == "Energy dust") {
_root.item_desc = "Energy dust x 5";
_root.variable_item = "energy_dust";
_root.qt_item = 5;
} else if (this.slot == "Winter root") {
_root.item_desc = "Winter root x 5";
_root.variable_item = "winter_root";
_root.qt_item = 5;
} else if (this.slot == "Sea algea") {
_root.item_desc = "Sea algea x 5";
_root.variable_item = "sea_algea";
_root.qt_item = 5;
}
}
}
on (rollOut) {
if (_root.type_item == "") {
_root.item_desc = "";
}
}
on (release) {
_root.type_item = "ingredient";
if (_root.soyeb < this.qt) {
_root.purchase = "Not enough money!";
_root.btn_yes._visible = false;
_root.btn_no._visible = false;
} else {
_root.purchase = "Do you wish to purchase this item?";
if (this.slot == "Dry water") {
_root.item_desc = "Dry water x 10";
_root.variable_item = "dry_water";
_root.qt_item = 10;
} else if (this.slot == "Sulfur") {
_root.item_desc = "Sulfur x 10";
_root.variable_item = "sulfur";
_root.qt_item = 10;
} else if (this.slot == "Fire rock") {
_root.item_desc = "Fire rock x 5";
_root.variable_item = "fire_rock";
_root.qt_item = 5;
} else if (this.slot == "Spring grass") {
_root.item_desc = "Spring grass x 10";
_root.variable_item = "spring_grass";
_root.qt_item = 10;
} else if (this.slot == "Iron") {
_root.item_desc = "Iron x 10";
_root.variable_item = "iron";
_root.qt_item = 10;
} else if (this.slot == "Mint") {
_root.item_desc = "Mint x 5";
_root.variable_item = "mint";
_root.qt_item = 5;
} else if (this.slot == "Energy dust") {
_root.item_desc = "Energy dust x 5";
_root.variable_item = "energy_dust";
_root.qt_item = 5;
} else if (this.slot == "Winter root") {
_root.item_desc = "Winter root x 5";
_root.variable_item = "winter_root";
_root.qt_item = 5;
} else if (this.slot == "Sea algea") {
_root.item_desc = "Sea algea x 5";
_root.variable_item = "sea_algea";
_root.qt_item = 5;
}
_root.btn_yes._visible = true;
_root.btn_no._visible = true;
_root.choix_item = this.slot;
_root.prix = this.qt;
}
_root.gotoAndStop(_root.perso + "_achat");
}
Symbol 1958 Button
on (release) {
_root.fadeout.play();
_root.newx = 350;
_root.newy = 250;
_root.heroMC._x = _root.newx;
_root.heroMC._y = _root.newy;
_root.nextPlace = _root.frame;
}
Symbol 1999 MovieClip Frame 1
stop();
Symbol 1999 MovieClip Frame 2
stop();
Symbol 1999 MovieClip Frame 3
stop();
Symbol 1999 MovieClip Frame 4
stop();
Symbol 1999 MovieClip Frame 5
stop();
Symbol 1999 MovieClip Frame 6
stop();
Symbol 1999 MovieClip Frame 7
stop();
_root.neige._visible = true;
Symbol 1999 MovieClip Frame 8
stop();
Symbol 2014 Button
on (release) {
if (_root.Menu1.perso != "None") {
path = this._name;
if (_root.Menu1.perso == "Gus") {
if (path == "p1") {
_root.Gus_target = "Gus";
} else if (path == "p2") {
_root.Gus_target = "Joe";
} else if (path == "p3") {
_root.Gus_target = "Gorvus";
}
trace(("Gus = " + _root.Gus_action) + _root.Gus_target);
} else if (_root.Menu1.perso == "Joe") {
if (path == "p1") {
_root.Joe_target = "Gus";
} else if (path == "p2") {
_root.Joe_target = "Joe";
} else if (path == "p3") {
_root.Joe_target = "Gorvus";
}
trace(("Joe = " + _root.Joe_action) + _root.Joe_target);
} else if (_root.Menu1.perso == "Gorvus") {
if (path == "p1") {
_root.Gorvus_target = "Gus";
} else if (path == "p2") {
_root.Gorvus_target = "Joe";
} else if (path == "p3") {
_root.Gorvus_target = "Gorvus";
}
trace(("Gorvus = " + _root.Gorvus_action) + _root.Gorvus_target);
}
_root.p1.targ.enabled = false;
_root.p2.targ.enabled = false;
_root.p3.targ.enabled = false;
_root.Menu1.gotoAndPlay(_root.Menu1.nextperso);
}
}
Symbol 2015 MovieClip Frame 8
_root.p2etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2022 MovieClip Frame 12
_root.leTarget("Joe");
Symbol 2023 MovieClip Frame 3
if (_root.Joe_action == "Power attack") {
_parent.gotoAndPlay("idle");
} else {
_root.p2etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
}
Symbol 2038 MovieClip Frame 4
stop();
Symbol 2039 MovieClip Frame 1
stop();
Symbol 2039 MovieClip Frame 2
stop();
Symbol 2039 MovieClip Frame 3
stop();
Symbol 2039 MovieClip Frame 4
stop();
Symbol 2039 MovieClip Frame 5
stop();
Symbol 2039 MovieClip Frame 6
stop();
Symbol 2044 MovieClip Frame 6
perso = "Joe";
if (_root[_root[perso + "_target"]].HP <= 0) {
newTarget = new Array();
if (_root.A.HP > 0) {
newTarget.push(_root.A.HP);
}
if (_root.B.HP > 0) {
newTarget.push(_root.B.HP);
}
if (_root.C.HP > 0) {
newTarget.push(_root.C.HP);
}
if (_root.D.HP > 0) {
newTarget.push(_root.D.HP);
}
if (_root.E.HP > 0) {
newTarget.push(_root.E.HP);
}
if (_root.F.HP > 0) {
newTarget.push(_root.F.HP);
}
newTarget.sort(Array.NUMERIC);
if (newTarget[0] == _root.A.HP) {
_root[perso + "_target"] = "A";
} else if (newTarget[0] == _root.B.HP) {
_root[perso + "_target"] = "B";
} else if (newTarget[0] == _root.C.HP) {
_root[perso + "_target"] = "C";
} else if (newTarget[0] == _root.D.HP) {
_root[perso + "_target"] = "D";
} else if (newTarget[0] == _root.E.HP) {
_root[perso + "_target"] = "E";
} else if (newTarget[0] == _root.F.HP) {
_root[perso + "_target"] = "F";
}
}
Instance of Symbol 2039 MovieClip in Symbol 2044 MovieClip Frame 7
onClipEvent (load) {
this.gotoAndPlay(_root.Joe_target);
}
Symbol 2044 MovieClip Frame 8
_root.attack("Joe", "normal");
Symbol 2044 MovieClip Frame 12
_root.p2etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2055 MovieClip Frame 4
_root.JoeTech1 = _root.JoeTech1 - 1;
if (_root.JoeTech1 <= 0) {
_root.JoeTech1 = 0;
}
_root.attack("Joe", "double");
Symbol 2055 MovieClip Frame 14
_parent.gotoAndPlay("apres-attaque");
Symbol 2056 MovieClip Frame 8
_root.JoeTech2 = _root.JoeTech2 - 1;
if (_root.JoeTech2 <= 0) {
_root.JoeTech2 = 0;
}
if (_root.A.HP > 0) {
_root.Joe_target = "A";
_root.attack("Joe", "normal");
}
if (_root.B.HP > 0) {
_root.Joe_target = "B";
_root.attack("Joe", "normal");
}
if (_root.C.HP > 0) {
_root.Joe_target = "C";
_root.attack("Joe", "normal");
}
if (_root.D.HP > 0) {
_root.Joe_target = "D";
_root.attack("Joe", "normal");
}
if (_root.E.HP > 0) {
_root.Joe_target = "E";
_root.attack("Joe", "normal");
}
if (_root.F.HP > 0) {
_root.Joe_target = "F";
_root.attack("Joe", "normal");
}
Symbol 2056 MovieClip Frame 12
_root.p2etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2063 MovieClip Frame 4
_root.JoeTech3 = _root.JoeTech3 - 1;
if (_root.JoeTech3 <= 0) {
_root.JoeTech3 = 0;
}
_root.attack("Joe", "power");
Symbol 2063 MovieClip Frame 15
_parent.gotoAndPlay("apres-attaque");
Symbol 2079 MovieClip Frame 16
if (((_root.Joe_action == "potion") || (_root.Joe_action == "smoked fish")) || (_root.Joe_action == "fish filet")) {
_root.alchemy_items.perso = "p2";
_root.alchemy_items.gotoAndPlay("item" + _root.Joe_target);
} else if (((_root.Joe_target == "Gus") || (_root.Joe_target == "Joe")) || (_root.Joe_target == "Gorvus")) {
_root.alchemy_items.perso = "p2";
_root.alchemy_items.gotoAndPlay(_root.Joe_action + _root.Joe_target);
} else {
_root.leTarget("Joe_Al");
_root.alchemy_items.perso = "p2";
}
_parent.gotoAndPlay("idle");
Symbol 2084 MovieClip Frame 6
_parent.gotoAndPlay("idle");
Symbol 2089 Button
on (release) {
if (_root.Menu1.perso != "None") {
path = _parent._name;
if (_root.Menu1.perso == "Gus") {
if (path == "p1") {
_root.Gus_target = "Gus";
} else if (path == "p2") {
_root.Gus_target = "Joe";
} else if (path == "p3") {
_root.Gus_target = "Gorvus";
}
trace(("Gus = " + _root.Gus_action) + _root.Gus_target);
} else if (_root.Menu1.perso == "Joe") {
if (path == "p1") {
_root.Joe_target = "Gus";
} else if (path == "p2") {
_root.Joe_target = "Joe";
} else if (path == "p3") {
_root.Joe_target = "Gorvus";
}
trace(("Joe = " + _root.Joe_action) + _root.Joe_target);
} else if (_root.Menu1.perso == "Gorvus") {
if (path == "p1") {
_root.Gorvus_target = "Gus";
} else if (path == "p2") {
_root.Gorvus_target = "Joe";
} else if (path == "p3") {
_root.Gorvus_target = "Gorvus";
}
trace(("Gorvus = " + _root.Gorvus_action) + _root.Gorvus_target);
}
_root.p1.meurt.targ.enabled = false;
_root.p2.meurt.targ.enabled = false;
_root.p3.meurt.targ.enabled = false;
_root.Menu1.gotoAndPlay(_root.Menu1.nextperso);
}
}
Symbol 2090 MovieClip Frame 5
stop();
targ.enabled = false;
Symbol 2091 MovieClip Frame 5
stop();
Symbol 2098 MovieClip Frame 1
if (_root.Joe_action == "None") {
gotoAndPlay ("replace");
} else if (_root.p2etat == "fini") {
gotoAndStop ("defense");
}
Symbol 2098 MovieClip Frame 7
_root.JoeSPD = _root.JoeSPD - 1000;
_root.p2etat = "fini";
_root.actions();
Symbol 2098 MovieClip Frame 8
stop();
Symbol 2098 MovieClip Frame 13
stop();
gotoAndStop ("defense");
Symbol 2098 MovieClip Frame 17
_parent.gotoAndPlay("idle");
Symbol 2099 MovieClip Frame 15
if (_root.Joe_action == "defense") {
_parent.gotoAndPlay("defense");
}
Symbol 2099 MovieClip Frame 16
_parent.gotoAndPlay("idle");
Symbol 2100 MovieClip Frame 18
_parent.gotoAndPlay("idle");
Symbol 2101 MovieClip Frame 8
if (_root.A.HP > 0) {
_root.Joe_target = "A";
_root.attack("Joe", "normal");
}
if (_root.B.HP > 0) {
_root.Joe_target = "B";
_root.attack("Joe", "normal");
}
if (_root.C.HP > 0) {
_root.Joe_target = "C";
_root.attack("Joe", "normal");
}
if (_root.D.HP > 0) {
_root.Joe_target = "D";
_root.attack("Joe", "normal");
}
if (_root.E.HP > 0) {
_root.Joe_target = "E";
_root.attack("Joe", "normal");
}
if (_root.F.HP > 0) {
_root.Joe_target = "F";
_root.attack("Joe", "normal");
}
Symbol 2101 MovieClip Frame 12
_root.p2etat = "fini";
_root.p1etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2102 MovieClip Frame 1
_root.Gus_action = "Power attack";
_root.p1.gotoAndPlay("pre-attaque");
Symbol 2102 MovieClip Frame 15
_parent.gotoAndPlay("apres-attaque");
Symbol 2103 MovieClip Frame 1
stop();
targ.enabled = false;
Symbol 2103 MovieClip Frame 2
stop();
Symbol 2103 MovieClip Frame 3
stop();
Symbol 2103 MovieClip Frame 4
stop();
Symbol 2103 MovieClip Frame 5
stop();
Symbol 2103 MovieClip Frame 6
stop();
Symbol 2103 MovieClip Frame 7
stop();
Symbol 2103 MovieClip Frame 8
stop();
Symbol 2103 MovieClip Frame 9
stop();
Symbol 2103 MovieClip Frame 10
stop();
Symbol 2103 MovieClip Frame 11
stop();
Symbol 2103 MovieClip Frame 12
stop();
Symbol 2103 MovieClip Frame 13
stop();
Symbol 2103 MovieClip Frame 14
stop();
Symbol 2103 MovieClip Frame 15
stop();
Symbol 2103 MovieClip Frame 16
stop();
Symbol 2103 MovieClip Frame 17
stop();
Symbol 2103 MovieClip Frame 18
stop();
Symbol 2103 MovieClip Frame 19
stop();
Symbol 2103 MovieClip Frame 20
stop();
Symbol 2103 MovieClip Frame 21
stop();
Symbol 2103 MovieClip Frame 22
stop();
Symbol 2103 MovieClip Frame 23
stop();
Symbol 2103 MovieClip Frame 24
stop();
Symbol 2103 MovieClip Frame 25
stop();
Symbol 2103 MovieClip Frame 26
stop();
Symbol 2103 MovieClip Frame 27
stop();
Symbol 2103 MovieClip Frame 28
stop();
Symbol 2103 MovieClip Frame 29
stop();
Symbol 2103 MovieClip Frame 30
stop();
Symbol 2103 MovieClip Frame 31
stop();
Symbol 2103 MovieClip Frame 32
stop();
Symbol 2103 MovieClip Frame 33
stop();
_root.JoeHP = 0;
Symbol 2123 MovieClip Frame 16
_root.p1etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2126 MovieClip Frame 16
_root.gus_vert = "no";
if ((_root.current.movie = _root.X)) {
_root.X.gotoAndPlay("idle_apres");
} else if ((_root.current.movie = (_root.A && (_root.B)) && (_root.C))) {
_root.A.gotoAndPlay("idle_apres");
} else if ((_root.current.movie = _root.A && (_root.B))) {
_root.A.gotoAndPlay("idle_apres");
} else if ((_root.current.movie = _root.C && (_root.B))) {
_root.B.gotoAndPlay("idle_apres");
} else if ((_root.current.movie = _root.A && (_root.C))) {
_root.A.gotoAndPlay("idle_apres");
} else if ((_root.current.movie = _root.A)) {
_root.A.gotoAndPlay("idle_apres");
} else if ((_root.current.movie = _root.B)) {
_root.B.gotoAndPlay("idle_apres");
} else if ((_root.current.movie = _root.C)) {
_root.C.gotoAndPlay("idle_apres");
}
_root.Gustave.gotoAndPlay("idle_apres");
Symbol 2131 MovieClip Frame 8
var i;
i = _root.maxHP - _root.HP;
max_i = _root.INT;
if (max_i >= 100) {
max_i = 100;
}
if (i >= max_i) {
i = max_i;
}
_root.tech2 = (_root.tech2 = _root.tech2 - 1);
if (_root.tech2 <= _root.mintech2) {
_root.tech2 = 0;
}
_root.HP = (_root.HP = _root.HP + max_i);
if (_root.HP <= _root.minHP) {
_root.HP = 0;
}
if (_root.HP >= _root.maxHP) {
_root.HP = _root.maxHP;
}
this.damage.text = (this.damage = this.damage + i);
Symbol 2131 MovieClip Frame 18
_root.gus_vert = "yes";
if ((_root.current.movie = _root.A.defense)) {
_root.A.defense.gotoAndPlay("no_hit");
_root.A.defense.defense.gotoAndPlay("no_hit");
}
if ((_root.current.movie = _root.B.defense)) {
_root.B.defense.gotoAndPlay("no_hit");
_root.B.defense.defense.gotoAndPlay("no_hit");
}
if ((_root.current.movie = _root.C.defense)) {
_root.C.defense.gotoAndPlay("no_hit");
_root.C.defense.defense.gotoAndPlay("no_hit");
}
if ((_root.current.movie = _root.X)) {
if ((_root.current.movie = _root.X.defense)) {
_root.X.defense.gotoAndPlay("no_hit");
_root.X.defense.defense.gotoAndPlay("no_hit");
} else {
_root.X.gotoAndPlay("idle_apres");
}
}
if ((_root.current.movie = (_root.A && (_root.B)) && (_root.C))) {
_root.A.gotoAndPlay("idle_apres");
} else if ((_root.current.movie = _root.A && (_root.B))) {
_root.A.gotoAndPlay("idle_apres");
} else if ((_root.current.movie = _root.C && (_root.B))) {
_root.B.gotoAndPlay("idle_apres");
} else if ((_root.current.movie = _root.A && (_root.C))) {
_root.A.gotoAndPlay("idle_apres");
} else if ((_root.current.movie = _root.A)) {
_root.A.gotoAndPlay("idle_apres");
} else if ((_root.current.movie = _root.B)) {
_root.B.gotoAndPlay("idle_apres");
} else if ((_root.current.movie = _root.C)) {
_root.C.gotoAndPlay("idle_apres");
}
_root.Gustave.gotoAndPlay("idle_apres");
Symbol 2138 MovieClip Frame 12
_root.leTarget("Gus");
Symbol 2139 MovieClip Frame 3
if (_root.Gus_action == "Power attack") {
_root.p2etat = "fini";
_root.p1etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
} else {
_root.p1etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
}
Symbol 2149 MovieClip Frame 3
_root.attack("Gus", "normal");
Symbol 2149 MovieClip Frame 12
_parent.gotoAndPlay("apres-attaque");
Symbol 2163 MovieClip Frame 4
_root.GusTech1 = _root.GusTech1 - 1;
if (_root.GusTech1 <= 0) {
_root.GusTech1 = 0;
}
_root.attack("Gus", "double");
Symbol 2163 MovieClip Frame 16
_parent.gotoAndPlay("apres-attaque");
Symbol 2174 MovieClip Frame 4
_root.GusTech2 = _root.GusTech2 - 1;
if (_root.GusTech2 <= 0) {
_root.GusTech2 = 0;
}
if (_root.A.HP > 0) {
_root.Gus_target = "A";
_root.attack("Gus", "normal");
}
if (_root.B.HP > 0) {
_root.Gus_target = "B";
_root.attack("Gus", "normal");
}
if (_root.C.HP > 0) {
_root.Gus_target = "C";
_root.attack("Gus", "normal");
}
if (_root.D.HP > 0) {
_root.Gus_target = "D";
_root.attack("Gus", "normal");
}
if (_root.E.HP > 0) {
_root.Gus_target = "E";
_root.attack("Gus", "normal");
}
if (_root.F.HP > 0) {
_root.Gus_target = "F";
_root.attack("Gus", "normal");
}
Instance of Symbol 2169 MovieClip "effet_S" in Symbol 2174 MovieClip Frame 4
onClipEvent (load) {
if (_root.Gustave.slash.boostvert._visible == true) {
this._visible = false;
}
}
Instance of Symbol 2171 MovieClip "effet_S" in Symbol 2174 MovieClip Frame 5
onClipEvent (load) {
if (_root.Gustave.slash.boostvert._visible == true) {
this._visible = false;
}
}
Symbol 2174 MovieClip Frame 15
_parent.gotoAndPlay("apres-attaque");
Symbol 2175 MovieClip Frame 4
_root.GusTech4 = _root.GusTech4 - 1;
if (_root.GusTech4 <= 0) {
_root.GusTech4 = 0;
}
_root.attack("Gus", "power");
Symbol 2175 MovieClip Frame 16
_parent.gotoAndPlay("apres-attaque");
Symbol 2192 MovieClip Frame 11
if (((_root.Gus_action == "potion") || (_root.Gus_action == "smoked fish")) || (_root.Gus_action == "fish filet")) {
_root.alchemy_items.perso = "p1";
_root.alchemy_items.gotoAndPlay("item" + _root.Gus_target);
} else if (((_root.Gus_target == "Gus") || (_root.Gus_target == "Joe")) || (_root.Gus_target == "Gorvus")) {
_root.alchemy_items.perso = "p1";
_root.alchemy_items.gotoAndPlay(_root.Gus_action + _root.Gus_target);
} else {
_root.leTarget("Gus_Al");
_root.alchemy_items.perso = "p1";
}
_parent.gotoAndPlay("idle");
Symbol 2198 MovieClip Frame 1
if (_root.electro == "yes") {
gotoAndPlay (7);
}
Symbol 2198 MovieClip Frame 6
_parent.gotoAndPlay("idle");
Symbol 2198 MovieClip Frame 8
stop();
Symbol 2198 MovieClip Frame 13
_root.Gustave.gotoAndPlay("idle_apres");
Symbol 2217 MovieClip Frame 18
stop();
targ.enabled = false;
Symbol 2229 MovieClip Frame 1
if (_root.Gus_action == "None") {
gotoAndPlay ("replace");
} else if (_root.p1etat == "fini") {
gotoAndStop ("defense");
}
Symbol 2229 MovieClip Frame 9
_root.GusSPD = _root.GusSPD - 1000;
_root.p1etat = "fini";
_root.actions();
Symbol 2229 MovieClip Frame 10
stop();
Symbol 2229 MovieClip Frame 17
stop();
gotoAndStop ("defense");
Symbol 2229 MovieClip Frame 21
_parent.gotoAndPlay("idle");
Symbol 2230 MovieClip Frame 20
if (_root.Gus_action == "defense") {
_parent.gotoAndPlay("defense");
}
Symbol 2230 MovieClip Frame 21
_parent.gotoAndPlay("idle");
Symbol 2231 MovieClip Frame 8
_root.run.play();
_root.run.swapDepths(12);
Symbol 2231 MovieClip Frame 9
stop();
Symbol 2250 MovieClip Frame 11
stop();
Symbol 2255 MovieClip Frame 34
_root.GusDDG = 6;
_root.GusTech3 = _root.GusTech3 - 1;
if (_root.GusTech3 <= 0) {
_root.GusTech3 = 0;
}
_root.domages.dGus.gotoAndPlay("autre");
_root.domages.dGus.d.domage.text = "DDG UP";
Symbol 2255 MovieClip Frame 47
_root.p1etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
_root.gus_vert = "no";
if ((_root.current.movie = _root.A.defense)) {
_root.A.defense.gotoAndPlay("no_hit");
_root.A.defense.defense.gotoAndPlay("no_hit");
}
if ((_root.current.movie = _root.B.defense)) {
_root.B.defense.gotoAndPlay("no_hit");
_root.B.defense.defense.gotoAndPlay("no_hit");
}
if ((_root.current.movie = _root.C.defense)) {
_root.C.defense.gotoAndPlay("no_hit");
_root.C.defense.defense.gotoAndPlay("no_hit");
}
if ((_root.current.movie = _root.X)) {
if ((_root.current.movie = _root.X.defense)) {
_root.X.defense.gotoAndPlay("no_hit");
_root.X.defense.defense.gotoAndPlay("no_hit");
} else {
_root.X.gotoAndPlay("idle_apres");
}
}
Symbol 2256 MovieClip Frame 18
_parent.gotoAndPlay("idle");
Symbol 2259 MovieClip Frame 11
_root.p2.gotoAndPlay("Burning knives");
_parent.gotoAndPlay("idle");
Symbol 2260 MovieClip Frame 4
_root.attack("Gus", "power");
Symbol 2260 MovieClip Frame 16
_parent.gotoAndPlay("apres-attaque");
Symbol 2261 MovieClip Frame 1
stop();
targ.enabled = false;
Symbol 2261 MovieClip Frame 2
stop();
Symbol 2261 MovieClip Frame 3
stop();
Instance of Symbol 2126 MovieClip "idle_attend" in Symbol 2261 MovieClip Frame 3
/* no clip actions */
Symbol 2261 MovieClip Frame 4
stop();
Symbol 2261 MovieClip Frame 5
stop();
Symbol 2261 MovieClip Frame 6
stop();
Symbol 2261 MovieClip Frame 7
stop();
Symbol 2261 MovieClip Frame 8
stop();
Symbol 2261 MovieClip Frame 9
stop();
Symbol 2261 MovieClip Frame 10
stop();
Symbol 2261 MovieClip Frame 11
stop();
Symbol 2261 MovieClip Frame 12
stop();
Symbol 2261 MovieClip Frame 13
stop();
Symbol 2261 MovieClip Frame 14
stop();
Symbol 2261 MovieClip Frame 15
stop();
Symbol 2261 MovieClip Frame 16
stop();
Symbol 2261 MovieClip Frame 17
stop();
Symbol 2261 MovieClip Frame 18
stop();
Symbol 2261 MovieClip Frame 19
stop();
Symbol 2261 MovieClip Frame 20
stop();
Symbol 2261 MovieClip Frame 21
stop();
Symbol 2261 MovieClip Frame 22
stop();
Symbol 2261 MovieClip Frame 23
stop();
Symbol 2261 MovieClip Frame 24
stop();
Symbol 2261 MovieClip Frame 25
stop();
Symbol 2261 MovieClip Frame 26
stop();
Symbol 2261 MovieClip Frame 27
stop();
Symbol 2261 MovieClip Frame 28
stop();
Symbol 2261 MovieClip Frame 29
stop();
Symbol 2261 MovieClip Frame 30
stop();
Symbol 2261 MovieClip Frame 31
stop();
Symbol 2261 MovieClip Frame 32
stop();
Symbol 2261 MovieClip Frame 33
stop();
Symbol 2261 MovieClip Frame 34
stop();
Symbol 2261 MovieClip Frame 35
stop();
Symbol 2261 MovieClip Frame 36
stop();
Symbol 2261 MovieClip Frame 37
stop();
Symbol 2261 MovieClip Frame 38
stop();
Symbol 2261 MovieClip Frame 39
stop();
Symbol 2261 MovieClip Frame 40
stop();
Symbol 2261 MovieClip Frame 41
stop();
_root.GusHP = 0;
Symbol 2273 MovieClip Frame 16
_root.p3etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2278 MovieClip Frame 11
_root.leTarget("Gorvus");
Symbol 2279 MovieClip Frame 3
_root.p3etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2290 MovieClip Frame 4
_root.attack("Gorvus", "normal");
Symbol 2290 MovieClip Frame 14
_parent.gotoAndPlay("apres-attaque");
Symbol 2295 MovieClip Frame 4
_root.GorvusTech1 = _root.GorvusTech1 - 1;
if (_root.GorvusTech1 <= 0) {
_root.GorvusTech1 = 0;
}
_root.attack("Gorvus", "power");
Symbol 2295 MovieClip Frame 16
_parent.gotoAndPlay("apres-attaque");
Symbol 2310 MovieClip Frame 11
if (((_root.Gorvus_action == "potion") || (_root.Gorvus_action == "smoked fish")) || (_root.Gorvus_action == "fish filet")) {
_root.alchemy_items.perso = "p3";
_root.alchemy_items.gotoAndPlay("item" + _root.Gorvus_target);
} else if (((_root.Gorvus_target == "Gus") || (_root.Gorvus_target == "Joe")) || (_root.Gorvus_target == "Gorvus")) {
_root.alchemy_items.perso = "p3";
_root.alchemy_items.gotoAndPlay(_root.Gorvus_action + _root.Gorvus_target);
} else {
_root.leTarget("Gorvus_Al");
_root.alchemy_items.perso = "p3";
}
_parent.gotoAndPlay("idle");
Symbol 2315 MovieClip Frame 6
_parent.gotoAndPlay("idle");
Symbol 2322 MovieClip Frame 6
stop();
targ.enabled = false;
Symbol 2325 MovieClip Frame 7
stop();
Symbol 2328 MovieClip Frame 1
if (_root.Gorvus_action == "None") {
gotoAndPlay ("replace");
} else if (_root.p3etat == "fini") {
gotoAndStop ("defense");
}
Symbol 2328 MovieClip Frame 6
_root.GorvusSPD = _root.GorvusSPD - 1000;
_root.p3etat = "fini";
_root.actions();
Symbol 2328 MovieClip Frame 7
stop();
Symbol 2328 MovieClip Frame 12
stop();
gotoAndStop ("defense");
Symbol 2328 MovieClip Frame 15
_parent.gotoAndPlay("idle");
Symbol 2329 MovieClip Frame 12
if (_root.Gorvus_action == "defense") {
_parent.gotoAndPlay("defense");
}
Symbol 2329 MovieClip Frame 13
_parent.gotoAndPlay("idle");
Symbol 2330 MovieClip Frame 18
_parent.gotoAndStop("idle");
Symbol 2331 MovieClip Frame 1
stop();
targ.enabled = false;
Symbol 2331 MovieClip Frame 2
stop();
Symbol 2331 MovieClip Frame 3
stop();
Symbol 2331 MovieClip Frame 4
stop();
Symbol 2331 MovieClip Frame 5
stop();
Symbol 2331 MovieClip Frame 6
stop();
Symbol 2331 MovieClip Frame 7
stop();
Symbol 2331 MovieClip Frame 8
stop();
Symbol 2331 MovieClip Frame 9
stop();
Symbol 2331 MovieClip Frame 10
stop();
Symbol 2331 MovieClip Frame 11
stop();
Symbol 2331 MovieClip Frame 12
stop();
Symbol 2331 MovieClip Frame 13
stop();
Symbol 2331 MovieClip Frame 14
stop();
Symbol 2331 MovieClip Frame 15
stop();
Symbol 2331 MovieClip Frame 16
stop();
Symbol 2331 MovieClip Frame 17
stop();
Symbol 2331 MovieClip Frame 18
stop();
Symbol 2331 MovieClip Frame 19
stop();
Symbol 2331 MovieClip Frame 20
stop();
Symbol 2331 MovieClip Frame 21
stop();
Symbol 2331 MovieClip Frame 22
stop();
Symbol 2331 MovieClip Frame 23
stop();
Symbol 2331 MovieClip Frame 24
stop();
_root.GorvusHP = 0;
Symbol 2335 Button
on (release) {
if (_root.Menu1.perso != "None") {
path = _parent._name;
if (_root.Menu1.perso == "Gus") {
_root.Gus_target = path;
trace(("Gus = " + _root.Gus_action) + _root.Gus_target);
} else if (_root.Menu1.perso == "Joe") {
_root.Joe_target = path;
trace(("Joe = " + _root.Joe_action) + _root.Joe_target);
} else if (_root.Menu1.perso == "Gorvus") {
_root.Gorvus_target = path;
trace(("Gorvus = " + _root.Gorvus_action) + _root.Gorvus_target);
} else if (_root.Menu1.perso == "Combo") {
_root.Joe_target = path;
_root.Gus_target = path;
trace(("Combo = " + _root.Combo_action) + _root.Gus_target);
}
_root.A.e.targ.enabled = false;
_root.B.e.targ.enabled = false;
_root.C.e.targ.enabled = false;
_root.D.e.targ.enabled = false;
_root.E.e.targ.enabled = false;
_root.F.e.targ.enabled = false;
_root.Menu1.gotoAndPlay(_root.Menu1.nextperso);
}
}
Symbol 2336 MovieClip Frame 11
action = new Array();
if (_root.GusHP > 0) {
action.push("attaque1");
}
if (_root.JoeHP > 0) {
action.push("attaque2");
}
if (_root.GorvusHP > 0) {
action.push("attaque3");
}
_parent._parent._x = _root.Aposx;
_parent._parent._y = _root.Aposy;
_parent.gotoAndPlay(action[random(action.length)]);
Symbol 2337 MovieClip Frame 1
path = this._name;
if (path == "attaque1") {
perso = "Gus";
}
if (path == "attaque2") {
perso = "Joe";
}
if (path == "attaque3") {
perso = "Gorvus";
}
_root.Dodge(perso);
Symbol 2337 MovieClip Frame 4
path = this._name;
if (path == "attaque1") {
perso = "Gus";
}
if (path == "attaque2") {
perso = "Joe";
}
if (path == "attaque3") {
perso = "Gorvus";
}
enemy = _parent._parent._name;
_root.Eattack(enemy, perso);
Symbol 2337 MovieClip Frame 12
path = _parent._parent;
nom = path._name;
path._x = _root[nom + "posx"];
path._y = _root[nom + "posy"];
_parent.gotoAndPlay("apres-attaque");
Symbol 2338 MovieClip Frame 3
path = _parent._parent;
nom = path._name;
path.etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2339 MovieClip Frame 6
_parent.gotoAndPlay("idle");
Symbol 2340 MovieClip Frame 1
Exp = _parent._parent.Exp;
SOY = _parent._parent.SOY;
item = _parent._parent.item;
_root.enemyMeurt(Exp, SOY, item);
Symbol 2340 MovieClip Frame 11
stop();
Symbol 2341 MovieClip Frame 9
_parent._parent.etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2342 MovieClip Frame 1
stop();
targ.enabled = false;
Symbol 2342 MovieClip Frame 2
stop();
Symbol 2342 MovieClip Frame 3
stop();
Symbol 2342 MovieClip Frame 4
stop();
Symbol 2342 MovieClip Frame 5
stop();
Symbol 2342 MovieClip Frame 6
stop();
Symbol 2342 MovieClip Frame 7
stop();
Symbol 2342 MovieClip Frame 8
stop();
Symbol 2342 MovieClip Frame 9
stop();
Symbol 2347 MovieClip Frame 12
action = new Array();
if (_root.GusHP > 0) {
action.push("attaque1");
}
if (_root.JoeHP > 0) {
action.push("attaque2");
}
if (_root.GorvusHP > 0) {
action.push("attaque3");
}
_parent._parent._x = _root.Aposx;
_parent._parent._y = _root.Aposy;
_parent.gotoAndPlay(action[random(action.length)]);
Symbol 2348 MovieClip Frame 4
path = _parent._parent;
nom = path._name;
path.etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2349 MovieClip Frame 1
path = this._name;
if (path == "attaque1") {
perso = "Gus";
}
if (path == "attaque2") {
perso = "Joe";
}
if (path == "attaque3") {
perso = "Gorvus";
}
_root.Dodge(perso);
Symbol 2349 MovieClip Frame 4
path = this._name;
if (path == "attaque1") {
perso = "Gus";
}
if (path == "attaque2") {
perso = "Joe";
}
if (path == "attaque3") {
perso = "Gorvus";
}
enemy = _parent._parent._name;
_root.Eattack(enemy, perso);
Symbol 2349 MovieClip Frame 18
path = _parent._parent;
nom = path._name;
path._x = _root[nom + "posx"];
path._y = _root[nom + "posy"];
_parent.gotoAndPlay("apres-attaque");
Symbol 2350 MovieClip Frame 12
_parent.gotoAndPlay("idle");
Symbol 2351 MovieClip Frame 1
Exp = _parent._parent.Exp;
SOY = _parent._parent.SOY;
item = _parent._parent.item;
_root.enemyMeurt(Exp, SOY, item);
Symbol 2351 MovieClip Frame 13
stop();
Symbol 2352 MovieClip Frame 1
stop();
targ.enabled = false;
Symbol 2352 MovieClip Frame 2
stop();
Symbol 2352 MovieClip Frame 3
stop();
Symbol 2352 MovieClip Frame 4
stop();
Symbol 2352 MovieClip Frame 5
stop();
Symbol 2352 MovieClip Frame 6
stop();
Symbol 2352 MovieClip Frame 7
stop();
Symbol 2352 MovieClip Frame 8
stop();
Symbol 2356 MovieClip Frame 1
stop();
Symbol 2361 MovieClip Frame 11
action = new Array();
if (_root.GusHP > 0) {
action.push("jelly1");
}
if (_root.JoeHP > 0) {
action.push("jelly2");
}
if (_root.GorvusHP > 0) {
action.push("jelly3");
}
_root.Eattaques.gotoAndPlay(action[random(action.length)]);
_root.Eattaques.enemy = _parent._parent._name;
Symbol 2361 MovieClip Frame 12
_parent.gotoAndPlay("idle");
Symbol 2362 MovieClip Frame 9
_parent.gotoAndPlay("idle");
Symbol 2363 MovieClip Frame 1
Exp = _parent._parent.Exp;
SOY = _parent._parent.SOY;
item = _parent._parent.item;
_root.enemyMeurt(Exp, SOY, item);
Symbol 2363 MovieClip Frame 10
stop();
Symbol 2364 MovieClip Frame 1
stop();
targ.enabled = false;
Symbol 2364 MovieClip Frame 2
stop();
Symbol 2364 MovieClip Frame 3
stop();
Symbol 2364 MovieClip Frame 4
stop();
Symbol 2368 MovieClip Frame 1
stop();
Symbol 2370 MovieClip Frame 11
action = new Array();
if (_root.GusHP > 0) {
action.push("jellyb1");
}
if (_root.JoeHP > 0) {
action.push("jellyb2");
}
if (_root.GorvusHP > 0) {
action.push("jellyb3");
}
_root.Eattaques.gotoAndPlay(action[random(action.length)]);
_root.Eattaques.enemy = _parent._parent._name;
Symbol 2370 MovieClip Frame 12
_parent.gotoAndPlay("idle");
Symbol 2371 MovieClip Frame 16
action = new Array();
if (_root.A.HP > 0) {
action.push(_root.A.HP);
}
if (_root.B.HP > 0) {
action.push(_root.B.HP);
}
if (_root.C.HP > 0) {
action.push(_root.C.HP);
}
if (_root.D.HP > 0) {
action.push(_root.D.HP);
}
if (_root.E.HP > 0) {
action.push(_root.E.HP);
}
if (_root.F.HP > 0) {
action.push(_root.F.HP);
}
action.sort(Array.NUMERIC);
heal = action[0];
if (heal == _root.A.HP) {
target = "A";
} else if (heal == _root.B.HP) {
target = "B";
} else if (heal == _root.C.HP) {
target = "C";
} else if (heal == _root.D.HP) {
target = "D";
} else if (heal == _root.E.HP) {
target = "E";
} else if (heal == _root.F.HP) {
target = "F";
}
_root[target].e.gotoAndPlay("se_heal");
_root[target].e.perso = _parent._parent._name;
_parent.gotoAndPlay("idle");
Symbol 2372 MovieClip Frame 3
i = _parent._parent.MaxHP - _parent._parent.HP;
_parent._parent.HP = _parent._parent.MaxHP;
nom = _parent._parent._name;
_root.domages["d" + nom].gotoAndPlay("heal");
_root.domages["d" + nom].d.domage.text = i;
Symbol 2372 MovieClip Frame 8
_root[_parent.perso].etat = "fini";
_root.actions();
_parent.perso = "";
_parent.gotoAndPlay("idle");
Symbol 2373 MovieClip Frame 9
_parent.gotoAndPlay("idle");
Symbol 2374 MovieClip Frame 1
Exp = _parent._parent.Exp;
SOY = _parent._parent.SOY;
item = _parent._parent.item;
_root.enemyMeurt(Exp, SOY, item);
Symbol 2374 MovieClip Frame 10
stop();
Symbol 2375 MovieClip Frame 1
stop();
targ.enabled = false;
perso = "";
Symbol 2375 MovieClip Frame 2
stop();
Symbol 2375 MovieClip Frame 3
stop();
Symbol 2375 MovieClip Frame 4
stop();
Symbol 2375 MovieClip Frame 5
stop();
Symbol 2375 MovieClip Frame 6
stop();
Symbol 2385 MovieClip Frame 3
action = new Array();
if (_root.GusHP > 0) {
action.push("icewave1");
}
if (_root.JoeHP > 0) {
action.push("icewave2");
}
if (_root.GorvusHP > 0) {
action.push("icewave3");
}
_root.Eattaques.gotoAndPlay(action[random(action.length)]);
_root.Eattaques.enemy = _parent._parent._name;
Symbol 2385 MovieClip Frame 19
_parent.gotoAndPlay("idle");
Symbol 2386 MovieClip Frame 20
_parent._parent.etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2389 MovieClip Frame 7
_parent.gotoAndPlay("idle");
Symbol 2390 MovieClip Frame 1
Exp = _parent._parent.Exp;
SOY = _parent._parent.SOY;
item = _parent._parent.item;
_root.enemyMeurt(Exp, SOY, item);
Symbol 2390 MovieClip Frame 9
stop();
stop();
Symbol 2391 MovieClip Frame 1
stop();
targ.enabled = false;
Symbol 2391 MovieClip Frame 2
stop();
Symbol 2391 MovieClip Frame 3
stop();
Symbol 2391 MovieClip Frame 4
stop();
Symbol 2391 MovieClip Frame 5
stop();
Symbol 2402 MovieClip Frame 1
if (((_root.A.HP <= 0) && (_root.B.HP <= 0)) && (_root.C.HP <= 0)) {
calling = new Array("call", "nothing");
_parent.gotoAndPlay(calling[random(calling.length)]);
} else if (((_root.D.HP <= 0) && (_root.E.HP <= 0)) && (_root.F.HP <= 0)) {
calling = new Array("call", "nothing");
_parent.gotoAndPlay(calling[random(calling.length)]);
}
Symbol 2402 MovieClip Frame 14
action = new Array();
if (_root.GusHP > 0) {
action.push("attaque1");
}
if (_root.JoeHP > 0) {
action.push("attaque2");
}
if (_root.GorvusHP > 0) {
action.push("attaque3");
}
_parent._parent._x = _root.Aposx;
_parent._parent._y = _root.Aposy;
_parent.gotoAndPlay(action[random(action.length)]);
Symbol 2403 MovieClip Frame 3
path = _parent._parent;
nom = path._name;
path.etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2404 MovieClip Frame 1
path = this._name;
if (path == "attaque1") {
perso = "Gus";
}
if (path == "attaque2") {
perso = "Joe";
}
if (path == "attaque3") {
perso = "Gorvus";
}
_root.Dodge(perso);
Symbol 2404 MovieClip Frame 4
path = this._name;
if (path == "attaque1") {
perso = "Gus";
}
if (path == "attaque2") {
perso = "Joe";
}
if (path == "attaque3") {
perso = "Gorvus";
}
enemy = _parent._parent._name;
_root.Eattack(enemy, perso);
Symbol 2404 MovieClip Frame 15
path = _parent._parent;
nom = path._name;
path._x = _root[nom + "posx"];
path._y = _root[nom + "posy"];
_parent.gotoAndPlay("apres-attaque");
Symbol 2422 MovieClip Frame 25
if (((_root.A.HP <= 0) && (_root.B.HP <= 0)) && (_root.C.HP <= 0)) {
_root.A.gotoAndPlay("guard");
_root.A.e.gotoAndPlay("arrive");
_root.C.gotoAndPlay("guard");
_root.C.e.gotoAndPlay("arrive");
} else if (((_root.D.HP <= 0) && (_root.E.HP <= 0)) && (_root.F.HP <= 0)) {
_root.D.gotoAndPlay("guard");
_root.D.e.gotoAndPlay("arrive");
_root.F.gotoAndPlay("guard");
_root.F.e.gotoAndPlay("arrive");
}
Symbol 2422 MovieClip Frame 27
_root.D.e.perso = _parent._parent._name;
_root.A.e.perso = _parent._parent._name;
_parent.gotoAndPlay("idle");
Symbol 2423 MovieClip Frame 8
_parent.gotoAndPlay("idle");
Symbol 2424 MovieClip Frame 1
Exp = _parent._parent.Exp;
SOY = _parent._parent.SOY;
item = _parent._parent.item;
_root.enemyMeurt(Exp, SOY, item);
Symbol 2424 MovieClip Frame 11
stop();
Symbol 2425 MovieClip Frame 1
stop();
targ.enabled = false;
Symbol 2425 MovieClip Frame 2
stop();
Symbol 2425 MovieClip Frame 3
stop();
Symbol 2425 MovieClip Frame 4
stop();
Symbol 2425 MovieClip Frame 5
stop();
Symbol 2425 MovieClip Frame 6
stop();
Symbol 2425 MovieClip Frame 7
stop();
Symbol 2425 MovieClip Frame 8
stop();
Symbol 2425 MovieClip Frame 9
stop();
Symbol 2437 MovieClip Frame 24
_root[_parent.perso].etat = "fini";
trace(_root.A.e.perso);
trace(_parent.perso);
path = _parent._parent;
nom = path._name;
path.etat = "fini";
if (_parent.perso == "") {
} else {
_root.actions();
}
_parent.perso = "";
i = _parent._parent.MaxHP - _parent._parent.HP;
_parent._parent.HP = _parent._parent.MaxHP;
_parent.gotoAndPlay("idle");
Symbol 2441 MovieClip Frame 11
action = new Array();
if (_root.GusHP > 0) {
action.push("laser1");
}
if (_root.JoeHP > 0) {
action.push("laser2");
}
if (_root.GorvusHP > 0) {
action.push("laser3");
}
_root.Eattaques.gotoAndPlay(action[random(action.length)]);
_root.Eattaques.enemy = _parent._parent._name;
Symbol 2441 MovieClip Frame 15
_parent.gotoAndPlay("idle");
Symbol 2444 MovieClip Frame 14
if (_root.GusHP > 0) {
_root.Dodge("Gus");
}
if (_root.JoeHP > 0) {
_root.Dodge("Joe");
}
if (_root.GorvusHP > 0) {
_root.Dodge("Gorvus");
}
Symbol 2444 MovieClip Frame 17
enemy = _parent._parent._name;
if (_root.GusHP > 0) {
_root.Eattack(enemy, "Gus");
}
if (_root.JoeHP > 0) {
_root.Eattack(enemy, "Joe");
}
if (_root.GorvusHP > 0) {
_root.Eattack(enemy, "Gorvus");
}
Symbol 2444 MovieClip Frame 21
path = _parent._parent;
nom = path._name;
path.etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2445 MovieClip Frame 7
_parent.gotoAndPlay("idle");
Symbol 2446 MovieClip Frame 1
Exp = _parent._parent.Exp;
SOY = _parent._parent.SOY;
item = _parent._parent.item;
_root.enemyMeurt(Exp, SOY, item);
Symbol 2446 MovieClip Frame 11
stop();
Symbol 2447 MovieClip Frame 1
stop();
targ.enabled = false;
perso = "";
Symbol 2447 MovieClip Frame 2
stop();
Symbol 2447 MovieClip Frame 3
stop();
Symbol 2447 MovieClip Frame 4
stop();
Symbol 2447 MovieClip Frame 5
stop();
Symbol 2447 MovieClip Frame 6
stop();
Symbol 2455 MovieClip Frame 24
_root[_parent.perso].etat = "fini";
trace(_root.A.e.perso);
trace(_parent.perso);
path = _parent._parent;
nom = path._name;
path.etat = "fini";
if (_parent.perso == "") {
} else {
_root.actions();
}
_parent.perso = "";
i = _parent._parent.MaxHP - _parent._parent.HP;
_parent._parent.HP = _parent._parent.MaxHP;
_parent.gotoAndPlay("idle");
Symbol 2457 MovieClip Frame 11
action = new Array();
if (_root.GusHP > 0) {
action.push("laser1b");
}
if (_root.JoeHP > 0) {
action.push("laser2b");
}
if (_root.GorvusHP > 0) {
action.push("laser3b");
}
_root.Eattaques.gotoAndPlay(action[random(action.length)]);
_root.Eattaques.enemy = _parent._parent._name;
Symbol 2457 MovieClip Frame 15
_parent.gotoAndPlay("idle");
Symbol 2458 MovieClip Frame 14
if (_root.GusHP > 0) {
_root.Dodge("Gus");
}
if (_root.JoeHP > 0) {
_root.Dodge("Joe");
}
if (_root.GorvusHP > 0) {
_root.Dodge("Gorvus");
}
Symbol 2458 MovieClip Frame 17
enemy = _parent._parent._name;
if (_root.GusHP > 0) {
_root.Eattack(enemy, "Gus");
}
if (_root.JoeHP > 0) {
_root.Eattack(enemy, "Joe");
}
if (_root.GorvusHP > 0) {
_root.Eattack(enemy, "Gorvus");
}
Symbol 2458 MovieClip Frame 21
path = _parent._parent;
nom = path._name;
path.etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2459 MovieClip Frame 7
_parent.gotoAndPlay("idle");
Symbol 2460 MovieClip Frame 1
Exp = _parent._parent.Exp;
SOY = _parent._parent.SOY;
item = _parent._parent.item;
_root.enemyMeurt(Exp, SOY, item);
Symbol 2460 MovieClip Frame 11
stop();
Symbol 2461 MovieClip Frame 1
stop();
targ.enabled = false;
perso = "";
Symbol 2461 MovieClip Frame 2
stop();
Symbol 2461 MovieClip Frame 3
stop();
Symbol 2461 MovieClip Frame 4
stop();
Symbol 2461 MovieClip Frame 5
stop();
Symbol 2461 MovieClip Frame 6
stop();
Symbol 2467 MovieClip Frame 11
action = new Array();
if (_root.GusHP > 0) {
action.push("laser1b");
}
if (_root.JoeHP > 0) {
action.push("laser2b");
}
if (_root.GorvusHP > 0) {
action.push("laser3b");
}
_root.Eattaques.gotoAndPlay(action[random(action.length)]);
_root.Eattaques.enemy = _parent._parent._name;
Symbol 2467 MovieClip Frame 15
_parent.gotoAndPlay("idle");
Symbol 2476 MovieClip Frame 19
if (_root.GusHP > 0) {
_root.Dodge("Gus");
}
if (_root.JoeHP > 0) {
_root.Dodge("Joe");
}
if (_root.GorvusHP > 0) {
_root.Dodge("Gorvus");
}
Symbol 2476 MovieClip Frame 22
enemy = _parent._parent._name;
if (_root.GusHP > 0) {
_root.Eattack(enemy, "Gus");
}
if (_root.JoeHP > 0) {
_root.Eattack(enemy, "Joe");
}
if (_root.GorvusHP > 0) {
_root.Eattack(enemy, "Gorvus");
}
Symbol 2476 MovieClip Frame 26
path = _parent._parent;
nom = path._name;
path.etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2477 MovieClip Frame 15
_parent._parent.etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2478 MovieClip Frame 10
_parent.gotoAndPlay("idle");
Symbol 2479 MovieClip Frame 1
Exp = _parent._parent.Exp;
SOY = _parent._parent.SOY;
item = _parent._parent.item;
_root.enemyMeurt(Exp, SOY, item);
Symbol 2479 MovieClip Frame 15
stop();
Symbol 2480 MovieClip Frame 1
stop();
targ.enabled = false;
Symbol 2480 MovieClip Frame 2
stop();
Symbol 2480 MovieClip Frame 3
stop();
Symbol 2480 MovieClip Frame 4
stop();
Symbol 2480 MovieClip Frame 5
stop();
Symbol 2480 MovieClip Frame 6
stop();
Symbol 2496 MovieClip Frame 19
action = new Array();
_root.Eattaques.enemy = _parent._parent._name;
_root.Eattaques.gotoAndPlay("vague");
Symbol 2496 MovieClip Frame 24
_parent.gotoAndPlay("idle");
Symbol 2498 MovieClip Frame 6
i = 150;
_parent._parent.HP = _parent._parent.HP + 150;
if (_parent._parent.HP >= 9000) {
_parent._parent.HP = 9000;
}
nom = _parent._parent._name;
_root.domages["d" + nom].gotoAndPlay("heal");
_root.domages["d" + nom].d.domage.text = i;
Symbol 2498 MovieClip Frame 15
_root[_parent.perso].etat = "fini";
_root.actions();
_parent.perso = "";
_parent.gotoAndPlay("idle");
Symbol 2499 MovieClip Frame 8
_parent.gotoAndPlay("idle");
Symbol 2500 MovieClip Frame 1
Exp = _parent._parent.Exp;
SOY = _parent._parent.SOY;
item = _parent._parent.item;
_root.enemyMeurt(Exp, SOY, item);
_root.updateList(_root.A.SPD);
_root.updateList(_root.C.SPD);
if (_root.A.HP > 0) {
_root.A.e.gotoAndPlay("meurt");
_root.A.HP = 0;
}
if (_root.C.HP > 0) {
_root.C.e.gotoAndPlay("meurt");
_root.C.HP = 0;
}
Symbol 2500 MovieClip Frame 20
stop();
Symbol 2501 MovieClip Frame 1
stop();
targ.enabled = false;
perso = "";
Symbol 2501 MovieClip Frame 2
stop();
Symbol 2501 MovieClip Frame 3
stop();
Symbol 2501 MovieClip Frame 4
stop();
Symbol 2501 MovieClip Frame 5
stop();
Symbol 2512 MovieClip Frame 6
action = new Array();
if (_root.GusHP > 0) {
action.push("icewave1");
}
if (_root.JoeHP > 0) {
action.push("icewave2");
}
if (_root.GorvusHP > 0) {
action.push("icewave3");
}
_root.Eattaques.gotoAndPlay(action[random(action.length)]);
_root.Eattaques.enemy = _parent._parent._name;
Symbol 2512 MovieClip Frame 21
_parent.gotoAndPlay("idle");
Symbol 2518 MovieClip Frame 3
action = new Array();
if (_root.GusHP > 0) {
action.push("Gus");
}
if (_root.JoeHP > 0) {
action.push("Joe");
}
if (_root.GorvusHP > 0) {
action.push("Gorvus");
}
choix = action[random(action.length)];
Symbol 2518 MovieClip Frame 5
_root.Dodge(choix);
Symbol 2518 MovieClip Frame 8
enemy = _parent._parent._name;
_root.Eattack(enemy, choix);
Symbol 2518 MovieClip Frame 15
path = _parent._parent;
nom = path._name;
path.etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2522 MovieClip Frame 7
_parent.gotoAndPlay("idle");
Symbol 2525 MovieClip Frame 5
stop();
Symbol 2526 MovieClip Frame 1
Exp = _parent._parent.Exp;
SOY = _parent._parent.SOY;
item = _parent._parent.item;
_root.enemyMeurt(Exp, SOY, item);
Symbol 2526 MovieClip Frame 15
stop();
Symbol 2527 MovieClip Frame 1
stop();
targ.enabled = false;
perso = "";
Symbol 2527 MovieClip Frame 2
stop();
Symbol 2527 MovieClip Frame 3
stop();
Symbol 2527 MovieClip Frame 4
stop();
Symbol 2527 MovieClip Frame 5
stop();
Symbol 2529 MovieClip Frame 17
_root.B.e.gotoAndPlay("se_heal");
_root.B.e.perso = _parent._parent._name;
Symbol 2529 MovieClip Frame 21
_parent.gotoAndPlay("idle");
Symbol 2530 MovieClip Frame 1
stop();
targ.enabled = false;
perso = "";
Symbol 2530 MovieClip Frame 2
stop();
Symbol 2530 MovieClip Frame 3
stop();
Symbol 2530 MovieClip Frame 4
stop();
Symbol 2530 MovieClip Frame 5
stop();
Symbol 2531 MovieClip Frame 1
stop();
etat = "normal";
HP = 30;
ATT = 50;
DEF = 15;
SPD = 55;
Exp = 50;
SOY = 25;
arrayActions = new Array("pre-attaque", "pre-attaque", "idle_btl");
arrayItems = new Array("dry_water", "spring_grass", "Nothing", "Nothing");
item = arrayItems[random(arrayItems.length)];
Symbol 2531 MovieClip Frame 2
stop();
etat = "normal";
HP = 20;
ATT = 30;
DEF = 20;
SPD = 10;
Exp = 150;
SOY = 80;
arrayActions = new Array("pre-attaque", "pre-attaque", "idle_btl");
arrayItems = new Array("winter_root", "dry_water", "Nothing", "Nothing");
item = arrayItems[random(arrayItems.length)];
trace(item);
Symbol 2531 MovieClip Frame 3
stop();
etat = "normal";
HP = 60;
ATT = 75;
DEF = 10;
SPD = 75;
Exp = 100;
SOY = 50;
arrayActions = new Array("pre-attaque");
arrayItems = new Array("Nothing");
item = arrayItems[random(arrayItems.length)];
Symbol 2531 MovieClip Frame 4
stop();
etat = "normal";
HP = 60;
ATT = 80;
DEF = 5;
SPD = 35;
Exp = 100;
SOY = 50;
arrayActions = new Array("attaque");
arrayItems = new Array("dry_water", "Nothing");
item = arrayItems[random(arrayItems.length)];
Symbol 2531 MovieClip Frame 5
stop();
etat = "normal";
HP = 80;
MaxHP = 80;
ATT = 85;
DEF = 10;
SPD = 45;
Exp = 200;
SOY = 100;
arrayActions = new Array("attaque");
arrayItems = new Array("dry_water", "Nothing");
item = arrayItems[random(arrayItems.length)];
Symbol 2531 MovieClip Frame 6
stop();
etat = "normal";
HP = 250;
MaxHP = 250;
ATT = 130;
DEF = 15;
SPD = 45;
Exp = 600;
SOY = 500;
arrayActions = new Array("idle_btl", "attaque");
arrayItems = new Array("winter_root", "Nothing");
item = arrayItems[random(arrayItems.length)];
Instance of Symbol 2391 MovieClip "e" in Symbol 2531 MovieClip Frame 6
onClipEvent (load) {
var pos = new Array("special", "attaque", "attaque", "attaque", "idle_attend");
if (_root.enemySP > _root.SPD) {
this.gotoAndPlay(pos[random(5)]);
}
no_run = 0;
}
Symbol 2531 MovieClip Frame 7
stop();
etat = "normal";
HP = 125;
MaxHP = 125;
ATT = 85;
DEF = 25;
SPD = 70;
Exp = 300;
SOY = 250;
arrayActions = new Array("pre-attaque");
arrayItems = new Array("energy_dust", "iron", "Nothing", "Nothing");
item = arrayItems[random(arrayItems.length)];
Symbol 2531 MovieClip Frame 8
stop();
etat = "normal";
HP = 250;
MaxHP = 250;
ATT = 95;
DEF = 25;
SPD = 60;
Exp = 500;
SOY = 400;
arrayActions = new Array("attaque", "attaque2", "attaque2");
arrayItems = new Array("energy_dust", "iron", "Nothing", "Nothing");
item = arrayItems[random(arrayItems.length)];
Symbol 2531 MovieClip Frame 9
stop();
etat = "normal";
HP = 750;
MaxHP = 750;
ATT = 105;
DEF = 25;
SPD = 60;
Exp = 750;
SOY = 500;
arrayActions = new Array("attaque", "attaque2", "attaque2");
arrayItems = new Array("energy_dust", "iron", "Nothing", "Nothing");
item = arrayItems[random(arrayItems.length)];
Symbol 2531 MovieClip Frame 10
stop();
etat = "normal";
HP = 2000;
MaxHP = 2000;
ATT = 130;
DEF = 25;
SPD = 20;
Exp = 2500;
SOY = 2000;
arrayActions = new Array("attaque1", "attaque2", "idle_btl");
arrayItems = new Array("energy_dust", "iron", "Nothing", "Nothing");
item = arrayItems[random(arrayItems.length)];
Symbol 2531 MovieClip Frame 11
stop();
etat = "normal";
HP = 9000;
MaxHP = 9000;
ATT = 250;
DEF = 15;
SPD = 15;
Exp = 9000;
SOY = 6000;
arrayActions = new Array("attaque", "attaque");
arrayItems = new Array("Nothing");
item = arrayItems[random(arrayItems.length)];
Symbol 2531 MovieClip Frame 12
stop();
etat = "normal";
HP = 3000;
MaxHP = 3000;
ATT = 200;
DEF = 15;
SPD = 50;
Exp = 0;
SOY = 0;
arrayActions = new Array("attaque1", "attaque2");
arrayItems = new Array("Nothing");
item = arrayItems[random(arrayItems.length)];
Symbol 2531 MovieClip Frame 13
stop();
etat = "normal";
HP = 3000;
MaxHP = 3000;
ATT = 200;
DEF = 15;
SPD = 50;
Exp = 0;
SOY = 0;
arrayActions = new Array("attaque1", "heal");
arrayItems = new Array("Nothing");
item = arrayItems[random(arrayItems.length)];
Symbol 2531 MovieClip Frame 14
stop();
etat = "fini";
HP = 0;
SPD = 1;
Symbol 2538 MovieClip Frame 7
stop();
Instance of Symbol 2538 MovieClip in Symbol 2540 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 2538 MovieClip in Symbol 2540 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 2538 MovieClip in Symbol 2540 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 2540 MovieClip Frame 8
if (_parent.perso == "p1") {
perso = "Gus";
} else if (_parent.perso == "p2") {
perso = "Joe";
} else if (_parent.perso == "p3") {
perso = "Gorvus";
}
if (_root.A.HP > 0) {
_root.Gus_target = "A";
_root.attack(perso, "alch_1.5");
}
if (_root.B.HP > 0) {
_root.Gus_target = "B";
_root.attack(perso, "alch_1.5");
}
if (_root.C.HP > 0) {
_root.Gus_target = "C";
_root.attack(perso, "alch_1.5");
}
if (_root.D.HP > 0) {
_root.Gus_target = "D";
_root.attack(perso, "alch_1.5");
}
if (_root.E.HP > 0) {
_root.Gus_target = "E";
_root.attack(perso, "alch_1.5");
}
if (_root.F.HP > 0) {
_root.Gus_target = "F";
_root.attack(perso, "alch_1.5");
}
Symbol 2540 MovieClip Frame 17
_root[_parent.perso + "etat"] = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2541 MovieClip Frame 8
if (_parent.perso == "p1") {
perso = "Gus";
} else if (_parent.perso == "p2") {
perso = "Joe";
} else if (_parent.perso == "p3") {
perso = "Gorvus";
}
_root.Healing(perso, "heal");
Symbol 2541 MovieClip Frame 17
_root[_parent.perso + "etat"] = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2542 MovieClip Frame 8
if (_parent.perso == "p1") {
perso = "Gus";
} else if (_parent.perso == "p2") {
perso = "Joe";
} else if (_parent.perso == "p3") {
perso = "Gorvus";
}
_root[perso + "_target"] = "Gus";
_root.Healing(perso, "heal");
_root[perso + "_target"] = "Joe";
_root.Healing(perso, "heal");
_root[perso + "_target"] = "Gorvus";
_root.Healing(perso, "heal");
Symbol 2542 MovieClip Frame 17
_root[_parent.perso + "etat"] = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2553 MovieClip Frame 9
stop();
Instance of Symbol 2553 MovieClip in Symbol 2554 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 2554 MovieClip Frame 9
if (_parent.perso == "p1") {
perso = "Gus";
} else if (_parent.perso == "p2") {
perso = "Joe";
} else if (_parent.perso == "p3") {
perso = "Gorvus";
}
_root.attack("Gus", "alch_3");
Symbol 2554 MovieClip Frame 17
_root[_parent.perso + "etat"] = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2555 MovieClip Frame 8
if (_parent.perso == "p1") {
perso = "Gus";
} else if (_parent.perso == "p2") {
perso = "Joe";
} else if (_parent.perso == "p3") {
perso = "Gorvus";
}
if (_root.A.HP > 0) {
_root.Gus_target = "A";
_root.attack(perso, "alch_2");
}
if (_root.B.HP > 0) {
_root.Gus_target = "B";
_root.attack(perso, "alch_2");
}
if (_root.C.HP > 0) {
_root.Gus_target = "C";
_root.attack(perso, "alch_2");
}
if (_root.D.HP > 0) {
_root.Gus_target = "D";
_root.attack(perso, "alch_2");
}
if (_root.E.HP > 0) {
_root.Gus_target = "E";
_root.attack(perso, "alch_2");
}
if (_root.F.HP > 0) {
_root.Gus_target = "F";
_root.attack(perso, "alch_2");
}
Symbol 2555 MovieClip Frame 17
_root[_parent.perso + "etat"] = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2556 MovieClip Frame 8
if (_parent.perso == "p1") {
perso = "Gus";
} else if (_parent.perso == "p2") {
perso = "Joe";
} else if (_parent.perso == "p3") {
perso = "Gorvus";
}
_root.Boosting(perso);
Symbol 2556 MovieClip Frame 17
_root[_parent.perso + "etat"] = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2558 MovieClip Frame 11
stop();
Symbol 2559 MovieClip Frame 8
if (_parent.perso == "p1") {
perso = "Gus";
} else if (_parent.perso == "p2") {
perso = "Joe";
} else if (_parent.perso == "p3") {
perso = "Gorvus";
}
_root.Healing(perso, _root[perso + "_action"]);
Symbol 2559 MovieClip Frame 17
_root[_parent.perso + "etat"] = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2560 MovieClip Frame 5
if (_parent.perso == "p1") {
perso = "Gus";
} else if (_parent.perso == "p2") {
perso = "Joe";
} else if (_parent.perso == "p3") {
perso = "Gorvus";
}
if (_root[perso + "_target"] == "Gus") {
path = "p1";
} else if (_root[perso + "_target"] == "Joe") {
path = "p2";
} else if (_root[perso + "_target"] == "Gorvus") {
path = "p3";
}
if (_root[_root[perso + "_target"] + "HP"] > 0) {
} else {
_root[path].gotoAndPlay("revive");
}
Symbol 2560 MovieClip Frame 20
_root.Revive(perso, _root[perso + "_action"]);
Symbol 2560 MovieClip Frame 25
_root[_parent.perso + "etat"] = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2561 MovieClip Frame 1
stop();
perso = undefined;
Symbol 2561 MovieClip Frame 2
stop();
Symbol 2561 MovieClip Frame 3
stop();
Symbol 2561 MovieClip Frame 4
stop();
Symbol 2561 MovieClip Frame 5
stop();
Symbol 2561 MovieClip Frame 6
stop();
Symbol 2561 MovieClip Frame 7
stop();
Symbol 2561 MovieClip Frame 8
stop();
Symbol 2561 MovieClip Frame 9
stop();
Symbol 2561 MovieClip Frame 10
stop();
Symbol 2561 MovieClip Frame 11
stop();
Symbol 2561 MovieClip Frame 12
stop();
Symbol 2561 MovieClip Frame 13
stop();
Symbol 2561 MovieClip Frame 14
stop();
Symbol 2561 MovieClip Frame 15
stop();
Symbol 2561 MovieClip Frame 16
stop();
Symbol 2561 MovieClip Frame 17
stop();
Symbol 2561 MovieClip Frame 18
stop();
Symbol 2561 MovieClip Frame 19
stop();
Symbol 2561 MovieClip Frame 20
stop();
Symbol 2561 MovieClip Frame 21
stop();
Symbol 2561 MovieClip Frame 22
stop();
Symbol 2565 MovieClip Frame 1
path = this._name;
if (path == "attaque1") {
perso = "Gus";
}
if (path == "attaque2") {
perso = "Joe";
}
if (path == "attaque3") {
perso = "Gorvus";
}
_root.Dodge(perso);
Symbol 2565 MovieClip Frame 5
path = this._name;
if (path == "attaque1") {
perso = "Gus";
}
if (path == "attaque2") {
perso = "Joe";
}
if (path == "attaque3") {
perso = "Gorvus";
}
enemy = _parent.enemy;
_root.Eattack(enemy, perso);
Symbol 2565 MovieClip Frame 14
enemy = _parent.enemy;
_root[enemy].etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Instance of Symbol 2553 MovieClip in Symbol 2566 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 2566 MovieClip Frame 5
path = this._name;
if (path == "icewave1") {
perso = "Gus";
}
if (path == "icewave2") {
perso = "Joe";
}
if (path == "icewave3") {
perso = "Gorvus";
}
_root.Dodge(perso);
Symbol 2566 MovieClip Frame 9
path = this._name;
if (path == "icewave1") {
perso = "Gus";
}
if (path == "icewave2") {
perso = "Joe";
}
if (path == "icewave3") {
perso = "Gorvus";
}
enemy = _parent.enemy;
_root.Eattack(enemy, perso);
Symbol 2566 MovieClip Frame 17
enemy = _parent.enemy;
_root[enemy].etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2567 MovieClip Frame 1
path = this._name;
if (path == "laser1") {
perso = "Gus";
}
if (path == "laser2") {
perso = "Joe";
}
if (path == "laser3") {
perso = "Gorvus";
}
_root.Dodge(perso);
Symbol 2567 MovieClip Frame 4
path = this._name;
if (path == "laser1") {
perso = "Gus";
}
if (path == "laser2") {
perso = "Joe";
}
if (path == "laser3") {
perso = "Gorvus";
}
enemy = _parent.enemy;
valeur = "1.5";
_root.Eattack(enemy, perso, valeur);
Symbol 2567 MovieClip Frame 13
enemy = _parent.enemy;
_root[enemy].etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2568 MovieClip Frame 1
path = this._name;
if (path == "laser1") {
perso = "Gus";
}
if (path == "laser2") {
perso = "Joe";
}
if (path == "laser3") {
perso = "Gorvus";
}
_root.Dodge(perso);
Symbol 2568 MovieClip Frame 4
path = this._name;
if (path == "laser1") {
perso = "Gus";
}
if (path == "laser2") {
perso = "Joe";
}
if (path == "laser3") {
perso = "Gorvus";
}
enemy = _parent.enemy;
valeur = "1.5";
_root.Eattack(enemy, perso, valeur);
Symbol 2568 MovieClip Frame 13
enemy = _parent.enemy;
_root[enemy].etat = "fini";
_root.actions();
_parent.gotoAndPlay("idle");
Symbol 2579 MovieClip Frame 2
path = this._name;
if ((path == "vague1") && (_root.GusHP > 0)) {
perso = "Gus";
}
if ((path == "vague2") && (_root.JoeHP > 0)) {
perso = "Joe";
}
if ((path == "vague3") && (_root.GorvusHP > 0)) {
perso = "Gorvus";
}
_root.Dodge(perso);
Symbol 2579 MovieClip Frame 7
path = this._name;
enemy = _parent._parent.enemy;
if ((path == "vague1") && (_root.GusHP > 0)) {
perso = "Gus";
_root.Eattack(enemy, perso);
}
if ((path == "vague2") && (_root.JoeHP > 0)) {
perso = "Joe";
_root.Eattack(enemy, perso);
}
if ((path == "vague3") && (_root.GorvusHP > 0)) {
perso = "Gorvus";
_root.Eattack(enemy, perso);
}
Symbol 2579 MovieClip Frame 17
stop();
Symbol 2581 MovieClip Frame 2
path = this._name;
if ((path == "vague1") && (_root.GusHP > 0)) {
perso = "Gus";
}
if ((path == "vague2") && (_root.JoeHP > 0)) {
perso = "Joe";
}
if ((path == "vague3") && (_root.GorvusHP > 0)) {
perso = "Gorvus";
}
_root.Dodge(perso);
Symbol 2581 MovieClip Frame 7
path = this._name;
enemy = _parent._parent.enemy;
if ((path == "vague1") && (_root.GusHP > 0)) {
perso = "Gus";
_root.Eattack(enemy, perso);
}
if ((path == "vague2") && (_root.JoeHP > 0)) {
perso = "Joe";
_root.Eattack(enemy, perso);
}
if ((path == "vague3") && (_root.GorvusHP > 0)) {
perso = "Gorvus";
_root.Eattack(enemy, perso);
}
Symbol 2581 MovieClip Frame 17
enemy = _parent._parent.enemy;
_root[enemy].etat = "fini";
_root.actions();
_parent._parent.gotoAndPlay("idle");
Symbol 2582 MovieClip Frame 1
stop();
Symbol 2583 MovieClip Frame 1
stop();
enemy = undefined;
Symbol 2583 MovieClip Frame 2
stop();
Symbol 2583 MovieClip Frame 3
stop();
Symbol 2583 MovieClip Frame 4
stop();
Symbol 2583 MovieClip Frame 5
stop();
Symbol 2583 MovieClip Frame 6
stop();
Symbol 2583 MovieClip Frame 7
stop();
Symbol 2583 MovieClip Frame 8
stop();
Symbol 2583 MovieClip Frame 9
stop();
Symbol 2583 MovieClip Frame 10
stop();
Symbol 2583 MovieClip Frame 11
stop();
Symbol 2583 MovieClip Frame 12
stop();
Symbol 2583 MovieClip Frame 13
stop();
Symbol 2583 MovieClip Frame 14
stop();
Symbol 2583 MovieClip Frame 15
stop();
Symbol 2583 MovieClip Frame 16
stop();
Symbol 2583 MovieClip Frame 17
stop();
Instance of Symbol 2587 MovieClip in Symbol 2589 MovieClip Frame 1
onClipEvent (load) {
if (_root.gus_vert == "yes") {
this._visible = false;
}
}
Symbol 2592 Button
on (rollOver) {
texte.text = "COMBAT";
}
on (rollOut) {
texte.text = "";
}
on (release) {
if (_root.GusHP > 0) {
gotoAndStop ("Gus");
} else if (_root.JoeHP > 0) {
gotoAndStop ("Joe");
} else if (_root.GorvusHP > 0) {
gotoAndStop ("Gorvus");
}
}
Symbol 2593 Button
on (rollOver) {
texte.text = "COMBO";
}
on (rollOut) {
texte.text = "";
}
on (release) {
gotoAndPlay ("combo");
}
Symbol 2597 Button
on (rollOver) {
texte.text = "RUN";
}
on (rollOut) {
texte.text = "";
}
on (release) {
arraySPD = new Array();
if (_root.A.HP > 0) {
arraySPD.push(_root.A.SPD);
}
if (_root.B.HP > 0) {
arraySPD.push(_root.B.SPD);
}
if (_root.C.HP > 0) {
arraySPD.push(_root.C.SPD);
}
if (_root.D.HP > 0) {
arraySPD.push(_root.D.SPD);
}
if (_root.E.HP > 0) {
arraySPD.push(_root.E.SPD);
}
if (_root.F.HP > 0) {
arraySPD.push(_root.F.SPD);
}
if (_root.GusHP > 0) {
arraySPD.push(_root.GusSPD);
}
if (_root.JoeHP > 0) {
arraySPD.push(_root.JoeSPD);
}
if (_root.GorvusHP > 0) {
arraySPD.push(_root.GorvusSPD);
}
arraySPD.sort(Array.NUMERIC);
arraySPD.reverse();
if (((arraySPD[0] == _root.GusSPD) || (arraySPD[0] == _root.JoeSPD)) || (arraySPD[0] == _root.GorvusSPD)) {
run = new Array("run", "run", "run", "idle");
i = run[random(run.length)];
} else if ((((((arraySPD[0] == _root.A.SPD) || (arraySPD[0] == _root.B.SPD)) || (arraySPD[0] == _root.C.SPD)) || (arraySPD[0] == _root.D.SPD)) || (arraySPD[0] == _root.E.SPD)) || (arraySPD[0] == _root.F.SPD)) {
run = new Array("idle", "idle", "idle", "run");
i = run[random(run.length)];
}
if (i == "idle") {
_root.domages.dX.d.domage.text = "FAILED TO ESCAPE";
_root.domages.dX.gotoAndPlay("mal");
_root.Gus_pre = "non";
_root.Gus_action = "idle_btl";
_root.Joe_pre = "non";
_root.Joe_action = "idle_btl";
_root.Gorvus_pre = "non";
_root.Gorvus_action = "idle_btl";
gotoAndStop ("None");
} else {
gotoAndPlay ("run");
}
}
Symbol 2602 Button
on (rollOver) {
texte.text = "COMBAT";
}
on (rollOut) {
texte.text = "";
}
on (release) {
if (_root.GusHP > 0) {
gotoAndStop ("Gus");
} else if (_root.JoeHP > 0) {
gotoAndStop ("Joe");
} else if (_root.GorvusHP > 0) {
gotoAndStop ("Gorvus");
}
}
Symbol 2603 Button
on (rollOver) {
texte.text = "COMBO";
}
on (rollOut) {
texte.text = "";
}
on (release) {
gotoAndPlay ("pre-menu");
}
Symbol 2605 Button
on (rollOver) {
texte.text = "RUN";
}
on (rollOut) {
texte.text = "";
}
on (release) {
arraySPD = new Array();
if (_root.A.HP > 0) {
arraySPD.push(_root.A.SPD);
}
if (_root.B.HP > 0) {
arraySPD.push(_root.B.SPD);
}
if (_root.C.HP > 0) {
arraySPD.push(_root.C.SPD);
}
if (_root.D.HP > 0) {
arraySPD.push(_root.D.SPD);
}
if (_root.E.HP > 0) {
arraySPD.push(_root.E.SPD);
}
if (_root.F.HP > 0) {
arraySPD.push(_root.F.SPD);
}
if (_root.GusHP > 0) {
arraySPD.push(_root.GusSPD);
}
if (_root.JoeHP > 0) {
arraySPD.push(_root.JoeSPD);
}
if (_root.GorvusHP > 0) {
arraySPD.push(_root.GorvusSPD);
}
arraySPD.sort(Array.NUMERIC);
arraySPD.reverse();
if (((arraySPD[0] == _root.GusSPD) || (arraySPD[0] == _root.JoeSPD)) || (arraySPD[0] == _root.GorvusSPD)) {
run = new Array("run", "run", "run", "idle");
i = run[random(run.length)];
} else if ((((((arraySPD[0] == _root.A.SPD) || (arraySPD[0] == _root.B.SPD)) || (arraySPD[0] == _root.C.SPD)) || (arraySPD[0] == _root.D.SPD)) || (arraySPD[0] == _root.E.SPD)) || (arraySPD[0] == _root.F.SPD)) {
run = new Array("idle", "idle", "idle", "run");
i = run[random(run.length)];
}
if (i == "idle") {
_root.domages.dX.d.domage.text = "FAILED TO ESCAPE";
_root.domages.dX.gotoAndPlay("mal");
_root.Gus_pre = "non";
_root.Gus_action = "idle_btl";
_root.Joe_pre = "non";
_root.Joe_action = "idle_btl";
_root.Gorvus_pre = "non";
_root.Gorvus_action = "idle_btl";
gotoAndStop ("None");
} else {
gotoAndPlay ("run");
}
}
Symbol 2609 Button
on (rollOver) {
nom = this._name;
_parent.texte(nom);
}
on (rollOut) {
_parent._parent.texte.text = "";
}
on (release) {
nom = this._name;
_parent.clique(nom);
}
Symbol 2611 MovieClip Frame 1
_root.Heal_qt = new Array(_root.dry_water / 1, _root.spring_grass / 2);
_root.Heal_qt.sort(Array.NUMERIC);
_root.Heal = Math.floor(_root.Heal_qt[0]);
_root.Boost_qt = new Array(_root.dry_water / 1, _root.spring_grass / 1, _root.mint / 1);
_root.Boost_qt.sort(Array.NUMERIC);
_root.Boost = Math.floor(_root.Boost_qt[0]);
_root.Explosion_qt = new Array(_root.sulfur / 3, _root.fire_rock / 1);
_root.Explosion_qt.sort(Array.NUMERIC);
_root.Explosion = Math.floor(_root.Explosion_qt[0]);
_root.Icewave_qt = new Array(_root.winter_root / 1, _root.dry_water / 4);
_root.Icewave_qt.sort(Array.NUMERIC);
_root.Icewave = Math.floor(_root.Icewave_qt[0]);
_root.Goowyaura_qt = new Array(_root.sea_algea / 2, _root.dry_water / 4, _root.spring_grass / 2);
_root.Goowyaura_qt.sort(Array.NUMERIC);
_root.Goowyaura = Math.floor(_root.Goowyaura_qt[0]);
_root.Shock_qt = new Array(_root.energy_dust / 3, _root.iron / 3);
_root.Shock_qt.sort(Array.NUMERIC);
_root.Shock = Math.floor(_root.Shock_qt[0]);
_root.Burning_qt = new Array(_root.Explosion / 1, _root.JoeTech2 / 1);
_root.Burning_qt.sort(Array.NUMERIC);
_root.Burning = Math.floor(_root.Burning_qt[0]);
_root.Power_qt = new Array(_root.GusTech4 / 1, _root.JoeTech3 / 1);
_root.Power_qt.sort(Array.NUMERIC);
_root.Power = Math.floor(_root.Power_qt[0]);
function texte(nom) {
if (nom == "slot1") {
_parent.texte.text = "1 Explosion + 1 Multi knives";
} else if (nom == "slot2") {
_parent.texte.text = "1 Power strike + 1 Power cut";
}
}
function clique(nom) {
if (nom == "slot1") {
if ((_root.JoeHP > 0) && (_root.GusHP > 0)) {
_root.Combo_action = "Burning knives";
_root.sulfur = _root.sulfur - 3;
_root.fire_rock = _root.fire_rock - 1;
_root.JoeTech2 = _root.JoeTech2 - 1;
_parent.gotoAndPlay(_parent.nextperso);
}
} else if (nom == "slot2") {
if ((_root.JoeHP > 0) && (_root.GusHP > 0)) {
_root.Combo_action = "Power attack";
_root.GusTech4 = _root.GusTech4 - 1;
_root.JoeTech3 = _root.JoeTech3 - 1;
_parent.gotoAndPlay("Combo_attaque");
}
}
}
slot1.special = "";
slot1.qt = "";
slot2.special = "";
slot2.qt = "";
slot3.special = "";
slot3.qt = "";
slot4.special = "";
slot4.qt = "";
slot5.special = "";
slot5.qt = "";
slot6.special = "";
slot6.qt = "";
slot1.btn.enabled = true;
slot2.btn.enabled = true;
slot3.btn.enabled = true;
slot4.btn.enabled = true;
slot5.btn.enabled = true;
slot6.btn.enabled = true;
if (_root.JoeLV >= 15) {
slot1.special = "Burning knives";
slot1.qt = _root.Burning;
} else {
slot1.btn.enabled = false;
}
if ((_root.JoeLV >= 20) && (_root.GusLV >= 20)) {
slot2.special = "Power Attack";
slot2.qt = _root.Power;
} else {
slot2.btn.enabled = false;
}
if (slot1.qt <= 0) {
slot1.btn.enabled = false;
}
if (slot2.qt <= 0) {
slot2.btn.enabled = false;
}
slot3.btn.enabled = false;
slot4.btn.enabled = false;
slot5.btn.enabled = false;
slot6.btn.enabled = false;
stop();
Symbol 2614 Button
on (release) {
gotoAndStop ("pre-menu");
}
Instance of Symbol 2617 MovieClip in Symbol 2618 MovieClip Frame 1
onClipEvent (load) {
if (_root.gus_vert == "yes") {
this._visible = false;
}
}
Symbol 2619 Button
on (rollOver) {
texte.text = "ATTACK";
}
on (rollOut) {
texte.text = "";
}
on (release) {
gotoAndStop(perso + "_attack");
}
Symbol 2620 Button
on (rollOver) {
texte.text = "ALCHEMY";
}
on (rollOut) {
texte.text = "";
}
on (release) {
gotoAndPlay(perso + "_alchemy");
}
Symbol 2621 Button
on (rollOver) {
texte.text = "SPECIAL";
}
on (rollOut) {
texte.text = "";
}
on (release) {
gotoAndPlay(perso + "_special");
}
Symbol 2622 Button
on (rollOver) {
texte.text = "ITEMS";
}
on (rollOut) {
texte.text = "";
}
on (release) {
gotoAndPlay(perso + "_item");
}
Symbol 2625 Button
on (rollOver) {
texte.text = "DEFENSE";
}
on (rollOut) {
texte.text = "";
}
on (release) {
_root[perso + "_pre"] = "non";
_root[perso + "_action"] = "defense";
_root[perso + "_target"] = "none";
gotoAndPlay(nextperso);
}
Symbol 2645 MovieClip Frame 1
stop();
Symbol 2645 MovieClip Frame 2
stop();
Symbol 2645 MovieClip Frame 3
stop();
Symbol 2646 Button
on (rollOver) {
texte.text = "ALCHEMY";
}
on (rollOut) {
texte.text = "";
}
on (release) {
gotoAndPlay(perso);
}
Symbol 2647 Button
on (rollOver) {
nom = this.special;
_parent.texte(nom);
}
on (rollOut) {
_parent._parent.texte.text = "";
}
on (release) {
nom = this.special;
_parent.clique(nom);
}
Symbol 2649 MovieClip Frame 1
_root.Heal_qt = new Array(_root.dry_water / 1, _root.spring_grass / 2);
_root.Heal_qt.sort(Array.NUMERIC);
_root.Heal = Math.floor(_root.Heal_qt[0]);
_root.Boost_qt = new Array(_root.dry_water / 1, _root.spring_grass / 1, _root.mint / 1);
_root.Boost_qt.sort(Array.NUMERIC);
_root.Boost = Math.floor(_root.Boost_qt[0]);
_root.Explosion_qt = new Array(_root.sulfur / 3, _root.fire_rock / 1);
_root.Explosion_qt.sort(Array.NUMERIC);
_root.Explosion = Math.floor(_root.Explosion_qt[0]);
_root.Icewave_qt = new Array(_root.winter_root / 1, _root.dry_water / 4);
_root.Icewave_qt.sort(Array.NUMERIC);
_root.Icewave = Math.floor(_root.Icewave_qt[0]);
_root.Goowyaura_qt = new Array(_root.sea_algea / 2, _root.dry_water / 4, _root.spring_grass / 2);
_root.Goowyaura_qt.sort(Array.NUMERIC);
_root.Goowyaura = Math.floor(_root.Goowyaura_qt[0]);
_root.Shock_qt = new Array(_root.energy_dust / 3, _root.iron / 3);
_root.Shock_qt.sort(Array.NUMERIC);
_root.Shock = Math.floor(_root.Shock_qt[0]);
function texte(nom) {
i = _root.GusINT * 2;
if (i >= 250) {
i = 250;
}
if (nom == "Heal") {
_parent.texte.text = ("2 spring grass + 1 dry water - Heals " + i) + " HP";
} else if (nom == "Boost") {
_parent.texte.text = "1 spring grass + 1 dry water + 1 mint - Increases attack of 50%";
} else if (nom == "Explosion") {
_parent.texte.text = "3 sulfur + 1 fire rock - Hits all enemies";
} else if (nom == "Ice wave") {
_parent.texte.text = "4 dry water + 1 winter root - Hits a single foe";
} else if (nom == "Goowy aura") {
_parent.texte.text = ("4 dry water + 2 sea algea + 2 spring grass - Heals all the party " + i) + " HP";
} else if (nom == "Shock") {
_parent.texte.text = "3 energy dust + 3 iron - Hits all enemies";
}
}
function clique(nom) {
if (nom == "Heal") {
_root.Gus_pre = "item";
_root.Gus_action = "heal";
_root.dry_water = _root.dry_water - 1;
_root.spring_grass = _root.spring_grass - 2;
_parent.gotoAndPlay("Gus_al_target");
} else if (nom == "Boost") {
_root.Gus_pre = "item";
_root.Gus_action = "boost";
_root.dry_water = _root.dry_water - 1;
_root.spring_grass = _root.spring_grass - 1;
_root.mint = _root.mint - 1;
_parent.gotoAndPlay("Gus_al_target");
} else if (nom == "Explosion") {
_root.Gus_pre = "item";
_root.Gus_target = "all";
_root.Gus_action = "explosion";
_root.sulfur = _root.sulfur - 3;
_root.fire_rock = _root.fire_rock - 1;
_parent.gotoAndPlay(_parent.nextperso);
} else if (nom == "Ice wave") {
_root.Gus_pre = "item";
_root.Gus_action = "ice wave";
_root.dry_water = _root.dry_water - 4;
_root.winter_root = _root.winter_root - 1;
_parent.gotoAndPlay("Gus_sp_attaque");
} else if (nom == "Goowy aura") {
_root.Gus_pre = "item";
_root.Gus_target = "all";
_root.Gus_action = "goowy aura";
_root.dry_water = _root.dry_water - 4;
_root.spring_grass = _root.spring_grass - 2;
_root.sea_algea = _root.sea_algea - 2;
_parent.gotoAndPlay(_parent.nextperso);
} else if (nom == "Shock") {
_root.Gus_pre = "item";
_root.Gus_target = "all";
_root.Gus_action = "shock";
_root.energy_dust = _root.energy_dust - 3;
_root.iron = _root.iron - 3;
_parent.gotoAndPlay(_parent.nextperso);
}
}
slot1.special = "";
slot1.qt = "";
slot2.special = "";
slot2.qt = "";
slot3.special = "";
slot3.qt = "";
slot4.special = "";
slot4.qt = "";
slot5.special = "";
slot5.qt = "";
slot6.special = "";
slot6.qt = "";
slot1.btn.enabled = true;
slot2.btn.enabled = true;
slot3.btn.enabled = true;
slot4.btn.enabled = true;
slot5.btn.enabled = true;
slot6.btn.enabled = true;
slot1.special = "Heal";
slot1.qt = _root[_root.GusAlch_qt[0]];
slot2.special = "Boost";
slot2.qt = _root[_root.GusAlch_qt[1]];
slot3.special = "Explosion";
slot3.qt = _root[_root.GusAlch_qt[2]];
if (_root.GusAlch.length >= 4) {
slot4.special = _root.GusAlch[3];
slot4.qt = _root[_root.GusAlch_qt[3]];
} else {
slot4.btn.enabled = false;
}
if (_root.GusAlch.length >= 5) {
slot5.special = _root.GusAlch[4];
slot5.qt = _root[_root.GusAlch_qt[4]];
} else {
slot5.btn.enabled = false;
}
if (_root.GusAlch.length >= 6) {
slot6.special = _root.GusAlch[5];
slot6.qt = _root[_root.GusAlch_qt[5]];
} else {
slot6.btn.enabled = false;
}
if (slot1.qt <= 0) {
slot1.btn.enabled = false;
}
if (slot2.qt <= 0) {
slot2.btn.enabled = false;
}
if (slot3.qt <= 0) {
slot3.btn.enabled = false;
}
if (slot4.qt <= 0) {
slot4.btn.enabled = false;
}
if (slot5.qt <= 0) {
slot5.btn.enabled = false;
}
if (slot6.qt <= 0) {
slot6.btn.enabled = false;
}
stop();
Symbol 2649 MovieClip Frame 2
function texte(nom) {
i = _root.JoeINT * 2;
if (i >= 250) {
i = 250;
}
if (nom == "Heal") {
_parent.texte.text = ("2 spring grass + 1 dry water - Heals " + i) + " HP";
} else if (nom == "Boost") {
_parent.texte.text = "1 spring grass + 1 dry water + 1 mint - Increases attack of 50%";
}
}
function clique(nom) {
if (nom == "Heal") {
_root.Joe_pre = "item";
_root.Joe_action = "heal";
_root.dry_water = _root.dry_water - 1;
_root.spring_grass = _root.spring_grass - 2;
_parent.gotoAndPlay("Joe_al_target");
} else if (nom == "Boost") {
_root.Joe_pre = "item";
_root.Joe_action = "boost";
_root.dry_water = _root.dry_water - 1;
_root.spring_grass = _root.spring_grass - 1;
_root.mint = _root.mint - 1;
_parent.gotoAndPlay("Joe_al_target");
}
}
slot1.special = "";
slot1.qt = "";
slot2.special = "";
slot2.qt = "";
slot3.special = "";
slot3.qt = "";
slot4.special = "";
slot4.qt = "";
slot5.special = "";
slot5.qt = "";
slot6.special = "";
slot6.qt = "";
slot1.btn.enabled = true;
slot2.btn.enabled = true;
slot3.btn.enabled = true;
slot4.btn.enabled = true;
slot5.btn.enabled = true;
slot6.btn.enabled = true;
slot1.special = "Heal";
slot1.qt = _root[_root.JoeAlch_qt[0]];
slot2.special = "Boost";
slot2.qt = _root[_root.JoeAlch_qt[1]];
if (_root.JoeAlch.length >= 3) {
slot3.special = _root.JoeAlch[2];
slot3.qt = _root[_root.JoeAlch_qt[2]];
} else {
slot3.btn.enabled = false;
}
if (_root.JoeAlch.length >= 4) {
slot4.special = _root.JoeAlch[3];
slot4.qt = _root[_root.JoeAlch_qt[3]];
} else {
slot4.btn.enabled = false;
}
if (_root.JoeAlch.length >= 5) {
slot5.special = _root.JoeAlch[4];
slot5.qt = _root[_root.JoeAlch_qt[4]];
} else {
slot5.btn.enabled = false;
}
if (_root.JoeAlch.length >= 6) {
slot6.special = _root.JoeAlch[5];
slot6.qt = _root[_root.JoeAlch_qt[5]];
} else {
slot6.btn.enabled = false;
}
if (slot1.qt <= 0) {
slot1.btn.enabled = false;
}
if (slot2.qt <= 0) {
slot2.btn.enabled = false;
}
if (slot3.qt <= 0) {
slot3.btn.enabled = false;
}
if (slot4.qt <= 0) {
slot4.btn.enabled = false;
}
if (slot5.qt <= 0) {
slot5.btn.enabled = false;
}
if (slot6.qt <= 0) {
slot6.btn.enabled = false;
}
stop();
Symbol 2649 MovieClip Frame 3
function texte(nom) {
i = _root.GorvusINT * 2;
if (i >= 250) {
i = 250;
}
if (nom == "Heal") {
_parent.texte.text = ("2 spring grass + 1 dry water - Heals " + i) + " HP";
} else if (nom == "Goowy aura") {
_parent.texte.text = ("4 dry water + 2 sea algea + 2 spring grass - Heals all the party " + i) + " HP";
}
}
function clique(nom) {
if (nom == "Heal") {
_root.Gorvus_pre = "item";
_root.Gorvus_action = "heal";
_root.dry_water = _root.dry_water - 1;
_root.spring_grass = _root.spring_grass - 2;
_parent.gotoAndPlay("Gorvus_al_target");
} else if (nom == "Goowy aura") {
_root.Gorvus_pre = "item";
_root.Gorvus_target = "all";
_root.Gorvus_action = "goowy aura";
_root.dry_water = _root.dry_water - 4;
_root.spring_grass = _root.spring_grass - 2;
_root.sea_algea = _root.sea_algea - 2;
_parent.gotoAndPlay(_parent.nextperso);
}
}
slot1.special = "";
slot1.qt = "";
slot2.special = "";
slot2.qt = "";
slot3.special = "";
slot3.qt = "";
slot4.special = "";
slot4.qt = "";
slot5.special = "";
slot5.qt = "";
slot6.special = "";
slot6.qt = "";
slot1.btn.enabled = true;
slot2.btn.enabled = true;
slot3.btn.enabled = true;
slot4.btn.enabled = true;
slot5.btn.enabled = true;
slot6.btn.enabled = true;
slot1.special = "Heal";
slot1.qt = _root[_root.GorvusAlch_qt[0]];
if (_root.GorvusAlch.length >= 2) {
slot2.special = _root.GorvusAlch[1];
slot2.qt = _root[_root.GorvusAlch_qt[1]];
} else {
slot2.btn.enabled = false;
}
if (_root.GorvusAlch.length >= 3) {
slot3.special = _root.GorvusAlch[2];
slot3.qt = _root[_root.GorvusAlch_qt[2]];
} else {
slot3.btn.enabled = false;
}
if (_root.GorvusAlch.length >= 4) {
slot4.special = _root.GorvusAlch[3];
slot4.qt = _root[_root.GorvusAlch_qt[3]];
} else {
slot4.btn.enabled = false;
}
if (_root.GorvusAlch.length >= 5) {
slot5.special = _root.GorvusAlch[4];
slot5.qt = _root[_root.GorvusAlch_qt[4]];
} else {
slot5.btn.enabled = false;
}
if (_root.GorvusAlch.length >= 6) {
slot6.special = _root.GorvusAlch[5];
slot6.qt = _root[_root.GorvusAlch_qt[5]];
} else {
slot6.btn.enabled = false;
}
if (slot1.qt <= 0) {
slot1.btn.enabled = false;
}
if (slot2.qt <= 0) {
slot2.btn.enabled = false;
}
if (slot3.qt <= 0) {
slot3.btn.enabled = false;
}
if (slot4.qt <= 0) {
slot4.btn.enabled = false;
}
if (slot5.qt <= 0) {
slot5.btn.enabled = false;
}
if (slot6.qt <= 0) {
slot6.btn.enabled = false;
}
stop();
Symbol 2650 Button
on (rollOver) {
texte.text = "SPECIAL";
}
on (rollOut) {
texte.text = "";
}
on (release) {
gotoAndPlay(perso);
}
Symbol 2651 MovieClip Frame 1
function texte(nom) {
if (nom == "slot1") {
_parent.texte.text = "Two quick hits";
} else if (nom == "slot2") {
_parent.texte.text = "Attacks all enemies";
} else if (nom == "slot3") {
_parent.texte.text = "Increases your chances of dodging";
} else if (nom == "slot4") {
_parent.texte.text = "A single powerful attack";
}
}
function clique(nom) {
if (nom == "slot1") {
_root.Gus_pre = "oui";
_root.Gus_action = "dbl touche";
_parent.gotoAndPlay("Gus_sp_attaque");
} else if (nom == "slot2") {
_root.Gus_pre = "oui";
_root.Gus_action = "slash";
_root.Gus_target = "all";
_parent.gotoAndPlay(_parent.nextperso);
} else if (nom == "slot3") {
_root.Gus_pre = "non";
_root.Gus_action = "awareness";
_parent.gotoAndPlay(_parent.nextperso);
} else if (nom == "slot4") {
_root.Gus_pre = "oui";
_root.Gus_action = "power strike";
_parent.gotoAndPlay("Gus_sp_attaque");
}
}
slot1.special = "";
slot1.qt = "";
slot2.special = "";
slot2.qt = "";
slot3.special = "";
slot3.qt = "";
slot4.special = "";
slot4.qt = "";
slot5.special = "";
slot5.qt = "";
slot6.special = "";
slot6.qt = "";
slot1.btn.enabled = true;
slot2.btn.enabled = true;
slot3.btn.enabled = true;
slot4.btn.enabled = true;
slot5.btn.enabled = true;
slot6.btn.enabled = true;
slot1.special = "Double strike";
slot1.qt = _root.GusTech1;
slot2.special = "Slash";
slot2.qt = _root.GusTech2;
slot3.special = "Awareness";
slot3.qt = _root.GusTech3;
if (_root.GusLV >= 20) {
slot4.special = "Power strike";
slot4.qt = _root.GusTech4;
} else {
slot4.btn.enabled = false;
}
if (slot1.qt <= 0) {
slot1.btn.enabled = false;
}
if (slot2.qt <= 0) {
slot2.btn.enabled = false;
}
if (slot3.qt <= 0) {
slot3.btn.enabled = false;
}
if (slot4.qt <= 0) {
slot4.btn.enabled = false;
}
slot5.btn.enabled = false;
slot6.btn.enabled = false;
stop();
Symbol 2651 MovieClip Frame 2
function texte(nom) {
if (nom == "slot1") {
_parent.texte.text = "A knife assisted punch";
} else if (nom == "slot2") {
_parent.texte.text = "Attacks all enemies";
} else if (nom == "slot3") {
_parent.texte.text = "Powerful version of the Punch cut";
}
}
function clique(nom) {
if (nom == "slot1") {
_root.Joe_pre = "oui";
_root.Joe_action = "punchcut";
_parent.gotoAndPlay("Joe_sp_attaque");
} else if (nom == "slot2") {
_root.Joe_pre = "non";
_root.Joe_action = "multiknives";
_root.Joe_target = "all";
_parent.gotoAndPlay(_parent.nextperso);
} else if (nom == "slot3") {
_root.Joe_pre = "oui";
_root.Joe_action = "powercut";
_parent.gotoAndPlay("Joe_sp_attaque");
}
}
slot1.special = "";
slot1.qt = "";
slot2.special = "";
slot2.qt = "";
slot3.special = "";
slot3.qt = "";
slot4.special = "";
slot4.qt = "";
slot5.special = "";
slot5.qt = "";
slot6.special = "";
slot6.qt = "";
slot1.btn.enabled = true;
slot2.btn.enabled = true;
slot3.btn.enabled = true;
slot4.btn.enabled = true;
slot5.btn.enabled = true;
slot6.btn.enabled = true;
slot1.special = "Punch cut";
slot1.qt = _root.JoeTech1;
if (_root.JoeLV >= 15) {
slot2.special = "Multi knives";
slot2.qt = _root.JoeTech2;
} else {
slot2.btn.enabled = false;
}
if (_root.JoeLV >= 20) {
slot3.special = "Power cut";
slot3.qt = _root.JoeTech3;
} else {
slot3.btn.enabled = false;
}
if (slot1.qt <= 0) {
slot1.btn.enabled = false;
}
if (slot2.qt <= 0) {
slot2.btn.enabled = false;
}
if (slot3.qt <= 0) {
slot3.btn.enabled = false;
}
slot4.btn.enabled = false;
slot5.btn.enabled = false;
slot6.btn.enabled = false;
stop();
Symbol 2651 MovieClip Frame 3
function texte(nom) {
if (nom == "slot1") {
_parent.texte.text = "An old captain technique";
}
}
function clique(nom) {
if (nom == "slot1") {
_root.Gorvus_pre = "oui";
_root.Gorvus_action = "poweranchor";
_parent.gotoAndPlay("Gorvus_sp_attaque");
}
}
slot1.special = "";
slot1.qt = "";
slot2.special = "";
slot2.qt = "";
slot3.special = "";
slot3.qt = "";
slot4.special = "";
slot4.qt = "";
slot5.special = "";
slot5.qt = "";
slot6.special = "";
slot6.qt = "";
slot1.btn.enabled = true;
slot2.btn.enabled = true;
slot3.btn.enabled = true;
slot4.btn.enabled = true;
slot5.btn.enabled = true;
slot6.btn.enabled = true;
slot1.special = "Power anchor";
slot1.qt = _root.GorvusTech1;
if (slot1.qt <= 0) {
slot1.btn.enabled = false;
}
slot2.btn.enabled = false;
slot3.btn.enabled = false;
slot4.btn.enabled = false;
slot5.btn.enabled = false;
slot6.btn.enabled = false;
stop();
Symbol 2652 Button
on (rollOver) {
texte.text = "ITEMS";
}
on (rollOut) {
texte.text = "";
}
on (release) {
gotoAndPlay(perso);
}
Symbol 2653 MovieClip Frame 1
function texte(nom) {
if (nom == "Potion") {
_parent.texte.text = "Heals 150 HP";
} else if (nom == "Life worm") {
_parent.texte.text = "Revives a character";
} else if (nom == "Smoked fish") {
_parent.texte.text = "Heals 300 HP";
} else if (nom == "Fish filet") {
_parent.texte.text = "Heals 500 HP";
}
}
function clique(nom) {
if (nom == "Potion") {
_root.Gus_pre = "item";
_root.Gus_action = "potion";
_root.enleveItems("Potion", "potion", 1);
_parent.gotoAndPlay("Gus_al_target");
} else if (nom == "Life worm") {
if ((((_root.current.movie = _root.p1.meurt)) || ((_root.current.movie = _root.p2.meurt))) || ((_root.current.movie = _root.p3.meurt))) {
_root.Gus_pre = "item";
_root.Gus_action = "life worm";
_root.enleveItems("Life worm", "life_worm", 1);
_parent.gotoAndPlay("Gus_dead_target");
}
} else if (nom == "Smoked fish") {
_root.Gus_pre = "item";
_root.Gus_action = "smoked fish";
_root.enleveItems("Smoked fish", "smoked_fish", 1);
_parent.gotoAndPlay("Gus_al_target");
} else if (nom == "Fish filet") {
_root.Gus_pre = "item";
_root.Gus_action = "fish filet";
_root.enleveItems("Fish filet", "fish_filet", 1);
_parent.gotoAndPlay("Gus_al_target");
}
}
i = 1;
while (i < 7) {
this["slot" + i].special = _root["islot" + i];
if (_root["islot" + i] == "Potion") {
this["slot" + i].qt = _root.potion;
} else if (_root["islot" + i] == "Life worm") {
this["slot" + i].qt = _root.life_worm;
} else if (_root["islot" + i] == "Smoked fish") {
this["slot" + i].qt = _root.smoked_fish;
} else if (_root["islot" + i] == "Fish filet") {
this["slot" + i].qt = _root.fish_filet;
}
i++;
}
slot1.btn.enabled = true;
slot2.btn.enabled = true;
slot3.btn.enabled = true;
slot4.btn.enabled = true;
slot5.btn.enabled = true;
slot6.btn.enabled = true;
if ((slot1.qt <= 0) || (slot1.qt == "")) {
slot1.btn.enabled = false;
}
if ((slot2.qt <= 0) || (slot2.qt == "")) {
slot2.btn.enabled = false;
}
if ((slot3.qt <= 0) || (slot3.qt == "")) {
slot3.btn.enabled = false;
}
if ((slot4.qt <= 0) || (slot4.qt == "")) {
slot4.btn.enabled = false;
}
if ((slot5.qt <= 0) || (slot5.qt == "")) {
slot5.btn.enabled = false;
}
if ((slot6.qt <= 0) || (slot6.qt == "")) {
slot6.btn.enabled = false;
}
stop();
Symbol 2653 MovieClip Frame 2
function texte(nom) {
if (nom == "Potion") {
_parent.texte.text = "Heals 150 HP";
} else if (nom == "Life worm") {
_parent.texte.text = "Revives a character";
} else if (nom == "Smoked fish") {
_parent.texte.text = "Heals 300 HP";
} else if (nom == "Fish filet") {
_parent.texte.text = "Heals 500 HP";
}
}
function clique(nom) {
if (nom == "Potion") {
_root.Joe_pre = "item";
_root.Joe_action = "potion";
_root.enleveItems("Potion", "potion", 1);
_parent.gotoAndPlay("Joe_al_target");
} else if (nom == "Life worm") {
if ((((_root.current.movie = _root.p1.meurt)) || ((_root.current.movie = _root.p2.meurt))) || ((_root.current.movie = _root.p3.meurt))) {
_root.Joe_pre = "item";
_root.Joe_action = "life worm";
_root.enleveItems("Life worm", "life_worm", 1);
_parent.gotoAndPlay("Joe_dead_target");
}
} else if (nom == "Smoked fish") {
_root.Joe_pre = "item";
_root.Joe_action = "smoked fish";
_root.enleveItems("Smoked fish", "smoked_fish", 1);
_parent.gotoAndPlay("Joe_al_target");
} else if (nom == "Fish filet") {
_root.Joe_pre = "item";
_root.Joe_action = "fish filet";
_root.enleveItems("Fish filet", "fish_filet", 1);
_parent.gotoAndPlay("Joe_al_target");
}
}
i = 1;
while (i < 7) {
this["slot" + i].special = _root["islot" + i];
if (_root["islot" + i] == "Potion") {
this["slot" + i].qt = _root.potion;
} else if (_root["islot" + i] == "Life worm") {
this["slot" + i].qt = _root.life_worm;
} else if (_root["islot" + i] == "Smoked fish") {
this["slot" + i].qt = _root.smoked_fish;
} else if (_root["islot" + i] == "Fish filet") {
this["slot" + i].qt = _root.fish_filet;
}
i++;
}
slot1.btn.enabled = true;
slot2.btn.enabled = true;
slot3.btn.enabled = true;
slot4.btn.enabled = true;
slot5.btn.enabled = true;
slot6.btn.enabled = true;
if ((slot1.qt <= 0) || (slot1.qt == "")) {
slot1.btn.enabled = false;
}
if ((slot2.qt <= 0) || (slot2.qt == "")) {
slot2.btn.enabled = false;
}
if ((slot3.qt <= 0) || (slot3.qt == "")) {
slot3.btn.enabled = false;
}
if ((slot4.qt <= 0) || (slot4.qt == "")) {
slot4.btn.enabled = false;
}
if ((slot5.qt <= 0) || (slot5.qt == "")) {
slot5.btn.enabled = false;
}
if ((slot6.qt <= 0) || (slot6.qt == "")) {
slot6.btn.enabled = false;
}
stop();
Symbol 2653 MovieClip Frame 3
function texte(nom) {
if (nom == "Potion") {
_parent.texte.text = "Heals 150 HP";
} else if (nom == "Life worm") {
_parent.texte.text = "Revives a character";
} else if (nom == "Smoked fish") {
_parent.texte.text = "Heals 300 HP";
} else if (nom == "Fish filet") {
_parent.texte.text = "Heals 500 HP";
}
}
function clique(nom) {
if (nom == "Potion") {
_root.Gorvus_pre = "item";
_root.Gorvus_action = "potion";
_root.enleveItems("Potion", "potion", 1);
_parent.gotoAndPlay("Gorvus_al_target");
} else if (nom == "Life worm") {
if ((((_root.current.movie = _root.p1.meurt)) || ((_root.current.movie = _root.p2.meurt))) || ((_root.current.movie = _root.p3.meurt))) {
_root.Gorvus_pre = "item";
_root.Gorvus_action = "life worm";
_root.enleveItems("Life worm", "life_worm", 1);
_parent.gotoAndPlay("Gorvus_dead_target");
}
} else if (nom == "Smoked fish") {
_root.Gorvus_pre = "item";
_root.Gorvus_action = "smoked fish";
_root.enleveItems("Smoked fish", "smoked_fish", 1);
_parent.gotoAndPlay("Gorvus_al_target");
} else if (nom == "Fish filet") {
_root.Gorvus_pre = "item";
_root.Gorvus_action = "fish filet";
_root.enleveItems("Fish filet", "fish_filet", 1);
_parent.gotoAndPlay("Gorvus_al_target");
}
}
i = 1;
while (i < 7) {
this["slot" + i].special = _root["islot" + i];
if (_root["islot" + i] == "Potion") {
this["slot" + i].qt = _root.potion;
} else if (_root["islot" + i] == "Life worm") {
this["slot" + i].qt = _root.life_worm;
} else if (_root["islot" + i] == "Smoked fish") {
this["slot" + i].qt = _root.smoked_fish;
} else if (_root["islot" + i] == "Fish filet") {
this["slot" + i].qt = _root.fish_filet;
}
i++;
}
slot1.btn.enabled = true;
slot2.btn.enabled = true;
slot3.btn.enabled = true;
slot4.btn.enabled = true;
slot5.btn.enabled = true;
slot6.btn.enabled = true;
if ((slot1.qt <= 0) || (slot1.qt == "")) {
slot1.btn.enabled = false;
}
if ((slot2.qt <= 0) || (slot2.qt == "")) {
slot2.btn.enabled = false;
}
if ((slot3.qt <= 0) || (slot3.qt == "")) {
slot3.btn.enabled = false;
}
if ((slot4.qt <= 0) || (slot4.qt == "")) {
slot4.btn.enabled = false;
}
if ((slot5.qt <= 0) || (slot5.qt == "")) {
slot5.btn.enabled = false;
}
if ((slot6.qt <= 0) || (slot6.qt == "")) {
slot6.btn.enabled = false;
}
stop();
Symbol 2654 Button
on (release) {
if (_root.Gus_action == "heal") {
_root.dry_water = _root.dry_water + 1;
_root.spring_grass = _root.spring_grass + 2;
} else if (_root.Gus_action == "boost") {
_root.dry_water = _root.dry_water + 1;
_root.spring_grass = _root.spring_grass + 1;
_root.mint = _root.mint + 1;
} else if (_root.Gus_action == "explosion") {
_root.sulfur = _root.sulfur + 3;
_root.fire_rock = _root.fire_rock + 1;
} else if (_root.Gus_action == "ice wave") {
_root.dry_water = _root.dry_water + 4;
_root.winter_root = _root.winter_root + 1;
} else if (_root.Gus_action == "goowy aura") {
_root.dry_water = _root.dry_water + 4;
_root.spring_grass = _root.spring_grass + 2;
_root.sea_algea = _root.sea_algea + 2;
} else if (_root.Gus_action == "shock") {
_root.energy_dust = _root.energy_dust + 3;
_root.iron = _root.iron + 3;
} else if (_root.Gus_action == "potion") {
_root.placeItems("Potion", "potion", 1);
} else if (_root.Gus_action == "life worm") {
_root.placeItems("Life worm", "life_worm", 1);
} else if (_root.Gus_action == "smoked fish") {
_root.placeItems("Smoked fish", "smoked_fish", 1);
} else if (_root.Gus_action == "fish filet") {
_root.placeItems("Fish filet", "fish_filet", 1);
}
gotoAndStop ("Gus");
}
Symbol 2655 Button
on (release) {
if (_root.GusHP > 0) {
if (_root.Gus_action == "heal") {
_root.dry_water = _root.dry_water + 1;
_root.spring_grass = _root.spring_grass + 2;
} else if (_root.Gus_action == "boost") {
_root.dry_water = _root.dry_water + 1;
_root.spring_grass = _root.spring_grass + 1;
_root.mint = _root.mint + 1;
} else if (_root.Gus_action == "explosion") {
_root.sulfur = _root.sulfur + 3;
_root.fire_rock = _root.fire_rock + 1;
} else if (_root.Gus_action == "ice wave") {
_root.dry_water = _root.dry_water + 4;
_root.winter_root = _root.winter_root + 1;
} else if (_root.Gus_action == "goowy aura") {
_root.dry_water = _root.dry_water + 4;
_root.spring_grass = _root.spring_grass + 2;
_root.sea_algea = _root.sea_algea + 2;
} else if (_root.Gus_action == "shock") {
_root.energy_dust = _root.energy_dust + 3;
_root.iron = _root.iron + 3;
} else if (_root.Gus_action == "potion") {
_root.placeItems("Potion", "potion", 1);
} else if (_root.Gus_action == "life worm") {
_root.placeItems("Life worm", "life_worm", 1);
} else if (_root.Gus_action == "smoked fish") {
_root.placeItems("Smoked fish", "smoked_fish", 1);
} else if (_root.Gus_action == "fish filet") {
_root.placeItems("Fish filet", "fish_filet", 1);
}
gotoAndStop ("Gus");
} else {
gotoAndStop ("pre-menu");
}
}
Symbol 2656 Button
on (release) {
if (_root.Joe_action == "heal") {
_root.dry_water = _root.dry_water + 1;
_root.spring_grass = _root.spring_grass + 2;
} else if (_root.Joe_action == "boost") {
_root.dry_water = _root.dry_water + 1;
_root.spring_grass = _root.spring_grass + 1;
_root.mint = _root.mint + 1;
} else if (_root.Joe_action == "explosion") {
_root.sulfur = _root.sulfur + 3;
_root.fire_rock = _root.fire_rock + 1;
} else if (_root.Joe_action == "ice wave") {
_root.dry_water = _root.dry_water + 4;
_root.winter_root = _root.winter_root + 1;
} else if (_root.Joe_action == "goowy aura") {
_root.dry_water = _root.dry_water + 4;
_root.spring_grass = _root.spring_grass + 2;
_root.sea_algea = _root.sea_algea + 2;
} else if (_root.Joe_action == "shock") {
_root.energy_dust = _root.energy_dust + 3;
_root.iron = _root.iron + 3;
} else if (_root.Joe_action == "potion") {
_root.placeItems("Potion", "potion", 1);
} else if (_root.Joe_action == "life worm") {
_root.placeItems("Life worm", "life_worm", 1);
} else if (_root.Joe_action == "smoked fish") {
_root.placeItems("Smoked fish", "smoked_fish", 1);
} else if (_root.Joe_action == "fish filet") {
_root.placeItems("Fish filet", "fish_filet", 1);
}
gotoAndStop ("Joe");
}
Symbol 2657 Button
on (release) {
if (_root.JoeHP > 0) {
if (_root.Joe_action == "heal") {
_root.dry_water = _root.dry_water + 1;
_root.spring_grass = _root.spring_grass + 2;
} else if (_root.Joe_action == "boost") {
_root.dry_water = _root.dry_water + 1;
_root.spring_grass = _root.spring_grass + 1;
_root.mint = _root.mint + 1;
} else if (_root.Joe_action == "explosion") {
_root.sulfur = _root.sulfur + 3;
_root.fire_rock = _root.fire_rock + 1;
} else if (_root.Joe_action == "ice wave") {
_root.dry_water = _root.dry_water + 4;
_root.winter_root = _root.winter_root + 1;
} else if (_root.Joe_action == "goowy aura") {
_root.dry_water = _root.dry_water + 4;
_root.spring_grass = _root.spring_grass + 2;
_root.sea_algea = _root.sea_algea + 2;
} else if (_root.Joe_action == "shock") {
_root.energy_dust = _root.energy_dust + 3;
_root.iron = _root.iron + 3;
} else if (_root.Joe_action == "potion") {
_root.placeItems("Potion", "potion", 1);
} else if (_root.Joe_action == "life worm") {
_root.placeItems("Life worm", "life_worm", 1);
} else if (_root.Joe_action == "smoked fish") {
_root.placeItems("Smoked fish", "smoked_fish", 1);
} else if (_root.Joe_action == "fish filet") {
_root.placeItems("Fish filet", "fish_filet", 1);
}
gotoAndStop ("Joe");
} else if (_root.GusHP > 0) {
if (_root.Gus_action == "heal") {
_root.dry_water = _root.dry_water + 1;
_root.spring_grass = _root.spring_grass + 2;
} else if (_root.Gus_action == "boost") {
_root.dry_water = _root.dry_water + 1;
_root.spring_grass = _root.spring_grass + 1;
_root.mint = _root.mint + 1;
} else if (_root.Gus_action == "explosion") {
_root.sulfur = _root.sulfur + 3;
_root.fire_rock = _root.fire_rock + 1;
} else if (_root.Gus_action == "ice wave") {
_root.dry_water = _root.dry_water + 4;
_root.winter_root = _root.winter_root + 1;
} else if (_root.Gus_action == "goowy aura") {
_root.dry_water = _root.dry_water + 4;
_root.spring_grass = _root.spring_grass + 2;
_root.sea_algea = _root.sea_algea + 2;
} else if (_root.Gus_action == "shock") {
_root.energy_dust = _root.energy_dust + 3;
_root.iron = _root.iron + 3;
} else if (_root.Gus_action == "potion") {
_root.placeItems("Potion", "potion", 1);
} else if (_root.Gus_action == "life worm") {
_root.placeItems("Life worm", "life_worm", 1);
} else if (_root.Gus_action == "smoked fish") {
_root.placeItems("Smoked fish", "smoked_fish", 1);
} else if (_root.Gus_action == "fish filet") {
_root.placeItems("Fish filet", "fish_filet", 1);
}
gotoAndStop ("Gus");
} else {
gotoAndStop ("pre-menu");
}
}
Symbol 2658 Button
on (release) {
gotoAndStop ("Gorvus");
}
Symbol 2672 MovieClip Frame 1
if (_parent.perso == "Gus") {
nom = "Gustave";
} else if (_parent.perso == "Joe") {
nom = "Vick";
} else if (_parent.perso == "Gorvus") {
nom = "Gorvus";
}
nlevel = _root[_parent.perso + "LV"] + 1;
this.level.text = ((nom + " has reached level ") + nlevel) + "!";
Symbol 2681 MovieClip Frame 1
stop();
_root.Combo_action = "";
if ((_root.boss == "boss1") || (_root.boss == "boss2")) {
run.enabled = false;
} else {
run.enabled = true;
}
Symbol 2681 MovieClip Frame 4
stop();
perso = "Combo";
if (_root.GorvusHP > 0) {
nextperso = "Gorvus";
} else {
nextperso = "None";
}
Symbol 2681 MovieClip Frame 6
stop();
texte.text = "Choose the enemy to attack";
_root.Gus_pre = "oui";
_root.Gus_action = "Power attack";
_root.Joe_pre = "oui";
_root.Joe_action = "Power attack";
_root.A.e.targ.enabled = true;
_root.B.e.targ.enabled = true;
_root.C.e.targ.enabled = true;
_root.D.e.targ.enabled = true;
_root.E.e.targ.enabled = true;
_root.F.e.targ.enabled = true;
Symbol 2681 MovieClip Frame 10
stop();
perso = "Gus";
if (_root.JoeHP > 0) {
nextperso = "Joe";
} else if (_root.GorvusHP > 0) {
nextperso = "Gorvus";
} else {
nextperso = "None";
}
Instance of Symbol 2645 MovieClip "face" in Symbol 2681 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndStop(_parent.perso);
}
Symbol 2681 MovieClip Frame 13
stop();
panneau.gotoAndStop("Gus");
Instance of Symbol 2645 MovieClip "face" in Symbol 2681 MovieClip Frame 13
onClipEvent (load) {
this.gotoAndStop(_parent.perso);
}
Symbol 2681 MovieClip Frame 16
stop();
panneau.gotoAndStop("Gus");
Instance of Symbol 2645 MovieClip "face" in Symbol 2681 MovieClip Frame 16
onClipEvent (load) {
this.gotoAndStop(_parent.perso);
}
Symbol 2681 MovieClip Frame 19
stop();
panneau.gotoAndStop("Gus");
Instance of Symbol 2645 MovieClip "face" in Symbol 2681 MovieClip Frame 19
onClipEvent (load) {
this.gotoAndStop(_parent.perso);
}
Symbol 2681 MovieClip Frame 21
stop();
texte.text = "Choose the enemy to attack";
_root.Gus_pre = "oui";
_root.Gus_action = "attaque";
_root.A.e.targ.enabled = true;
_root.B.e.targ.enabled = true;
_root.C.e.targ.enabled = true;
_root.D.e.targ.enabled = true;
_root.E.e.targ.enabled = true;
_root.F.e.targ.enabled = true;
Symbol 2681 MovieClip Frame 23
stop();
texte.text = "Select a party member";
_root.p1.targ.enabled = true;
_root.p2.targ.enabled = true;
_root.p3.targ.enabled = true;
Symbol 2681 MovieClip Frame 25
stop();
texte.text = "Choose the enemy to attack";
_root.A.e.targ.enabled = true;
_root.B.e.targ.enabled = true;
_root.C.e.targ.enabled = true;
_root.D.e.targ.enabled = true;
_root.E.e.targ.enabled = true;
_root.F.e.targ.enabled = true;
Symbol 2681 MovieClip Frame 27
stop();
texte.text = "Select a party member";
_root.p1.meurt.targ.enabled = true;
_root.p2.meurt.targ.enabled = true;
_root.p3.meurt.targ.enabled = true;
Symbol 2681 MovieClip Frame 35
stop();
perso = "Joe";
if (_root.GorvusHP > 0) {
nextperso = "Gorvus";
} else {
nextperso = "None";
}
Instance of Symbol 2645 MovieClip "face" in Symbol 2681 MovieClip Frame 35
onClipEvent (load) {
this.gotoAndStop(_parent.perso);
}
Symbol 2681 MovieClip Frame 38
stop();
panneau.gotoAndStop("Joe");
Instance of Symbol 2645 MovieClip "face" in Symbol 2681 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndStop(_parent.perso);
}
Symbol 2681 MovieClip Frame 41
stop();
panneau.gotoAndStop("Joe");
Instance of Symbol 2645 MovieClip "face" in Symbol 2681 MovieClip Frame 41
onClipEvent (load) {
this.gotoAndStop(_parent.perso);
}
Symbol 2681 MovieClip Frame 44
stop();
panneau.gotoAndStop("Joe");
Instance of Symbol 2645 MovieClip "face" in Symbol 2681 MovieClip Frame 44
onClipEvent (load) {
this.gotoAndStop(_parent.perso);
}
Symbol 2681 MovieClip Frame 46
stop();
texte.text = "Choose the enemy to attack";
_root.Joe_pre = "non";
_root.Joe_action = "attaque";
_root.A.e.targ.enabled = true;
_root.B.e.targ.enabled = true;
_root.C.e.targ.enabled = true;
_root.D.e.targ.enabled = true;
_root.E.e.targ.enabled = true;
_root.F.e.targ.enabled = true;
Symbol 2681 MovieClip Frame 48
stop();
texte.text = "Select a party member";
_root.p1.targ.enabled = true;
_root.p2.targ.enabled = true;
_root.p3.targ.enabled = true;
Symbol 2681 MovieClip Frame 50
stop();
texte.text = "Choose the enemy to attack";
_root.A.e.targ.enabled = true;
_root.B.e.targ.enabled = true;
_root.C.e.targ.enabled = true;
_root.D.e.targ.enabled = true;
_root.E.e.targ.enabled = true;
_root.F.e.targ.enabled = true;
Symbol 2681 MovieClip Frame 52
stop();
texte.text = "Select a party member";
_root.p1.meurt.targ.enabled = true;
_root.p2.meurt.targ.enabled = true;
_root.p3.meurt.targ.enabled = true;
Symbol 2681 MovieClip Frame 68
stop();
perso = "Gorvus";
nextperso = "None";
Instance of Symbol 2645 MovieClip "face" in Symbol 2681 MovieClip Frame 68
onClipEvent (load) {
this.gotoAndStop(_parent.perso);
}
Symbol 2681 MovieClip Frame 71
stop();
panneau.gotoAndStop("Gorvus");
Instance of Symbol 2645 MovieClip "face" in Symbol 2681 MovieClip Frame 71
onClipEvent (load) {
this.gotoAndStop(_parent.perso);
}
Symbol 2681 MovieClip Frame 74
stop();
panneau.gotoAndStop("Gorvus");
Instance of Symbol 2645 MovieClip "face" in Symbol 2681 MovieClip Frame 74
onClipEvent (load) {
this.gotoAndStop(_parent.perso);
}
Symbol 2681 MovieClip Frame 77
stop();
panneau.gotoAndStop("Gorvus");
Instance of Symbol 2645 MovieClip "face" in Symbol 2681 MovieClip Frame 77
onClipEvent (load) {
this.gotoAndStop(_parent.perso);
}
Symbol 2681 MovieClip Frame 79
stop();
texte.text = "Select a party member";
_root.p1.meurt.targ.enabled = true;
_root.p2.meurt.targ.enabled = true;
_root.p3.meurt.targ.enabled = true;
Symbol 2681 MovieClip Frame 81
stop();
texte.text = "Choose the enemy to attack";
_root.Gorvus_pre = "oui";
_root.Gorvus_action = "attaque";
_root.A.e.targ.enabled = true;
_root.B.e.targ.enabled = true;
_root.C.e.targ.enabled = true;
_root.D.e.targ.enabled = true;
_root.E.e.targ.enabled = true;
_root.F.e.targ.enabled = true;
Symbol 2681 MovieClip Frame 83
stop();
texte.text = "Select a party member";
_root.p1.targ.enabled = true;
_root.p2.targ.enabled = true;
_root.p3.targ.enabled = true;
Symbol 2681 MovieClip Frame 85
stop();
texte.text = "Choose the enemy to attack";
_root.A.e.targ.enabled = true;
_root.B.e.targ.enabled = true;
_root.C.e.targ.enabled = true;
_root.D.e.targ.enabled = true;
_root.E.e.targ.enabled = true;
_root.F.e.targ.enabled = true;
Symbol 2681 MovieClip Frame 100
stop();
perso = "None";
if (_root.Combo_action != "") {
if (_root.JoeSPD >= _root.GusSPD) {
_root.Joe_pre = "non";
_root.Joe_action = "idle_btl";
_root.Gus_action = _root.Combo_action;
} else if (_root.GusSPD > _root.JoeSPD) {
_root.Gus_pre = "non";
_root.Gus_action = "idle_btl";
_root.Joe_action = _root.Combo_action;
}
}
_root.Combo_action = "";
if (_root.Gus_action == "defense") {
_root.GusSPD = _root.GusSPD + 1000;
}
if (_root.Joe_action == "defense") {
_root.JoeSPD = _root.JoeSPD + 1000;
}
if (_root.Gorvus_action == "defense") {
_root.GorvusSPD = _root.GorvusSPD + 1000;
}
_root.arraySPD = new Array();
if (_root.A.HP > 0) {
_root.arraySPD.push(_root.A.SPD);
}
if (_root.B.HP > 0) {
_root.arraySPD.push(_root.B.SPD);
}
if (_root.C.HP > 0) {
_root.arraySPD.push(_root.C.SPD);
}
if (_root.D.HP > 0) {
_root.arraySPD.push(_root.D.SPD);
}
if (_root.E.HP > 0) {
_root.arraySPD.push(_root.E.SPD);
}
if (_root.F.HP > 0) {
_root.arraySPD.push(_root.F.SPD);
}
if (_root.GusHP > 0) {
_root.arraySPD.push(_root.GusSPD);
}
if (_root.JoeHP > 0) {
_root.arraySPD.push(_root.JoeSPD);
}
if (_root.GorvusHP > 0) {
_root.arraySPD.push(_root.GorvusSPD);
}
_root.arraySPD.sort(Array.NUMERIC);
_root.arraySPD.reverse();
trace(_root.arraySPD);
if (_root.GusHP <= 0) {
_root.p1etat = "fini";
} else {
_root.p1etat = "normal";
}
if (_root.JoeHP <= 0) {
_root.p2etat = "fini";
} else {
_root.p2etat = "normal";
}
if (_root.GorvusHP <= 0) {
_root.p3etat = "fini";
} else {
_root.p3etat = "normal";
}
if (_root.A.HP <= 0) {
_root.A.etat = "fini";
} else {
_root.A.etat = "normal";
}
if (_root.B.HP <= 0) {
_root.B.etat = "fini";
} else {
_root.B.etat = "normal";
}
if (_root.C.HP <= 0) {
_root.C.etat = "fini";
} else {
_root.C.etat = "normal";
}
if (_root.D.HP <= 0) {
_root.D.etat = "fini";
} else {
_root.D.etat = "normal";
}
if (_root.E.HP <= 0) {
_root.E.etat = "fini";
} else {
_root.E.etat = "normal";
}
if (_root.F.HP <= 0) {
_root.F.etat = "fini";
} else {
_root.F.etat = "normal";
}
_root.actions();
Symbol 2681 MovieClip Frame 107
if (_root.JoeHP > 0) {
_root.p2.gotoAndPlay("run");
}
Symbol 2681 MovieClip Frame 110
if (_root.GusHP > 0) {
_root.p1.gotoAndPlay("run");
}
Symbol 2681 MovieClip Frame 113
if (_root.GorvusHP > 0) {
_root.p3.gotoAndPlay("run");
}
gotoAndStop ("escape");
Symbol 2681 MovieClip Frame 120
if (_root.GusHP > 0) {
Gus = 1;
} else {
Gus = 0;
}
if (_root.JoeHP > 0) {
Joe = 1;
} else {
Joe = 0;
}
if (_root.GorvusHP > 0) {
Gorvus = 1;
} else {
Gorvus = 0;
}
Exp.text = ("+ " + Math.floor(_root.ExpBtl / ((Gus + Joe) + Gorvus))) + " Exp";
SOY.text = ("+ " + _root.SOYBtl) + " soyebs";
i = 0;
while (i < 5) {
if (_root.itemsBtl[i] == "dry_water") {
this["item" + i] = "dry water";
} else if (_root.itemsBtl[i] == "sulfur") {
this["item" + i] = "sulfur";
} else if (_root.itemsBtl[i] == "fire_rock") {
this["item" + i] = "fire rock";
} else if (_root.itemsBtl[i] == "spring_grass") {
this["item" + i] = "spring grass";
} else if (_root.itemsBtl[i] == "winter_root") {
this["item" + i] = "winter root";
} else if (_root.itemsBtl[i] == "sea_algea") {
this["item" + i] = "sea algea";
} else if (_root.itemsBtl[i] == "energy_dust") {
this["item" + i] = "energy dust";
} else if (_root.itemsBtl[i] == "iron") {
this["item" + i] = "iron";
} else if (_root.itemsBtl[i] == "mint") {
this["item" + i] = "mint";
}
i++;
}
islot1.text = (("+ " + _root[_root.itemsBtl[0] + "Btl"]) + " ") + item0;
if (_root.itemsBtl[0] == undefined) {
islot1.text = "";
}
islot2.text = (("+ " + _root[_root.itemsBtl[1] + "Btl"]) + " ") + item1;
if (_root.itemsBtl[1] == undefined) {
islot2.text = "";
}
islot3.text = (("+ " + _root[_root.itemsBtl[2] + "Btl"]) + " ") + item2;
if (_root.itemsBtl[2] == undefined) {
islot3.text = "";
}
islot4.text = (("+ " + _root[_root.itemsBtl[3] + "Btl"]) + " ") + item3;
if (_root.itemsBtl[3] == undefined) {
islot4.text = "";
}
stop();
_root.soyeb = _root.soyeb + _root.SOYBtl;
if (_root.dry_waterBtl > 0) {
_root.placeIngredients("Dry water", "dry_water", _root.dry_waterBtl);
}
if (_root.sulfurBtl > 0) {
_root.placeIngredients("Sulfur", "sulfur", _root.sulfurBtl);
}
if (_root.fire_rockBtl > 0) {
_root.placeIngredients("Fire rock", "fire_rock", _root.fire_rockBtl);
}
if (_root.spring_grassBtl > 0) {
_root.placeIngredients("Spring grass", "spring_grass", _root.spring_grassBtl);
}
if (_root.winter_rootBtl > 0) {
_root.placeIngredients("Winter root", "winter_root", _root.winter_rootBtl);
}
if (_root.sea_algeaBtl > 0) {
_root.placeIngredients("Sea algea", "sea_algea", _root.sea_algeaBtl);
}
if (_root.energy_dustBtl > 0) {
_root.placeIngredients("Energy dust", "energy_dust", _root.energy_dustBtl);
}
if (_root.ironBtl > 0) {
_root.placeIngredients("Iron", "iron", _root.ironBtl);
}
if (_root.mintBtl > 0) {
_root.placeIngredients("Mint", "mint", _root.mintBtl);
}
if ((_root.GusHP > 0) && (_root.Gus_j == "oui")) {
_root.GusExp = _root.GusExp + Math.floor(_root.ExpBtl / ((Gus + Joe) + Gorvus));
}
if ((_root.JoeHP > 0) && (_root.Joe_j == "oui")) {
_root.JoeExp = _root.JoeExp + Math.floor(_root.ExpBtl / ((Gus + Joe) + Gorvus));
}
if ((_root.GorvusHP > 0) && (_root.Gorvus_j == "oui")) {
_root.GorvusExp = _root.GorvusExp + Math.floor(_root.ExpBtl / ((Gus + Joe) + Gorvus));
}
if (_root.GusHP <= 0) {
_root.GusHP = 1;
}
if (_root.JoeHP <= 0) {
_root.JoeHP = 1;
}
if (_root.GorvusHP <= 0) {
_root.GorvusHP = 1;
}
Instance of Symbol 1496 MovieClip in Symbol 2681 MovieClip Frame 120
onClipEvent (mouseDown) {
_parent.gotoAndPlay("Gus_check");
}
Symbol 2681 MovieClip Frame 125
perso = "Gustave";
level.text = "Gustave reached level " + _root.GusLV;
if (_root.GusLV == 20) {
special.text = "Learned 1 new special";
}
Symbol 2681 MovieClip Frame 130
stop();
Instance of Symbol 2676 MovieClip in Symbol 2681 MovieClip Frame 130
onClipEvent (mouseDown) {
_root.fadeout.play();
if (_root.region == "m") {
_root.nextPlace = "map";
} else if (_root.region == "i") {
_root.nextPlace = "interieurs";
} else if (_root.region == "m1") {
_root.nextPlace = "mine";
} else if (_root.region == "m2") {
_root.nextPlace = "mine";
} else if (_root.region == "f") {
_root.nextPlace = "foret";
} else if (_root.region == "c") {
_root.nextPlace = "centrale";
}
}
Symbol 2681 MovieClip Frame 135
stop();
Instance of Symbol 2680 MovieClip in Symbol 2681 MovieClip Frame 135
onClipEvent (mouseDown) {
_root.fadeout.play();
if (_root.Nom == "SnailsAnimation/Mes3_save1") {
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save1");
} else if (_root.Nom == "SnailsAnimation/Mes3_save2") {
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save2");
} else if (_root.Nom == "SnailsAnimation/Mes3_save3") {
_root.savefile = SharedObject.getLocal("SnailsAnimation/Mes3_save3");
}
_root.soyeb = _root.savefile.data.soyeb;
_root.dry_water = _root.savefile.data.dry_water;
_root.sulfur = _root.savefile.data.sulfur;
_root.fire_rock = _root.savefile.data.fire_rock;
_root.spring_grass = _root.savefile.data.spring_grass;
_root.winter_root = _root.savefile.data.winter_root;
_root.sea_algea = _root.savefile.data.sea_algea;
_root.energy_dust = _root.savefile.data.energy_dust;
_root.iron = _root.savefile.data.iron;
_root.mint = _root.savefile.data.mint;
_root.potion = _root.savefile.data.potion;
_root.life_worm = _root.savefile.data.life_worm;
_root.smoked_fish = _root.savefile.data.smoked_fish;
_root.fish_filet = _root.savefile.data.fish_filet;
_root.GusAlch = _root.savefile.data.GusAlch;
_root.GusAlch_qt = _root.savefile.data.GusAlch_qt;
_root.JoeAlch = _root.savefile.data.JoeAlch;
_root.JoeAlch_qt = _root.savefile.data.JoeAlch_qt;
_root.GorvusAlch = _root.savefile.data.GorvusAlch;
_root.GorvusAlch_qt = _root.savefile.data.GorvusAlch_qt;
_root.Alchemys = _root.savefile.data.Alchemys;
_root.GusMaxHP = _root.savefile.data.GusMaxHP;
_root.GusHP = _root.savefile.data.GusHP;
_root.GusLV = _root.savefile.data.GusLV;
_root.GusExp = _root.savefile.data.GusExp;
_root.GusST = _root.savefile.data.GusST;
_root.GusEN = _root.savefile.data.GusEN;
_root.GusSP = _root.savefile.data.GusSP;
_root.GusIN = _root.savefile.data.GusIN;
_root.GusTech1 = _root.savefile.data.GusTech1;
_root.GusTech2 = _root.savefile.data.GusTech2;
_root.GusTech3 = _root.savefile.data.GusTech3;
_root.GusTech4 = _root.savefile.data.GusTech4;
_root.GusmaxTech1 = _root.savefile.data.GusmaxTech1;
_root.GusmaxTech2 = _root.savefile.data.GusmaxTech2;
_root.GusmaxTech3 = _root.savefile.data.GusmaxTech3;
_root.GusmaxTech4 = _root.savefile.data.GusmaxTech4;
_root.GusHeadslot = _root.savefile.data.GusHeadslot;
_root.GusBodyslot = _root.savefile.data.GusBodyslot;
_root.GusArmsslot = _root.savefile.data.GusArmsslot;
_root.GusLegsslot = _root.savefile.data.GusLegsslot;
_root.GusExtraslot = _root.savefile.data.GusExtraslot;
_root.GusWpnslot = _root.savefile.data.GusWpnslot;
_root.JoeMaxHP = _root.savefile.data.JoeMaxHP;
_root.JoeHP = _root.savefile.data.JoeHP;
_root.JoeLV = _root.savefile.data.JoeLV;
_root.JoeExp = _root.savefile.data.JoeExp;
_root.JoeST = _root.savefile.data.JoeST;
_root.JoeEN = _root.savefile.data.JoeEN;
_root.JoeSP = _root.savefile.data.JoeSP;
_root.JoeIN = _root.savefile.data.JoeIN;
_root.JoeTech1 = _root.savefile.data.JoeTech1;
_root.JoeTech2 = _root.savefile.data.JoeTech2;
_root.JoeTech3 = _root.savefile.data.JoeTech3;
_root.JoemaxTech1 = _root.savefile.data.JoemaxTech1;
_root.JoemaxTech2 = _root.savefile.data.JoemaxTech2;
_root.JoemaxTech3 = _root.savefile.data.JoemaxTech3;
_root.JoeHeadslot = _root.savefile.data.JoeHeadslot;
_root.JoeBodyslot = _root.savefile.data.JoeBodyslot;
_root.JoeArmsslot = _root.savefile.data.JoeArmsslot;
_root.JoeLegsslot = _root.savefile.data.JoeLegsslot;
_root.JoeExtraslot = _root.savefile.data.JoeExtraslot;
_root.JoeWpnslot = _root.savefile.data.JoeWpnslot;
_root.GorvusMaxHP = _root.savefile.data.GorvusMaxHP;
_root.GorvusHP = _root.savefile.data.GorvusHP;
_root.GorvusLV = _root.savefile.data.GorvusLV;
_root.GorvusExp = _root.savefile.data.GorvusExp;
_root.GorvusST = _root.savefile.data.GorvusST;
_root.GorvusEN = _root.savefile.data.GorvusEN;
_root.GorvusSP = _root.savefile.data.GorvusSP;
_root.GorvusIN = _root.savefile.data.GorvusIN;
_root.GorvusTech1 = _root.savefile.data.GorvusTech1;
_root.GorvusmaxTech1 = _root.savefile.data.GorvusmaxTech1;
_root.GorvusHeadslot = _root.savefile.data.GorvusHeadslot;
_root.GorvusBodyslot = _root.savefile.data.GorvusBodyslot;
_root.GorvusArmsslot = _root.savefile.data.GorvusArmsslot;
_root.GorvusLegsslot = _root.savefile.data.GorvusLegsslot;
_root.GorvusExtraslot = _root.savefile.data.GorvusExtraslot;
_root.GorvusWpnslot = _root.savefile.data.GorvusWpnslot;
_root.eslot1 = _root.savefile.data.eslot1;
_root.eslot2 = _root.savefile.data.eslot2;
_root.eslot3 = _root.savefile.data.eslot3;
_root.eslot4 = _root.savefile.data.eslot4;
_root.eslot5 = _root.savefile.data.eslot5;
_root.eslot6 = _root.savefile.data.eslot6;
_root.eslot7 = _root.savefile.data.eslot7;
_root.eslot8 = _root.savefile.data.eslot8;
_root.eslot9 = _root.savefile.data.eslot9;
_root.eslot10 = _root.savefile.data.eslot10;
_root.eslot11 = _root.savefile.data.eslot11;
_root.eslot12 = _root.savefile.data.eslot12;
_root.eslot13 = _root.savefile.data.eslot13;
_root.eslot14 = _root.savefile.data.eslot14;
_root.eslot15 = _root.savefile.data.eslot15;
_root.eslot16 = _root.savefile.data.eslot16;
_root.eslot17 = _root.savefile.data.eslot17;
_root.eslot18 = _root.savefile.data.eslot18;
_root.eslot19 = _root.savefile.data.eslot19;
_root.eslot20 = _root.savefile.data.eslot20;
_root.eslot21 = _root.savefile.data.eslot21;
_root.eslot22 = _root.savefile.data.eslot22;
_root.eslot23 = _root.savefile.data.eslot23;
_root.eslot24 = _root.savefile.data.eslot24;
_root.eslot25 = _root.savefile.data.eslot25;
_root.eslot26 = _root.savefile.data.eslot26;
_root.eslot27 = _root.savefile.data.eslot27;
_root.eslot28 = _root.savefile.data.eslot28;
_root.eslot29 = _root.savefile.data.eslot29;
_root.eslot30 = _root.savefile.data.eslot30;
_root.eslot31 = _root.savefile.data.eslot31;
_root.eslot32 = _root.savefile.data.eslot32;
_root.eslot33 = _root.savefile.data.eslot33;
_root.eslot34 = _root.savefile.data.eslot34;
_root.eslot35 = _root.savefile.data.eslot35;
_root.eslot36 = _root.savefile.data.eslot36;
_root.islot1 = _root.savefile.data.islot1;
_root.islot2 = _root.savefile.data.islot2;
_root.islot3 = _root.savefile.data.islot3;
_root.islot4 = _root.savefile.data.islot4;
_root.islot5 = _root.savefile.data.islot5;
_root.islot6 = _root.savefile.data.islot6;
_root.islot7 = _root.savefile.data.islot7;
_root.islot8 = _root.savefile.data.islot8;
_root.islot9 = _root.savefile.data.islot9;
_root.islot10 = _root.savefile.data.islot10;
_root.ingslot1 = _root.savefile.data.ingslot1;
_root.ingslot2 = _root.savefile.data.ingslot2;
_root.ingslot3 = _root.savefile.data.ingslot3;
_root.ingslot4 = _root.savefile.data.ingslot4;
_root.ingslot5 = _root.savefile.data.ingslot5;
_root.ingslot6 = _root.savefile.data.ingslot6;
_root.ingslot7 = _root.savefile.data.ingslot7;
_root.ingslot8 = _root.savefile.data.ingslot8;
_root.ingslot9 = _root.savefile.data.ingslot9;
_root.ingslot10 = _root.savefile.data.ingslot10;
_root.Gus_j = _root.savefile.data.Gus_j;
_root.Joe_j = _root.savefile.data.Joe_j;
_root.Gorvus_j = _root.savefile.data.Gorvus_j;
_root.cut1 = _root.savefile.data.cut1;
_root.cut2 = _root.savefile.data.cut2;
_root.cut3 = _root.savefile.data.cut3;
_root.cut4 = _root.savefile.data.cut4;
_root.cut5 = _root.savefile.data.cut5;
_root.cut6 = _root.savefile.data.cut6;
_root.cut7 = _root.savefile.data.cut7;
_root.cut8 = _root.savefile.data.cut8;
_root.cut9 = _root.savefile.data.cut9;
_root.cut10 = _root.savefile.data.cut10;
_root.boss = _root.savefile.data.boss;
_root.region = _root.savefile.data.region;
_root.frame = _root.savefile.data.frame;
_root.framemort = _root.savefile.data.framemort;
_root.newx = _root.savefile.data.newx;
_root.newy = _root.savefile.data.newy;
if (_root.savefile.data.framemort != undefined) {
_root.frame = _root.framemort;
_root.persoStats("Gus");
_root.persoStats("Joe");
_root.persoStats("Gorvus");
if (_root.region == "t") {
_root.nextPlace = "transfer";
} else if (_root.region == "o") {
_root.nextPlace = "ortema";
} else if (_root.region == "g") {
_root.nextPlace = "gerz";
} else if (_root.region == "m1") {
_root.nextPlace = "mine";
} else if (_root.region == "m2") {
_root.nextPlace = "mine";
} else if (_root.region == "c") {
_root.nextPlace = "centrale";
} else if (_root.region == "f") {
_root.nextPlace = "foret";
}
_root.fadeout.play();
} else {
_root.nextPlace = "cut01";
_root.boss = "";
}
}
Symbol 2681 MovieClip Frame 150
perso = "Gus";
if ((_root[perso + "Exp"] >= 7500) & (_root[perso + "LV"] == 12)) {
gotoAndPlay(perso + "13");
} else if ((_root[perso + "Exp"] >= 9000) & (_root[perso + "LV"] == 13)) {
gotoAndPlay(perso + "14");
} else if ((_root[perso + "Exp"] >= 10500) & (_root[perso + "LV"] == 14)) {
gotoAndPlay(perso + "15");
} else if ((_root[perso + "Exp"] >= 12000) & (_root[perso + "LV"] == 15)) {
gotoAndPlay(perso + "16");
} else if ((_root[perso + "Exp"] >= 15000) & (_root[perso + "LV"] == 16)) {
gotoAndPlay(perso + "17");
} else if ((_root[perso + "Exp"] >= 18000) & (_root[perso + "LV"] == 17)) {
gotoAndPlay(perso + "18");
} else if ((_root[perso + "Exp"] >= 21000) & (_root[perso + "LV"] == 18)) {
gotoAndPlay(perso + "19");
} else if ((_root[perso + "Exp"] >= 24000) & (_root[perso + "LV"] == 19)) {
gotoAndPlay(perso + "20");
} else if ((_root[perso + "Exp"] >= 27000) & (_root[perso + "LV"] == 20)) {
gotoAndPlay(perso + "21");
} else if ((_root[perso + "Exp"] >= 30000) & (_root[perso + "LV"] == 21)) {
gotoAndPlay(perso + "22");
} else {
gotoAndStop ("Joe_check");
}
Symbol 2681 MovieClip Frame 155
perso = "Joe";
if ((_root[perso + "Exp"] >= 7500) & (_root[perso + "LV"] == 12)) {
gotoAndPlay(perso + "13");
} else if ((_root[perso + "Exp"] >= 9000) & (_root[perso + "LV"] == 13)) {
gotoAndPlay(perso + "14");
} else if ((_root[perso + "Exp"] >= 10500) & (_root[perso + "LV"] == 14)) {
gotoAndPlay(perso + "15");
} else if ((_root[perso + "Exp"] >= 12000) & (_root[perso + "LV"] == 15)) {
gotoAndPlay(perso + "16");
} else if ((_root[perso + "Exp"] >= 15000) & (_root[perso + "LV"] == 16)) {
gotoAndPlay(perso + "17");
} else if ((_root[perso + "Exp"] >= 18000) & (_root[perso + "LV"] == 17)) {
gotoAndPlay(perso + "18");
} else if ((_root[perso + "Exp"] >= 21000) & (_root[perso + "LV"] == 18)) {
gotoAndPlay(perso + "19");
} else if ((_root[perso + "Exp"] >= 24000) & (_root[perso + "LV"] == 19)) {
gotoAndPlay(perso + "20");
} else if ((_root[perso + "Exp"] >= 27000) & (_root[perso + "LV"] == 20)) {
gotoAndPlay(perso + "21");
} else if ((_root[perso + "Exp"] >= 30000) & (_root[perso + "LV"] == 21)) {
gotoAndPlay(perso + "22");
} else {
gotoAndStop ("Gorvus_check");
}
Symbol 2681 MovieClip Frame 160
perso = "Gorvus";
if ((_root[perso + "Exp"] >= 27000) & (_root[perso + "LV"] == 20)) {
gotoAndPlay(perso + "21");
} else if ((_root[perso + "Exp"] >= 30000) & (_root[perso + "LV"] == 21)) {
gotoAndPlay(perso + "22");
} else {
_root.fadeout.play();
if (_root.boss == "boss1") {
_root.nextPlace = "cut07c";
_root.boss = "";
} else if (_root.boss == "boss2") {
_root.nextPlace = "livre2";
_root.boss = "";
} else if (_root.region == "m") {
_root.nextPlace = "map";
} else if (_root.region == "i") {
_root.nextPlace = "interieurs";
} else if (_root.region == "m1") {
_root.nextPlace = "mine";
} else if (_root.region == "m2") {
_root.nextPlace = "mine";
} else if (_root.region == "f") {
_root.nextPlace = "foret";
} else if (_root.region == "c") {
_root.nextPlace = "centrale";
}
}
Symbol 2681 MovieClip Frame 165
stop();
perso = "Gus";
_root[perso + "LV"] = 13;
_root[perso + "ST"] = 45;
_root[perso + "EN"] = 33;
_root[perso + "IN"] = 50;
_root[perso + "SP"] = 36;
_root[perso + "MaxHP"] = 270;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Instance of Symbol 2672 MovieClip in Symbol 2681 MovieClip Frame 165
onClipEvent (mouseDown) {
_parent.gotoAndPlay("vide");
}
Symbol 2681 MovieClip Frame 166
stop();
perso = "Gus";
_root[perso + "LV"] = 14;
_root[perso + "ST"] = 50;
_root[perso + "EN"] = 37;
_root[perso + "IN"] = 55;
_root[perso + "SP"] = 40;
_root[perso + "MaxHP"] = 290;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 167
stop();
perso = "Gus";
_root[perso + "LV"] = 15;
_root[perso + "ST"] = 55;
_root[perso + "EN"] = 40;
_root[perso + "IN"] = 60;
_root[perso + "SP"] = 45;
_root[perso + "MaxHP"] = 320;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 168
stop();
perso = "Gus";
_root[perso + "LV"] = 16;
_root[perso + "ST"] = 60;
_root[perso + "EN"] = 45;
_root[perso + "IN"] = 65;
_root[perso + "SP"] = 50;
_root[perso + "MaxHP"] = 350;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 169
stop();
perso = "Gus";
_root[perso + "LV"] = 17;
_root[perso + "ST"] = 65;
_root[perso + "EN"] = 50;
_root[perso + "IN"] = 70;
_root[perso + "SP"] = 55;
_root[perso + "MaxHP"] = 380;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 170
stop();
perso = "Gus";
_root[perso + "LV"] = 18;
_root[perso + "ST"] = 70;
_root[perso + "EN"] = 55;
_root[perso + "IN"] = 75;
_root[perso + "SP"] = 60;
_root[perso + "MaxHP"] = 420;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 171
stop();
perso = "Gus";
_root[perso + "LV"] = 19;
_root[perso + "ST"] = 75;
_root[perso + "EN"] = 60;
_root[perso + "IN"] = 80;
_root[perso + "SP"] = 65;
_root[perso + "MaxHP"] = 460;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 172
stop();
perso = "Gus";
_root[perso + "LV"] = 20;
_root[perso + "ST"] = 80;
_root[perso + "EN"] = 65;
_root[perso + "IN"] = 85;
_root[perso + "SP"] = 70;
_root[perso + "MaxHP"] = 500;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 173
stop();
perso = "Gus";
_root[perso + "LV"] = 21;
_root[perso + "ST"] = 90;
_root[perso + "EN"] = 70;
_root[perso + "IN"] = 95;
_root[perso + "SP"] = 75;
_root[perso + "MaxHP"] = 550;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 174
stop();
perso = "Gus";
_root[perso + "LV"] = 22;
_root[perso + "ST"] = 100;
_root[perso + "EN"] = 75;
_root[perso + "IN"] = 110;
_root[perso + "SP"] = 80;
_root[perso + "MaxHP"] = 600;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 180
stop();
perso = "Joe";
_root[perso + "LV"] = 13;
_root[perso + "ST"] = 36;
_root[perso + "EN"] = 40;
_root[perso + "IN"] = 22;
_root[perso + "SP"] = 53;
_root[perso + "MaxHP"] = 265;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Instance of Symbol 2672 MovieClip in Symbol 2681 MovieClip Frame 180
onClipEvent (mouseDown) {
_parent.gotoAndPlay("vide");
}
Symbol 2681 MovieClip Frame 181
stop();
perso = "Joe";
_root[perso + "LV"] = 14;
_root[perso + "ST"] = 40;
_root[perso + "EN"] = 45;
_root[perso + "IN"] = 25;
_root[perso + "SP"] = 55;
_root[perso + "MaxHP"] = 280;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 182
stop();
perso = "Joe";
_root[perso + "LV"] = 15;
_root[perso + "ST"] = 45;
_root[perso + "EN"] = 50;
_root[perso + "IN"] = 28;
_root[perso + "SP"] = 60;
_root[perso + "MaxHP"] = 300;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 183
stop();
perso = "Joe";
_root[perso + "LV"] = 16;
_root[perso + "ST"] = 50;
_root[perso + "EN"] = 55;
_root[perso + "IN"] = 30;
_root[perso + "SP"] = 65;
_root[perso + "MaxHP"] = 320;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 184
stop();
perso = "Joe";
_root[perso + "LV"] = 17;
_root[perso + "ST"] = 55;
_root[perso + "EN"] = 60;
_root[perso + "IN"] = 35;
_root[perso + "SP"] = 70;
_root[perso + "MaxHP"] = 340;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 185
stop();
perso = "Joe";
_root[perso + "LV"] = 18;
_root[perso + "ST"] = 60;
_root[perso + "EN"] = 65;
_root[perso + "IN"] = 43;
_root[perso + "SP"] = 75;
_root[perso + "MaxHP"] = 370;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 186
stop();
perso = "Joe";
_root[perso + "LV"] = 19;
_root[perso + "ST"] = 65;
_root[perso + "EN"] = 70;
_root[perso + "IN"] = 45;
_root[perso + "SP"] = 80;
_root[perso + "MaxHP"] = 400;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 187
stop();
perso = "Joe";
_root[perso + "LV"] = 20;
_root[perso + "ST"] = 70;
_root[perso + "EN"] = 75;
_root[perso + "IN"] = 48;
_root[perso + "SP"] = 85;
_root[perso + "MaxHP"] = 430;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 188
stop();
perso = "Joe";
_root[perso + "LV"] = 21;
_root[perso + "ST"] = 80;
_root[perso + "EN"] = 80;
_root[perso + "IN"] = 52;
_root[perso + "SP"] = 90;
_root[perso + "MaxHP"] = 470;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 189
stop();
perso = "Joe";
_root[perso + "LV"] = 22;
_root[perso + "ST"] = 90;
_root[perso + "EN"] = 85;
_root[perso + "IN"] = 55;
_root[perso + "SP"] = 95;
_root[perso + "MaxHP"] = 510;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 195
stop();
perso = "Gorvus";
_root[perso + "LV"] = 21;
_root[perso + "ST"] = 130;
_root[perso + "EN"] = 105;
_root[perso + "IN"] = 52;
_root[perso + "SP"] = 33;
_root[perso + "MaxHP"] = 720;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Instance of Symbol 2672 MovieClip in Symbol 2681 MovieClip Frame 195
onClipEvent (mouseDown) {
_parent.gotoAndPlay("vide");
}
Symbol 2681 MovieClip Frame 196
stop();
perso = "Gorvus";
_root[perso + "LV"] = 22;
_root[perso + "ST"] = 140;
_root[perso + "EN"] = 110;
_root[perso + "IN"] = 55;
_root[perso + "SP"] = 35;
_root[perso + "MaxHP"] = 780;
_root[perso + "HP"] = _root[perso + "MaxHP"];
_root[perso + "Tech1"] = 3;
_root[perso + "Tech2"] = 3;
_root[perso + "Tech3"] = 3;
_root[perso + "Tech4"] = 3;
Symbol 2681 MovieClip Frame 205
gotoAndStop ("Gus_check");
Symbol 2685 MovieClip Frame 1
stop();
d.domage.texte = "";
Symbol 2685 MovieClip Frame 12
gotoAndStop ("normal");
Symbol 2685 MovieClip Frame 23
gotoAndStop ("normal");
Symbol 2685 MovieClip Frame 34
gotoAndStop ("normal");
Symbol 2688 MovieClip Frame 1
stop();
d.domage.texte = "";
Symbol 2688 MovieClip Frame 12
gotoAndStop ("normal");
Symbol 2688 MovieClip Frame 23
gotoAndStop ("normal");
Symbol 2720 MovieClip Frame 1
stop();
pose = "down";
lastpose = "stand_down";
Symbol 2720 MovieClip Frame 2
stop();
pose = "left";
lastpose = "stand_left";
Symbol 2720 MovieClip Frame 3
stop();
pose = "right";
lastpose = "stand_right";
Symbol 2720 MovieClip Frame 4
stop();
pose = "up";
lastpose = "stand_up";
Symbol 2720 MovieClip Frame 5
stop();
pose = "down";
lastpose = "walk_down";
Symbol 2720 MovieClip Frame 6
stop();
pose = "up";
lastpose = "walk_up";
Symbol 2720 MovieClip Frame 7
stop();
pose = "left";
lastpose = "walk_left";
Symbol 2720 MovieClip Frame 8
stop();
pose = "right";
lastpose = "walk_right";
Instance of Symbol 2720 MovieClip in Symbol 2721 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2720 MovieClip in Symbol 2721 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop("walk_left");
}
Instance of Symbol 2720 MovieClip in Symbol 2721 MovieClip Frame 40
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Symbol 2721 MovieClip Frame 50
stop();
Instance of Symbol 2720 MovieClip in Symbol 2721 MovieClip Frame 50
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2720 MovieClip in Symbol 2721 MovieClip Frame 51
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2721 MovieClip Frame 55
_root.perso = "Prof_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.professor.p;
stop();
Instance of Symbol 2720 MovieClip "p" in Symbol 2721 MovieClip Frame 55
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Oh Gustave, I'm in a hurry! I got to go to Ortema. I will see you at the university next week!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2720 MovieClip "p" in Symbol 2721 MovieClip Frame 56
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Instance of Symbol 2720 MovieClip "p" in Symbol 2721 MovieClip Frame 73
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Oh Gustave, I'm in a hurry! I got to go to Ortema. I will see you at the university next week!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2721 MovieClip Frame 74
stop();
_root.heroMC.play();
Symbol 2726 MovieClip Frame 1
stop();
Symbol 2726 MovieClip Frame 2
stop();
Symbol 2726 MovieClip Frame 3
stop();
Symbol 2726 MovieClip Frame 4
stop();
Symbol 2726 MovieClip Frame 5
stop();
Symbol 2726 MovieClip Frame 6
stop();
Symbol 2726 MovieClip Frame 7
stop();
Symbol 2726 MovieClip Frame 8
stop();
Symbol 2726 MovieClip Frame 9
stop();
Symbol 2726 MovieClip Frame 10
stop();
Symbol 2726 MovieClip Frame 11
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2727 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_left");
}
Symbol 2727 MovieClip Frame 39
stop();
_root.perso = "Gus_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2727 MovieClip Frame 39
onClipEvent (load) {
this.gotoAndStop("stand_left");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Wait a minute, that's professor Norvin from the Esnel university!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2727 MovieClip Frame 41
stop();
_root.perso = "Gus_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2727 MovieClip Frame 41
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Hey professor Norvin, wait!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2727 MovieClip Frame 42
onClipEvent (load) {
this.gotoAndStop("walk_left");
}
Symbol 2727 MovieClip Frame 57
stop();
_root.professor.play();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2727 MovieClip Frame 57
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2727 MovieClip Frame 58
stop();
_root.perso = "Gus_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2727 MovieClip Frame 58
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("I know I should go back in the train... but this is too important.", "I must tell him what happened! I need to go to Ortema.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2727 MovieClip Frame 59
stop();
_root.fadeout.play();
_root.nextPlace = "transfer";
_root.newx = 225.7;
_root.newy = 344.9;
_root.frame = "tB1";
_root.cut1 = "oui";
Instance of Symbol 2726 MovieClip "hero" in Symbol 2727 MovieClip Frame 59
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2732 MovieClip Frame 5
stop();
Symbol 2733 MovieClip Frame 1
stop();
Symbol 2733 MovieClip Frame 155
_root.vieuxtr.vieux1.gotoAndStop("stand_right");
Instance of Symbol 2732 MovieClip "fadeMC" in Symbol 2733 MovieClip Frame 177
onClipEvent (load) {
i = 5;
_root.volumeLoup = 50;
if (_root.porte != "livre7") {
_root.volumeValue = 0;
}
}
onClipEvent (enterFrame) {
if (_root.volumeValue > 0) {
_root.volumeValue = _root.volumeValue - i;
} else if (_root.volumeValue <= 0) {
_root.volumeValue = 0;
_root.musicMC.oiseauTrac.stop();
_root.musicMC.gotoAndStop(1);
}
if (_root.volumeLoup > 0) {
_root.volumeLoup = _root.volumeLoup - i;
} else if (_root.volumeLoup <= 0) {
_root.volumeLoup = 0;
_root.musicMC.nuitLoup.stop();
_root.musicMC.Nuitcaverne.stop();
_root.musicMC.gotoAndStop(1);
}
_root.musicMC.nuitLoup.setVolume(_root.volumeLoup);
_root.musicMC.oiseauTrac.setVolume(_root.volumeValue);
}
Symbol 2733 MovieClip Frame 204
stop();
_root.volumeValue = 0;
_root.volumeLoup = 0;
stopAllSounds();
_root.noir_fondu.play();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2735 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2735 MovieClip Frame 12
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2735 MovieClip Frame 15
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2735 MovieClip Frame 15
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("I'd better start looking for professor Norvin.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2735 MovieClip Frame 16
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2735 MovieClip Frame 22
onClipEvent (load) {
this.gotoAndStop("walk_left");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2735 MovieClip Frame 47
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2735 MovieClip Frame 48
stop();
_root.fadeout.play();
_root.nextPlace = "cut02b";
Symbol 2742 MovieClip Frame 2
stop();
pose = "down";
lastpose = "stand_down";
Symbol 2742 MovieClip Frame 3
stop();
pose = "up";
lastpose = "stand_up";
Symbol 2742 MovieClip Frame 4
stop();
pose = "left";
lastpose = "stand_left";
Symbol 2742 MovieClip Frame 5
stop();
pose = "right";
lastpose = "stand_right";
Symbol 2742 MovieClip Frame 6
stop();
pose = "down";
lastpose = "walk_down";
Symbol 2742 MovieClip Frame 7
stop();
pose = "up";
lastpose = "walk_up";
Symbol 2742 MovieClip Frame 8
stop();
pose = "left";
lastpose = "walk_left";
Symbol 2742 MovieClip Frame 9
stop();
pose = "right";
lastpose = "walk_right";
Instance of Symbol 2742 MovieClip "hero" in Symbol 2743 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2743 MovieClip Frame 10
stop();
_root.perso = "Vick_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2743 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("I can't believe they left me here in the middle of nowhere!", "Okay, I didn't pay my ticket, and I may have stolen some goods...", "...and some money they don't know about yet... but still, they could have waited until we reached Ortema.", "Well, I'm hungry so I'd better go to Ortema and get back at them later.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2743 MovieClip Frame 11
stop();
_root.fadeout.play();
_root.newspeed = 6;
_root.newxwidth = 40;
_root.newyheight = 40;
_root.newx = 532.9;
_root.newy = 209.7;
_root.Gus_j = "non";
_root.Joe_j = "oui";
_root.JoeHP = _root.JoeMaxHP;
_root.cut2 = "oui";
_root.nextPlace = "map";
_root.frame = "mB3";
Instance of Symbol 2742 MovieClip "hero" in Symbol 2743 MovieClip Frame 11
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Symbol 2744 MovieClip Frame 1
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2744 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_left");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2744 MovieClip Frame 2
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2744 MovieClip Frame 18
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2744 MovieClip Frame 21
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2744 MovieClip Frame 21
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("I can't find professor Norvin. I'd better look around a bit more.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2744 MovieClip Frame 22
stop();
_root.cut3 = "oui";
_root.fadeout.play();
_root.Gus_j = "oui";
_root.GusHP = _root.GusMaxHP;
_root.Joe_j = "non";
_root.nextPlace = "ortema";
_root.frame = "oE2";
_root.newx = 137.8;
_root.newy = 314.7;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2744 MovieClip Frame 22
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2745 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2745 MovieClip Frame 15
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2745 MovieClip Frame 18
stop();
_root.perso = "Vick_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2745 MovieClip Frame 18
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Time to get some food.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2745 MovieClip Frame 19
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Symbol 2745 MovieClip Frame 28
_root.o8.p.gotoAndStop("stand_left");
Symbol 2745 MovieClip Frame 38
_root.o8.p.gotoAndStop("stand_down");
Symbol 2745 MovieClip Frame 43
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2745 MovieClip Frame 55
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2745 MovieClip Frame 56
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2746 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2746 MovieClip Frame 14
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2746 MovieClip Frame 18
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2746 MovieClip Frame 19
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2746 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Symbol 2746 MovieClip Frame 21
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2746 MovieClip Frame 21
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Hey!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2746 MovieClip Frame 22
stop();
_root.perso = "";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2746 MovieClip Frame 22
onClipEvent (load) {
this.gotoAndStop("stand_left");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("(Old woman) THIEF! Catch him!", "Somebody catch him!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2746 MovieClip Frame 24
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2746 MovieClip Frame 24
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("I don't really have time, but I'll try to see where he's going.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2746 MovieClip Frame 26
stop();
_root.fadeout.play();
_root.nextPlace = "ortema";
_root.frame = "oC2";
_root.newx = this._x;
_root.newy = this._x;
_root.newxwidth = undefined;
_root.newyheight = undefined;
_root.cut4 = "oui";
Instance of Symbol 2726 MovieClip "hero" in Symbol 2746 MovieClip Frame 26
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2747 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2747 MovieClip Frame 17
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Symbol 2747 MovieClip Frame 58
stop();
Symbol 2751 MovieClip Frame 4
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_down");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2752 MovieClip Frame 14
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2752 MovieClip Frame 16
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2752 MovieClip Frame 16
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Hey you!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2752 MovieClip Frame 17
onClipEvent (load) {
this.gotoAndStop("walk_down");
}
Symbol 2752 MovieClip Frame 18
_root.Vick.play();
Symbol 2752 MovieClip Frame 34
stop();
_root.perso = "Gus_g_Vick_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2752 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Aaahhhhh!!!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_root.Vick.play();
_parent.play();
}
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2752 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2752 MovieClip Frame 47
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2753 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2753 MovieClip Frame 15
_root.heroMC.play();
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2753 MovieClip Frame 16
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2753 MovieClip Frame 23
onClipEvent (load) {
this.gotoAndStop("walk_down");
}
Symbol 2753 MovieClip Frame 30
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2753 MovieClip Frame 30
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2753 MovieClip Frame 40
_root.fadeout.play();
_root.nextPlace = "cut05b";
Symbol 2753 MovieClip Frame 58
stop();
Symbol 2755 MovieClip Frame 1
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2755 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2755 MovieClip Frame 2
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2755 MovieClip Frame 2
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("I didn't want us to fall into the hole!", "Where's the exit?");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2755 MovieClip Frame 3
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2755 MovieClip Frame 6
_root.Vick.play();
Symbol 2755 MovieClip Frame 8
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2755 MovieClip Frame 8
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2755 MovieClip Frame 9
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2755 MovieClip Frame 9
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Who are you?");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2755 MovieClip Frame 10
stop();
_root.Vick.play();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2755 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2755 MovieClip Frame 11
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2755 MovieClip Frame 11
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Gustave.", "Well, we'd better cooperate to find an exit.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2755 MovieClip Frame 12
stop();
_root.Vick.play();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2755 MovieClip Frame 12
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2756 MovieClip Frame 1
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2756 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2756 MovieClip Frame 7
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2756 MovieClip Frame 10
stop();
_root.perso = "Vick_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2756 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Look what you did!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2756 MovieClip Frame 11
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2756 MovieClip Frame 12
stop();
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2756 MovieClip Frame 12
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2756 MovieClip Frame 13
stop();
_root.perso = "Vick_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2756 MovieClip Frame 13
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("How am I supposed to know!?");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2756 MovieClip Frame 14
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2756 MovieClip Frame 16
stop();
_root.heroMC.play();
Symbol 2756 MovieClip Frame 17
stop();
_root.perso = "Vick_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2756 MovieClip Frame 17
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("I'm Vick. Who the hell are you?");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2756 MovieClip Frame 18
stop();
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2756 MovieClip Frame 18
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2756 MovieClip Frame 19
stop();
_root.perso = "Vick_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2756 MovieClip Frame 19
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Alright...");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2756 MovieClip Frame 20
stop();
_root.Joe_j = "oui";
_root.JoeHP = _root.JoeMaxHP;
_root.JoeTech1 = _root.JoemaxTech1;
_root.JoeTech2 = _root.JoemaxTech2;
_root.JoeTech3 = _root.JoemaxTech3;
_root.cut5 = "oui";
_root.fadeout.play();
_root.nextPlace = "mine";
_root.frame = "m2A3";
_root.newx = 516.3;
_root.newy = 180.85;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2756 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2757 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Symbol 2757 MovieClip Frame 20
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2757 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2757 MovieClip Frame 21
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2757 MovieClip Frame 45
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2757 MovieClip Frame 50
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Symbol 2757 MovieClip Frame 52
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2757 MovieClip Frame 52
onClipEvent (load) {
this.gotoAndStop("stand_left");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Do you see the light?", "Let's squeeze ourselves into that hole.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2757 MovieClip Frame 53
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2757 MovieClip Frame 55
_root.Vick.play();
Symbol 2757 MovieClip Frame 65
_root.fadeout.play();
_root.nextPlace = "cut06b";
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2758 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Symbol 2758 MovieClip Frame 20
stop();
_root.perso = "Vick_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2758 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Ahhh it's a dead end!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2758 MovieClip Frame 21
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2758 MovieClip Frame 21
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Symbol 2758 MovieClip Frame 22
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2758 MovieClip Frame 23
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2758 MovieClip Frame 25
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Symbol 2758 MovieClip Frame 42
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2758 MovieClip Frame 42
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2759 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2759 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2759 MovieClip Frame 24
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2759 MovieClip Frame 28
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Symbol 2759 MovieClip Frame 32
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2759 MovieClip Frame 32
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Wow!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2759 MovieClip Frame 33
_root.Vick.play();
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2759 MovieClip Frame 33
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2759 MovieClip Frame 37
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2759 MovieClip Frame 37
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Do you see that?");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2759 MovieClip Frame 38
_root.Vick.play();
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2759 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2760 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Symbol 2760 MovieClip Frame 20
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2760 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2760 MovieClip Frame 24
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2760 MovieClip Frame 28
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2760 MovieClip Frame 31
stop();
_root.perso = "Vick_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2760 MovieClip Frame 31
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Where are we?");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2760 MovieClip Frame 32
_root.heroMC.play();
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2760 MovieClip Frame 32
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2760 MovieClip Frame 33
stop();
_root.perso = "Vick_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2760 MovieClip Frame 33
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Let's try to find a way out.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2760 MovieClip Frame 34
_root.fadeout.play();
_root.nextPlace = "centrale";
_root.frame = "cD1";
_root.cut6 = "oui";
_root.newx = undefined;
_root.newy = undefined;
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2760 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2761 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_left");
}
Symbol 2761 MovieClip Frame 35
stop();
_root.perso = "Vick_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2761 MovieClip Frame 35
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Oh man, another dead end!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2761 MovieClip Frame 36
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Symbol 2761 MovieClip Frame 50
stop();
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2761 MovieClip Frame 50
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2761 MovieClip Frame 51
onClipEvent (load) {
this.gotoAndStop("walk_left");
}
Symbol 2761 MovieClip Frame 64
stop();
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2761 MovieClip Frame 64
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2761 MovieClip Frame 65
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Symbol 2761 MovieClip Frame 71
_root.fadeout.play();
_root.nextPlace = "cut07b";
Symbol 2761 MovieClip Frame 81
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2761 MovieClip Frame 81
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_left");
}
Symbol 2762 MovieClip Frame 30
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 30
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2762 MovieClip Frame 31
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 31
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Wait a minute, I think I'm hearing something.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 32
onClipEvent (load) {
this.gotoAndStop("walk_left");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 35
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Symbol 2762 MovieClip Frame 50
_root.Vick.play();
Symbol 2762 MovieClip Frame 55
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 55
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2762 MovieClip Frame 68
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 68
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("It sounds like professor Norvin's voice.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2762 MovieClip Frame 69
stop();
_root.perso = "Prof_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 69
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("We must leave at once for Aurara palace.", "Make sure no one touches anything.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2762 MovieClip Frame 70
stop();
_root.perso = "";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 70
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Alright sir. Follow me, the exit is this way.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2762 MovieClip Frame 73
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 73
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Vick, give me a hand here.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2762 MovieClip Frame 74
_root.Vick.play();
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 74
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 90
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Vick, give me a hand here.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 92
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Symbol 2762 MovieClip Frame 96
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 96
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Wow!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2762 MovieClip Frame 97
_root.Vick.play();
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 97
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2762 MovieClip Frame 101
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 101
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Do you see that?");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2762 MovieClip Frame 102
_root.Vick.play();
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2762 MovieClip Frame 102
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2763 MovieClip Frame 1
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 25
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 30
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Symbol 2763 MovieClip Frame 42
stop();
_root.perso = "Vick_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 42
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Woooaa, what's this... ");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2763 MovieClip Frame 43
_root.heroMC.play();
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 43
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2763 MovieClip Frame 44
stop();
_root.perso = "Vick_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 44
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("What if I put my hand there...");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2763 MovieClip Frame 45
_root.heroMC.play();
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 45
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2763 MovieClip Frame 49
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 50
onClipEvent (load) {
this.gotoAndStop("walk_left");
}
Symbol 2763 MovieClip Frame 66
stop();
_root.perso = "Vick_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 66
onClipEvent (load) {
this.gotoAndStop("stand_left");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Let's move!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2763 MovieClip Frame 67
_root.heroMC.play();
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 67
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Symbol 2763 MovieClip Frame 68
stop();
_root.blanc_btl.play();
_root.nextPlace = "btl";
_root.boss = "boss1";
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 68
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 90
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2763 MovieClip Frame 91
stop();
_root.perso = "Vick_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 91
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Oh man, another dead end!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 92
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Symbol 2763 MovieClip Frame 106
stop();
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 106
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 107
onClipEvent (load) {
this.gotoAndStop("walk_left");
}
Symbol 2763 MovieClip Frame 120
stop();
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 120
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 121
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Symbol 2763 MovieClip Frame 127
_root.fadeout.play();
_root.nextPlace = "cut07b";
Symbol 2763 MovieClip Frame 137
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2763 MovieClip Frame 137
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2764 MovieClip Frame 25
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 25
onClipEvent (load) {
this.gotoAndStop("stand_left");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("The exit must be this way.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2764 MovieClip Frame 26
_root.Vick.play();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 26
onClipEvent (load) {
this.gotoAndStop("walk_left");
}
Symbol 2764 MovieClip Frame 45
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 45
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2764 MovieClip Frame 46
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 46
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Hey, what are you doing?");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2764 MovieClip Frame 47
_root.Vick.play();
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 47
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2764 MovieClip Frame 48
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 48
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("No, don't t...");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2764 MovieClip Frame 49
_root.rouge.play();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 49
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2764 MovieClip Frame 52
_root.rouge.play();
_root.Vick.play();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 54
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 56
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 60
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 65
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 70
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2764 MovieClip Frame 74
stop();
_root.Vick.play();
Symbol 2764 MovieClip Frame 77
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 77
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Something is coming...");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2764 MovieClip Frame 78
stop();
_root.Vick.play();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 78
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2764 MovieClip Frame 95
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 95
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Wait a minute, I think I'm hearing something.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 96
onClipEvent (load) {
this.gotoAndStop("walk_left");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 99
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Symbol 2764 MovieClip Frame 114
_root.Vick.play();
Symbol 2764 MovieClip Frame 119
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 119
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2764 MovieClip Frame 132
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 132
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("It sounds like professor Norvin's voice.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2764 MovieClip Frame 133
stop();
_root.perso = "Prof_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 133
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("We must leave at once for Aurara palace.", "Make sure no one touches anything.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2764 MovieClip Frame 134
stop();
_root.perso = "";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 134
onClipEvent (load) {
this.gotoAndStop("stand_up");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Alright sir. Follow me, the exit is this way.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2764 MovieClip Frame 137
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 137
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Vick, give me a hand here.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2764 MovieClip Frame 138
_root.Vick.play();
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 138
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 154
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Vick, give me a hand here.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 156
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Symbol 2764 MovieClip Frame 160
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 160
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Wow!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2764 MovieClip Frame 161
_root.Vick.play();
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 161
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2764 MovieClip Frame 165
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 165
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Do you see that?");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2764 MovieClip Frame 166
_root.Vick.play();
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2764 MovieClip Frame 166
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2765 MovieClip Frame 1
stop();
Instance of Symbol 1218 MovieClip "overlay" in Symbol 2765 MovieClip Frame 1
onClipEvent (load) {
if (boss1 == "oui") {
this._visible = true;
} else {
this._visible = false;
}
}
Symbol 2765 MovieClip Frame 2
_root.m1.gotoAndStop(26);
_root.m2.gotoAndStop(26);
_root.m3.gotoAndStop(26);
_root.m4.gotoAndStop(26);
_root.m5.gotoAndStop(26);
_root.m6.gotoAndStop(6);
_root.m6.gotoAndStop(7);
Symbol 2765 MovieClip Frame 3
_root.m1.gotoAndStop(26);
_root.m2.gotoAndStop(26);
_root.m3.gotoAndStop(26);
_root.m4.gotoAndStop(26);
_root.m5.gotoAndStop(26);
_root.m6.gotoAndStop(6);
_root.m6.gotoAndStop(7);
Symbol 2765 MovieClip Frame 6
stop();
_root.m1.gotoAndStop(26);
_root.m2.gotoAndStop(26);
_root.m3.gotoAndStop(26);
_root.m4.gotoAndStop(26);
_root.m5.gotoAndStop(26);
_root.m6.gotoAndStop(6);
_root.m6.gotoAndStop(7);
Symbol 2766 MovieClip Frame 1
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2766 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2766 MovieClip Frame 2
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Symbol 2766 MovieClip Frame 15
_root.fadeout.play();
_root.nextPlace = "centrale";
_root.frame = "cB3";
_root.cut7 = "oui";
_root.newx = 301.9;
_root.newy = 352.6;
_root.position_Gus = "up";
_root.boss1 = "oui";
Instance of Symbol 2742 MovieClip "hero" in Symbol 2766 MovieClip Frame 15
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2766 MovieClip Frame 27
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2767 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Symbol 2767 MovieClip Frame 10
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2767 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Let's get out of here.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2767 MovieClip Frame 11
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Symbol 2767 MovieClip Frame 17
_root.Vick.play();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2767 MovieClip Frame 17
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2767 MovieClip Frame 32
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2767 MovieClip Frame 42
onClipEvent (load) {
this.gotoAndStop("stand_down");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Let's get out of here.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2768 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_down");
}
Symbol 2768 MovieClip Frame 25
stop();
_root.perso = "Vick_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2768 MovieClip Frame 25
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Finally, we're out!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2768 MovieClip Frame 26
stop();
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2768 MovieClip Frame 26
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2768 MovieClip Frame 27
stop();
_root.perso = "Vick_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2768 MovieClip Frame 27
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("You can only go there by boat.", "Maybe you could borrow one at Gerz.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2768 MovieClip Frame 28
stop();
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2768 MovieClip Frame 28
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2768 MovieClip Frame 29
stop();
_root.perso = "Vick_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2768 MovieClip Frame 29
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Mind if I come along?", "I want to see what treasures those priests got in their palace.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2768 MovieClip Frame 30
stop();
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2768 MovieClip Frame 30
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2768 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2768 MovieClip Frame 50
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2769 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_down");
}
Symbol 2769 MovieClip Frame 25
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2769 MovieClip Frame 25
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Symbol 2769 MovieClip Frame 26
stop();
_root.perso = "Gus_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2769 MovieClip Frame 26
onClipEvent (load) {
this.gotoAndStop("stand_left");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("I must go to Aurora Palace.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2769 MovieClip Frame 27
stop();
_root.Vick.play();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2769 MovieClip Frame 27
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Symbol 2769 MovieClip Frame 28
stop();
_root.perso = "Gus_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2769 MovieClip Frame 28
onClipEvent (load) {
this.gotoAndStop("stand_left");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Okay, I'm leaving now, thank you.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2769 MovieClip Frame 29
stop();
_root.Vick.play();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2769 MovieClip Frame 29
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Symbol 2769 MovieClip Frame 30
stop();
_root.perso = "Gus_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2769 MovieClip Frame 30
onClipEvent (load) {
this.gotoAndStop("stand_left");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Alright, but don't get me in trouble.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2769 MovieClip Frame 31
stop();
_root.fadeout.play();
_root.nextPlace = "ortema";
_root.newx = _root.heroMC._x;
_root.newy = _root.heroMC._y + 200;
_root.position_Gus = "down";
_root.cut8 = "oui";
_root.frame = "oA3";
Instance of Symbol 2726 MovieClip "hero" in Symbol 2769 MovieClip Frame 31
onClipEvent (load) {
this.gotoAndStop("stand_down");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2771 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Symbol 2771 MovieClip Frame 5
_root.Vick.play();
Symbol 2771 MovieClip Frame 20
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2771 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2771 MovieClip Frame 21
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2771 MovieClip Frame 21
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Hey captain Gorvus!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2771 MovieClip Frame 22
stop();
_root.Gorvus.play();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2771 MovieClip Frame 22
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2771 MovieClip Frame 23
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2771 MovieClip Frame 23
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Sorry captain.", "I really need you to take me to Aurora Palace.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2771 MovieClip Frame 24
stop();
_root.Gorvus.play();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2771 MovieClip Frame 24
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2771 MovieClip Frame 25
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2771 MovieClip Frame 25
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Oh, okay.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2771 MovieClip Frame 26
stop();
_root.frame = "fB2";
_root.newx = _root.heroMC._x;
_root.newy = 50;
_root.position_Gus = "down";
if (_root.soyeb >= 3000) {
play();
} else {
_root.nextPlace = "foret";
_root.fadeout.play();
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2771 MovieClip Frame 26
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2771 MovieClip Frame 27
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2771 MovieClip Frame 27
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Here you go! 3000 soyebs.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2771 MovieClip Frame 28
_root.soyeb = _root.soyeb - 3000;
_root.Gorvus_j = "oui";
_root.GorvusHP = _root.GorvusMaxHP;
_root.cut9 = "oui";
_root.frame = "fB2";
_root.newx = _root.heroMC._x;
_root.newy = _root.heroMC._y;
_root.position_Gus = "down";
_root.nextPlace = "foret";
_root.fadeout.play();
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2771 MovieClip Frame 28
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2772 MovieClip Frame 1
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2772 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Symbol 2772 MovieClip Frame 20
stop();
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2772 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2772 MovieClip Frame 21
stop();
_root.perso = "Vick_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2772 MovieClip Frame 21
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("I'm Vick.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2772 MovieClip Frame 22
stop();
_root.Gorvus.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2772 MovieClip Frame 22
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2772 MovieClip Frame 35
stop();
_root.perso = "Vick_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2772 MovieClip Frame 35
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Finally, we're out!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2772 MovieClip Frame 36
stop();
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2772 MovieClip Frame 36
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2772 MovieClip Frame 37
stop();
_root.perso = "Vick_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2772 MovieClip Frame 37
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("You can only go there by boat.", "Maybe you could borrow one at Gerz.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2772 MovieClip Frame 38
stop();
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2772 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2772 MovieClip Frame 39
stop();
_root.perso = "Vick_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2772 MovieClip Frame 39
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Mind if I come along?", "I want to see what treasures those priests got in their palace.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2772 MovieClip Frame 40
stop();
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2772 MovieClip Frame 40
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2772 MovieClip Frame 48
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2772 MovieClip Frame 60
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Symbol 2798 MovieClip Frame 1
stop();
Symbol 2798 MovieClip Frame 2
stop();
Symbol 2798 MovieClip Frame 3
stop();
Symbol 2798 MovieClip Frame 4
stop();
Symbol 2798 MovieClip Frame 5
stop();
Symbol 2798 MovieClip Frame 6
stop();
Symbol 2798 MovieClip Frame 7
stop();
Symbol 2798 MovieClip Frame 8
stop();
Symbol 2799 MovieClip Frame 1
stop();
Instance of Symbol 2798 MovieClip "hero" in Symbol 2799 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("stand_up");
}
Symbol 2799 MovieClip Frame 2
stop();
_root.perso = "Gorvus_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Gorvus.hero;
Instance of Symbol 2798 MovieClip "hero" in Symbol 2799 MovieClip Frame 2
onClipEvent (load) {
this.gotoAndStop("stand_left");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Hey young Gus, what brings you here?", "The woods are dangerous around here. And who's that with you?");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2799 MovieClip Frame 3
stop();
_root.Vick.play();
Instance of Symbol 2798 MovieClip "hero" in Symbol 2799 MovieClip Frame 3
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Symbol 2799 MovieClip Frame 4
stop();
_root.perso = "Gorvus_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Gorvus.hero;
Instance of Symbol 2798 MovieClip "hero" in Symbol 2799 MovieClip Frame 4
onClipEvent (load) {
this.gotoAndStop("stand_left");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("You kids scared me, I thought it was one of my wives that somehow managed to get here!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2799 MovieClip Frame 5
stop();
_root.heroMC.play();
Instance of Symbol 2798 MovieClip "hero" in Symbol 2799 MovieClip Frame 5
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Symbol 2799 MovieClip Frame 6
stop();
_root.perso = "Gorvus_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Gorvus.hero;
Instance of Symbol 2798 MovieClip "hero" in Symbol 2799 MovieClip Frame 6
onClipEvent (load) {
this.gotoAndStop("stand_left");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Yaar! I just I got here for a few days...", "...but since your father and I are old friends...", "...if you bring me 3000 soyebs to pay for the trip, I'll be glad to take you there.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2799 MovieClip Frame 7
stop();
_root.heroMC.play();
Instance of Symbol 2798 MovieClip "hero" in Symbol 2799 MovieClip Frame 7
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2800 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Symbol 2800 MovieClip Frame 20
stop();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2800 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2800 MovieClip Frame 36
stop();
_root.heroMC.play();
Symbol 2800 MovieClip Frame 37
stop();
_root.perso = "Vick_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2800 MovieClip Frame 37
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("I'm Vick.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2800 MovieClip Frame 38
stop();
_root.Gorvus.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2800 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2800 MovieClip Frame 51
stop();
_root.perso = "Vick_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2800 MovieClip Frame 51
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Finally, we're out!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2800 MovieClip Frame 52
stop();
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2800 MovieClip Frame 52
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2800 MovieClip Frame 53
stop();
_root.perso = "Vick_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2800 MovieClip Frame 53
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("You can only go there by boat.", "Maybe you could borrow one at Gerz.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2800 MovieClip Frame 54
stop();
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2800 MovieClip Frame 54
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2800 MovieClip Frame 55
stop();
_root.perso = "Vick_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Vick.hero;
Instance of Symbol 2742 MovieClip "hero" in Symbol 2800 MovieClip Frame 55
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Mind if I come along?", "I want to see what treasures those priests got in their palace.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2800 MovieClip Frame 56
stop();
_root.heroMC.play();
Instance of Symbol 2742 MovieClip "hero" in Symbol 2800 MovieClip Frame 56
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2800 MovieClip Frame 64
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Instance of Symbol 2742 MovieClip "hero" in Symbol 2800 MovieClip Frame 76
onClipEvent (load) {
this.gotoAndStop("walk_up");
}
Instance of Symbol 2798 MovieClip "hero" in Symbol 2801 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Symbol 2801 MovieClip Frame 10
_root.Roux.play();
Symbol 2801 MovieClip Frame 20
stop();
Instance of Symbol 2798 MovieClip "hero" in Symbol 2801 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2801 MovieClip Frame 21
stop();
_root.perso = "Gorvus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Gorvus.hero;
Instance of Symbol 2798 MovieClip "hero" in Symbol 2801 MovieClip Frame 21
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Okay kids, let's get to the harbour once we're ready to fight.", "I've got to protect my boat!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2801 MovieClip Frame 22
stop();
_root.fadeout.play();
_root.cut10 = "oui";
_root.nextPlace = "gerz";
_root.frame = "gA1";
_root.newx = 140;
_root.newy = 340;
_root.newxwidth = 100;
_root.newyheight = 100;
_root.position_Gus = "right";
Instance of Symbol 2798 MovieClip "hero" in Symbol 2801 MovieClip Frame 22
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2801 MovieClip Frame 30
stop();
_root.perso = "Gorvus_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Gorvus.hero;
Instance of Symbol 2798 MovieClip "hero" in Symbol 2801 MovieClip Frame 30
onClipEvent (load) {
this.gotoAndStop("stand_left");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Hey young Gus, what brings you here?", "The woods are dangerous around here. And who's that with you?");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2801 MovieClip Frame 31
stop();
_root.Vick.play();
Instance of Symbol 2798 MovieClip "hero" in Symbol 2801 MovieClip Frame 31
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Symbol 2801 MovieClip Frame 32
stop();
_root.perso = "Gorvus_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Gorvus.hero;
Instance of Symbol 2798 MovieClip "hero" in Symbol 2801 MovieClip Frame 32
onClipEvent (load) {
this.gotoAndStop("stand_left");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Okay kids, let's get to the harbour once we're ready to fight.", "I've got to protect my boat!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2801 MovieClip Frame 33
stop();
_root.heroMC.play();
Instance of Symbol 2798 MovieClip "hero" in Symbol 2801 MovieClip Frame 33
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Symbol 2801 MovieClip Frame 34
stop();
_root.perso = "Gorvus_d";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Gorvus.hero;
Instance of Symbol 2798 MovieClip "hero" in Symbol 2801 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndStop("stand_left");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Yaar! I just I got here for a few days...", "...but since your father and I are old friends...", "...if you bring me 5000$ to pay for the trip, I'll be glad to take you there.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2801 MovieClip Frame 35
stop();
_root.heroMC.play();
Instance of Symbol 2798 MovieClip "hero" in Symbol 2801 MovieClip Frame 35
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Instance of Symbol 2726 MovieClip "hero" in Symbol 2802 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Symbol 2802 MovieClip Frame 20
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2802 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2802 MovieClip Frame 25
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2802 MovieClip Frame 25
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2802 MovieClip Frame 26
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2802 MovieClip Frame 26
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Hey captain Gorvus!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2802 MovieClip Frame 27
stop();
_root.Gorvus.play();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2802 MovieClip Frame 27
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2802 MovieClip Frame 28
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2802 MovieClip Frame 28
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Sorry captain.", "I really need you to take me to Aurora Palace.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2802 MovieClip Frame 29
stop();
_root.Gorvus.play();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2802 MovieClip Frame 29
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2802 MovieClip Frame 30
stop();
_root.perso = "Gus_g";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.heroMC.hero;
Instance of Symbol 2726 MovieClip "hero" in Symbol 2802 MovieClip Frame 30
onClipEvent (load) {
this.gotoAndStop("stand_right");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Oh, okay.");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2802 MovieClip Frame 31
stop();
Instance of Symbol 2726 MovieClip "hero" in Symbol 2802 MovieClip Frame 31
onClipEvent (load) {
this.gotoAndStop("stand_right");
}
Symbol 2803 MovieClip Frame 1
stop();
Instance of Symbol 1480 MovieClip "hero" in Symbol 2803 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("walk_left");
}
Instance of Symbol 1480 MovieClip "hero" in Symbol 2803 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop("stand_left");
}
Symbol 2803 MovieClip Frame 21
stop();
_root.perso = "Roux";
_root.texte_perso.gotoAndPlay(2);
_root.personnage = _root.Roux.hero;
Instance of Symbol 1480 MovieClip "hero" in Symbol 2803 MovieClip Frame 21
onClipEvent (load) {
this.gotoAndStop("stand_left");
maxsujets = 1;
sujets = 1;
sujet1 = new Array("Gorvus! Gorvus!", "Your boat is attacked by a strange squid!");
}
onClipEvent (mouseDown) {
sujets = sujets + 1;
if (sujets > maxsujets) {
sujets = 1;
}
}
onClipEvent (enterFrame) {
if (_root.personnage == "") {
_parent.play();
}
}
Symbol 2803 MovieClip Frame 22
_root.Gorvus.play();
Instance of Symbol 1480 MovieClip "hero" in Symbol 2803 MovieClip Frame 22
onClipEvent (load) {
this.gotoAndStop("walk_right");
}
Instance of Symbol 1480 MovieClip "hero" in Symbol 2803 MovieClip Frame 40
onClipEvent (load) {
this.gotoAndStop("walk_left");
}
Symbol 2803 MovieClip Frame 41
stop();
Symbol 2811 MovieClip Frame 261
stop();