Frame 1
stop();
_root.langue = 0;
_root.nivgirl = 0;
stop();
_root.langue = 0;
_root.nivgirl = 0;
Frame 2
stop();
_root.action = 0;
_root.nivgirl = 0;
_root.langue = 0;
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
prevFrame();
Frame 7
if (_root.langue == 0) {
_root.text30 = "HOW TO PLAY";
_root.text31 = "- Find good spots to left-click on to trigger an action";
_root.text32 = "- Keep the button pressed for further action";
_root.text33 = "- Check its effectiveness on the excitement-bar at the bottom left of the screen";
_root.text34 = "- Warning, new active spots can appear when an action is running.";
_root.text35 = "Good luck...";
} else if (_root.langue == 1) {
_root.text30 = "COMMENT JOUER";
_root.text31 = "- Trouvez les zones actives o\u00F9 cliquer pour d\u00E9clencher les actions";
_root.text32 = "- Maintenez le bouton enfonc\u00E9 pour poursuivre l'action";
_root.text33 = "- V\u00E9rifiez l'efficacit\u00E9 sur la jauge \u00E0 gauche de l'\u00E9cran";
_root.text34 = "- Attention, de nouvelles zones actives peuvent apparaitre lorsqu'une action est en cours.";
_root.text35 = "Bonne chance...";
} else if (_root.langue == 2) {
_root.text30 = "SO WIRD GESPIELT";
_root.text31 = "- Finden Sie die richtigen Stellen zum Anklicken, welche eine Aktion ausl\u00F6sen";
_root.text32 = "- Halten Sie die linke Maustaste gedr\u00FCckt, solange Sie die Aktion fortsetzen wollen";
_root.text33 = "- Beobachten Sie die Wirkung auf dem Erregungsbalken links unten auf dem Bildschirm";
_root.text34 = "- Achtung, es k\u00F6nnen neue aktive Punkte erscheinen, wenn eine Aktion l\u00E4uft.";
_root.text35 = "Viel Gl\u00FCck...";
} else if (_root.langue == 3) {
_root.text30 = "COME GIOCARE";
_root.text31 = "- Trova i punti giusti da cliccare per iniziare un'azione";
_root.text32 = "- Tieni premuto il bottone sinistro del mouse per proseguire l'azione";
_root.text33 = "- Controlla l'efficacia dell'azione sulla barra in basso";
_root.text34 = "- Attenzione, i nuovi punti attivi possono comparire quando un'azione sta funzionando.";
_root.text35 = "Buona fortuna...";
}
Frame 8
prevFrame();
Frame 9
Mouse.hide();
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Frame 14
stopAllSounds();
_root.music = new Sound();
_root.music.attachSound("music");
_root.music.start(0, 10000000);
_root.musique = 1;
Frame 15
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
Frame 75
if (_root.langue == 0) {
_root.texte = "in collaboration with";
} else if (_root.langue == 1) {
_root.texte = "en collaboration avec";
} else if (_root.langue == 2) {
_root.texte = "gemeinsam mit";
} else if (_root.langue == 3) {
_root.texte = "in collaborazione con";
}
Frame 126
if (_root.langue == 0) {
_root.texte = "presents";
} else if (_root.langue == 1) {
_root.texte = "pr\u00E9sente";
} else if (_root.langue == 2) {
_root.texte = "pr\u00E4sentiert";
} else if (_root.langue == 3) {
_root.texte = "presenta";
}
Frame 249
if (_root.langue == 0) {
_root.text11 = "French texts";
_root.text12 = "English texts";
_root.text13 = "German texts";
_root.text14 = "Italian texts";
} else if (_root.langue == 1) {
_root.text11 = "Textes Fran\u00E7ais";
_root.text12 = "Textes Anglais";
_root.text13 = "Textes Allemands";
_root.text14 = "Textes Italiens";
} else if (_root.langue == 2) {
_root.text11 = "Franz\u00F6sische Texte";
_root.text12 = "Englische Texte";
_root.text13 = "Deutsche Texte";
_root.text14 = "Italienische Texte";
} else if (_root.langue == 3) {
_root.text11 = "Testi francesi";
_root.text12 = "Testi inglesi";
_root.text13 = "Testi tedeschi";
_root.text14 = "Testi italiani";
}
Frame 319
gotoAndPlay (320);
Frame 320
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Mouse.hide();
Instance of Symbol 135 MovieClip "gaugegirl" in Frame 320
onClipEvent (load) {
_root.gaugegirl._width = _root.nivgirl;
_root.posx = _root.gaugegirl._x;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.posy = _root.gaugegirl._height;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl > 0) and (_root.mvtgauge == -1)) {
_root.nivgirl = _root.nivgirl - 1;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl < 100) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 1;
} else if ((_root.nivgirl < 150) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.5;
} else if ((_root.nivgirl < 180) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.2;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if (_root.nivgirl > 100) {
_root.condition5 = 1;
}
}
Frame 350
tellTarget (_root.animation1) {
stop();
};
Frame 356
tellTarget (_root.animation1) {
play();
};
Frame 367
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hey ! Here comes Ahoroa... She is so atanga, so beautiful !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Au\u00E9 ! Voici Ahoroa... Elle est si atanga, si belle !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hier kommt Ahoroa. Sie ist so attanga, so sch\u00F6n !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ecco Ahoroa... \u00E8 cos\u00EC attanga, cos\u00EC bella !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 368
Mouse.hide();
tellTarget (_root.animation1) {
play();
};
Frame 374
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "How do I tell her that she is my makau, the one that I love...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Comment lui dire qu'elle est ma makau, celle que j'aime...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Wie kann ich ihr sagen, dass sie meine makau ist, die eine, die ich liebe...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Come faccio a dirle che \u00E8 la mia makau, la ragazza che amo...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 375
Mouse.hide();
tellTarget (_root.animation1) {
play();
};
Frame 401
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
_root.action = 1;
_root.cible._visible = true;
Instance of Symbol 199 MovieClip "commandaide" in Frame 401
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.aidepossible == 1) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 401
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 402
prevFrame();
Frame 450
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Good Morning Hiro, and how was your night ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Bonjour Hiro. As-tu pass\u00E9 une bonne nuit ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Guten Morgen Hiro, hast du gut geschlafen ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Buongiorno Hiro. Come \u00E8 andata la nottata?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 451
Mouse.hide();
Frame 455
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Good Morning Ahoroa, my night was good, but not my morning. I cut my haohaonga on the coral yesterday. Will you help me mend it ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Bonjour Ahoroa, ma nuit a \u00E9t\u00E9 bonne, mais pas ma matin\u00E9e. J'ai coup\u00E9 mon haohaonga sur le corail. Peux-tu m'aider \u00E0 le r\u00E9parer ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Guten Morgen Ahoroa. Die Nacht war gro\u00DFartig, aber der Morgen nicht. Ich habe gestern mein haohaonga an den Korallen aufgerissen. Willst du mir beim Flicken helfen ?";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 3) {
_root.texte = "Buongiorno Ahoroa, la mia nottata \u00E8 andata bene, non altrettanto la mia mattinata. Ho strappato la mia haohaonga sui coralli. Potresti aiutarmi a rimetterla a posto?";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 456
Mouse.hide();
Frame 463
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You\u2019re an unlucky fisherman, Hiro. Do all the haihao cut their nets? It seems like I have to help mend yours quite often.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu es vraiment malchanceux, Hiro. Ton filet est souvent d\u00E9chir\u00E9 et tu me demandes souvent de t'aider.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Du bist ein ungeschickter Fischer, Hiro. Zerrei\u00DFen alle Fischer ihr Netz? Es sieht so aus, als m\u00FC\u00DFte ich dir ziemlich oft helfen, dein Netz zu flicken.";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 3) {
_root.texte = "Sei veramente sfortunato, Hiro. Le tue reti sono spesso strappate, mi chiedi spesso di aiutarti.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 464
Mouse.hide();
Frame 471
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I don\u2019t have much time. I must go to the hotel to sell these flower heis. Do you think they will like the necklaces I have made ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je n'ai pas beaucoup de temps. Je dois aller vendre ces colliers de fleurs aux touristes de l'h\u00F4tel. Penses-tu qu'ils les trouveront jolis ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich habe nicht viel Zeit. Ich muss ins Hotel und meine Blumen-''heis'' verkaufen. Glaubst du, die Blumenkr\u00E4nze werden ihnen gefallen?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Non ho molto tempo. Devo andare a vendere queste collane di fiori ai turisti dell'hotel. Pensi che li troveranno carini?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 472
Mouse.hide();
Frame 476
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Oh the tourists can wait. I hardly ever see you any more. Have you forgotten we\u2019ve been friends since we were children ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Fiu, les touristes peuvent attendre. Je te vois si peu en ce moment ! As-tu oubli\u00E9 que nous sommes amis depuis l'enfance ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Oh, die Touristen k\u00F6nnen warten. Ich sehe dich nur mehr so selten. Hast du vergessen, dass wir seit unserer Kindheit befreundet sind ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "I turisti possono attendere. Ti vedo cos\u00EC poco in questo periodo! Ti sei dimenticata che siamo amici fin da piccoli ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 477
Mouse.hide();
Frame 479
gotoAndPlay (480);
Frame 480
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Mouse.hide();
_root.action = 0;
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
tellTarget (_root.animation3) {
stop();
};
tellTarget (_root.animation2) {
stop();
};
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 135 MovieClip "gaugegirl" in Frame 480
onClipEvent (load) {
_root.gaugegirl._width = _root.nivgirl;
_root.posx = _root.gaugegirl._x;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.posy = _root.gaugegirl._height;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl > 0) and (_root.mvtgauge == -1)) {
_root.nivgirl = _root.nivgirl - 1;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl < 100) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 1;
} else if ((_root.nivgirl < 150) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.5;
} else if ((_root.nivgirl < 180) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.2;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if (_root.nivgirl > 100) {
_root.condition5 = 1;
}
}
Frame 489
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "No Hiro I\u2019ve not forgotten... We were inseparable. Life was sweet in the village !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Non Hiro, je n'ai pas oubli\u00E9 notre enfance... Nous \u00E9tions ins\u00E9parables et la vie \u00E9tait douce au village.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Nein Hiro, das habe ich nicht vergessen....wir sind unzertrennlich. Das Leben im Dorf war sehr nett!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "No Hiro, non mi sono dimenticata la nostra infanzia... Eravamo inseparabili e la vita era cos\u00EC bella nel villaggio.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 490
Mouse.hide();
Frame 494
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Do you remember how we played in the lagoon ? Every evening after school we went there to swim.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Te souviens-tu de nos jeux dans le lagon ? Nous allions y plonger, chaque soir apr\u00E8s l'\u00E9cole.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Erinnerst du dich, wie wir sch\u00F6ne Zeiten in der Lagune verbracht haben? Jeden Abend sind wir nach der Schule schwimmen gegangen.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ti ricordi dei nostri giochi nella laguna? Andavamo a immergerci ogi sera dopo la scuola.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 495
Mouse.hide();
Frame 499
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You would swim in the midst of the sharks. Swimming like a mermaid.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu nageais au milieu des requins, comme une sir\u00E8ne intr\u00E9pide...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Du konntest mitten unter den Haien schwimmen. Wie eine Nixe!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Tu nuotavi in mezzo agli squali, come un'intrepida sirena...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 500
Mouse.hide();
_root.action = 1;
Frame 507
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "And you explored the reef for hours to find me the prettiest shells in the lagoon. I loved that...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Et toi tu explorais le r\u00E9cif pendant des heures pour m'offrir les plus jolis coquillages du lagon. J'adorais \u00E7a...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Und du hast das Riff nach den sch\u00F6nsten Muscheln abgesucht. Das hat mir gefallen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Etu esploravi la scogliera per ore per offrirmi le conchiglie pi\u00F9 belle. Lo adoravo...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 508
Mouse.hide();
_root.action = 0;
tellTarget (_root.animation0) {
play();
};
Frame 514
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Well, I would have done anything to please you. I called you '' the little pearl of the lagon ''...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "J'aurais fait n'importe quoi pour te faire plaisir... Je t'appelais ''petite perle du lagon''...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Gut, ich h\u00E4tte alles f\u00FCr dich getan. Ich nannte dich ''Kleine Perle der Lagune''.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Avrei fatto qualunque cosa pur di farti piacere... Ti chiamavo ''la piccola perla della laguna''...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 515
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
_root.action = 0;
_root.cible._visible = true;
Instance of Symbol 199 MovieClip "commandaide" in Frame 515
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.aidepossible == 1) and (_root.condition1 == 0)) and (_root.condition2 == 0)) and (_root.condition3 == 0)) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
} else if ((((_root.aidepossible == 1) and (_root.condition1 == 1)) and (_root.condition2 == 0)) and (_root.condition3 == 0)) {
_root.aide1._visible = false;
_root.aide2._visible = true;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
} else if ((((_root.aidepossible == 1) and (_root.condition1 == 1)) and (_root.condition2 == 1)) and (_root.condition3 == 0)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = true;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 515
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 516
prevFrame();
Frame 517
Mouse.hide();
Frame 528
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "The village elders always laughed to see us together. They said you were my ''Ponaho Wahine'.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Les anciens du village riaient de nous voir toujours ensemble. Ils disaient que tu \u00E9tais ma ''Ponaho vahine''.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Die Erwachsenen haben immer gelacht, wenn sie uns zusammen sahen. Sie sagten, du w\u00E4rst meine ''Ponaho Wahine''.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Gli anziani del villaggio ridevano sempre vedendoci insieme. Dicevano che eri il mio ''Ponaho Wahine''.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 529
Mouse.hide();
Frame 531
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
_root.condition1 = 1;
Frame 536
stop();
gotoAndPlay (515);
Frame 537
Mouse.hide();
Frame 565
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You loved it when I would haumire your hair...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu aimais que je caresse tes cheveux...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Du mochtest es, wenn ich deine Haare streichelte...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Amavi quando ti accarezzavo i capelli...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 566
Mouse.hide();
Frame 568
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
_root.condition2 = 1;
Frame 595
stop();
gotoAndPlay (515);
Frame 596
Mouse.hide();
Frame 624
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "And you liked me to put cream on your shoulders when the sun was too hot...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Et que je passe de la cr\u00E8me sur tes \u00E9paules lorsque le soleil tapait trop fort...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Und du mochtest es, wenn ich dich an den Schultern eincremte, wenn die Sonne zu hei\u00DF wurde...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "E quando ti mettevo la crema sulle spalle perch\u00E8 il sole era troppo forte...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 625
Mouse.hide();
Frame 627
tellTarget ("controleur3") {
gotoAndPlay ("start");
};
_root.condition3 = 1;
Frame 652
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
_root.action = 0;
_root.cible._visible = true;
tellTarget (_root.animation3) {
stop();
};
Instance of Symbol 199 MovieClip "commandaide" in Frame 652
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.aidepossible == 1) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 652
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 653
prevFrame();
Frame 654
_root.action = 1;
Frame 688
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "We\u2019ve grown Hiro. We can\u2019t play like children anymore...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Nous avons grandi, Hiro. Nous ne pouvons plus jouer comme des enfants...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Wir sind erwachsen geworden, Hiro. Wir k\u00F6nnen nicht mehr wie Kinder zusammenn spielen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Siamo cresciuti, Hiro. Non possiamo pi\u00F9 giocare come dei bambini...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 699
gotoAndPlay (700);
Frame 700
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
_root.action = 0;
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
_root.cible._visible = true;
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 199 MovieClip "commandaide" in Frame 700
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.aidepossible == 1) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = true;
_root.fleche._visible = true;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 700
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Instance of Symbol 135 MovieClip "gaugegirl" in Frame 700
onClipEvent (load) {
_root.gaugegirl._width = _root.nivgirl;
_root.posx = _root.gaugegirl._x;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.posy = _root.gaugegirl._height;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl > 0) and (_root.mvtgauge == -1)) {
_root.nivgirl = _root.nivgirl - 1;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl < 100) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 1;
} else if ((_root.nivgirl < 150) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.5;
} else if ((_root.nivgirl < 180) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.2;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if (_root.nivgirl > 100) {
_root.condition5 = 1;
}
}
Frame 701
prevFrame();
Frame 724
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You\u2019re right Ahoroa, you\u2019ve grown. Your breasts are round and firm now, you\u2019re a beautiful woman.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu as raison, Ahoroa, tu as grandi. Tes seins sont devenus ronds et fermes et tu es une tr\u00E8s belle vahine.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Du hast Recht Ahoroa, du bist erwachsen. Deine Br\u00FCste sind jetzt rund und fest, du bist zu einer sch\u00F6nen Frau geworden.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hai ragione, Ahoroa, sei diventata grande. I tuoi seni si sono ben formati e sono diventati sodi... Ora sei una bellissima donna.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 725
Mouse.hide();
_root.action = 1;
Frame 736
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You\u2019ve grown also Hiro, and you not acting like a child any more. Hi hi... Well I must go now.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu as grandi aussi, Hiro, et tes jeux ne sont plus ceux d'un enfant, hi hi ... Bon, je dois y aller, maintenant.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Du bist auch herangewachsen, Hiro und du benimmst dich nicht mehr wie ein Kind. Hi hi... ich muss aber jetzt gehen.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Anche te sei cresciuto, Hiro, e i tuoi giochi non sono pi\u00F9 quelli di un bimbo. Hi hi hi... Scusa ma ora devo andare.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 737
Mouse.hide();
Frame 739
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
Frame 776
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I hope the tourists will like my flower necklaces...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "J'esp\u00E8re que les touristes aimeront mes colliers de fleurs...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich hoffe, den Touristen gefallen meine Blumenkr\u00E4nze...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Spero che i turisti apprezzeranno le mie collane di fiori...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 777
Mouse.hide();
Frame 781
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Be careful Ahoroa. It\u2019s possible that certain tourists want more than your necklaces...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Sois prudente, Ahoroa. Certains d'entre eux risquent de ne pas appr\u00E9cier que tes colliers...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Sei vorsichtig Ahoroa. Es kann sein, dass den Touristen mehr gaf\u00E4llt als deine Blumenkr\u00E4nze...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Sii prudente, Ahoroa. \u00C8 possibile che alcuni turisti vogliano di pi\u00F9 che le tue collane...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 782
Mouse.hide();
Frame 789
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hi Hi... Don\u2019t say silly things... Would my shell fisherman perhaps be just a little jealous ??? Hihi.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hihi, ne dis pas de b\u00EAtises... Ne serais-tu pas un peu jaloux, mon gentil p\u00EAcheur de coquillages. Hihi.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hi hi, sag nicht sowas Bl\u00F6des... K\u00F6nnte mein Muschelfischer ein wenig eifers\u00FCchtig sein ??? Hihi...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hihihi, non dire cavolate... non sarai mica geloso, mio caro pescatore di conchiglie? hihihi";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 790
Mouse.hide();
Frame 797
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Ahoroa I would like... let\u2019s go to the beach this evening, when you get back. I\u2019ll bring my guitar...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Ahoroa... J'aimerais que... que nous allions au bord du lagon, ce soir, \u00E0 ton retour. J'am\u00E8nerai ma guitare...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ahoroa,ich m\u00F6chte... gehen wir doch heute Abend zum Strand, wenn du zur\u00FCck bist. Ich nehme meine Gitarre mit...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ahoroa... Mi piacerebbe che... che noi andassimo alla laguna, stasera, al tuo ritorno. Porter\u00F2 la mia chitarra...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 798
Mouse.hide();
Frame 805
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "...Maybe if I\u2019m not too late... Have a good day Hiro... Bye...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "...Peut-\u00EAtre, si je ne rentre pas trop tard... Passe une bonne journ\u00E9e, Hiro... A ce soir...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Vielleicht, wenn es nicht zu sp\u00E4t wird... Sch\u00F6nen Tag noch, Hiro... Tsch\u00FCss...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Potrebbe darsi, se non far\u00F2 troppo tardi... Buona giornata Hiro... A stasera...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 806
Mouse.hide();
Frame 813
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "See you this evening Little Mermaid...If the Mango Ururoa, the White Sharks of the lagoon don\u2019t eat you first.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "A ce soir, petite perle du lagon ... Si les Mango Ururoa, les requins blancs de l'h\u00F4tel ne te mangent pas...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich treffe dich heute Abend, kleine Nixe... Wenn die Mango Ururoa, die wei\u00DFen Haie der Lagune dich nicht vorher fressen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "A stasera, piccola perla della laguna... Se i Mango Ururoa, gli squali bianchi dell'hotel non ti mangeranno...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 814
Mouse.hide();
Frame 844
gotoAndPlay (845);
Frame 845
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Mouse.hide();
Instance of Symbol 135 MovieClip "gaugegirl" in Frame 845
onClipEvent (load) {
_root.gaugegirl._width = _root.nivgirl;
_root.posx = _root.gaugegirl._x;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.posy = _root.gaugegirl._height;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl > 0) and (_root.mvtgauge == -1)) {
_root.nivgirl = _root.nivgirl - 1;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl < 100) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 1;
} else if ((_root.nivgirl < 150) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.5;
} else if ((_root.nivgirl < 180) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.2;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if (_root.nivgirl > 100) {
_root.condition5 = 1;
}
}
Frame 1004
Mouse.hide();
Frame 1013
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Aloha... ";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Aloha... ";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Aloha...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Aloha...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1014
Mouse.hide();
Frame 1023
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Would you like to buy flower necklaces for these pretty ladies ? I picked them myself, this morning...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Voulez-vous de jolis colliers de fleurs pour ces jolies dames... J'ai cueilli les fleurs ce matin...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "W\u00FCrden Sie gerne Blumenkr\u00E4nze f\u00FCr diese h\u00FCbschen Damen kaufen? Ich habe die Blumen selbst gepfl\u00FCckt, heute morgens...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Volette delle belle collane per queste belle donne? Ho colto questi fiori io stessa stamattina...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1024
Mouse.hide();
Frame 1033
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Mmmm, I see a beautiful flower, but it\u2019s not in that basket...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je vois bien une tr\u00E8s jolie fleur, mais elle n'est pas dans le panier.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Mmmm ich sehe eine sch\u00F6ne Bl\u00FCte, die ist aber nicht im Korb...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Vedo un bellissimo fiore... ma non \u00E8 nel cestino...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1034
Mouse.hide();
Frame 1038
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Oh my... it seems that Phil\u2019s falling in love again... What\u2019s your name pretty mermaid ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hey ! J'ai l'impression que notre ami Phil est encore en train de tomber amoureux... Comment t'appelles-tu, jolie sir\u00E8ne ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Huch, Phil scheint sich schon wieder verliebt zu haben...Wie hei\u00DFt du, sch\u00F6ne Meerjungfrau?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hey! Ho l'impressione che il nostro amico Phil si sia di nuovo innamorato... come ti chiami, bella sirena?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1039
Mouse.hide();
Frame 1048
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I am called Ahoroa and I come from the village at the end of the beach. I am glad to meet you...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je m'appelle Ahoroa et je viens du village au bout de la plage... je suis heureuse de faire votre connaissance.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich hei\u00DFe Ahoroa und ich bin aus dem Dorf am Ende des Strandes. Ich freue mich, Sie getroffen zu haben.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Mi chiamo Ahoroa e vengo dal villaggio alla fine della spiaggia... felice di fare la vostra conoscenza.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1049
Mouse.hide();
Frame 1058
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hello Ahoroa... I\u2019m Rebecca and this is Maureen, Dany and Phil... May I have one of your necklaces ? They are splendid.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Bonjour Ahoroa, je m'appelle Rebecca... Et voici Maureen, Dany et Phil... Puis-je avoir un de tes colliers? Ils sont splendides.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hallo, Ahoroa... Ich bin Rebecca und das ist Maureen, Dany und Phil... Kann ich einen von deinen Blumenkr\u00E4nzen haben? Die sind wundersch\u00F6n...";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 3) {
_root.texte = "Ciao Ahoroa, io mi chiamo Rebecca... Ed ecco Maureen, Dany e Phil... Posso avere una delle tue collane? Sono splendide.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1059
Mouse.hide();
Frame 1067
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Ok, a flower necklace to cover the pretty breasts of Rebecca...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Ok, un collier de fleurs pour couvrir les jolis seins de Rebecca...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Super, ein Blumenkranz, um die h\u00FCbschen Br\u00FCste von Rebecca zu bedecken...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ok, una collana di fiori per coprire i bei seni di Rebecca...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1068
Mouse.hide();
Frame 1072
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You\u2019re very pretty Ahoroa... Your Island is magnificent and you are, without doubt, its most beautiful treasure.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu es tr\u00E8s jolie, Ahoroa. Ton \u00EEle est magnifique et tu en es, sans doute, le plus beau tr\u00E9sor.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Du bist sehr h\u00FCbsch, Ahoroa... Deine Insel ist gro\u00DFartig und du bist ohne Zweifel ihr sch\u00F6nster Schatz...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Sei molto bella Ahoroa... La tua isola \u00E8 magnifica e tu sei, senza dubbio, il suo pi\u00F9 bel tesoro.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1073
Mouse.hide();
Frame 1082
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hihi There are many beautiful places on my island. You should try to discover some of them...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hihi, il y a beaucoup d'endroits tr\u00E8s beaux, sur mon \u00EEle. Vous devriez essayer de les d\u00E9couvrir...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hihi, da gibt es viele sch\u00F6ne Stellen auf meiner Insel. Ihr solltet versuchen einige davon zu entdecken...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hihihi, ci sono cos\u00EC tanti bei posti sulla mia isola... dovrete provare a scoprirli.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1083
Mouse.hide();
Frame 1092
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "An excellent idea, Pretty flower, be our tour guide...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Excellente id\u00E9e ! Fais-nous visiter ton \u00EEle, jolie fleur...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Eine exzellente Idee, sch\u00F6ne Blume, kannst du uns f\u00FChren?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Eccellente idea! Facci visitare l'isola, bel fiorellino...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1093
Mouse.hide();
Frame 1102
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I\u2019d really rather go swimming Phil, let\u2019s go to the beach.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je pr\u00E9f\u00E8rerais aller me baigner, Phil. Allons plut\u00F4t sur la plage.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich will jetzt wirklich ins Waser Phil, gehen wir an den Strand...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Preferirei andare a farmi un bagno, Phil. Perch\u00E8 non andiamo in spiaggia?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1103
Mouse.hide();
Frame 1112
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "The beach can be dangerous if you don\u2019t know it. There is sharp coral, and sharks...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "La plage peut \u00EAtre dangereuse si on ne conna\u00EEt pas. Il y a des coraux coupants... et des requins.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Der Strand kann gef\u00E4hrlich werden, wenn man ihn nicht kennt. Da gibt es scharfe Korallen und Haie...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "La spiaggia pu\u00F2 essere pericolosa se non la si conosce. Ci sono dei coralli affilati... e squali.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1113
Mouse.hide();
Frame 1122
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Well, is there some place to swim that is safe ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "He ! n'y a t'il pas un moyen de se baigner sans risque ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Gut, gibt es Stellen, wo das Baden sicher ist?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Non c'\u00E8 un posto dove si pu\u00F2 nuotare senza correre rischi?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1123
Mouse.hide();
Frame 1131
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "There\u2019s a beautiful place on the other side of the island. A waterfall where the water is always cool, but you would have to go by boat...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Il existe un endroit tr\u00E8s agr\u00E9able de l'autre c\u00F4t\u00E9 de l'\u00EEle. Une cascade o\u00F9 l'eau est toujours fra\u00EEche, mais on ne peut y aller qu'en bateau.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Es gibt auf der anderen Seite der Insel einen sch\u00F6nen Platz. Da gibt es einen Wasserfall und das Wasser ist immer k\u00FChl, aber da muss man mit dem Boot hinfahren...";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 3) {
_root.texte = "Esiste un posto molto bello dall'altra parte dell'isola. Una cascata dove l'acqua \u00E8 sempre fresca... ma ci si pu\u00F2 andare solo in barca...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1132
Mouse.hide();
Frame 1141
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Only if you\u2019ll come with us...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Seulement si tu viens avec nous...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Nur, wenn du mit uns kommst...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Solo se vieni con noi...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1142
Mouse.hide();
Frame 1151
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I\u2019m sorry, I can\u2019t. I must sell my lei, my necklaces.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je ne peux pas, je dois vendre mes colliers de fleurs.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Schade, aber ich kann nicht. Ich muss meine hei verkaufen, meine Blumenkr\u00E4nze...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Mi dispiace ma non posso, devo vendere le mie collane di fiori.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1152
Mouse.hide();
Frame 1161
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Then I\u2019ll buy all your necklaces and then you\u2019ll have no excuse not to come with us.. I think that Phil wants you too, very much.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Alors j'ach\u00E8te tous tes colliers... Tu n'as plus d'excuses, tu viens avec nous... Je sens que Phil en a tr\u00E8s envie...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Dann kaufe ich alle Blumenkr\u00E4nze, dann hast du keine Ausrede mehr, nicht mitzukommen. Ich meine, Phil will das, sogar sehr...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Allora compro tutte le tue collane... Non hai pi\u00F9 scuse, ora vieni con noi... penso che Phil ci tenga molto...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1162
Mouse.hide();
Frame 1166
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Oh yes, a waterfall on the other side of the island... Let\u2019s go... Ahoroa comes with us and we\u2019ll take the boat.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Oh oui ! Une cascade de l'autre c\u00F4t\u00E9 de l'\u00EEle... Allons-y... Prenons le bateau, et Ahoroa vient avec nous...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Oh ja, ein Wasserfall auf der anderen Seite der Insel..Los!..Ahoroa kommt mit uns und wir nehmen das Boot...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Oh si! Una cascata dall'altra parte dell'isola... andiamo... prendiamo la barca e Ahoroa viene con noi...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1167
Mouse.hide();
Frame 1208
gotoAndPlay (1209);
Frame 1209
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Instance of Symbol 135 MovieClip "gaugegirl" in Frame 1209
onClipEvent (load) {
_root.gaugegirl._width = _root.nivgirl;
_root.posx = _root.gaugegirl._x;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.posy = _root.gaugegirl._height;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl > 0) and (_root.mvtgauge == -1)) {
_root.nivgirl = _root.nivgirl - 1;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl < 100) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 1;
} else if ((_root.nivgirl < 150) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.5;
} else if ((_root.nivgirl < 180) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.2;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if (_root.nivgirl > 100) {
_root.condition5 = 1;
}
}
Frame 1339
gotoAndPlay (1340);
Frame 1340
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Mouse.hide();
_root.action = 0;
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
tellTarget (_root.animation3) {
stop();
};
tellTarget (_root.animation2) {
stop();
};
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 135 MovieClip "gaugegirl" in Frame 1340
onClipEvent (load) {
_root.gaugegirl._width = _root.nivgirl;
_root.posx = _root.gaugegirl._x;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.posy = _root.gaugegirl._height;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl > 0) and (_root.mvtgauge == -1)) {
_root.nivgirl = _root.nivgirl - 1;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl < 100) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 1;
} else if ((_root.nivgirl < 150) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.5;
} else if ((_root.nivgirl < 180) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.2;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if (_root.nivgirl > 100) {
_root.condition5 = 1;
}
}
Frame 1349
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "What do you think of our new friend ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Que penses-tu de notre nouvelle amie ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Was h\u00E4ltst du von unserer neuen Freundin?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Cosa ne pensi della nostra nuova amica?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1350
Mouse.hide();
Frame 1354
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "She\u2019s very pretty... I\u2019m sure that Phil will try to screw her...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Elle est jolie... Je crois que Phil va essayer de la sauter...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Sie ist sehr h\u00FCbsch. Ich bin sicher, Phil will sie flachlegen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "\u00E8 molto bella... credo che Phil cercher\u00E0 di farsela...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1355
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
_root.action = 0;
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
_root.cible._visible = true;
Instance of Symbol 199 MovieClip "commandaide" in Frame 1355
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.aidepossible == 1) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 1355
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 1356
prevFrame();
Frame 1357
Mouse.hide();
Frame 1369
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "There was a lot of noise in your room, last evening... Who did you spend the night with, Phil or Dany ? ";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Il y a eu beaucoup de bruit dans ta chambre, hier soir... Avec qui as-tu pass\u00E9 la nuit, Phil ou Dany ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Letzte Nacht war es ziemlich laut bei euch im Zimmer... Mit wem hast du die Nacht verbracht, mit Phil oder Dany?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "C'era molto rumore nella tua camera, ieri sera... Con chi hai passato la notte? Phil o Dany?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1370
Mouse.hide();
Frame 1377
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Both darling... You should have came over and joined us...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Les deux, ma ch\u00E9rie... Tu aurais d\u00FB nous rejoindre...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Mit beiden, Liebling... Du h\u00E4ttest her\u00FCberkomen sollen zu uns...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Tutti e due mia casa... Avresti dovuto unirti a noi...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1378
Mouse.hide();
Frame 1382
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Oh I couldn\u2019t... I was with one of the hotel waiters... You know that one that\u2019s the bartender\u2026.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Impossible... J'\u00E9tais avec un des serveurs de l'h\u00F4tel... Tu sais, celui qui pr\u00E9pare les cocktails au bar.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Das h\u00E4tte ich nicht gekonnt... Ich war mit einem vom Hotel zusammen... du wei\u00DFt schon, dem Barkeeper...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "impossibile... ero con uno dei camerieri dell'hote... sai, quello che prepara i cocktail al bar.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1383
Mouse.hide();
Frame 1387
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Another one ? Do you figure on screwing the entire hotel staff ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Encore un !!! tu as l'intention de te faire sauter par tout le personnel de cet h\u00F4tel ?!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Schon wieder ein anderer? Willst du das ganze Hotel durchv\u00F6geln?!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Un altro!!! hai l'intenzione di farti tutto il personale di questo hotel?!?!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1388
Mouse.hide();
Frame 1392
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I have to admit, after the three ''Maitai'' I drank last evening, I was in top form. He left as a totally ruined man... HiHi...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hihi ! Il faut dire que j'\u00E9tais particuli\u00E8rement en forme, apr\u00E8s les 3 ''Ma\u00EFta\u00EF'' que j'avais bu hier soir. Il est parti \u00E0 6 heures ce matin.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hihi ! Ich gebe es zu, nach den drei ''Mai-Tai'', die ich gestern hatte, war ich in Top-Form. Er ist erst um sechs Uhr morgens gegangen... Hihi...";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 3) {
_root.texte = "Hihihi! Bisogna dire che ero particolarmente in forma, dopo i 3 ''ma\u00EFta\u00EF'' che avevo bevuto ieri sera. \u00C8 partito alle 6 del mattino.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1393
Mouse.hide();
Frame 1394
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
Frame 1401
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I don\u2019t know what has happened, but lately some days I am very horny... And the arrival of this girl hasn\u2019t helped the situation. I want her.";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 1) {
_root.texte = "Je ne sais pas ce qui m'arrive, je suis hyper excit\u00E9e, en ce moment... Et l'arriv\u00E9e de cette fille n'arrange pas les choses. J'ai envie d'elle.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich wei\u00DF nicht, was passiert ist, aber in den letzten Tagen war ich immer ziemlich geil... Und das Auftauchen dieses M\u00E4dchens hat auch nichts daran ge\u00E4ndert.";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 3) {
_root.texte = "non so cosa mi succeda, sono iper eccitata in questo momento... e l'arrivo di questa ragazza non migliora le cose... la invidio.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1402
Mouse.hide();
Frame 1408
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
_root.action = 0;
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
_root.cible._visible = true;
Instance of Symbol 199 MovieClip "commandaide" in Frame 1408
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if ((_root.aidepossible == 1) and (_root.condition1 == 0)) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
} else if (((_root.aidepossible == 1) and (_root.condition1 == 1)) and (_root.condition3 == 0)) {
_root.aide1._visible = false;
_root.aide2._visible = true;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
} else if ((_root.aidepossible == 1) and (_root.condition3 == 1)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = true;
_root.fleche._visible = true;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 1408
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 1409
prevFrame();
Frame 1511
_root.mvtgauge = -1;
Frame 1520
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Ahoroa... Come join us, don\u2019t stay alone... Can you rub a little sun lotion on me please ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Ahoroa... Viens nous rejoindre. Ne reste pas seule... Tu veux bien me passer un peu de cr\u00E8me solaire s'il te plait ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ahoroa... komm zu uns, sonder dich nicht ab... Kannst du mich bitte mit etwas Sonnencreme einschmieren?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ahoroa... Stai con noi. Non stare da sola... ti va di spalmarmi un po' di crema solare per favore?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1525
Mouse.hide();
Frame 1532
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You really think that you can screw this girl ? I\u2019m not sure that it\u2019s going to be that easy...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu crois vraiment que tu peux avoir cette fille ? Je ne suis pas s\u00FBr que ce soit tr\u00E8s facile...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Glaubst du wirklich, du k\u00F6nntest dieses M\u00E4dchen flachlegen? Ich bin mir nicht sicher, ob das so einfach wird...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Credi veramente che tu possa farti questa ragazza? Non sono mica sicuro che possa essere cos\u00EC facile...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1533
Mouse.hide();
Frame 1537
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I want to sample the local talent,hihi... Give me just a little time and she won\u2019t be able to live without me...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "J'ai envie de go\u00FBter aux produits locaux, hihi... Laisse-moi un peu de temps et elle ne pourra plus se passer de moi...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich will austesten, wir die M\u00E4dchen hier sind... Hihi... Lass mir nur etwas Zeit und sie wird nicht mehr ohne mich leben wollen.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Vorrei avere un assaggio dei prodotti locali... eheheh... dammi solo un po' di tempo e non si potr\u00E0 pi\u00F9 staccare da me...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1538
Mouse.hide();
Frame 1542
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "It looks like Maureen is interested in her also... You might have some competition...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "J'ai l'impression qu'elle int\u00E9resse aussi Maureen... Tu risques d'avoir de la concurrence...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Schaut so aus als w\u00E4re Maureen auch an ihr interessiert... Du k\u00F6nntest Konkurrenz bekommen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ho l'impressione che interessi anche a Maureen... mi sa che avrai concorrenza...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1543
Mouse.hide();
Frame 1547
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "That\u2019s no problem, it\u2019ll just make the game more interesting... And I think that Rebecca is ready to help me.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Pas un probl\u00E8me... Ca donnera un peu d'int\u00E9r\u00EAt au jeu... Et je pense que Rebecca est pr\u00EAte \u00E0 m'aider...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Das ist kein Problem... Es macht die Sache nur spannender... und ich glaube, dass Rebecca bereit ist, mir zu helfen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Nessun problema... render\u00E0 solo il gioco pi\u00F9 interessante... e penso che Rebecca sia pronta ad aiutarmi...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1548
Mouse.hide();
Frame 1557
gotoAndPlay (1558);
Frame 1558
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
_root.action = 0;
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
_root.cible._visible = true;
tellTarget (_root.animation4) {
stop();
};
tellTarget (_root.animation3) {
stop();
};
tellTarget (_root.animation2) {
stop();
};
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 199 MovieClip "commandaide" in Frame 1558
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if ((_root.aidepossible == 1) and (_root.action == 0)) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
} else if ((_root.aidepossible == 1) and (_root.action == 1)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = true;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
} else if ((_root.aidepossible == 1) and (_root.action == 2)) {
_root.aide1._visible = false;
_root.aide2._visible = true;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
} else if ((_root.aidepossible == 1) and (_root.action > 2)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = true;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 1558
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Instance of Symbol 135 MovieClip "gaugegirl" in Frame 1558
onClipEvent (load) {
_root.gaugegirl._width = _root.nivgirl;
_root.posx = _root.gaugegirl._x;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.posy = _root.gaugegirl._height;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl > 0) and (_root.mvtgauge == -1)) {
_root.nivgirl = _root.nivgirl - 1;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl < 100) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 1;
} else if ((_root.nivgirl < 150) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.5;
} else if ((_root.nivgirl < 180) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.2;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if (_root.nivgirl > 100) {
_root.condition5 = 1;
}
}
Frame 1559
prevFrame();
Frame 1560
Mouse.hide();
Frame 1582
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Ahoroa you have very soft hands... The boys must love your caresses...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Ahoroa, tu as les mains tr\u00E8s douces. Les gar\u00E7ons doivent adorer tes caresses...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ahoroa, du hast sehr sanfte H\u00E4nde... Die Burschen m\u00FCssen deine Liebkosungen sehr m\u00F6gen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hai delle mani cos\u00EC delicate... I ragazzi devono amare le tue carezze...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1583
Mouse.hide();
Frame 1588
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I...I have never haumiri, caressed, a boy... except my friend Hiro, perhaps, when we were children...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je... Je n'ai jamais caress\u00E9 de gar\u00E7on... Sauf peut-\u00EAtre mon ami Hiro, lorsque nous \u00E9tions enfants...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich... ich bin noch nie haumiri, z\u00E4rtlich gewesen... au\u00DFer zu meinem Freund Hiro, vielleicht in unserer Kindheit...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Io... io non ho mai accarezzato un ragazzo... tranne il mio amico Hiro, quando eravamo piccoli...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1589
Mouse.hide();
Frame 1594
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You mean to say you\u2019ve never made love ??... I thought that all island girls were very erotic...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu veux dire que tu n'as jamais fait l'amour ?!!... Je pensais que les filles des \u00EEles aimaient les jeux \u00E9rotiques.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Du meinst, du hast noch nie Sex gehabt??? Und ich dachte, die Inselm\u00E4dchen w\u00E4ren alle sehr erotisch...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Vorresti dirmi che non hai mai fatto l'amore??? Pensavo che le ragazze delle isole amassero i giochi erotici.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1595
Mouse.hide();
Frame 1600
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Other girls perhaps, but I am waiting, waiting for the man who will tell me that he loves me and wants to share my life.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Les autres filles, peut-\u00EAtre, mais moi, j'attends... l'homme qui me dira qu'il m'aime et qu'il veut partager ma vie.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Andere M\u00E4dchen vielleicht, aber ich m\u00F6chte warten, warten auf einen Mann, der mir sagt, dass er mich liebt und mit mir sein Leben verbringen will.";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 3) {
_root.texte = "Le altre ragazze forse... ma io aspetto... aspetto l'uomo che mi dir\u00E0 che mi ama e che vorr\u00E0 condividere la mia vita...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1601
Mouse.hide();
Frame 1606
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Your friend Hiro ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Ton ami Hiro ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Dein Freund Hiro ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Il tuo amico Hiro?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1607
Mouse.hide();
Frame 1612
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hiro has never said that he loves me, or that he wants me for his wahine...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hiro ne m'a jamais dit qu'il m'aimait et qu'il voulait que je sois sa vahine... ";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hiro hat aber niemals gesagt, dass er mich liebt, oder dass er mich zu seiner wahine will...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hiro non mi ha mai detto che mi amava...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1613
Mouse.hide();
Frame 1618
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Well, while your waiting, I\u2019ll be the one to benefit from your soft hands... A little on the buttocks please.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Alors, en attendant, c'est moi qui vais profiter de la douceur de tes mains... Un peu sur les fesses s'il te plait.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Gut, w\u00E4hrend du wartest, m\u00F6chte ich die eine sein, die du mit deinen sanften H\u00E4nden verw\u00F6hnst... ein bisschen auf mein Hinterteil, bitte.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Allora, mentre aspetti, approfitter\u00F2 io della dolcezza del tuo tocco... un po' sul sedere per favore.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1619
Mouse.hide();
Frame 1622
_root.finmvt = 1;
tellTarget ("animation1") {
gotoAndStop (1);
};
_root.animation1._visible = false;
Frame 1623
_root.finmvt = 1;
tellTarget ("controleur4") {
gotoAndPlay ("start");
};
Frame 1624
if (_root.action == 0) {
gotoAndStop (1626);
}
Frame 1625
gotoAndPlay (1624);
Frame 1626
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
_root.action = 0;
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
_root.cible._visible = true;
tellTarget (_root.animation4) {
gotoAndStop (1);
};
_root.animation4._visible = true;
tellTarget (_root.animation3) {
gotoAndStop (1);
};
_root.animation3._visible = true;
tellTarget (_root.animation2) {
gotoAndStop (1);
};
_root.animation2._visible = true;
Instance of Symbol 199 MovieClip "commandaide" in Frame 1626
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if ((_root.aidepossible == 1) and (_root.action == 0)) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
} else if ((_root.aidepossible == 1) and (_root.action == 1)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = true;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
} else if ((_root.aidepossible == 1) and (_root.action == 2)) {
_root.aide1._visible = false;
_root.aide2._visible = true;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
} else if ((_root.aidepossible == 1) and (_root.action > 2)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = true;
_root.fleche._visible = false;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 1626
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 1627
prevFrame();
Frame 1628
_root.finmvt = 1;
tellTarget ("animation1") {
gotoAndStop (1);
};
_root.animation1._visible = false;
_root.bouton4._visible = true;
_root.cible._visible = true;
Frame 1703
Mouse.hide();
_root.finmvt = 1;
tellTarget ("controleur4") {
gotoAndPlay ("start");
};
_root.bouton4._visible = false;
_root.cible._visible = false;
Frame 1704
if (_root.action == 0) {
gotoAndStop (1626);
}
Frame 1705
gotoAndPlay (1704);
Frame 1706
Mouse.hide();
tellTarget ("animation1") {
gotoAndStop (1);
};
_root.animation1._visible = false;
_root.bouton4._visible = false;
_root.cible._visible = false;
Frame 1707
tellTarget ("controleur4") {
gotoAndPlay ("start");
};
Frame 1708
if (_root.action == 0) {
gotoAndPlay (1710);
}
Frame 1709
gotoAndPlay (1708);
Frame 1710
Mouse.hide();
Frame 1715
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hmmmm!!! Ohhh I love it. A little more on the back please.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hummm!!! J'adore... Encore un peu sur le dos s'il te plait.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hmmmm !! Ohhh, das mag ich. Noch etwas auf meinen R\u00FCcken, bitte...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hmmmm!!! Lo adoro... un po' pi\u00F9 indietro per favore...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1716
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
_root.action = 0;
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
_root.cible._visible = true;
tellTarget (_root.animation4) {
gotoAndStop (1);
};
_root.animation4._visible = true;
tellTarget (_root.animation3) {
gotoAndStop (1);
};
_root.animation3._visible = true;
tellTarget (_root.animation2) {
gotoAndStop (1);
};
_root.animation2._visible = true;
Instance of Symbol 199 MovieClip "commandaide" in Frame 1716
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if ((_root.aidepossible == 1) and (_root.action == 0)) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
} else if ((_root.aidepossible == 1) and (_root.action == 1)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = true;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
} else if ((_root.aidepossible == 1) and (_root.action == 2)) {
_root.aide1._visible = false;
_root.aide2._visible = true;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
} else if ((_root.aidepossible == 1) and (_root.action > 2)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = true;
_root.fleche._visible = false;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 1716
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 1717
prevFrame();
Frame 1718
_root.finmvt = 1;
tellTarget ("animation1") {
gotoAndStop (1);
};
_root.animation1._visible = false;
_root.bouton4._visible = true;
_root.cible._visible = true;
Frame 1771
Mouse.hide();
_root.finmvt = 1;
tellTarget ("controleur4") {
gotoAndPlay ("start");
};
_root.bouton4._visible = false;
_root.cible._visible = false;
Frame 1772
if (_root.action == 0) {
gotoAndStop (1716);
}
Frame 1773
gotoAndPlay (1772);
Frame 1774
Mouse.hide();
tellTarget ("animation1") {
gotoAndStop (1);
};
_root.animation1._visible = false;
_root.bouton4._visible = false;
_root.cible._visible = false;
Frame 1775
tellTarget ("controleur4") {
gotoAndPlay ("start");
};
Frame 1776
if (_root.action == 0) {
gotoAndPlay (1778);
}
Frame 1777
gotoAndPlay (1776);
Frame 1778
Mouse.hide();
Frame 1785
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Why are you caressing my uma ?!! It is embarrassing to have you touch my breasts...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Pourquoi est-ce que tu caresses mes seins ?!!... C'est g\u00EAnant...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Warum streichelst du meine uma?? Es ist peinlich, wenn du meine Br\u00FCste ber\u00FChrst...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Perch\u00E8 mi accarezzi il seno?!?! Mi metti in imbarazzo...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1786
Mouse.hide();
Frame 1790
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Simply because they\u2019re beautiful... There\u2019s nothing wrong with that darling... You should open them to the sun.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Simplement parce qu'ils sont magnifiques, ma ch\u00E9rie. Il n'y a pas de mal \u00E0 \u00E7a... Tu devrais les exposer un peu au soleil.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Einfach nur, weil sie so h\u00FCbsch sind... Daran ist nichts falsch, Liebes, du solltest sie der Sonne aussetzen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Semplicemente perch\u00E8 sono magnifici, mia cara. Non c'\u00E8 niente di male... dovresti lasciarli un po' al sole...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1791
Mouse.hide();
Frame 1795
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Why don\u2019t you make yourself more comfortable, like us. Let the sun and wind caress your body...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Pourquoi ne pas te mettre \u00E0 l'aise, comme nous et profiter de la caresse du vent du large sur ton corps ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Kannst du es dir nicht etwas bequemer machen, so wie wir? Lass die Sonne deinen K\u00F6rper liebkosen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Perch\u00E8 non ti metti a tuo agio come noi e lasci accarezzare il tuo corpo dal vento e dal sole?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1796
Mouse.hide();
Frame 1800
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I... I don\u2019t have a bathing suit.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je n'ai pas de maillot de bain.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich... ich habe aber keinen Badeanzug...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Io... Io non ho un costume da bagno...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1801
Mouse.hide();
Frame 1805
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "It don\u2019t matter. You can stay in your panties, it won\u2019t embarrass anybody...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Quelle importance ? Tu peux rester en petite culotte, \u00E7a ne g\u00EAnera personne...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Das spielt keine Rolle. Du kannst in deiner Unterw\u00E4sche bleiben, das w\u00FCrde keinen st\u00F6ren...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Che importanza ha? Puoi restare con le mutande, non metterai in imbarazzo nessuno...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1806
Mouse.hide();
Frame 1821
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Mouse.hide();
Frame 1828
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Old man, I think that the girls are scoring some points...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "J'ai l'impression que les filles sont en train de prendre de l'avance sur toi, mon vieux...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Alter, ich glaube, die M\u00E4dchen haben einige Punkte aufgeholt...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ho l'impressione che le ragazze si stiano avvantaggiando rispetto a te, vecchio mio....";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1829
Mouse.hide();
Frame 1833
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Don\u2019t worry. The hotter they get Ahoroa now, the easier it\u2019ll be for me when we get to the waterfall...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Ne t'inqui\u00E8te pas... Plus Ahoroa sera chaude, plus ce sera facile pour moi, une fois arriv\u00E9s \u00E0 la cascade...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Nur keine Panik. Je sch\u00E4rfer sie Ahoroa jetzt machen, umso leichter wird es f\u00FCr mich sein, wenn wir zum Wasserfall kommen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Non ti preoccupare... pi\u00F9 faranno scaldare Ahoroa, pi\u00F9 sar\u00E0 facile per me, una volta arrivati alla cascata...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1834
Mouse.hide();
Frame 1846
gotoAndPlay (1847);
Frame 1847
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Mouse.hide();
tellTarget (_root.animation2) {
stop();
};
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 135 MovieClip "gaugegirl" in Frame 1847
onClipEvent (load) {
_root.gaugegirl._width = _root.nivgirl;
_root.posx = _root.gaugegirl._x;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.posy = _root.gaugegirl._height;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl > 0) and (_root.mvtgauge == -1)) {
_root.nivgirl = _root.nivgirl - 1;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl < 100) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 1;
} else if ((_root.nivgirl < 150) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.5;
} else if ((_root.nivgirl < 180) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.2;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if (_root.nivgirl > 100) {
_root.condition5 = 1;
}
}
Frame 1856
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Oh good, you look much better like that... I will massage your legs. That will help you relax.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Voil\u00E0... tu es beaucoup mieux comme \u00E7a... Je vais masser tes jambes, \u00E7a va te d\u00E9tendre...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Sehr gut, so siehst du jetzt schon besser aus... Ich massiere dir die Beine. Das hilft dir, dich zu entspannen.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ecco... stai molto meglio cos\u00EC... Ora ti massagger\u00F2 le gambe, per farti rilassare...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1857
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
_root.action = 0;
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
_root.cible._visible = true;
Instance of Symbol 199 MovieClip "commandaide" in Frame 1857
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if ((_root.aidepossible == 1) and (_root.condition1 == 0)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = true;
_root.fleche._visible = false;
} else if ((_root.aidepossible == 1) and (_root.condition1 == 1)) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = true;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 1857
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 1858
prevFrame();
Frame 1859
Mouse.hide();
Frame 1882
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Your breasts, what did you call them, your ''uma'' are very beautiful... May I kiss them ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tes seins sont vraiment tr\u00E8s beaux... Je peux les embrasser ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Deine Br\u00FCste, wie nennst du sie, deine uma sind sehr sch\u00F6n. Darf ich sie k\u00FCssen?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hai veramente due bellissimi seni... Posso baciarteli?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1883
Mouse.hide();
Frame 1887
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You want to kiss my breasts?!!... errr... I don\u2019t know... if... if you want...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Embrasser mes seins ?!!... euh... Je ne sais pas... Si... Si tu veux...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Du willst meine Br\u00FCste k\u00FCssen ?!!... errr... Ich wei\u00DF nicht.... wenn... wenn du willst...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Vuoi baciare i miei seni?!! ehm... Non saprei... se... se vuoi...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1888
Mouse.hide();
tellTarget (_root.animation3) {
stop();
};
Frame 1892
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
_root.action = 0;
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
_root.cible._visible = true;
Instance of Symbol 199 MovieClip "commandaide" in Frame 1892
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.aidepossible == 1) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 1892
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 1893
prevFrame();
Frame 1894
Mouse.hide();
Frame 1918
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
_root.action = 0;
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
_root.cible._visible = true;
tellTarget (_root.animation4) {
stop();
};
Instance of Symbol 199 MovieClip "commandaide" in Frame 1918
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.aidepossible == 1) {
_root.aide1._visible = true;
_root.aide2._visible = true;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 1918
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 1919
prevFrame();
Frame 1920
Mouse.hide();
Frame 1942
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hey, don\u2019t do that. Don\u2019t touch me there. That is too embarrassing!!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hey ! Je ne veux pas que tu me touches ici, c'est g\u00EAnant !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Heee! Mach das nicht. Fass mich da nicht an. Das ist zu peinlich!!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hey! Non voglio che mi tocchi l\u00EC, \u00E8 troppo imbarazzante!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1943
Mouse.hide();
Frame 1957
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Ahoroa, we\u2019ve arrived at the other side of the island. Can you come guide us to the waterfall please ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Ahoroa... Nous sommes arriv\u00E9s de l'autre c\u00F4t\u00E9 de l'\u00EEle... Peux-tu venir me guider pour trouver la cascade, s'il-te-plait.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ahoroa, wir haben die andere Seite der Insel erreicht. Kannst du uns bitte jetzt zum Wasserfall f\u00FChren.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ahoroa... siamo arrivati dall'altra parte dell'isola... Puoi venire a guidarci per trovare la cascata per favore?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 1958
Mouse.hide();
Frame 1996
gotoAndPlay (2115);
Frame 1997
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Mouse.hide();
_root.action = 0;
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 135 MovieClip "gaugegirl" in Frame 1997
onClipEvent (load) {
_root.gaugegirl._width = _root.nivgirl;
_root.posx = _root.gaugegirl._x;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.posy = _root.gaugegirl._height;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl > 0) and (_root.mvtgauge == -1)) {
_root.nivgirl = _root.nivgirl - 1;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl < 100) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 1;
} else if ((_root.nivgirl < 150) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.5;
} else if ((_root.nivgirl < 180) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.2;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if (_root.nivgirl > 100) {
_root.condition5 = 1;
}
}
Frame 2030
Mouse.hide();
Frame 2035
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hey what are you doing, why are you doing that ?!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hey !!! Pourquoi est-ce que tu fais \u00E7a ?!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Heee!!! was machst du da, warum tust du sowas?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hey!!! Cosa staresti facendo?!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2036
Mouse.hide();
Frame 2041
Mouse.hide();
tellTarget (_root.animation1) {
stop();
};
Frame 2046
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "If Rebecca can lick you, then I want to do it also.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Si Rebecca peut te l\u00E9cher, alors je veux le faire aussi.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Wenn Rebecca dich lecken darf, will ich es auch...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Se Rebecca pu\u00F2 leccarti, allora voglio farlo anche io.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2047
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
_root.action = 0;
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
_root.cible._visible = true;
Instance of Symbol 199 MovieClip "commandaide" in Frame 2047
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.aidepossible == 1) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 2047
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 2048
prevFrame();
Frame 2049
Mouse.hide();
if (_root.action == 10) {
gotoAndPlay (2051);
}
Frame 2050
gotoAndPlay (2049);
Frame 2056
_root.mvtgauge = -1;
Frame 2063
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You liked it, didn't you ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu as aim\u00E9, n'est-ce pas ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Du magst das, nicht wahr ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ti \u00E8 piaciuto vero?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2064
Mouse.hide();
Frame 2068
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "... Yes....... I'm ashamed !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "... Oui....... J'ai honte !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "...Schon.....aber ich sch\u00E4me mich !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "... Si..... Ma mi vergogno!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2069
Mouse.hide();
Frame 2073
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You should not have shame... Stay with us and you'll discover all the pleasure your body can receive... and give.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu ne dois pas avoir honte... Reste avec nous et tu d\u00E9couvriras tout le plaisir que ton corps peut recevoir... et donner.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Du solltest dich aber nicht sch\u00E4men... Bleib bei uns und du wirst erfahren, wie viel Lust dein K\u00F6rper haben kann... und auch wieder zur\u00FCckgeben.";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 3) {
_root.texte = "Non devi mica vergognarti... Resta con noi e scoprirai tutti i piaceri che il tuo corpo pu\u00F2 ricevere... e donare...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2074
Mouse.hide();
Frame 2113
Mouse.show();
_root.action = 0;
_root.nivgirl = 0;
if (_root.langue == 0) {
_root.texte = "Ahoroa likes her new friends... This evening she won\u2019t go back to the village... Hiro is very unhappy and this is not a good ending. You must play again!";
_root.texte00 = "LOST";
_root.texte000 = "TRY AGAIN";
} else if (_root.langue == 1) {
_root.texte = "Ahoroa appr\u00E9cie beaucoup ses nouveaux amis... Ce soir, elle ne rentrera pas au Village... Hiro est tr\u00E8s malheureux et ce n'est pas une bonne fin pour l'histoire... Tu as perdu. La prochaine fois, il faudra faire d'autre choix.";
_root.texte00 = "PERDU";
_root.texte000 = "REJOUER";
} else if (_root.langue == 2) {
_root.texte = "Ahoroa mag ihre neuen Freunde... Diesen Abend will sie nicht zur\u00FCck zum Dorf... Hiro ist sehr ungl\u00FCcklich und das ist kein gutes Ende. Du musst nochmals spielen.";
_root.texte00 = "SCHLECHTES ENDE";
_root.texte000 = "NOCH EINMAL";
} else if (_root.langue == 3) {
_root.texte = "Ahoroa apprezza molto i suoi nuovi amici... Questa sera, non rientrer\u00E0 al villaggio... Hiro \u00E8 molto arrabbiato, e questo non \u00E8 un lieto fine per la storia... Hai perso. La prossima volta andranno fatte altre scelte.";
_root.texte00 = "PERSO";
_root.texte000 = "PROVA ANCORA";
} else if (_root.langue == 4) {
_root.texte = "";
_root.texte00 = "";
} else if (_root.langue == 5) {
_root.texte = "";
_root.texte00 = "";
}
Frame 2114
prevFrame();
Frame 2115
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Mouse.hide();
Instance of Symbol 135 MovieClip "gaugegirl" in Frame 2115
onClipEvent (load) {
_root.gaugegirl._width = _root.nivgirl;
_root.posx = _root.gaugegirl._x;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.posy = _root.gaugegirl._height;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl > 0) and (_root.mvtgauge == -1)) {
_root.nivgirl = _root.nivgirl - 1;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl < 100) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 1;
} else if ((_root.nivgirl < 150) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.5;
} else if ((_root.nivgirl < 180) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.2;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if (_root.nivgirl > 100) {
_root.condition5 = 1;
}
}
Frame 2195
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You were right Ahoroa , this is a very beautiful place...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu avais raison, Ahoroa, c'est un tr\u00E8s bel endroit.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Du hattest Recht Ahoroa, dies ist ein sehr sch\u00F6ner Platz...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hai ragione Ahoroa, \u00E8 veramente uno splendido posto...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2196
Mouse.hide();
Frame 2203
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "It's a place I have loved since my childhood I came here often with Hiro.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je suis souvent venue ici avec Hiro. C'est un endroit que j'aime, depuis mon enfance.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Diesen Ort habe ich schon seit meiner Kindheit geliebt. Ich bin oft mit Hiro dagewesen.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Sono venuta spesso qui con Hiro. \u00C8 un posto che amo molto, fin dalla mia infanzia.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2204
Mouse.hide();
Frame 2207
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 199 MovieClip "commandaide" in Frame 2207
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.aidepossible == 1) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 2207
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 2208
prevFrame();
Frame 2209
Mouse.hide();
Frame 2220
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Ok, let's everybody get naked and into the water...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Allez, tout le monde \u00E0 l'eau... et compl\u00E8tement nu, bien-s\u00FBr...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Los, alle ausziehen und ins Wasser...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "E ora... tutti in acqua!!! completamente nudi, ovviamente...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2246
Mouse.show();
stop();
Frame 2247
Mouse.hide();
Frame 2259
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Ahoroa darling I said naked, completely naked...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hey ! Ahoroa ch\u00E9rie, j'ai dit compl\u00E8tement nu...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hee ! Ahoroa, Liebes, Ich habe gesagt ausziehen , ganz nackt...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hey ! Ahoroa cara, ho detto completamente nudi...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2260
Mouse.hide();
Frame 2272
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "It's too embarrassing in front of the boys...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "C'est un peu g\u00EAnant... devant les gar\u00E7ons...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Das ist mir zu peinlich... vor allen Burschen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "\u00E8 un po' imbarazzante... davanti ai ragazzi...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2278
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "My aren't you the shy little flower. Why? It's such a beautiful place, it's necessary to become one with nature...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu es timide, petite fleur ? Voyons ! c'est un si bel endroit, il faut \u00EAtre en harmonie avec la nature... ";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Du bist wohl die sch\u00FCchterne kleine Bl\u00FCte. Warum ? Hier ist es so sch\u00F6n, da m\u00FCssen wir doch eins werden mit der Natur...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Sei timida, piccolo fiore? Dai! \u00C8 un cos\u00EC bel posto, bisogna essere in armonia con la natura...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2279
Mouse.hide();
Frame 2284
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
_root.action = 1;
tellTarget (_root.animation2) {
stop();
};
Instance of Symbol 199 MovieClip "commandaide" in Frame 2284
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.aidepossible == 1) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = true;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 2284
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Instance of Symbol 131 MovieClip in Frame 2284
onClipEvent (mouseMove) {
if ((_root.action == 2) and (_root.sens > 6)) {
tellTarget (_root.animation2) {
play();
};
}
if (_root.action == 10) {
gotoAndPlay (2275);
}
}
Frame 2285
prevFrame();
Frame 2286
Mouse.hide();
Frame 2301
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hmmmmmm...what a beautiful pussy...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hummmm... Quelle jolie petite chatte !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hummmm... was f\u00FCr sch\u00F6ne Pussy...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hummmm... Che bella fighetta che hai...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2302
Mouse.hide();
Frame 2309
gotoAndPlay (2310);
Frame 2310
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Mouse.hide();
_root.action = 1;
tellTarget (_root.animation8) {
stop();
};
tellTarget (_root.animation7) {
stop();
};
tellTarget (_root.animation6) {
stop();
};
tellTarget (_root.animation4) {
stop();
};
tellTarget (_root.animation3) {
stop();
};
tellTarget (_root.animation5) {
stop();
};
tellTarget (_root.animation2) {
stop();
};
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 135 MovieClip "gaugegirl" in Frame 2310
onClipEvent (load) {
_root.gaugegirl._width = _root.nivgirl;
_root.posx = _root.gaugegirl._x;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.posy = _root.gaugegirl._height;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl > 0) and (_root.mvtgauge == -1)) {
_root.nivgirl = _root.nivgirl - 1;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl < 100) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 1;
} else if ((_root.nivgirl < 150) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.5;
} else if ((_root.nivgirl < 180) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.2;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if (_root.nivgirl > 100) {
_root.condition5 = 1;
}
}
Frame 2319
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Phil, look at Ahoroa, she's really very pretty, isn't she?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Regarde, Phil... Ahoroa est vraiment tr\u00E8s jolie, n'est-ce pas ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Phil, schau dir Ahoroa an, sie ist wirklich h\u00FCbsch, nicht wahr ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Guarda Phil... Ahoroa non \u00E8 veramente bella?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2320
Mouse.hide();
Frame 2324
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Beautiful! She's a superb flower of the lagoon...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Magnifique, C'est une superbe fleur du lagon.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "So sch\u00F6n! Sie ist eine \u00FCberragende Blume in der Lagune...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Magnifica! \u00C8 un fiore superbo della laguna.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2325
Mouse.hide();
Frame 2328
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aide5._visible = false;
_root.aide6._visible = false;
_root.aide7._visible = false;
_root.aide8._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
Instance of Symbol 199 MovieClip "commandaide" in Frame 2328
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if ((_root.aidepossible == 1) and (_root.action == 1)) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aide5._visible = false;
_root.aide6._visible = false;
_root.aide7._visible = false;
_root.aide8._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
if ((_root.aidepossible == 1) and (_root.action == 2)) {
_root.aide1._visible = false;
_root.aide2._visible = true;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aide5._visible = false;
_root.aide6._visible = false;
_root.aide7._visible = false;
_root.aide8._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
if ((_root.aidepossible == 1) and (_root.action == 3)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = true;
_root.aide4._visible = false;
_root.aide5._visible = false;
_root.aide6._visible = false;
_root.aide7._visible = false;
_root.aide8._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
if ((_root.aidepossible == 1) and (_root.action == 4)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = true;
_root.aide5._visible = false;
_root.aide6._visible = false;
_root.aide7._visible = false;
_root.aide8._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
if ((_root.aidepossible == 1) and (_root.action == 5)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aide5._visible = true;
_root.aide6._visible = false;
_root.aide7._visible = false;
_root.aide8._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
if ((_root.aidepossible == 1) and (_root.action == 6)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aide5._visible = false;
_root.aide6._visible = true;
_root.aide7._visible = false;
_root.aide8._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
if ((_root.aidepossible == 1) and (_root.action == 7)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aide5._visible = false;
_root.aide6._visible = false;
_root.aide7._visible = true;
_root.aide8._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
if ((_root.aidepossible == 1) and (_root.action == 8)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aide5._visible = false;
_root.aide6._visible = false;
_root.aide7._visible = false;
_root.aide8._visible = true;
_root.aidespecial._visible = false;
_root.fleche._visible = true;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aide5._visible = false;
_root.aide6._visible = false;
_root.aide7._visible = false;
_root.aide8._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aide5._visible = false;
_root.aide6._visible = false;
_root.aide7._visible = false;
_root.aide8._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 2328
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 2329
prevFrame();
Frame 2330
Mouse.hide();
Frame 2354
Mouse.show();
stop();
_root.boutontext._visible = false;
if ((_root.langue == 0) and (_root.action == 1)) {
_root.texte = "Yes, you're a beautiful wahine, Ahoroa... I'm very happy that you've become our friend";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if ((_root.langue == 0) and (_root.action == 4)) {
_root.texte = "Oh yes... and very soft too !...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if ((_root.langue == 1) and (_root.action == 1)) {
_root.texte = "Oui, tu es une jolie vahine, Ahoroa, et je suis tr\u00E8s heureux que tu sois devenue notre amie.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if ((_root.langue == 1) and (_root.action == 4)) {
_root.texte = "Oh oui... et tr\u00E8s doux aussi !...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if ((_root.langue == 2) and (_root.action == 1)) {
_root.texte = "Ja, du bist die sch\u00F6nste wahine, Ahoroa... Ich kann mich gl\u00FCcklich sch\u00E4tzen, dass wir Freundschaft geschlossen haben.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if ((_root.langue == 2) and (_root.action == 4)) {
_root.texte = "Oh ja...und auch sehr weich !...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if ((_root.langue == 3) and (_root.action == 1)) {
_root.texte = "Si, sei una bellissima vahine, Ahoroa, e sono molto felice che tu sia diventata nostra amica.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if ((_root.langue == 3) and (_root.action == 4)) {
_root.texte = "Oh si... e anche molto soffici!...";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2355
Mouse.hide();
if (_root.action == 4) {
_root.action = 5;
tellTarget ("controleur7") {
gotoAndPlay ("start");
};
}
if (_root.action == 1) {
_root.action = 2;
tellTarget ("controleur4") {
gotoAndPlay ("start");
};
}
Frame 2374
gotoAndPlay (2328);
Frame 2375
Mouse.hide();
Frame 2400
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.action == 2) {
_root.spk._visible = false;
}
if ((_root.langue == 0) and (_root.action == 2)) {
_root.texte = "Me to Ahoroa, I like you very much...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if ((_root.langue == 0) and (_root.action == 3)) {
_root.texte = "Look at her breasts... So round and firm...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if ((_root.langue == 1) and (_root.action == 2)) {
_root.texte = "Moi aussi Ahoroa, je t'aime beaucoup...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if ((_root.langue == 1) and (_root.action == 3)) {
_root.texte = "Regarde ses seins, comme ils sont ronds et fermes...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if ((_root.langue == 2) and (_root.action == 2)) {
_root.texte = "F\u00FCr mich gilt das auch. Ich mag dich sehr...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if ((_root.langue == 2) and (_root.action == 3)) {
_root.texte = "Schau dir ihre Br\u00FCste an, so rund und fest...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if ((_root.langue == 3) and (_root.action == 2)) {
_root.texte = "Anche io Ahoroa, ti amo molto...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if ((_root.langue == 3) and (_root.action == 3)) {
_root.texte = "Guarda i suoi seni, come sono tondi e sodi...";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2401
Mouse.hide();
if (_root.action == 3) {
_root.action = 4;
tellTarget ("controleur6") {
gotoAndPlay ("start");
};
gotoAndPlay (2414);
}
if (_root.action == 2) {
_root.action = 3;
tellTarget ("controleur5") {
gotoAndPlay ("start");
};
}
Frame 2421
gotoAndPlay (2328);
Frame 2422
Mouse.hide();
Frame 2465
gotoAndPlay (2466);
Frame 2466
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Mouse.hide();
_root.action = 1;
tellTarget (_root.animation4) {
stop();
};
tellTarget (_root.animation3) {
stop();
};
tellTarget (_root.animation2) {
stop();
};
Instance of Symbol 135 MovieClip "gaugegirl" in Frame 2466
onClipEvent (load) {
_root.gaugegirl._width = _root.nivgirl;
_root.posx = _root.gaugegirl._x;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.posy = _root.gaugegirl._height;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl > 0) and (_root.mvtgauge == -1)) {
_root.nivgirl = _root.nivgirl - 1;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl < 100) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 1;
} else if ((_root.nivgirl < 150) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.5;
} else if ((_root.nivgirl < 180) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.2;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if (_root.nivgirl > 100) {
_root.condition5 = 1;
}
}
Frame 2476
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hmmm I have a feeling our little wahine enjoys your caresses Phil...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hummm ! J'ai l'impression que notre petite vahine appr\u00E9cie beaucoup tes caresses, Phil...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hmmm ! Ich habe das Gef\u00FChl, unsere kleine wahine genie\u00DFt dein Streicheln, Phil...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hmmm! Ho l'impressione che la nostra piccola vahine apprezzi molto le tue carezze, Phil...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2477
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
Instance of Symbol 199 MovieClip "commandaide" in Frame 2477
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.aidepossible == 1) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 2477
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 2478
prevFrame();
Frame 2479
Mouse.hide();
Frame 2500
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You're a very sensual young girl, Ahoroa...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu es une jeune fille tr\u00E8s sensuelle, Ahoroa...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Du bist ein sehr sinnliches junges M\u00E4dchen, Ahoroa...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Sei una ragazzina molto sensibile, Ahoroa...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2501
Mouse.hide();
Frame 2506
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Please... this isn't good... Please, stop now. Hiro wouldn't like this. No, this isn't good...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "il faut arr\u00EAter, maintenant... ce n'est pas bien... Hiro n'aimerait pas... Non, ce n'est pas bien...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Bitte... das ist nicht gut... Bitte h\u00F6rt jetzt auf damit. Hiro w\u00FCrde das nicht wollen. Nein! Das ist nicht gut...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Bisogna fermarsi ora... non va bene... Tutto questo non piacerebbe per niente a Hiro... No, non va mica bene...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2507
Mouse.hide();
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
Frame 2525
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hiro is your friend... Phil is also your friend, now. Why refuse the pleasure he wants to give you?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hiro est ton ami... Et Phil est aussi ton ami, maintenant... Pourquoi refuser le plaisir qu'il te donne ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hiro ist dein Freund... Phil ist auch dein Freund, jetzt gerade. Warum m\u00F6chtest du seine Z\u00E4rtlichkeiten nicht genie\u00DFen ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hiro \u00E8 tuo amico... E Phil anche, ora... Perch\u00E8 rifiutare il piacere che ti vuole dare?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2526
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
Instance of Symbol 199 MovieClip "commandaide" in Frame 2526
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.aidepossible == 1) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = true;
_root.fleche._visible = false;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 2526
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 2527
prevFrame();
Frame 2528
Mouse.hide();
Frame 2571
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hmmm, well there's no doubt that you like it...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Humm, pas de doute : tu appr\u00E9cies, ma ch\u00E9rie...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hmmm. Zweifellos magst du das...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hmmm, nessun dubbio: tu apprezzi, mia cara...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2572
Mouse.hide();
tellTarget ("animation4") {
gotoAndPlay (84);
};
Frame 2581
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Rebecca is right. Don't resist... Relax and enjoy, I know how to make it feel good...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Rebecca a raison, ne r\u00E9siste pas au plaisir... d\u00E9tends-toi, je sais comment te faire jouir...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Rebecca hat Recht. Gib deinen Widerstand auf und genie\u00DFe es, ich wei\u00DF, wie ich dich verw\u00F6hnen kann...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Rebecca ha ragione, non resistere al piacere... distenditi, so come farti sentire bene...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2582
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.fleche1._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
_root.action = 1;
stop();
Instance of Symbol 199 MovieClip "commandaide" in Frame 2582
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if ((_root.aidepossible == 1) and (_root.action == 1)) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.fleche1._visible = false;
} else if ((_root.aidepossible == 1) and (_root.action == 10)) {
_root.aide1._visible = false;
_root.aide2._visible = true;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = true;
_root.fleche1._visible = true;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.fleche1._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.fleche1._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 2582
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Instance of Symbol 131 MovieClip in Frame 2582
onClipEvent (mouseMove) {
if ((_root.action == 20) and (_root.sens > 6)) {
tellTarget (_root.animation3) {
play();
};
}
}
Frame 2583
prevFrame();
Frame 2584
Mouse.hide();
Frame 2643
gotoAndPlay (2644);
Frame 2644
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Mouse.hide();
_root.action = 1;
tellTarget (_root.animation2) {
stop();
};
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 135 MovieClip "gaugegirl" in Frame 2644
onClipEvent (load) {
_root.gaugegirl._width = _root.nivgirl;
_root.posx = _root.gaugegirl._x;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.posy = _root.gaugegirl._height;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl > 0) and (_root.mvtgauge == -1)) {
_root.nivgirl = _root.nivgirl - 1;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl < 100) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 1;
} else if ((_root.nivgirl < 150) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.5;
} else if ((_root.nivgirl < 180) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.2;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if (_root.nivgirl > 100) {
_root.condition5 = 1;
}
}
Frame 2669
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
Instance of Symbol 199 MovieClip "commandaide" in Frame 2669
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.aidepossible == 1) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 2669
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 2670
prevFrame();
Frame 2671
Mouse.hide();
Frame 2743
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I have never been touched that way by a man... It's very embarrassing... I am ashamed...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Jamais un homme ne m'a fait \u00E7a... C'est tr\u00E8s g\u00EAnant... J'ai honte !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich bin noch nie von einem Mann so ber\u00FChrt worden... Das ist sehr peinlich... Ich sch\u00E4me mich...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Mai un uomo mi aveva fatto questo... \u00E8 cos\u00EC imbarazzante... mi vergogno!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2744
Mouse.hide();
Frame 2748
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Don't be silly... I know that you loved it... Your little pussy is soaked...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Ne dis pas de b\u00EAtises, je sais que tu as ador\u00E9 \u00E7a... Ta petite chatte est tremp\u00E9e...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Sei doch nicht dumm... Ich wei\u00DF, dass du es magst... Deine kleine M\u00F6se ist schon ganz na\u00DF...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Non dire fesserie, so che ti piace... La tua fighetta \u00E8 tutta bagnata...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2749
Mouse.hide();
Frame 2753
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Now Ahoroa, you should thank Phil for the pleasure he gave you";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu dois remercier Phil pour le plaisir qu'il t'a donn\u00E9.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ahoroa, jetzt solltest du dich bei Phil f\u00FCr den Genuss bedanken, den er dir bereitet hat...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Devi ringraziare Phil per il piacere che ti ha dato.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2754
Mouse.hide();
Frame 2758
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "... Thank you Phil ...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "... Merci Phil ...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "... Danke Phil ...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "... Grazie Phil ...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2759
Mouse.hide();
Frame 2763
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "LOL... Not like that! ... He gave you a lot of pleasure... You must give him some...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hi hi ! Pas comme \u00E7a ! ... Phil t'a donn\u00E9 beaucoup de plaisir, tu dois lui en donner aussi...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hi hi ! Nicht so... Er hat dir eine Menge Genu\u00DF bereitet... du solltest es ihm auch...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hahaha! Non cos\u00EC! ... Phil ti ha dato molto piacere, e anche tu gliene devi dare...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2764
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
Instance of Symbol 199 MovieClip "commandaide" in Frame 2764
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.aidepossible == 1) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = true;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 2764
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Instance of Symbol 131 MovieClip in Frame 2764
onClipEvent (mouseMove) {
if ((_root.action == 2) and (_root.sens > 6)) {
_root.action = 3;
tellTarget (_root.animation2) {
play();
};
}
}
Frame 2765
prevFrame();
Frame 2788
gotoAndPlay (2789);
Frame 2789
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Mouse.hide();
_root.action = 1;
tellTarget (_root.animation2) {
stop();
};
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 135 MovieClip "gaugegirl" in Frame 2789
onClipEvent (load) {
_root.gaugegirl._width = _root.nivgirl;
_root.posx = _root.gaugegirl._x;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.posy = _root.gaugegirl._height;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl > 0) and (_root.mvtgauge == -1)) {
_root.nivgirl = _root.nivgirl - 1;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl < 100) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 1;
} else if ((_root.nivgirl < 150) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.5;
} else if ((_root.nivgirl < 180) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.2;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if (_root.nivgirl > 100) {
_root.condition5 = 1;
}
}
Frame 2796
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Look at Phil, how horny he is. Touch him, he is hard as a rock...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Regarde comme Phil est excit\u00E9... Touche comme il est dur...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Schau dir Phil an, was er schon f\u00FCr einen Steifen hat. Greif ihn an, er ist schon steinhart...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Guarda Phil come \u00E8 eccitato... Toccalo, senti come \u00E8 duro...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2797
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
Instance of Symbol 199 MovieClip "commandaide" in Frame 2797
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.aidepossible == 1) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 2797
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Instance of Symbol 131 MovieClip in Frame 2797
onClipEvent (mouseMove) {
if ((_root.action == 2) and (_root.sens == 3)) {
_root.finmvt = 0;
tellTarget (_root.animation2) {
play();
};
}
if ((_root.action == 2) and (_root.sens == 6)) {
_root.finmvt = 0;
tellTarget (_root.animation2) {
play();
};
}
if ((_root.action == 2) and (_root.sens == 9)) {
_root.finmvt = 0;
tellTarget (_root.animation2) {
play();
};
}
if ((_root.action == 3) and (_root.sens == 1)) {
_root.finmvt = 1;
}
if ((_root.action == 3) and (_root.sens == 4)) {
_root.finmvt = 1;
}
if ((_root.action == 3) and (_root.sens == 7)) {
_root.finmvt = 1;
}
}
Frame 2798
prevFrame();
Frame 2799
Mouse.hide();
Frame 2818
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hmmm! Phil liked that very much... Now a little kiss on the end of his cock... He will love it...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hummmm ! Phil appr\u00E9cie beaucoup... Maintenant, un petit baiser sur le bout de sa queue, il va adorer.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hmmm! Phil mag das sehr... Jetzt ein kleiner Kuss auf die Schwanzspitze... Das hat er besonders gern...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hmmmm! Phil l'ha molto apprezzato... Ora, un piccolo bacio sulla punta del suo cazzo... Gli piacer\u00E0 molto...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2819
Mouse.hide();
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
_root.action = 1;
_root.finmvt = 0;
Instance of Symbol 199 MovieClip "commandaide" in Frame 2819
onClipEvent (keyDown) {
touche = Key.getAscii();
if ((_root.code1 == 0) and (touche == 104)) {
_root.code1 = touche;
} else if (((_root.code1 == 104) and (_root.code2 == 0)) and (touche == 105)) {
_root.code2 = touche;
} else if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 0)) and (touche == 114)) {
_root.code3 = touche;
} else if (((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 0)) and (touche == 111)) {
_root.code4 = touche;
} else {
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
}
onClipEvent (enterFrame) {
if ((((_root.code1 == 104) and (_root.code2 == 105)) and (_root.code3 == 114)) and (_root.code4 == 111)) {
_root.aidepossible = 1;
} else {
_root.aidepossible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.aidepossible == 1) {
_root.aide1._visible = true;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = true;
_root.fleche._visible = false;
}
}
onClipEvent (mouseMove) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
onClipEvent (mouseDown) {
_root.aidepossible = 0;
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 210 MovieClip in Frame 2819
onClipEvent (load) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
}
onClipEvent (mouseMove) {
_root.cible._x = _xmouse + 30;
_root.cible._y = _ymouse + 30;
Mouse.hide();
}
Frame 2820
prevFrame();
Frame 2821
Mouse.hide();
if (_root.action == 16) {
gotoAndPlay (2823);
}
Frame 2822
gotoAndPlay (2821);
Frame 2921
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Pretty little Mermaid, that was wonderful. I think that I'm falling in love with you.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Jolie petite sir\u00E8ne, tu m'as fait un tr\u00E8s beau cadeau... et je crois que je suis tr\u00E8s amoureux de toi...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Meine h\u00FCbsche kleine Meerjungfrau, das war wunderbar. Ich glaube, ich habe mich in dich verliebt...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Bella e piccola sirena, mi hai fatto un cos\u00EC bel regalo... e credo di essermi seriamente innamorato di te...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2922
Mouse.hide();
Frame 2928
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I... I never did that before... But what I felt was very pleasant...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je... Je n'ai jamais fait \u00E7a auparavant... Mais ce que j'ai ressenti aujourd'hui \u00E9tait... tr\u00E8s agr\u00E9able.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "D... das habe ich vorher noch nie gemacht... Aber, was ich gef\u00FChlt habe, war sehr angenehm...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Io... Io non l'avevo mai fatto prima... Ma quello che ho sentito oggi \u00E8 stato... molto piacevole.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2929
Mouse.hide();
Frame 2935
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "We should go back to the hotel now. I want to spend some time with you, Ahoroa.. Would you like that ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Nous devrions rentrer \u00E0 l'h\u00F4tel, maintenant. J'ai tr\u00E8s envie de passer un moment avec toi, Ahoroa...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Wir sollten jetzt zum Hotel zur\u00FCckfahren. Ahoroa, ich will noch etwas mit dir zusammensein... Willst du das auch?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Dovremmo rientrare in hotel ora. Ho voglia di passare un po' di tempo on te, Ahoroa...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2936
Mouse.hide();
Frame 2942
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "... Yes ... Yes I would ...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "... Oui ... Je veux bien ...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "...Ja!... ich will es auch...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "... Si ... Mi piacerebbe...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 2943
Mouse.hide();
Frame 2984
Mouse.show();
_root.action = 0;
_root.nivgirl = 0;
if (_root.langue == 0) {
_root.texte = "Ahoroa likes her new friends... This evening she won\u2019t go back to the village... Hiro is very unhappy and this is not a good ending. You must play again!";
_root.texte00 = "LOST";
_root.texte000 = "TRY AGAIN";
} else if (_root.langue == 1) {
_root.texte = "Ahoroa appr\u00E9cie beaucoup ses nouveaux amis... Ce soir, elle ne rentrera pas au Village... Hiro est tr\u00E8s malheureux et ce n'est pas une bonne fin pour l'histoire... Tu as perdu. La prochaine fois, il faudra faire d'autre choix.";
_root.texte00 = "PERDU";
_root.texte000 = "REJOUER";
} else if (_root.langue == 2) {
_root.texte = "Ahoroa mag ihre neuen Freunde... Diesen Abend will sie nicht zur\u00FCck zum Dorf... Hiro ist sehr ungl\u00FCcklich und das ist kein gutes Ende. Du musst nochmals spielen.";
_root.texte00 = "SCHLECHTES ENDE";
_root.texte000 = "NOCH EINMAL";
} else if (_root.langue == 3) {
_root.texte = "Ahoroa apprezza molto i suoi nuovi amici... Questa sera, non rientrer\u00E0 al villaggio... Hiro \u00E8 molto arrabbiato, e questo non \u00E8 un lieto fine per la storia... Hai perso. La prossima volta andranno fatte altre scelte.";
_root.texte00 = "PERSO";
_root.texte000 = "PROVA ANCORA";
} else if (_root.langue == 4) {
_root.texte = "";
_root.texte00 = "";
} else if (_root.langue == 5) {
_root.texte = "";
_root.texte00 = "";
}
Frame 2985
prevFrame();
Frame 2986
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Mouse.hide();
Instance of Symbol 135 MovieClip "gaugegirl" in Frame 2986
onClipEvent (load) {
_root.gaugegirl._width = _root.nivgirl;
_root.posx = _root.gaugegirl._x;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.posy = _root.gaugegirl._height;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl > 0) and (_root.mvtgauge == -1)) {
_root.nivgirl = _root.nivgirl - 1;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if ((_root.nivgirl < 100) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 1;
} else if ((_root.nivgirl < 150) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.5;
} else if ((_root.nivgirl < 180) and (_root.mvtgauge == 1)) {
_root.nivgirl = _root.nivgirl + 0.2;
}
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
onClipEvent (enterFrame) {
if (_root.nivgirl > 100) {
_root.condition5 = 1;
}
}
Frame 3023
if (_root.langue == 0) {
_root.texte = "NOOOOOOO !!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "NOOOOOOON !!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "NEIIIIIIIN !!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "NOOOOOOO !!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 3058
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I... I don't want.. to do that... It's not good........!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je... Je ne veux pas ... faire \u00E7a... ce n'est pas bien...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Das... das will ich nicht... Das nicht... Es ist nicht gut...!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Io... Io non voglio... farlo... non \u00E8 una cosa buona...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 3059
Mouse.hide();
Frame 3067
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You want me to do things... which...... we should go back now... night comes quickly in the Tropics...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Vous me faites faire des choses que... qui...... Nous devrions rentrer, maintenant... La nuit tombe vite sous les tropiques.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Du willst, das ich Sachen mache... die... wir sollten jetzt zur\u00FCckfahren... in den Tropen bricht die Nacht sehr schnell herein.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Voi mi fate fare delle cose che... che... Dovremmo tornare indietro ora... La notte arriva in fretta ai tropici...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 3068
Mouse.hide();
Frame 3140
Mouse.hide();
Frame 3147
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Poor Phil. I think you lost your chances with Ahoroa...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Mon pauvre Phil, j'ai l'impression que tu as loup\u00E9 ta chance avec Ahoroa...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Armer Phil. Ich glaube, du hast deine Chancen bei Ahoroa vertan...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Povero Phil, ho l'impressione che tu abbia perso la tua possibilit\u00E0 con Ahoroa...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 3148
Mouse.hide();
Frame 3152
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hey... the games not over yet... Let's go back to the hotel... we'll see...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hey ! Je n'ai pas dit mon dernier mot... Rentrons \u00E0 l'h\u00F4tel, la partie n'est pas perdue...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "He ! Das Spiel ist noch nicht aus... Fahren wir zum Hotel zur\u00FCck... dann sehen wir weiter...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hey! Non ho ancora detto la mia ultima parola... Torniamo all'hotel, la partita non \u00E8 ancora finita...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 4) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 5) {
_root.texte = "";
_root.bul01._visible = true;
_root.bul02._visible = false;
}
Frame 3153
Mouse.hide();
Frame 3185
gotoAndPlay (3186);
Frame 3186
if (_root.langue == 0) {
_root.textfin = "The end of the first part";
} else if (_root.langue == 1) {
_root.textfin = "Fin de la premi\u00E8re partie";
} else if (_root.langue == 2) {
_root.textfin = "Ende des ersten Teiles ";
} else if (_root.langue == 3) {
_root.textfin = "Fine della prima parte ";
}
Frame 3205
stop();
Mouse.show();
Symbol 20 MovieClip Frame 1
_root.bytes_totales = _level0.getBytesTotal();
_root["bytes_charg\u00E9es"] = _level0.getBytesLoaded();
_root.bytes_rapport = Math.round((_root["bytes_charg\u00E9es"] / _root.bytes_totales) * 100);
_root.bytes_chargement_affichage = Math.round(_root.bytes_rapport) add " %";
if (_root.bytes_rapport == 100) {
_root.play();
stop();
}
tellTarget (_root.barre_chargement_bytes) {
gotoAndPlay(_root.bytes_rapport);
};
Symbol 23 MovieClip Frame 1
stop();
Symbol 23 MovieClip Frame 101
stop();
Symbol 29 Button
on (release) {
getURL ("http://sharks-lagoon.fr/", "_blank");
}
Symbol 35 Button
on (press) {
_root.langue = 0;
gotoAndStop (2);
}
Symbol 38 Button
on (press) {
_root.langue = 1;
gotoAndStop (3);
}
Symbol 41 Button
on (press) {
_root.langue = 2;
gotoAndStop (4);
}
Symbol 48 Button
on (press, release) {
gotoAndPlay (9);
}
Symbol 51 Button
on (press, release) {
gotoAndStop (7);
}
Symbol 55 Button
on (press) {
_root.langue = 3;
gotoAndStop (5);
}
Symbol 101 Button
on (press) {
if (_root.musique == 1) {
_root.musique = 0;
_root.musicoff._visible = true;
stopAllSounds();
} else if (_root.musique == 0) {
_root.musique = 1;
_root.musicoff._visible = false;
_root.music.start(0, 10000000);
}
}
Symbol 108 Button
on (release) {
getURL ("http://sharks-lagoon.fr/", "_blank");
}
Symbol 185 MovieClip Frame 4
stop();
Symbol 185 MovieClip Frame 7
stop();
Symbol 185 MovieClip Frame 30
stop();
Symbol 185 MovieClip Frame 51
stop();
Symbol 186 MovieClip Frame 20
stop();
_root.boutontext._visible = true;
Symbol 196 Button
on (press) {
play();
}
Symbol 198 Button
on (press) {
tellTarget (_root.animation1) {
play();
};
gotoAndPlay (403);
}
Symbol 199 MovieClip Frame 1
Symbol 215 Button
on (keyPress "<Tab>") {
return(false);
}
Symbol 223 MovieClip Frame 54
stop();
_root.boutontext._visible = true;
Symbol 231 MovieClip Frame 53
stop();
_root.boutontext._visible = true;
Symbol 239 MovieClip Frame 50
stop();
_root.boutontext._visible = true;
Symbol 245 MovieClip Frame 51
stop();
_root.boutontext._visible = true;
Symbol 263 MovieClip Frame 28
if (_root.action == 1) {
gotoAndStop (1);
} else {
gotoAndPlay (1);
}
Symbol 276 MovieClip Frame 1
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
Symbol 276 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
Symbol 276 MovieClip Frame 6
_root.finmvt = 1;
stop();
Symbol 277 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 2
if (_root.finmvt == 1) {
tellTarget (_root.animation1) {
prevFrame();
};
play();
}
Symbol 277 MovieClip Frame 3
gotoAndPlay ("start");
Symbol 296 MovieClip Frame 1
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
_root.animation1._visible = true;
Symbol 296 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
_root.animation1._visible = false;
Symbol 296 MovieClip Frame 7
_root.mvtgauge = -1;
Symbol 296 MovieClip Frame 8
_root.mvtgauge = 1;
Symbol 296 MovieClip Frame 25
_root.finmvt = 1;
gotoAndPlay (8);
Symbol 297 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 2
if (_root.finmvt == 1) {
tellTarget (_root.animation2) {
prevFrame();
};
play();
}
Symbol 297 MovieClip Frame 3
gotoAndPlay ("start");
Symbol 316 MovieClip Frame 1
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
_root.animation1._visible = true;
Symbol 316 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
_root.animation1._visible = false;
Symbol 316 MovieClip Frame 6
_root.mvtgauge = -1;
Symbol 316 MovieClip Frame 7
_root.mvtgauge = 1;
Symbol 316 MovieClip Frame 21
_root.finmvt = 1;
gotoAndPlay (7);
Symbol 317 MovieClip Frame 1
stop();
Symbol 317 MovieClip Frame 2
if (_root.finmvt == 1) {
tellTarget (_root.animation3) {
prevFrame();
};
play();
}
Symbol 317 MovieClip Frame 3
gotoAndPlay ("start");
Symbol 323 MovieClip Frame 46
stop();
_root.boutontext._visible = true;
Symbol 329 MovieClip Frame 47
stop();
_root.boutontext._visible = true;
Symbol 342 MovieClip Frame 47
stop();
_root.boutontext._visible = true;
Symbol 345 Button
on (release, releaseOutside) {
if (_root.condition1 > 0) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.condition1 > 0) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
}
if (_root.condition1 == 0) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
gotoAndPlay (517);
}
}
Symbol 346 Button
on (release, releaseOutside) {
if ((_root.condition1 > 0) and (_root.condition2 > 0)) {
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
}
}
on (press) {
if ((_root.condition1 > 0) and (_root.condition2 > 0)) {
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
tellTarget ("animation2") {
play();
};
}
if ((_root.condition1 > 0) and (_root.condition2 == 0)) {
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
tellTarget ("animation2") {
play();
};
gotoAndPlay (537);
}
}
Symbol 347 Button
on (release, releaseOutside) {
if ((_root.condition2 > 0) and (_root.condition3 > 0)) {
tellTarget ("controleur3") {
gotoAndPlay ("start");
};
}
}
on (press) {
if ((_root.condition2 > 0) and (_root.condition3 > 0)) {
tellTarget ("controleur3") {
gotoAndStop ("stop");
};
tellTarget ("animation3") {
play();
};
}
if ((_root.condition2 > 0) and (_root.condition3 == 0)) {
tellTarget ("controleur3") {
gotoAndStop ("stop");
};
tellTarget ("animation3") {
play();
};
gotoAndPlay (596);
}
}
Symbol 357 MovieClip Frame 1
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
_root.animation1._visible = true;
Symbol 357 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
_root.animation1._visible = false;
Symbol 357 MovieClip Frame 6
_root.mvtgauge = -1;
Symbol 357 MovieClip Frame 7
_root.mvtgauge = 1;
Symbol 357 MovieClip Frame 28
_root.finmvt = 1;
gotoAndPlay (14);
Symbol 357 MovieClip Frame 33
_root.mvtgauge = -1;
Symbol 357 MovieClip Frame 37
stop();
Symbol 358 MovieClip Frame 1
stop();
Symbol 358 MovieClip Frame 2
if (_root.finmvt == 1) {
stop();
tellTarget (_root.animation3) {
gotoAndPlay (29);
};
}
Symbol 358 MovieClip Frame 3
gotoAndPlay ("start");
Symbol 359 Button
on (release, releaseOutside) {
if (_root.condition3 > 0) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.condition3 > 0) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
}
}
Symbol 360 Button
on (release, releaseOutside) {
if (_root.condition3 > 0) {
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.condition3 > 0) {
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
tellTarget ("animation2") {
play();
};
}
}
Symbol 361 Button
on (release, releaseOutside) {
if (_root.condition3 > 0) {
tellTarget ("controleur3") {
gotoAndPlay ("start");
};
gotoAndPlay (654);
}
}
on (press) {
if (_root.condition3 > 0) {
tellTarget ("controleur3") {
gotoAndStop ("stop");
};
tellTarget ("animation3") {
play();
};
}
}
Symbol 378 MovieClip Frame 1
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
_root.action = 0;
Symbol 378 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
_root.action = 0;
Symbol 378 MovieClip Frame 7
_root.mvtgauge = -1;
Symbol 378 MovieClip Frame 8
_root.mvtgauge = 1;
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
_root.action = 0;
Symbol 378 MovieClip Frame 49
_root.action = 2;
_root.finmvt = 1;
gotoAndPlay (35);
Symbol 378 MovieClip Frame 50
gotoAndStop (7);
Symbol 378 MovieClip Frame 51
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
_root.action = 0;
Symbol 378 MovieClip Frame 57
stop();
Symbol 379 Button
on (release, releaseOutside) {
if (_root.action == 0) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
}
if (_root.action > 0) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
_root.cible._visible = true;
_root.bouton2._visible = true;
}
}
on (press) {
if (_root.action == 0) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
}
}
Symbol 380 Button
on (press) {
if (_root.action > 0) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
gotoAndPlay (51);
};
gotoAndPlay (702);
}
}
Symbol 389 MovieClip Frame 57
stop();
_root.boutontext._visible = true;
Symbol 419 MovieClip Frame 20
stop();
_root.boutontext._visible = true;
Symbol 430 MovieClip Frame 52
stop();
_root.boutontext._visible = true;
Symbol 436 MovieClip Frame 49
stop();
_root.boutontext._visible = true;
Symbol 444 MovieClip Frame 51
stop();
_root.boutontext._visible = true;
Symbol 452 MovieClip Frame 55
stop();
_root.boutontext._visible = true;
Symbol 464 MovieClip Frame 55
stop();
_root.boutontext._visible = true;
Symbol 467 MovieClip Frame 29
stop();
_root.boutontext._visible = true;
Symbol 476 MovieClip Frame 54
stop();
_root.boutontext._visible = true;
Symbol 536 MovieClip Frame 1
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
Symbol 536 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
Symbol 536 MovieClip Frame 22
_root.finmvt = 1;
gotoAndPlay (8);
Symbol 574 MovieClip Frame 1
_root.sonsens = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
Symbol 574 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
Symbol 574 MovieClip Frame 8
_root.mvtgauge = -1;
Symbol 574 MovieClip Frame 9
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("soft001");
} else if (s == 1) {
son.attachSound("soft002");
} else if (s == 2) {
son.attachSound("soft003");
} else if (s == 3) {
son.attachSound("soft004");
} else if (s == 4) {
son.attachSound("soft005");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("soft001");
son.stop("soft002");
son.stop("soft003");
son.stop("soft004");
son.stop("soft005");
son.start();
}
_root.mvtgauge = 1;
Symbol 574 MovieClip Frame 23
if (_root.action == 1) {
_root.finmvt = 0;
gotoAndPlay (24);
} else {
_root.finmvt = 1;
gotoAndPlay (9);
}
Symbol 574 MovieClip Frame 24
_root.sonsens = 1;
_root.bouton2._visible = true;
_root.cible._visible = true;
_root.action = 2;
Symbol 574 MovieClip Frame 40
_root.action = 0;
_root.bouton2._visible = false;
_root.cible._visible = false;
_root.finmvt = 1;
gotoAndStop (8);
Symbol 574 MovieClip Frame 41
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
Symbol 574 MovieClip Frame 48
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("soft001");
} else if (s == 1) {
son.attachSound("soft002");
} else if (s == 2) {
son.attachSound("soft003");
} else if (s == 3) {
son.attachSound("soft004");
} else if (s == 4) {
son.attachSound("soft005");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("soft001");
son.stop("soft002");
son.stop("soft003");
son.stop("soft004");
son.stop("soft005");
son.start();
}
Symbol 574 MovieClip Frame 59
gotoAndPlay (49);
Symbol 593 MovieClip Frame 1
_root.sonsens = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
_root.animation1._visible = true;
Symbol 593 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
_root.animation1._visible = false;
Symbol 593 MovieClip Frame 9
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("soft001");
} else if (s == 1) {
son.attachSound("soft002");
} else if (s == 2) {
son.attachSound("soft003");
} else if (s == 3) {
son.attachSound("soft004");
} else if (s == 4) {
son.attachSound("soft005");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("soft001");
son.stop("soft002");
son.stop("soft003");
son.stop("soft004");
son.stop("soft005");
son.start();
}
_root.mvtgauge = -1;
Symbol 593 MovieClip Frame 10
_root.mvtgauge = 1;
Symbol 593 MovieClip Frame 24
_root.finmvt = 1;
gotoAndPlay (10);
Symbol 598 MovieClip Frame 48
stop();
_root.boutontext._visible = true;
Symbol 604 MovieClip Frame 47
stop();
_root.boutontext._visible = true;
Symbol 606 Button
on (press) {
if (_root.action == 0) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
gotoAndPlay (1357);
}
}
Symbol 617 MovieClip Frame 46
stop();
_root.boutontext._visible = true;
Symbol 629 MovieClip Frame 47
stop();
_root.boutontext._visible = true;
Symbol 635 Button
on (release, releaseOutside) {
if (_root.action == 0) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
_root.condition1 = 1;
}
}
on (press) {
if (_root.action == 0) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
}
}
Symbol 636 Button
on (release, releaseOutside) {
if (_root.condition1 == 1) {
tellTarget ("controleur3") {
gotoAndPlay ("start");
};
_root.condition3 = 1;
}
}
on (press) {
if (_root.condition1 == 1) {
tellTarget ("controleur3") {
gotoAndStop ("stop");
};
tellTarget ("animation3") {
play();
};
}
}
Symbol 637 Button
on (release, releaseOutside) {
if ((_root.condition2 == 1) and (_root.nivgirl > 140)) {
_root.action = 1;
_root.finmvt = 0;
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
} else if (_root.condition3 == 1) {
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
_root.condition2 = 1;
}
}
on (press) {
if (_root.action == 2) {
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
tellTarget ("animation2") {
gotoAndPlay (41);
};
gotoAndPlay (1410);
} else if (_root.condition3 == 1) {
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
tellTarget ("animation2") {
play();
};
}
}
Symbol 645 MovieClip Frame 48
stop();
_root.boutontext._visible = true;
Symbol 651 MovieClip Frame 50
stop();
_root.boutontext._visible = true;
Symbol 680 MovieClip Frame 1
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
Symbol 680 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
Symbol 680 MovieClip Frame 13
stop();
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
_root.action = 1;
Symbol 693 MovieClip Frame 1
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
Symbol 693 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
_root.animation1._visible = false;
Symbol 693 MovieClip Frame 35
stop();
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
_root.action = 2;
stop();
Symbol 694 MovieClip Frame 1
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
Symbol 694 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
_root.animation2._visible = false;
Symbol 694 MovieClip Frame 13
stop();
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
_root.action = 3;
Symbol 713 MovieClip Frame 1
_root.sonsens = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
if (_root.action == 4) {
_root.animation1._visible = true;
_root.action = 0;
}
Symbol 713 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
_root.animation3._visible = false;
Symbol 713 MovieClip Frame 8
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("soft001");
} else if (s == 1) {
son.attachSound("soft002");
} else if (s == 2) {
son.attachSound("soft003");
} else if (s == 3) {
son.attachSound("soft004");
} else if (s == 4) {
son.attachSound("soft005");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("soft001");
son.stop("soft002");
son.stop("soft003");
son.stop("soft004");
son.stop("soft005");
son.start();
}
_root.mvtgauge = -1;
Symbol 713 MovieClip Frame 9
_root.mvtgauge = 1;
Symbol 713 MovieClip Frame 23
gotoAndPlay (9);
_root.action = 4;
Symbol 714 MovieClip Frame 1
stop();
Symbol 714 MovieClip Frame 2
if (_root.finmvt == 1) {
tellTarget (_root.animation4) {
prevFrame();
};
play();
}
Symbol 714 MovieClip Frame 3
gotoAndPlay ("start");
Symbol 715 Button
on (press) {
if (_root.action == 0) {
tellTarget ("animation1") {
play();
};
}
}
Symbol 716 Button
on (release, releaseOutside) {
if (_root.action > 2) {
gotoAndPlay (1560);
}
}
on (press) {
if (_root.action == 1) {
tellTarget ("animation2") {
play();
};
}
if (_root.action > 2) {
tellTarget ("controleur4") {
gotoAndStop ("stop");
};
tellTarget ("animation4") {
play();
};
}
}
Symbol 717 Button
on (press) {
if (_root.action == 2) {
tellTarget ("animation3") {
play();
};
}
}
Symbol 724 MovieClip Frame 50
stop();
_root.boutontext._visible = true;
Symbol 739 MovieClip Frame 1
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
Symbol 739 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
_root.animation1._visible = false;
Symbol 739 MovieClip Frame 35
stop();
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
_root.action = 2;
stop();
Symbol 785 MovieClip Frame 1
_root.sonsens = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
if (_root.action > 3) {
_root.action = 0;
}
if (_root.action == 0) {
_root.animation1._visible = true;
}
Symbol 785 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
_root.animation3._visible = false;
Symbol 785 MovieClip Frame 7
_root.mvtgauge = -1;
Symbol 785 MovieClip Frame 8
_root.mvtgauge = 1;
Symbol 785 MovieClip Frame 9
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("soft001");
} else if (s == 1) {
son.attachSound("soft002");
} else if (s == 2) {
son.attachSound("soft003");
} else if (s == 3) {
son.attachSound("soft004");
} else if (s == 4) {
son.attachSound("soft005");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("soft001");
son.stop("soft002");
son.stop("soft003");
son.stop("soft004");
son.stop("soft005");
son.start();
}
Symbol 785 MovieClip Frame 24
if (_root.action == 5) {
gotoAndPlay (26);
} else {
_root.action = 4;
_root.finmvt = 1;
gotoAndPlay (10);
}
Symbol 785 MovieClip Frame 25
gotoAndStop (7);
Symbol 785 MovieClip Frame 26
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
Symbol 785 MovieClip Frame 91
_root.finmvt = 1;
gotoAndPlay (35);
Symbol 786 Button
on (release, releaseOutside) {
if (_root.action > 2) {
gotoAndPlay (1628);
}
}
on (press) {
if (_root.action == 1) {
tellTarget ("animation2") {
play();
};
}
if (_root.action > 2) {
tellTarget ("controleur4") {
gotoAndStop ("stop");
};
tellTarget ("animation4") {
play();
};
}
}
Symbol 791 Button
on (release, releaseOutside) {
gotoAndPlay (1706);
}
on (press) {
stop();
_root.finmvt = 0;
_root.action = 5;
_root.cible._visible = false;
}
Symbol 809 MovieClip Frame 1
_root.sonsens = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
if (_root.action > 3) {
_root.action = 0;
}
if (_root.action == 0) {
_root.animation1._visible = true;
}
Symbol 809 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
_root.animation3._visible = false;
Symbol 809 MovieClip Frame 5
_root.mvtgauge = -1;
Symbol 809 MovieClip Frame 6
_root.mvtgauge = 1;
Symbol 809 MovieClip Frame 7
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("soft001");
} else if (s == 1) {
son.attachSound("soft002");
} else if (s == 2) {
son.attachSound("soft003");
} else if (s == 3) {
son.attachSound("soft004");
} else if (s == 4) {
son.attachSound("soft005");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("soft001");
son.stop("soft002");
son.stop("soft003");
son.stop("soft004");
son.stop("soft005");
son.start();
}
Symbol 809 MovieClip Frame 28
if (_root.action == 5) {
gotoAndPlay (30);
} else {
_root.action = 4;
_root.finmvt = 1;
gotoAndPlay (8);
}
Symbol 809 MovieClip Frame 29
gotoAndStop (5);
Symbol 809 MovieClip Frame 30
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
Symbol 809 MovieClip Frame 74
_root.finmvt = 1;
gotoAndPlay (34);
Symbol 810 Button
on (release, releaseOutside) {
if (_root.action > 2) {
gotoAndPlay (1718);
}
}
on (press) {
if (_root.action == 1) {
tellTarget ("animation2") {
play();
};
}
if (_root.action > 2) {
tellTarget ("controleur4") {
gotoAndStop ("stop");
};
tellTarget ("animation4") {
play();
};
}
}
Symbol 814 Button
on (release, releaseOutside) {
gotoAndPlay (1774);
}
on (press) {
stop();
_root.cible._visible = false;
_root.finmvt = 0;
_root.action = 5;
}
Symbol 825 MovieClip Frame 50
stop();
_root.boutontext._visible = true;
Symbol 831 MovieClip Frame 46
stop();
_root.boutontext._visible = true;
Symbol 863 MovieClip Frame 1
_root.sonsens = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
Symbol 863 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
Symbol 863 MovieClip Frame 7
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("soft001");
} else if (s == 1) {
son.attachSound("soft002");
} else if (s == 2) {
son.attachSound("soft003");
} else if (s == 3) {
son.attachSound("soft004");
} else if (s == 4) {
son.attachSound("soft005");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("soft001");
son.stop("soft002");
son.stop("soft003");
son.stop("soft004");
son.stop("soft005");
son.start();
}
_root.mvtgauge = -1;
Symbol 863 MovieClip Frame 8
_root.mvtgauge = 1;
Symbol 863 MovieClip Frame 18
_root.finmvt = 1;
gotoAndPlay (8);
Symbol 917 MovieClip Frame 1
_root.sonsens = 1;
_root.action = 0;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
Symbol 917 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
if (_root.action == 0) {
_root.cible._visible = false;
}
Symbol 917 MovieClip Frame 6
_root.mvtgauge = -1;
Symbol 917 MovieClip Frame 7
_root.mvtgauge = 1;
Symbol 917 MovieClip Frame 19
_root.finmvt = 0;
if (_root.action == 0) {
gotoAndPlay (9);
}
if (_root.action == 1) {
gotoAndPlay (20);
}
Symbol 917 MovieClip Frame 20
_root.cible._visible = true;
_root.bouton3._visible = true;
Symbol 917 MovieClip Frame 40
_root.action = 2;
_root.bouton3._visible = false;
_root.finmvt = 1;
gotoAndStop (6);
Symbol 917 MovieClip Frame 41
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
Symbol 917 MovieClip Frame 45
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("soft001");
} else if (s == 1) {
son.attachSound("soft002");
} else if (s == 2) {
son.attachSound("soft003");
} else if (s == 3) {
son.attachSound("soft004");
} else if (s == 4) {
son.attachSound("soft005");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("soft001");
son.stop("soft002");
son.stop("soft003");
son.stop("soft004");
son.stop("soft005");
son.start();
}
Symbol 917 MovieClip Frame 56
gotoAndPlay (46);
Symbol 917 MovieClip Frame 57
_root.condition1 = 1;
_root.mvtgauge = -1;
Symbol 917 MovieClip Frame 62
gotoAndStop (1);
Symbol 920 Button
on (release, releaseOutside) {
if (_root.action == 0) {
_root.action = 1;
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.action == 0) {
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
tellTarget ("animation2") {
play();
};
}
}
Symbol 921 Button
on (release, releaseOutside) {
if (_root.condition1 == 1) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
}
if (_root.nivgirl > 100) {
gotoAndPlay (1859);
}
}
on (press) {
if (_root.condition1 == 1) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
}
}
Symbol 922 Button
on (release, releaseOutside) {
if (_root.action == 1) {
tellTarget ("animation2") {
gotoAndPlay (57);
};
}
}
on (press) {
if (_root.action == 1) {
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
tellTarget ("animation2") {
gotoAndPlay (41);
};
}
}
Symbol 930 MovieClip Frame 40
stop();
_root.boutontext._visible = true;
Symbol 942 MovieClip Frame 45
stop();
_root.boutontext._visible = true;
Symbol 963 MovieClip Frame 1
_root.sonsens = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
Symbol 963 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
Symbol 963 MovieClip Frame 8
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("soft001");
} else if (s == 1) {
son.attachSound("soft002");
} else if (s == 2) {
son.attachSound("soft003");
} else if (s == 3) {
son.attachSound("soft004");
} else if (s == 4) {
son.attachSound("soft005");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("soft001");
son.stop("soft002");
son.stop("soft003");
son.stop("soft004");
son.stop("soft005");
son.start();
}
_root.mvtgauge = -1;
Symbol 963 MovieClip Frame 9
_root.mvtgauge = 1;
Symbol 963 MovieClip Frame 19
_root.finmvt = 1;
gotoAndPlay (9);
Symbol 964 Button
on (release, releaseOutside) {
tellTarget ("controleur3") {
gotoAndPlay ("start");
};
gotoAndPlay (1894);
}
on (press) {
tellTarget ("controleur3") {
gotoAndStop ("stop");
};
tellTarget ("animation3") {
play();
};
}
Symbol 995 MovieClip Frame 21
stop();
Symbol 996 Button
on (press) {
tellTarget ("animation4") {
play();
};
gotoAndPlay (1920);
}
Symbol 998 Button
on (press) {
gotoAndPlay (1997);
}
Symbol 1029 MovieClip Frame 22
stop();
Symbol 1037 MovieClip Frame 37
stop();
_root.boutontext._visible = true;
Symbol 1083 MovieClip Frame 1
_root.sonsens = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.finmvt = 0;
_root.cible._visible = true;
Symbol 1083 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
Symbol 1083 MovieClip Frame 21
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("hot001");
} else if (s == 1) {
son.attachSound("hot002");
} else if (s == 2) {
son.attachSound("hot003");
} else if (s == 3) {
son.attachSound("hot004");
} else if (s == 4) {
son.attachSound("hot005");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("hot001");
son.stop("hot002");
son.stop("hot003");
son.stop("hot004");
son.stop("hot005");
son.start();
}
_root.mvtgauge = 1;
Symbol 1083 MovieClip Frame 32
_root.action = _root.action + 1;
gotoAndPlay (22);
Symbol 1085 Button
on (press) {
tellTarget ("animation1") {
play();
};
gotoAndPlay (2049);
}
Symbol 1089 MovieClip Frame 21
stop();
_root.boutontext._visible = true;
Symbol 1096 Button
on (release, releaseOutside) {
gotoAndPlay (1558);
}
Symbol 1111 MovieClip Frame 36
stop();
_root.boutontext._visible = true;
Symbol 1119 MovieClip Frame 44
stop();
_root.boutontext._visible = true;
Symbol 1175 MovieClip Frame 34
stop();
Symbol 1176 Button
on (press) {
tellTarget ("animation1") {
play();
};
gotoAndPlay (2209);
}
Symbol 1187 MovieClip Frame 32
stop();
_root.boutontext._visible = true;
Symbol 1226 MovieClip Frame 1
_root.action = 1;
_root.bouton1._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
Symbol 1226 MovieClip Frame 2
_root.action = 1;
_root.bouton1._visible = false;
_root.cible._visible = false;
Symbol 1226 MovieClip Frame 12
_root.action = 1;
Symbol 1226 MovieClip Frame 13
if (_root.action == 1) {
stop();
_root.action = 2;
_root.finmvt = 1;
}
Symbol 1226 MovieClip Frame 14
if (_root.action == 2) {
_root.action = 3;
}
Symbol 1226 MovieClip Frame 36
stop();
_root.action = 2;
_root.finmvt = 1;
Symbol 1226 MovieClip Frame 37
_root.action = 10;
_root.finmvt = 0;
Symbol 1226 MovieClip Frame 41
stop();
Symbol 1227 Button
on (release, releaseOutside) {
if (_root.action > 0) {
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
}
if (_root.action == 10) {
gotoAndPlay (2286);
}
}
on (press) {
if (_root.action > 0) {
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
tellTarget ("animation2") {
play();
};
}
}
Symbol 1229 MovieClip Frame 1
_root.x1 = _xmouse;
_root.y1 = _ymouse;
Symbol 1229 MovieClip Frame 2
_root.x2 = _xmouse;
_root.y2 = _ymouse;
if (((_root.y2 - _root.y1) < 0) and ((_root.x2 - _root.x1) < 0)) {
_root.sens = 1;
} else if (((_root.y2 - _root.y1) < 0) and ((_root.x2 - _root.x1) == 0)) {
_root.sens = 2;
} else if (((_root.y2 - _root.y1) < 0) and ((_root.x2 - _root.x1) > 0)) {
_root.sens = 3;
} else if (((_root.y2 - _root.y1) == 0) and ((_root.x2 - _root.x1) < 0)) {
_root.sens = 4;
} else if (((_root.y2 - _root.y1) == 0) and ((_root.x2 - _root.x1) > 0)) {
_root.sens = 6;
} else if (((_root.y2 - _root.y1) > 0) and ((_root.x2 - _root.x1) < 0)) {
_root.sens = 7;
} else if (((_root.y2 - _root.y1) > 0) and ((_root.x2 - _root.x1) == 0)) {
_root.sens = 8;
} else if (((_root.y2 - _root.y1) > 0) and ((_root.x2 - _root.x1) > 0)) {
_root.sens = 9;
}
_root.x1 = 0;
_root.x2 = 0;
_root.y1 = 0;
_root.y2 = 0;
Symbol 1255 MovieClip Frame 1
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.bouton6._visible = true;
_root.bouton7._visible = true;
_root.bouton8._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
Symbol 1255 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.bouton6._visible = false;
_root.bouton7._visible = false;
_root.bouton8._visible = false;
_root.cible._visible = false;
Symbol 1255 MovieClip Frame 18
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.bouton6._visible = true;
_root.bouton7._visible = true;
_root.bouton8._visible = true;
_root.cible._visible = true;
Symbol 1255 MovieClip Frame 28
gotoAndPlay (19);
Symbol 1286 MovieClip Frame 1
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.bouton6._visible = true;
_root.bouton7._visible = true;
_root.bouton8._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
Symbol 1286 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.bouton6._visible = false;
_root.bouton7._visible = false;
_root.bouton8._visible = false;
_root.cible._visible = false;
Symbol 1286 MovieClip Frame 24
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.bouton6._visible = true;
_root.bouton7._visible = true;
_root.bouton8._visible = true;
_root.cible._visible = true;
Symbol 1286 MovieClip Frame 35
gotoAndPlay (25);
Symbol 1303 MovieClip Frame 1
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.bouton6._visible = true;
_root.bouton7._visible = true;
_root.bouton8._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
Symbol 1303 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.bouton6._visible = false;
_root.bouton7._visible = false;
_root.bouton8._visible = false;
_root.cible._visible = false;
Symbol 1303 MovieClip Frame 17
_root.finmvt = 1;
gotoAndPlay (7);
Symbol 1304 MovieClip Frame 1
stop();
Symbol 1304 MovieClip Frame 2
if (_root.finmvt == 1) {
tellTarget (_root.animation5) {
prevFrame();
};
play();
}
Symbol 1304 MovieClip Frame 3
gotoAndPlay ("start");
Symbol 1325 MovieClip Frame 1
_root.sonsens = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.bouton6._visible = true;
_root.bouton7._visible = true;
_root.bouton8._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
_root.animation4._visible = true;
Symbol 1325 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.bouton6._visible = false;
_root.bouton7._visible = false;
_root.bouton8._visible = false;
_root.cible._visible = false;
_root.animation4._visible = false;
Symbol 1325 MovieClip Frame 9
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("soft001");
} else if (s == 1) {
son.attachSound("soft002");
} else if (s == 2) {
son.attachSound("soft003");
} else if (s == 3) {
son.attachSound("soft004");
} else if (s == 4) {
son.attachSound("soft005");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("soft001");
son.stop("soft002");
son.stop("soft003");
son.stop("soft004");
son.stop("soft005");
son.start();
}
_root.mvtgauge = -1;
Symbol 1325 MovieClip Frame 10
_root.mvtgauge = 1;
Symbol 1325 MovieClip Frame 20
_root.finmvt = 1;
gotoAndPlay (10);
Symbol 1346 MovieClip Frame 1
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.bouton6._visible = true;
_root.bouton7._visible = true;
_root.bouton8._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
Symbol 1346 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.bouton6._visible = false;
_root.bouton7._visible = false;
_root.bouton8._visible = false;
_root.cible._visible = false;
Symbol 1346 MovieClip Frame 8
_root.mvtgauge = -1;
Symbol 1346 MovieClip Frame 9
_root.mvtgauge = 1;
Symbol 1346 MovieClip Frame 19
_root.finmvt = 1;
gotoAndPlay (9);
Symbol 1355 MovieClip Frame 1
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.bouton6._visible = true;
_root.bouton7._visible = true;
_root.bouton8._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
_root.animation5._visible = true;
Symbol 1355 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.bouton6._visible = false;
_root.bouton7._visible = false;
_root.bouton8._visible = false;
_root.cible._visible = false;
_root.animation5._visible = false;
Symbol 1355 MovieClip Frame 5
_root.finmvt = 1;
stop();
Symbol 1356 MovieClip Frame 1
stop();
Symbol 1356 MovieClip Frame 2
if (_root.finmvt == 1) {
tellTarget (_root.animation6) {
prevFrame();
};
play();
}
Symbol 1356 MovieClip Frame 3
gotoAndPlay ("start");
Symbol 1375 MovieClip Frame 1
_root.sonsens = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.bouton6._visible = true;
_root.bouton7._visible = true;
_root.bouton8._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
_root.animation4._visible = true;
Symbol 1375 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.bouton6._visible = false;
_root.bouton7._visible = false;
_root.bouton8._visible = false;
_root.cible._visible = false;
_root.animation4._visible = false;
Symbol 1375 MovieClip Frame 8
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("soft001");
} else if (s == 1) {
son.attachSound("soft002");
} else if (s == 2) {
son.attachSound("soft003");
} else if (s == 3) {
son.attachSound("soft004");
} else if (s == 4) {
son.attachSound("soft005");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("soft001");
son.stop("soft002");
son.stop("soft003");
son.stop("soft004");
son.stop("soft005");
son.start();
}
_root.mvtgauge = -1;
Symbol 1375 MovieClip Frame 9
_root.mvtgauge = 1;
Symbol 1375 MovieClip Frame 19
_root.finmvt = 1;
gotoAndPlay (9);
Symbol 1376 MovieClip Frame 1
stop();
Symbol 1376 MovieClip Frame 2
if (_root.finmvt == 1) {
tellTarget (_root.animation7) {
prevFrame();
};
play();
}
Symbol 1376 MovieClip Frame 3
gotoAndPlay ("start");
Symbol 1399 MovieClip Frame 1
_root.sonsens = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.bouton6._visible = true;
_root.bouton7._visible = true;
_root.bouton8._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
_root.animation4._visible = true;
Symbol 1399 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.bouton6._visible = false;
_root.bouton7._visible = false;
_root.bouton8._visible = false;
_root.cible._visible = false;
_root.animation4._visible = false;
Symbol 1399 MovieClip Frame 14
_root.mvtgauge = -1;
Symbol 1399 MovieClip Frame 15
_root.mvtgauge = 1;
Symbol 1399 MovieClip Frame 19
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("soft001");
} else if (s == 1) {
son.attachSound("soft002");
} else if (s == 2) {
son.attachSound("soft003");
} else if (s == 3) {
son.attachSound("soft004");
} else if (s == 4) {
son.attachSound("soft005");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("soft001");
son.stop("soft002");
son.stop("soft003");
son.stop("soft004");
son.stop("soft005");
son.start();
}
Symbol 1399 MovieClip Frame 28
_root.finmvt = 1;
gotoAndPlay (20);
Symbol 1400 MovieClip Frame 1
stop();
Symbol 1400 MovieClip Frame 2
if (_root.finmvt == 1) {
tellTarget (_root.animation8) {
prevFrame();
};
play();
}
Symbol 1400 MovieClip Frame 3
gotoAndPlay ("start");
Symbol 1406 MovieClip Frame 40
stop();
_root.boutontext._visible = true;
Symbol 1409 Button
on (release, releaseOutside) {
if (_root.action > 1) {
tellTarget ("controleur4") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.action > 0) {
tellTarget ("controleur4") {
gotoAndStop ("stop");
};
tellTarget ("animation4") {
play();
};
}
if (_root.action == 1) {
gotoAndPlay (2330);
}
}
Symbol 1410 Button
on (release, releaseOutside) {
if (_root.action > 2) {
tellTarget ("controleur5") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.action > 1) {
tellTarget ("controleur5") {
gotoAndStop ("stop");
};
tellTarget ("animation5") {
play();
};
}
if (_root.action == 2) {
gotoAndPlay (2375);
}
}
Symbol 1411 Button
on (release, releaseOutside) {
if (_root.action > 3) {
tellTarget ("controleur6") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.action > 2) {
tellTarget ("controleur6") {
gotoAndStop ("stop");
};
tellTarget ("animation6") {
play();
};
}
if (_root.action == 3) {
gotoAndPlay (2384);
}
}
Symbol 1412 Button
on (release, releaseOutside) {
if (_root.action > 4) {
tellTarget ("controleur7") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.action > 3) {
tellTarget ("controleur7") {
gotoAndStop ("stop");
};
tellTarget ("animation7") {
play();
};
}
if (_root.action == 4) {
gotoAndPlay (2330);
}
}
Symbol 1413 Button
on (release, releaseOutside) {
if (_root.action == 5) {
_root.action = 6;
_root.finmvt = 0;
}
}
on (press) {
if (_root.action == 5) {
tellTarget ("animation2") {
play();
};
}
}
Symbol 1414 Button
on (release, releaseOutside) {
if (_root.action > 5) {
tellTarget ("controleur3") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.action > 5) {
tellTarget ("controleur3") {
gotoAndStop ("stop");
};
tellTarget ("animation3") {
play();
};
}
if (_root.action == 6) {
_root.action = 7;
}
}
Symbol 1415 Button
on (release, releaseOutside) {
if (_root.action == 7) {
_root.action = 8;
_root.finmvt = 0;
}
}
on (press) {
if (_root.action == 7) {
tellTarget ("animation1") {
play();
};
}
}
Symbol 1416 Button
on (release, releaseOutside) {
if (_root.action > 7) {
tellTarget ("controleur8") {
gotoAndPlay ("start");
};
}
if ((_root.action > 7) and (_root.nivgirl > 120)) {
gotoAndPlay (2422);
}
}
on (press) {
if (_root.action > 7) {
tellTarget ("controleur8") {
gotoAndStop ("stop");
};
tellTarget ("animation8") {
play();
};
}
}
Symbol 1453 MovieClip Frame 11
if (_root.action == 10) {
gotoAndPlay (12);
} else {
gotoAndPlay (1);
}
Symbol 1453 MovieClip Frame 12
Symbol 1453 MovieClip Frame 31
gotoAndPlay (21);
Symbol 1470 MovieClip Frame 1
_root.sonsens = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
Symbol 1470 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
Symbol 1470 MovieClip Frame 6
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("soft001");
} else if (s == 1) {
son.attachSound("soft002");
} else if (s == 2) {
son.attachSound("soft003");
} else if (s == 3) {
son.attachSound("soft004");
} else if (s == 4) {
son.attachSound("soft005");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("soft001");
son.stop("soft002");
son.stop("soft003");
son.stop("soft004");
son.stop("soft005");
son.start();
}
Symbol 1470 MovieClip Frame 17
_root.finmvt = 1;
gotoAndPlay (7);
Symbol 1501 MovieClip Frame 1
_root.sonsens = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
_root.animation4._visible = true;
Symbol 1501 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
_root.animation4._visible = false;
Symbol 1501 MovieClip Frame 10
_root.mvtgauge = -1;
Symbol 1501 MovieClip Frame 11
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("hot001");
} else if (s == 1) {
son.attachSound("hot002");
} else if (s == 2) {
son.attachSound("hot003");
} else if (s == 3) {
son.attachSound("hot004");
} else if (s == 4) {
son.attachSound("hot005");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("hot001");
son.stop("hot002");
son.stop("hot003");
son.stop("hot004");
son.stop("hot005");
son.start();
}
_root.mvtgauge = 1;
Symbol 1501 MovieClip Frame 22
_root.finmvt = 1;
gotoAndPlay (12);
Symbol 1548 MovieClip Frame 1
_root.sonsens = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
_root.action = 1;
Symbol 1548 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
if (_root.action == 1) {
_root.cible._visible = false;
}
Symbol 1548 MovieClip Frame 8
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("soft001");
} else if (s == 1) {
son.attachSound("soft002");
} else if (s == 2) {
son.attachSound("soft003");
} else if (s == 3) {
son.attachSound("soft004");
} else if (s == 4) {
son.attachSound("soft005");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("soft001");
son.stop("soft002");
son.stop("soft003");
son.stop("soft004");
son.stop("soft005");
son.start();
}
gotoAndPlay (29);
Symbol 1548 MovieClip Frame 9
_root.bouton2._visible = false;
_root.action = 3;
gotoAndStop (7);
Symbol 1548 MovieClip Frame 28
_root.mvtgauge = -1;
_root.bouton2._visible = true;
_root.cible._visible = true;
_root.action = 2;
Symbol 1548 MovieClip Frame 29
_root.mvtgauge = 1;
Symbol 1548 MovieClip Frame 39
_root.finmvt = 1;
gotoAndPlay (29);
Symbol 1548 MovieClip Frame 40
_root.action = 3;
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.cible._visible = false;
Symbol 1548 MovieClip Frame 73
_root.mvtgauge = 1;
Symbol 1548 MovieClip Frame 83
_root.finmvt = 1;
gotoAndPlay (73);
Symbol 1548 MovieClip Frame 87
_root.mvtgauge = -1;
Symbol 1548 MovieClip Frame 91
gotoAndStop (1);
Symbol 1553 MovieClip Frame 33
stop();
_root.boutontext._visible = true;
Symbol 1555 Button
on (press) {
if (_root.action > 0) {
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
tellTarget ("animation2") {
play();
};
gotoAndPlay (2479);
}
}
Symbol 1560 MovieClip Frame 40
stop();
_root.boutontext._visible = true;
Symbol 1563 Button
on (release, releaseOutside) {
if (_root.action > 0) {
tellTarget ("controleur4") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.action > 0) {
tellTarget ("controleur4") {
gotoAndStop ("stop");
};
tellTarget ("animation4") {
play();
};
}
}
Symbol 1564 Button
on (press) {
if (_root.action == 2) {
tellTarget ("controleur4") {
gotoAndStop ("stop");
};
tellTarget ("animation4") {
gotoAndPlay (40);
};
gotoAndPlay (2528);
}
}
Symbol 1570 Button
on (press) {
if (_root.action == 1) {
_root.action = 10;
}
}
Symbol 1571 Button
on (release, releaseOutside) {
_root.sens = 0;
if ((_root.action == 20) and (_root.nivgirl > 120)) {
tellTarget ("controleur3") {
gotoAndPlay ("start");
};
gotoAndPlay (2584);
} else if (_root.action == 20) {
_root.action = 10;
tellTarget ("controleur3") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.action == 10) {
_root.action = 20;
tellTarget ("controleur3") {
gotoAndStop ("stop");
};
}
}
Symbol 1622 MovieClip Frame 56
gotoAndPlay (46);
Symbol 1639 MovieClip Frame 8
stop();
Symbol 1647 Button
on (press) {
if (_root.action == 1) {
tellTarget ("animation3") {
stop();
};
_root.animation3._visible = false;
tellTarget ("animation1") {
play();
};
gotoAndPlay (2671);
}
}
Symbol 1652 MovieClip Frame 42
stop();
_root.boutontext._visible = true;
Symbol 1658 MovieClip Frame 41
stop();
_root.boutontext._visible = true;
Symbol 1661 MovieClip Frame 16
stop();
_root.boutontext._visible = true;
Symbol 1664 Button
on (release, releaseOutside) {
if (_root.action == 3) {
gotoAndPlay (2766);
} else {
_root.action = 1;
}
}
on (press) {
_root.sens = 0;
_root.action = 2;
}
Symbol 1709 MovieClip Frame 1
_root.sonsens = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.bouton6._visible = true;
_root.bouton7._visible = true;
_root.bouton8._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
_root.action = 1;
Symbol 1709 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.bouton6._visible = false;
_root.bouton7._visible = false;
_root.bouton8._visible = false;
if (_root.action == 1) {
_root.cible._visible = false;
}
Symbol 1709 MovieClip Frame 6
gotoAndStop (24);
Symbol 1709 MovieClip Frame 7
_root.action = 3;
_root.bouton2._visible = false;
gotoAndStop (5);
Symbol 1709 MovieClip Frame 23
_root.action = 2;
_root.bouton2._visible = true;
_root.cible._visible = true;
Symbol 1709 MovieClip Frame 24
_root.finmvt = 1;
stop();
Symbol 1709 MovieClip Frame 42
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("sonman1");
} else if (s == 1) {
son.attachSound("sonman2");
} else if (s == 2) {
son.attachSound("sonman3");
} else if (s == 3) {
son.attachSound("sonman4");
} else if (s == 4) {
son.attachSound("sonman5");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("sonman1");
son.stop("sonman2");
son.stop("sonman3");
son.stop("sonman4");
son.stop("sonman5");
son.start();
}
_root.mvtgauge = 0;
_root.nivorg = 200 - _root.nivgirl;
_root.nivorg = _root.nivorg / 16;
Symbol 1709 MovieClip Frame 52
if (_root.nivgirl < 200) {
_root.nivgirl = _root.nivgirl + _root.nivorg;
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
_root.action = _root.action + 1;
Symbol 1709 MovieClip Frame 53
if (_root.action == 16) {
gotoAndPlay (54);
} else {
gotoAndPlay (43);
}
Symbol 1709 MovieClip Frame 54
_root.sonsens = 1;
_root.nivgirl = 200;
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
Symbol 1709 MovieClip Frame 55
son = new Sound();
s = 0;
s = random(5);
if (s == 0) {
son.attachSound("sonman1");
} else if (s == 1) {
son.attachSound("sonman2");
} else if (s == 2) {
son.attachSound("sonman3");
} else if (s == 3) {
son.attachSound("sonman4");
} else if (s == 4) {
son.attachSound("sonman5");
}
if (_root.sonsens == 1) {
_root.sonsens = 0;
son.stop("sonman1");
son.stop("sonman2");
son.stop("sonman3");
son.stop("sonman4");
son.stop("sonman5");
son.start();
}
Symbol 1709 MovieClip Frame 107
_root.mvtgauge = -1;
Symbol 1709 MovieClip Frame 115
stop();
Symbol 1730 MovieClip Frame 1
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.bouton5._visible = true;
_root.bouton6._visible = true;
_root.bouton7._visible = true;
_root.bouton8._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
_root.action = 1;
Symbol 1730 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.bouton5._visible = false;
_root.bouton6._visible = false;
_root.bouton7._visible = false;
_root.bouton8._visible = false;
_root.cible._visible = false;
Symbol 1730 MovieClip Frame 7
_root.mvtgauge = -1;
Symbol 1730 MovieClip Frame 8
_root.mvtgauge = 0;
if (_root.action < 10) {
stop();
_root.finmvt = 0;
_root.action = 2;
}
Symbol 1730 MovieClip Frame 9
if (_root.action < 10) {
_root.action = 0;
}
Symbol 1730 MovieClip Frame 10
if (_root.action < 10) {
_root.action = 0;
}
Symbol 1730 MovieClip Frame 11
if (_root.nivgirl < 160) {
_root.nivgirl = _root.nivgirl + 10;
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
if (_root.action < 10) {
stop();
_root.action = 3;
}
Symbol 1735 MovieClip Frame 43
stop();
_root.boutontext._visible = true;
Symbol 1737 Button
on (release, releaseOutside) {
if (_root.nivgirl > 120) {
gotoAndPlay (2799);
_root.action = 10;
_root.finmvt = 1;
} else {
_root.action = 10;
_root.finmvt = 1;
}
}
on (press) {
if (_root.action == 1) {
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
tellTarget ("animation2") {
play();
};
}
}
Symbol 1740 Button
on (release, releaseOutside) {
if (_root.action > 0) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.action > 0) {
_root.finmvt = 0;
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
}
}
Symbol 1741 Button
on (press) {
if (_root.action == 2) {
_root.finmvt = 0;
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
gotoAndPlay (25);
};
gotoAndPlay (2821);
}
}
Symbol 1742 Button
on (press) {
gotoAndPlay (2986);
}
Symbol 1750 MovieClip Frame 32
stop();
Symbol 1762 MovieClip Frame 45
stop();
_root.boutontext._visible = true;
Symbol 1765 MovieClip Frame 14
stop();
_root.boutontext._visible = true;
Symbol 1769 Button
on (release, releaseOutside) {
gotoAndPlay (2466);
}
Symbol 1808 MovieClip Frame 38
stop();
Symbol 1813 MovieClip Frame 45
stop();
_root.boutontext._visible = true;
Symbol 1818 MovieClip Frame 31
stop();
Symbol 1823 MovieClip Frame 42
stop();
_root.boutontext._visible = true;