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 12
stopAllSounds();
_root.music = new Sound();
_root.music.attachSound("music");
_root.music.start(0, 10000000);
_root.musique = 1;
Frame 13
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 130 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 362
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Ahoroa thank you. You've really shown us the beauty of your island...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Merci Ahoroa, de nous avoir fait d\u00E9couvrir les beaut\u00E9s de ton \u00EEle.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ahoroa, danke, du hast uns wirklich die sch\u00F6nen Seiten der Insel gezeigt...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Grazie Ahoroa, per averci fatto scoprire le bellezze della tua isola.";
_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 363
Mouse.hide();
Frame 369
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I'm glad you enjoyed it. I need a shower, so I'll go back to the village now...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je suis heureuse que vous ayez appr\u00E9ci\u00E9... Je dois rentrer au village, maintenant. J'ai besoin d'une bonne douche.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Fein, dass es euch gefallen hat. Jetzt brauche ich eine Dusche, darum gehe ich jetzt ins Dorf zur\u00FCck";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Sono felice che abbiate apprezzato... Devo rientrare al villaggio, ora. Ho bisogno di una doccia.";
_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 370
Mouse.hide();
Frame 376
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hey, you can't leave like this. Your clothes got all wet on the boat. Wait till they dry. You can't go back to your village looking like that...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hey ! tu ne peux pas partir comme \u00E7a... Tes v\u00EAtements ont \u00E9t\u00E9 mouill\u00E9s sur le bateau, attends qu'ils soient secs. Tu ne vas pas rentrer au village en culotte !";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 2) {
_root.texte = "He! du kannst doch nicht so fortgehen. Deine Kleider sind auf dem Boot alle na\u00DF geworden. Warte, bis sie trocken sind. Du kannst doch nicht in diesem Aufzug zur\u00FCck ins Dorf gehen...";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 3) {
_root.texte = "Hey! Non puoi mica lasciarci cos\u00EC... I tuoi vestiti si sono tutti bagnati sulla barca, aspetta che si asciughino. Mica puoi tornare al villaggio in mutande!";
_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 377
Mouse.hide();
Frame 383
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Why are you in such a hurry ? Aren't you having fun with us?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Pourquoi es-tu si press\u00E9e de partir ? N'es-tu pas bien avec nous ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Warum hast du es so eilig? Hat es dir mit uns nicht gefallen?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Perch\u00E8 hai cos\u00EC fretta di andare? Non sei stata bene 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 384
Mouse.hide();
Frame 390
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Oh yes, I had a very plesant day... I'm... I'm glad to be here.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Oh si ! je passe de tr\u00E8s agr\u00E9ables moments avec vous... Je suis tr\u00E8s heureuse d'\u00EAtre ici...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Oh doch, der Tag war sehr sch\u00F6n... Ich... Ich bin gl\u00FCcklich mit euch...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Oh si ! Ho passato dei momenti veramente stupendi con voi... Sono molto contenta di essere qui...";
_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 391
Mouse.hide();
Frame 397
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Come on in my room. You can take a shower while your clothes dry...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Viens dans ma chambre, tu pourras prendre une douche pendant que tes v\u00EAtements s\u00E9cheront.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Komm mit in mein Zimmer. Du kannst duschen, w\u00E4hrend deine Kleider trocknen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Vieni nella mia camera, ti potrai fare una doccia mentre i tuoi vestiti si asciugano.";
_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 398
Mouse.hide();
Frame 435
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Tell me Ahoroa, what do you think of Phil? I think that he's very interested in you.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Dis-moi, Ahoroa, que penses-tu de Phil ? Je crois qu'il s'int\u00E9resse beaucoup \u00E0 toi...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Sag mir, Ahoroa, was h\u00E4ltst du von Phil? Ich meine, dass er sich sehr f\u00FCr dich interessiert...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Dimmi, Ahoroa, cosa ne pensi di Phil? Credo sia molto interessato a 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 436
Mouse.hide();
Frame 441
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "He's... He's a very tempting man... When he touches me, I feel very strong sensations....disturbing...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "C'est... c'est un gar\u00E7on... tr\u00E8s s\u00E9duisant... Lorsqu'il me touche... je ressens des choses tr\u00E8s... particuli\u00E8res...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Er ist... Er ist ein sehr verf\u00FChrerischer Mann... Wenn er mich ber\u00FChrt, f\u00FChle ich sehr starke Lust... aufregend...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "\u00E8... \u00E8 un ragazzo... molto interessante... Quando mi tocca ... Provo delle sensazioni molto... particolari...";
_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 442
Mouse.hide();
Frame 447
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I see that you are a very sensual girl... Me too... I love to caress you ...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "J'ai vu que tu \u00E9tais une fille tr\u00E8s sensuelle... Tu sais, moi aussi, J'adore te caresser.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich muss feststellen, dass du ein sehr sinnliches M\u00E4dchen bist... Das bin ich auch... Ich m\u00F6chte mit dir schmusen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ho visto che sei una ragazza molto sensuale ... Sai, anche a me piace accarezzarti.";
_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 448
Mouse.hide();
Frame 455
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hey girls not dressed yet ? Here's some champagne...We'll celebrate our new friend.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hey, les filles ! pas encore habill\u00E9es ?... Voici du champagne pour f\u00EAter notre nouvelle amie.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "He, ihr M\u00E4dchen seid noch nicht angezogen? Hier ist ein bisschen Champagner... Wir wollen unsere neue Freundin feiern.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hey ragazze! Non vi siete ancora vestite?... Ecco dello champagne per festeggiare la 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 456
Mouse.hide();
_root.action = 1;
Frame 458
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.animation2) {
stop();
};
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 265 MovieClip "commandaide" in Frame 458
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 276 MovieClip in Frame 458
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 459
prevFrame();
Frame 460
Mouse.hide();
_root.action = 1;
Frame 469
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Cheers... Here's to the prettiest mermaid in the lagoon...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Buvons \u00E0 la sant\u00E9 de la plus jolie sir\u00E8ne du lagon...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Prost... Das ist f\u00FCr die h\u00FCbscheste Nixe in der Lagune...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Beviamo alla salute della pi\u00F9 bella sirena 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 470
Mouse.hide();
_root.action = 1;
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
Frame 477
_root.action = 2;
gotoAndStop (458);
Frame 478
Mouse.hide();
_root.action = 1;
Frame 540
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You'r not drinking with us Ahoroa ?... Don't you want to celebrate our friendship ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu ne bois pas avec nous Ahoroa ?... Ne veux-tu pas trinquer \u00E0 notre amiti\u00E9 ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Trinkst du nicht mit uns, Ahoroa?... Willst du nicht auf unsere Freundschaft ansto\u00DFen?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Non bevi con noi Ahoroa?... Non vuoi brindare alla nostra amicizia?";
_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 541
Mouse.hide();
_root.action = 1;
Frame 546
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I... I have never drank... Alcohol scares me...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je... je n'ai pas l'habitude de boire... L'alcool me fait peur.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich... ich habe noch nie etwas getrunken... Alkohol tut mir nicht gut...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Io... io non bevo mai... L'alcool mi fa paura...";
_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 547
Mouse.hide();
_root.action = 1;
Frame 552
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hey, you can't refuse, it's a special occasion. Try it, its very good champagne.... From France...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hey ! c'est une occasion exceptionnelle... Tu ne peux pas refuser... Bois, c'est un tr\u00E8s bon champagne de France.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "He, du kannst dich doch nicht dr\u00FCcken, das ist ein besonderer Anlass. Koste nur, das ist ein sehr guter Champagner... aus Frankreich.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Dai! \u00C8 un'occasione eccezionale, non puoi rifiutare... Bevi, \u00E8 un ottimo champagne francese.";
_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 553
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.animation4) {
stop();
};
Instance of Symbol 265 MovieClip "commandaide" in Frame 553
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 276 MovieClip in Frame 553
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 554
prevFrame();
Frame 555
Mouse.hide();
_root.action = 1;
tellTarget ("animation4") {
play();
};
Frame 599
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "It's very good...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "C'est... tr\u00E8s bon...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Der ist aber sehr gut...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "\u00E8... veramente buono...";
_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 600
Mouse.hide();
_root.action = 1;
Frame 609
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Ahoroa tell me about your island... I would like to get to know you better...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Ahoroa, j'aimerais beaucoup que tu me parles de ton \u00EEle... J'ai tr\u00E8s envie de mieux te conna\u00EEtre...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ahoroa, erz\u00E4hle mir von deiner Insel... Ich h\u00E4tte dich gerne besser kennengelernt...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ahoroa, mi piacerebbe molto che mi parlassi della tua isola... ho voglia di conoscerti meglio.";
_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 610
Mouse.hide();
_root.action = 1;
Frame 619
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Maureen my dear, I think that we should leave Phil and Ahoroa alone to talk. Come with me, I wish to speak with you...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Maureen, ma ch\u00E9rie, je pense que nous devrions laisser Phil et Ahoroa discuter seuls... Viens avec moi, j'ai \u00E0 te parler.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Maureen, meine Liebe, ich glaube, wir sollten Phil und Ahoroa allein unterhalten lassen. Ich m\u00F6chte mit dir sprechen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Maureen, mia cara, penso che dovremmo lasciare Phil e Ahoroa discutere da soli... Vieni con me, devo parlarti.";
_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 620
Mouse.hide();
_root.action = 1;
Frame 636
gotoAndPlay (637);
Frame 637
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.animation3) {
stop();
};
tellTarget (_root.animation2) {
stop();
};
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 130 MovieClip "gaugegirl" in Frame 637
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 650
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 265 MovieClip "commandaide" in Frame 650
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 276 MovieClip in Frame 650
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 651
prevFrame();
Frame 652
Mouse.hide();
Frame 659
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "So, little bitch, I saw you with Dany this afternoon at the waterfall... and you had a good time again...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Dis-moi, petite garce, je t'ai vue cet apr\u00E8s-midi \u00E0 la cascade avec Dany. Tu t'es encore donn\u00E9 du bon temps !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "So, kleine Schlampe, ich habe dich heute nachmittags mit Dany am Wasserfall gesehen... und du hast es dir wiederum gut gehen lassen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Dimmi, puttanella, ti ho vista questo pomeriggio alla cascata con Dany. E hai di nuovo passato dei bei momenti...";
_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 660
Mouse.hide();
Frame 666
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "HiHi..Yes, you had monopolized Ahoroa with Phil, so I had to find a diversion. I saw you were watching us and getting horny....";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "hi hi ! vous aviez monopolis\u00E9 Ahoroa, avec Phil. Il fallait bien que je trouve une occupation... Je savais que \u00E7a t'avait excit\u00E9e...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hihi...Du und Phil habt ja Ahoroa mit Beschlag belegt und da musste ich eine Alternative finden. Ich habe gesehen, wie du uns beobachtet hast und dabei geil geworden bist.";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 3) {
_root.texte = "hihihi! Voi avete monopolizzato Ahoroa, con Phil. Ho dovuto trovare qualcosa da fare... Sapevo che ti avrei eccitata...";
_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 667
Mouse.hide();
Frame 673
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hmmm when I saw you grabbing his cock and slipping it in your pussy, I nearly came over to join you...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "hummm, quand je t'ai vue saisir sa queue et te l'enfiler dans la chatte, j'ai failli venir vous rejoindre...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hmmm, als ich gesehen habe, wir du seinen Schwanz gegriffen und in deine M\u00F6se geschoben hast, w\u00E4re ich fast hin\u00FCbergekokmmenn und h\u00E4tte mitgemacht.";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 3) {
_root.texte = "Hmmmm, quando ti ho vista prendere il suo cazzo e infilartelo nella figa, ho quasi pensato di unirmi a a voi.";
_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 674
Mouse.hide();
Frame 680
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You should have. I would have loved to have you suck my tits while Dany fucked me...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu aurais d\u00FB le faire. J'aurais ador\u00E9 que tu me suces les seins pendant que Dany me baisait...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Das h\u00E4ttest du machen sollen. Ich h\u00E4tte dich gerne an meinen Br\u00FCsten saugen lassen, w\u00E4hrend mich Dany gefickt hat.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Avresti dovuto farlo. Mi sarebbe piaciuto che mi succhiassi le tette mentre Dany mi scopava...";
_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 681
Mouse.hide();
Frame 687
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Phil needed a little help with Ahoroa so I couldn't leave... But now I'm free to take care of you...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Phil avait besoin d'un peu d'aide avec Ahoroa, je ne pouvais pas l'abandonner... Mais tu ne perds rien pour attendre...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Phil hat bei Ahoroa etwas Unterst\u00FCtzung gebraucht, deshalb konnte ich nicht weg... Aber jetzt habe ich Zeit, mich um dich zu k\u00FCmmern.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Phil aveva bisogno di un piccolo aiuto con Ahoroa, non potevo abbandonarlo... Ma ora sono libera di prendermi cura 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 688
Mouse.hide();
_root.action = 1;
Frame 691
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.animation5) {
stop();
};
tellTarget (_root.animation4) {
stop();
};
tellTarget (_root.animation3) {
stop();
};
tellTarget (_root.animation2) {
stop();
};
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 265 MovieClip "commandaide" in Frame 691
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;
}
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;
}
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.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.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 = true;
_root.aide4._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 = true;
_root.aidespecial._visible = false;
_root.fleche._visible = false;
}
if ((_root.aidepossible == 1) and (_root.action == 7)) {
_root.aide1._visible = false;
_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 276 MovieClip in Frame 691
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 692
prevFrame();
Frame 693
Mouse.hide();
Frame 796
gotoAndPlay (797);
Frame 797
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.mvtpossible = 0;
_root.mvtgauge = -1;
tellTarget (_root.animation2) {
stop();
};
_root.face._visible = false;
Instance of Symbol 130 MovieClip "gaugegirl" in Frame 797
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 806
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I might not have a cock like Dany, but I know you can't resist two fingers in your pussy...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu vois, je n'ai pas une jolie queue comme Dany, mais moi, je sais que tu es incapable de r\u00E9sister \u00E0 deux doigts dans ta chatte.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich mag zwar nicht einen Schwanz wie Dany haben, aber ich wei\u00DF, dass du zwei Fingern in deiner M\u00F6se nicht widerstehen kannst.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Vedi, non ho un bel cazzo come Dany, ma so benissimo che non sai resistere a due dita in figa...";
_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 807
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 265 MovieClip "commandaide" in Frame 807
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 276 MovieClip in Frame 807
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 126 MovieClip in Frame 807
onClipEvent (mouseMove) {
if (((_root.action == 2) and (_root.sens == 1)) and (_root.mvtpossible == 1)) {
_root.finmvt = 0;
tellTarget (_root.animation2) {
play();
};
}
if (((_root.action == 2) and (_root.sens == 4)) and (_root.mvtpossible == 1)) {
_root.finmvt = 0;
tellTarget (_root.animation2) {
play();
};
}
if (((_root.action == 2) and (_root.sens == 7)) and (_root.mvtpossible == 1)) {
_root.finmvt = 0;
tellTarget (_root.animation2) {
play();
};
}
if (((_root.action == 3) and (_root.sens == 3)) and (_root.mvtpossible == 1)) {
_root.finmvt = 1;
}
if (((_root.action == 3) and (_root.sens == 6)) and (_root.mvtpossible == 1)) {
_root.finmvt = 1;
}
if (((_root.action == 3) and (_root.sens == 9)) and (_root.mvtpossible == 1)) {
_root.finmvt = 1;
}
}
Frame 808
prevFrame();
Frame 809
son = new Sound();
son.attachSound("orgasm");
son.start();
Mouse.hide();
_root.nivgirl = 200;
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
Frame 913
_root.mvtgauge = -1;
Frame 937
gotoAndPlay (938);
Frame 938
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.animation1) {
stop();
};
Instance of Symbol 130 MovieClip "gaugegirl" in Frame 938
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 948
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Is everything ok Princess ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tout va bien, princesse ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ist alles in Ordnung, Prinzessin???";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Tutto bene principessa ?";
_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 949
Mouse.hide();
_root.action = 1;
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Frame 955
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I... I think that I had drank too much champagne... my head is spinning... but I'm ok.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je... je crois que j'ai bu trop de champagne... Ma... t\u00EAte tourne tr\u00E8s fort... Mais \u00E7a va... je suis bien...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich... ich hatte vielleicht etwas zuviel Champagner... in meinem Kopf dreht sich alles... aber sonst geht es mir gut...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Io... io credo di aver bevuto troppo champagne... mi gira la testa... ma sto 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 956
Mouse.hide();
Frame 962
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Me too. When I'm with you, I'm ok. You're the prettiest mermaid I've met on this Island...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Moi aussi, je suis bien avec toi, Ahoroa... Tu es la plus jolie sir\u00E8ne que j'ai rencontr\u00E9e sur cette \u00EEle.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Mir geht es \u00E4hnlich, aber wenn ich bei dir bin, f\u00FChle ich mich gut. Du bist die h\u00FCbscheste Meerjungfrau auf der Insel...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Anche io. Sto bene quando sono con te, Ahoroa... Sei la pi\u00F9 bella sirena che abbia incontrato su questa isola.";
_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 963
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 265 MovieClip "commandaide" in Frame 963
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 276 MovieClip in Frame 963
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 964
prevFrame();
Frame 965
Mouse.hide();
Frame 997
gotoAndPlay (998);
Frame 998
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 130 MovieClip "gaugegirl" in Frame 998
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 1003
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Sorry for the delay getting here, I had something important to do before joining you...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "D\u00E9sol\u00E9 pour mon retard, j'avais une chose importante \u00E0 faire avant de vous rejoindre.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Tut mir leid, dass ich so sp\u00E4t komme. Aber ich hatte vorher noch einige wichtige Dinge zu erledigen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Scusate il ritardo, avevo una cosa importante da fare prima di raggiungervi...";
_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 1004
Mouse.hide();
_root.action = 1;
Frame 1006
tellTarget (_root.animation1) {
stop();
};
Frame 1009
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I stopped by the bar, and had them fix a \u201CMa\u00EF\u2013Ta\u00EF\u201D for Ahoroa. We've got to keep up traditions...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je suis pass\u00E9 au bar faire pr\u00E9parer un ''Ma\u00EF-ta\u00EF'' pour Ahoroa. Nous devons respecter les traditions...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich war kurz bei der Bar und habe f\u00FCr Ahoroa einen ''Mai-Tai'' bestellt. Wir m\u00FCssen ja die Traditionen hochhalten...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Sono passato dal bar per farmi preparare un ''Ma\u00EF-ta\u00EF'' per Ahoroa. Dobbiamo rispettare le tradizioni...";
_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 1010
Mouse.hide();
_root.action = 1;
Frame 1015
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "''Ma\u00EF-ta\u00EF'' ??... What is a ''Ma\u00EF-ta\u00EF'' ???";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "''Ma\u00EF-ta\u00EF'' ?... C'est quoi Ma\u00EF-ta\u00EF ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "''Mai-Tai''?...Was ist ein Mai-Tai ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "''Ma\u00EF-ta\u00EF'' ?... cos'\u00E8 un Ma\u00EF-ta\u00EF?";
_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 1016
Mouse.hide();
_root.action = 1;
Frame 1018
tellTarget (_root.animation1) {
stop();
};
Frame 1021
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "It's a welcome drink, a speciality of the hotel. Rum, Orange Liquor and brandy, also a little syrup for the taste.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "C'est un cocktail de bienvenue, une sp\u00E9cialit\u00E9 de l'h\u00F4tel... Rhum, cointreau et cognac, plus un peu de sirop d'orgeat pour le go\u00FBt...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Das ist ein Begr\u00FC\u00DFungsdrink, eine Spezialit\u00E4t des Hotels. Rum, Orangenlik\u00F6r und Weinbrand, Koste ihn, es zahlt sich aus...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "\u00E8 un cocktail di benvenuto, una specialit\u00E0 dell'hotel... Rhum, cointreau e cognac, con un po' di orzata per il gusto...";
_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 1022
Mouse.hide();
_root.action = 1;
Frame 1027
Mouse.show();
stop();
_root.boutontext._visible = false;
tellTarget (_root.animation1) {
play();
};
if (_root.langue == 0) {
_root.texte = "Then a little fruit juice added for softness... It's very good, and very effective...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Et un peu de jus de fruits pour la douceur... A ajouter au dernier moment... C'est excellent et... tr\u00E8s efficace...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Noch etwas Fruchtsaft um ihn sanfter zu machen... Sehr gut und sehr wirksam...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "E un po' di succo di frutta per la dolcezza... Da aggiungere all'ultimo momento... \u00E8 molto buono... e molto efficace...";
_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 1028
Mouse.hide();
_root.action = 1;
Frame 1033
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "A ''Ma\u00EF\u2013Ta\u00EF'', darling, is the drink of the lagoon. It will give you a magic night.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Le Ma\u00EF-ta\u00EF, ma ch\u00E9rie, c'est la boisson du lagon qui va te faire passer une nuit magique...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ein ''Mai-Tai'', Liebste ist DAS Getr\u00E4nk der Lagune. Er verschafft dir eine magische Nacht.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Il Ma\u00EF-ta\u00EF, mia cara, \u00E8 la bevanda della laguna che ti fa passare una notte magica...";
_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();
_root.action = 1;
Frame 1036
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.animation2) {
stop();
};
Instance of Symbol 265 MovieClip "commandaide" in Frame 1036
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 276 MovieClip in Frame 1036
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 1037
prevFrame();
Frame 1038
Mouse.hide();
tellTarget ("animation2") {
play();
};
Frame 1152
gotoAndPlay (1153);
Frame 1153
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 130 MovieClip "gaugegirl" in Frame 1153
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 1160
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Wow! Champagne and Ma\u00EF\u2013Ta\u00EF's.. The boys are going all out to get the better of our mermaid. I don't think she'll resist....";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Waouuu ! Champagne et Ma\u00EF-ta\u00EF, les gar\u00E7ons ont mis le paquet pour venir \u00E0 bout de notre sir\u00E8ne... Je pense qu'elle ne va pas r\u00E9sister.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Wusch! Champagner und Mai-Tai...Die Burschen tun alles, um unsere Nixe herumzukriegen. Ich glaube, sie ist bald f\u00E4llig...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Wow! Champagne e Ma\u00EF-ta\u00EF, i ragazzi hanno tirato fuori il meglio per la nostra sirena ... Credo che non resister\u00E0.";
_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 1161
Mouse.hide();
Frame 1166
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Don't feel sorry for her. The liquor will help her to forget her shyness and discover the real pleasures of sex...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Ne t'inqui\u00E8te pas pour elle, L'alcool va aider Ahoroa \u00E0 oublier sa timidit\u00E9 et \u00E0 d\u00E9couvrir les v\u00E9ritables plaisirs du sexe...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Sie sollte dir nicht leid tun. Der Lik\u00F6r hilft ihr \u00FCber den Witderstand hinweg und dann begreift sie, wieviel Spa\u00DF Sex macht...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Non ti preoccupare per lei, l'alcool aiuter\u00E0 Ahoroa a dimenticare la sua timidezza e a scoprire i veri piaceri del sesso...";
_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 1172
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hihi... And just who will make me find out how much fun sex is ???";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hihi... Et moi, qui me fera d\u00E9couvrir les ''v\u00E9ritables plaisirs du sexe''?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hihi....Und wer zeigt jetzt mir, wieviel Spa\u00DF Sex macht?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hihihi... E a me chi far\u00E0 scoprire i ''veri piaceri del sesso''???";
_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 1173
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;
Instance of Symbol 265 MovieClip "commandaide" in Frame 1173
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;
}
if ((_root.aidepossible == 1) and (_root.condition1 == 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 276 MovieClip in Frame 1173
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 126 MovieClip in Frame 1173
onClipEvent (mouseMove) {
if ((_root.action == 2) and (_root.sens == 1)) {
tellTarget (_root.animation1) {
gotoAndPlay (8);
};
}
if ((_root.action == 2) and (_root.sens == 2)) {
tellTarget (_root.animation1) {
gotoAndPlay (8);
};
}
if ((_root.action == 2) and (_root.sens == 3)) {
tellTarget (_root.animation1) {
gotoAndPlay (8);
};
}
if ((_root.action == 3) and (_root.sens == 8)) {
tellTarget (_root.animation1) {
gotoAndPlay (14);
};
}
if ((_root.action == 3) and (_root.sens == 9)) {
tellTarget (_root.animation1) {
gotoAndPlay (14);
};
}
}
Frame 1174
prevFrame();
Frame 1175
Mouse.hide();
Frame 1213
Mouse.hide();
Frame 1222
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Aue ! My head is as heavy as a coconut ! HiHi.. I think I drank too much, but I am so happy here with you...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Aue ! Ma t\u00EAte est lourde comme une noix de coco ! Hihi ! je crois que j'ai beaucoup trop bu ! Je suis si bien ici, avec vous...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Au! Mein Kopf f\u00FChlt sich schwer an, wie eine Kokosnu\u00DF! Hihi, ich habe zuviel getrunken, aber ich bin so gl\u00FCcklich mit euch...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Aia! La mia testa \u00E8 pesante come una noce di cocco! Hihihi! Credo di aver bevuto troppo! Ma sto cos\u00EC bene qui con voi...";
_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 1223
Mouse.hide();
Frame 1225
gotoAndPlay (1226);
Frame 1226
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.aide5._visible = false;
_root.aide6._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.animation6) {
stop();
};
tellTarget (_root.animation5) {
stop();
};
tellTarget (_root.animation4) {
stop();
};
tellTarget (_root.animation3) {
stop();
};
tellTarget (_root.animation2) {
stop();
};
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 265 MovieClip "commandaide" in Frame 1226
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 = true;
_root.aide4._visible = true;
_root.aide5._visible = true;
_root.aide6._visible = true;
_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.aide5._visible = false;
_root.aide6._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.aidespecial._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 276 MovieClip in Frame 1226
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 130 MovieClip "gaugegirl" in Frame 1226
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 1227
prevFrame();
Frame 1228
Mouse.hide();
Frame 1270
gotoAndPlay (1271);
Frame 1271
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;
_root.mvtgauge = -1;
Instance of Symbol 130 MovieClip "gaugegirl" in Frame 1271
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 1278
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Ahoroa darling how are you feeling.... are you ok ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Ahoroa, ma ch\u00E9rie, comment te sens-tu ? Tout va bien ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ahoroa, Liebes, wie geht es dir... Geht es dir gut ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ahoroa, mia cara, come ti senti? Va tutto 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 1279
Mouse.hide();
Frame 1284
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hmmmm Rebecca I am very well...What I'm doing isn't good and I know it... But I am so Oho, so aroused...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hmmm Rebecca ! je suis si bien !... Ce que je fais n'est pas bien, je le sais... mais je suis si excit\u00E9e !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hmmm Rebecca, mir geht es sehr gut... Mir ist bewusst, dass das, was ich mache, falsch ist... Aber ich bin so dr\u00FCber, so aufgekratzt...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hmmm Rebecca... Sto molto bene... Quello che sto facendo non va per niente bene, lo so... Ma mi sento cos\u00EC Oho, cos\u00EC eccitata...";
_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 1285
Mouse.hide();
Frame 1290
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Why are you saying this isn't good... Don't you like my caresses, or Phil's caresses ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Pourquoi dis-tu que ce n'est pas bien ? Tu n'aimes pas mes caresses ? Tu n'aimes pas les caresses de Phil ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Warum sagst du, dass es falsch ist... Magst du nicht, dass ich oder Phil dich streicheln ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Perch\u00E8 dici che non va bene? Non ti piacciono le mie carezze? O quelle di 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 1291
Mouse.hide();
Frame 1296
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Oh yes !! It's all very pleasant... But it's not good... there is Hiro...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Oh si !!! C'est tellement bon !... Mais ce n'est pas bien... pour Hiro...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Doch!! Das ist alles sehr angenehm... Aber es ist falsch... da gibt es noch Hiro...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Oh si !!! Mi piacciono dannatamente !... Ma non va bene... per 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 1297
Mouse.hide();
Frame 1302
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hiro's never said he loves you, has he ? Phil here is in love with you...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hiro ne t'as jamais dit qu'il t'aimait... Phil t'aime, lui.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hiro hat dir noch nie gesagt, dass er dich liebt. Aber Phil hier liebt dich wirklich...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hiro non ti ha mai detto che ti ama... Invece Phil si. Lui ti ha detto che ti ama.";
_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 1303
Mouse.hide();
Frame 1310
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Aren't you Phil ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "N'est-ce pas, Phil ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Stimmt's. Phil ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Non \u00E8 vero 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 1311
Mouse.hide();
Frame 1316
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Err... ye... yes of course... Ahoroa, I love you..... I love you very much...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Euh... oui... oui, bien s\u00FBr... Ahoroa, je t'aime... Je t'aime... \u00E9norm\u00E9ment...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Err... ja... nar\u00FCrlich... Ich liebe dich, Ahoroa... sehr sogar...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ehm... si... si, certamente... Ahoroa, io ti amo... Ti amo... 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 1317
Mouse.hide();
Frame 1324
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You see... I think you meeting Phil is a sign... I think that this evening he will be the one to make love to you";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu vois... Je pense que ta rencontre avec Phil est un signe... Je pense que Phil est l'homme qui, ce soir, va te faire l'amour pour la premi\u00E8re fois...";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 2) {
_root.texte = "Siehst du... ich glaube, dass du Phil getroffen hast, ist ein Zeichen. Wahrscheinlich ist er heute Abend der einzige, der dich begl\u00FCcken kann.";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 3) {
_root.texte = "Vedi... Penso che il tuo incontro con Phil sia un segno... Credo che Phil sia l'uomo che, questa sera, ti far\u00E0 fare l'amore per la prima volta...";
_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 1325
Mouse.hide();
Frame 1330
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Make love??... Oh my I... I can't... I'm afraid... I can't do it...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Faire... faire l'amour !... Oh mon Dieu, je... je ne peux pas... j'ai peur, je ne peux pas faire \u00E7a...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Begl\u00FCcken??... Ach Gott... Das kann ich nicht... ich habe Angst... das mache ich nicht...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Fare... fare l'amore!... Oh mio dio, io... Io penso che... Ho paura, non penso che possa farlo...";
_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 1331
Mouse.hide();
Frame 1336
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Your whole body says you want it. Ahoroa, do you want Phil to make love to you ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tout ton corps me dit que tu en as tr\u00E8s envie... Ahoroa, veux-tu que Phil te fasse l'amour ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Dein ganzer K\u00F6rper sagt, dass du es willst, Ahoroa. Wilst du, dass Phil dich fickt ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Tutto il tuo corpo mi dice che lo vuoi... Ahoroa, vuoi che Phil faccia l'amore con 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 1337
Mouse.hide();
_root.action = 1;
_root.condition1 = 0;
Frame 1370
if (_root.langue == 0) {
_root.texte = "... Yes... Oh Yes !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "... Oui ...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "...Ja...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "... Si ...";
_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 1411
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.mvtpossible = 0;
tellTarget (_root.animation2) {
stop();
};
Instance of Symbol 265 MovieClip "commandaide" in Frame 1411
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 276 MovieClip in Frame 1411
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 126 MovieClip in Frame 1411
onClipEvent (mouseMove) {
if ((_root.mvtpossible == 1) and (_root.sens == 1)) {
tellTarget (_root.animation2) {
play();
};
}
if ((_root.mvtpossible == 1) and (_root.sens == 4)) {
tellTarget (_root.animation2) {
play();
};
}
if ((_root.mvtpossible == 1) and (_root.sens == 7)) {
tellTarget (_root.animation2) {
play();
};
}
}
Frame 1412
prevFrame();
Frame 1413
Mouse.hide();
if (_root.action > 14) {
gotoAndPlay (1415);
}
Frame 1414
gotoAndPlay (1413);
Frame 1427
_root.mvtgauge = -1;
Frame 1457
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 1458
prevFrame();
Frame 1459
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 130 MovieClip "gaugegirl" in Frame 1459
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 1468
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Excuse me Dany, but I've had enough alcohol for this evening. I'd rather have a little fruit juice to clink glasses with you...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Excuse-moi, Dany, mais j'ai assez bu d'alcool pour ce soir. Je pr\u00E9f\u00E8re un verre de ce jus de fruits pour trinquer avec toi.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Entschuldige, Dany, aber f\u00FCr heute Abend hatte ich schon genug Alkohol. Ich h\u00E4tte lieber etwas Fruchtsaft zum Ansto\u00DFen mit euch.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Scusami Dany, ma ho ho avuto abbastanza alcool per stasera. Preferico un bicchiere di questo succo di frutta per brindare con voi.";
_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 1469
Mouse.hide();
Frame 1475
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "As you wish Princess.. but I'm really disappointed... I had this prepared especially for you...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Comme tu veux, princesse... Mais je suis tr\u00E8s d\u00E9\u00E7u, j'avais fait pr\u00E9parer ce ma\u00EF-ta\u00EF sp\u00E9cialement pour toi.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Wie du willst, Prinzessin. Aber etwas entt\u00E4uscht bin ich doch! Den Mai-Tai habe ich extra f\u00FCr dich bestellt.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Come preferisci, principessa... Ma sono molto deluso, ho fatto preparare questo ma\u00EF-ta\u00EF esclusivamente per 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 1476
Mouse.hide();
Frame 1478
tellTarget (_root.animation1) {
stop();
};
Frame 1482
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Yeah... very disappointed... Perhaps you don't appreciate your new friends, Ahoroa.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Oui, vraiment tr\u00E8s d\u00E9\u00E7u... Peut-\u00EAtre que tu n'appr\u00E9cies pas tes nouveaux amis, Ahoroa...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ja... sehr entt\u00E4uscht... Vielleicht magst du deine neuen Freunde nicht, Ahoroa?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "So, veramente molto deluso... Forse non apprezzi i tuoi nuovi amici 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 1483
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;
Instance of Symbol 265 MovieClip "commandaide" in Frame 1483
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 276 MovieClip in Frame 1483
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 1484
prevFrame();
Frame 1485
Mouse.hide();
Frame 1496
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You're mistaken Dany, Ahoroa loves to feel a friend's presence... between her thighs...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu te trompes, Dany. Ahoroa adore sentir une pr\u00E9sence amicale...... entre ses cuisses...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Falsch, Dany. Ahoroa mag es, ihre Freunde zu sp\u00FCren... zwischen ihren Schenkeln...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ti sbagli, Dany. Ahoroa adora sentire una presenza amica... tra le sue cosce...";
_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 1497
Mouse.hide();
Frame 1499
tellTarget ("animation1") {
play();
};
Frame 1507
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Please Phil, I think we should stop this...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "S'il te plait, Phil, je crois qu'il vaut mieux arr\u00EAter \u00E7a...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Phil bitte, wir sollten damit aufh\u00F6ren...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Per favore Phil, credo che sarebbe meglio fermarsi...";
_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 1508
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;
Instance of Symbol 265 MovieClip "commandaide" in Frame 1508
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 276 MovieClip in Frame 1508
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 1509
prevFrame();
Frame 1510
Mouse.hide();
Frame 1530
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Why? You know you like it... Come on, pretty mermaid, show me how much you appreciate me...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Pourquoi? tu sais que tu adores \u00E7a. Allez, jolie sir\u00E8ne, montre \u00E0 ton ami Dany \u00E0 quel point tu l'appr\u00E9cies.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Warum? Du willst es doch... Los, kleine Nixe, zeig mir, wie sehr du mich magst...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "perch\u00E8? Sai che ti piace... Andimo, bella sirena, mostra al tuo amico Dany fino a che punto lo apprezzi...";
_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 1531
Mouse.hide();
Frame 1533
tellTarget ("animation1") {
play();
};
Frame 1544
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Please stop Phil, this isn't what I want !!!!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "S'il te plait, arr\u00EAtons, Phil, ce n'est pas ce que je veux !!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "H\u00F6r auf, Phil, bitte. das m\u00F6chte ich nicht!!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Per favore fermati Phil, non \u00E8 questo che voglio...";
_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 1545
Mouse.hide();
Frame 1549
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Maybe not, Kairau, but it's what I want...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Peut-\u00EAtre, kairau, mais c'est ce que je veux moi.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Vielleicht nicht, Kairau, ich aber schon!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Pu\u00F2 essere, kairau, ma \u00E8 quello che voglio 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 1550
Mouse.hide();
Frame 1552
tellTarget (_root.animation2) {
stop();
};
Frame 1555
tellTarget (_root.animation2) {
play();
};
Frame 1572
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "You call me a ''Kairau'' !!!!!, a slut... a whore !!!!! ... HOW DARE YOU ?!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Tu m'as appel\u00E9e ''kairau'' !!!!! Une salope... une pute !!!!! ... COMMENT OSES-TU ?!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Du nennst mich eine ''Kairau'' !!!!...eine Hure...! WAS F\u00C4LLT DIR EIN??";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Mi hai chiamata '' kairau'' !!!!! una troia... una puttana!!!!.. COME OSI?!?!?!";
_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 1573
Mouse.hide();
Frame 1582
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Ahoroa don't leave. We're your friends...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Ahoroa, ne pars pas... nous sommes tes amis.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ahoroa, bleib doch. Wir sind doch deine Freunde...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ahoroa non andartene... siamo tuoi amici.";
_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 1587
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I'm not a Kairau, and you're not my friends. My real friends are in the village... and that's where I'm going...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je ne suis la kairau de personne ! ... et vous n'\u00EAtes pas mes amis. Mes vrais amis sont dans mon village et je retourne aupr\u00E8s d'eux...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich bin doch keine Kairau und Ihr seid nicht meine Freunde. Meine wirklichen Freunde sind im Dorf... und dorthin gehe ich jetzt...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Io non sono una kairau!... e voi non siete miei amici. I miei veri amici sono nel mio villaggio e io torno da loro.";
_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 1588
Mouse.hide();
Frame 1612
_root.music.setVolume(90);
Frame 1614
_root.music.setVolume(80);
Frame 1616
_root.music.setVolume(70);
Frame 1618
_root.music.setVolume(60);
Frame 1620
_root.music.setVolume(50);
Frame 1622
_root.music.setVolume(40);
Frame 1624
_root.music.setVolume(30);
Frame 1626
_root.music.setVolume(20);
Frame 1628
_root.music.setVolume(10);
Frame 1630
_root.music.setVolume(0);
Frame 1634
gotoAndPlay (1635);
Frame 1635
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();
Mouse.hide();
Instance of Symbol 130 MovieClip "gaugegirl" in Frame 1635
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 1646
stopAllSounds();
_root.music = new Sound();
_root.music.attachSound("music100");
_root.music.setVolume(100);
if (_root.musique == 1) {
_root.musicoff._visible = false;
_root.music.start(0, 10000000);
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
stopAllSounds();
}
Frame 1647
if (_root.musique == 1) {
_root.musicoff._visible = false;
} else if (_root.musique == 0) {
_root.musicoff._visible = true;
}
Frame 1823
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hiro isn't here...I'm glad....";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hiro n'est pas ici... je pr\u00E9f\u00E8re \u00E7a...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hiro ist nich hier... Gl\u00FCck gehabt!...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hiro non \u00E8 qui... meglio cos\u00EC...";
_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 1824
Mouse.hide();
Frame 1831
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I'm so ashamed I don 't think I could face him...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "J'ai tellement honte. Je ne pourrai plus jamais le regarder en face...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich sch\u00E4me mich so. Ich k\u00F6nnte ihm nicht in die Augen schauen...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "mi vergogno cos\u00EC tanto che non credo potr\u00F2 mai pi\u00F9 guardarlo in faccia...";
_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 1832
Mouse.hide();
Frame 1834
tellTarget (_root.animation1) {
stop();
};
Frame 1839
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "A swim might make me feel better....";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Peut-\u00EAtre qu'un bain m'aiderait \u00E0 me sentir mieux...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ein bisschen Schwimmen w\u00FCrde mir guttun...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Un bagno potrebbe aiutarmi a sentirmi meglio...";
_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 1840
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.sens = 0;
Instance of Symbol 265 MovieClip "commandaide" in Frame 1840
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 276 MovieClip in Frame 1840
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 126 MovieClip in Frame 1840
onClipEvent (mouseMove) {
if (((_root.action == 2) and (_root.sens > 0)) and (_root.sens < 4)) {
tellTarget (_root.animation1) {
play();
};
}
if (_root.action == 10) {
gotoAndPlay (1795);
}
}
Frame 1841
prevFrame();
Frame 1842
Mouse.hide();
Frame 1865
gotoAndPlay (1866);
Frame 1866
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 = 1;
tellTarget (_root.animation2) {
stop();
};
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 265 MovieClip "commandaide" in Frame 1866
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 276 MovieClip in Frame 1866
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 130 MovieClip "gaugegirl" in Frame 1866
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 1867
prevFrame();
Frame 1868
Mouse.hide();
Frame 1890
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I never knew a man's touch could feel so good... But he was the wrong man !!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je n'aurais jamais imagin\u00E9 que la caresse d'un homme puisse \u00EAtre aussi douce... Mais cet homme n'\u00E9tait pas le bon...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich hatte nie gewu\u00DFt, wie gut die Ber\u00FChrungen eines Mannes sein k\u00F6nnen... Aber das war der Falsche!!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Non avrei mai immaginato che il tocco di un uomo potesse essere cos\u00EC dolce... Ma questo uomo non era quello giusto...";
_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 1891
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.animation1) {
stop();
};
Instance of Symbol 265 MovieClip "commandaide" in Frame 1891
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;
}
if ((_root.aidepossible == 1) and (_root.condition1 == 1)) {
_root.aide1._visible = false;
_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 276 MovieClip in Frame 1891
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 1892
prevFrame();
Frame 1893
Mouse.hide();
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Frame 1925
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();
};
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 265 MovieClip "commandaide" in Frame 1925
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 276 MovieClip in Frame 1925
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 1926
prevFrame();
Frame 1927
Mouse.hide();
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Frame 1955
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I wonder what it would be like having a man inside me ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je me demande si \u00E7a ressemble \u00E0 la sensation que je pourrais avoir avec un homme en moi.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich m\u00F6chte wissen, wie es ist, einen Mann in dich eindringen zu sp\u00FCren?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Mi domando che sensazione proverei ad avere un uomo dentro di 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 1956
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.animation3) {
stop();
};
Instance of Symbol 265 MovieClip "commandaide" in Frame 1956
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 276 MovieClip in Frame 1956
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 1957
prevFrame();
Frame 1958
Mouse.hide();
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Frame 1970
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "My girl friends say the first time hurts.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Mes amies disent que \u00E7a fait mal, la premi\u00E8re fois...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Meine Freundinnen sagen, dass es beim ersten Mal weh tut.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Le mie amiche dicono che fa male, la prima volta...";
_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 1971
Mouse.hide();
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Frame 1976
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "HiHi, but not so much they wanted to stop...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hihi, mais pas assez pour avoir envie d'arr\u00EAter...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hihi, aber nicht so arg, dass man aufh\u00F6ren will...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hihihi, ma non abbastanza da che vogliano fermarsi...";
_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 1977
Mouse.hide();
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Frame 1985
gotoAndPlay (1986);
Frame 1986
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 = 1;
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 265 MovieClip "commandaide" in Frame 1986
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 276 MovieClip in Frame 1986
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 130 MovieClip "gaugegirl" in Frame 1986
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 1987
prevFrame();
Frame 1988
Mouse.hide();
Frame 2045
tellTarget (_root.animation1) {
stop();
};
Frame 2151
if (_root.langue == 0) {
_root.texte = "The buoy... Hiro and I used to spend hours playing here and diving off of this...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "La bou\u00E9e... Hiro et moi sommes souvent venus nager et jouer ici...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Da ist die Boje... Hiro und ich haben viel Zeit damit verbracht, hier zu spielen und darunter durchzutauchen.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "La boa... Hiro e io venivamo spesso a nuotare e giocare fin qui...";
_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 2289
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hey ! Someone is already here... OH MY GOD !!!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hey ! quelqu'un est d\u00E9j\u00E0 ici... OH MON DIEU !!!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "He! Da ist jemand... Oh mein Gott!!!!";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hey! C'\u00E8 qualcuno... OH MIO DIO!!!";
_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 2290
Mouse.hide();
Frame 2297
gotoAndPlay (2298);
Frame 2298
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 130 MovieClip "gaugegirl" in Frame 2298
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 2307
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Good evening Ahoroa. You've swam far enough...Now it's time to go back ashore to your lover...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Bonsoir, Ahoroa. Tu as assez nag\u00E9... Maintenant il est temps de retourner \u00E0 terre et de retrouver celui qui t'aime...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Guten Abend Ahoroa. Du bist schon ziemlich weit hinausgeschwommen... Aber jetzt ist es Zeit, zur\u00FCck zum Ufer zu schwimmen, zu deinem Geliebten...";
_root.bul01._visible = false;
_root.bul02._visible = true;
} else if (_root.langue == 3) {
_root.texte = "Buonasera Ahoroa. Hai nuotato abbastanza... Adesso \u00E8 ora che tu torni a terra e ritrovi colui che ti ama...";
_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 2308
Mouse.hide();
Frame 2313
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Who... Who are you ??";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Qui... Qui \u00EAtes vous ??";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Wer...wer bist du ??";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Chi... chi sei tu ?";
_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 2314
Mouse.hide();
Frame 2319
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "I'm the one that always protected you when you swam with the sharks in the lagoon...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Je suis celle qui te prot\u00E8ge lorsque tu nages avec les requins dans le lagon...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Ich bin die, die dich immer besch\u00FCtzt hat, als du mitten unter den Haien der Lagune geschwommen b\u00EDst.";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Io sono quella che ti proteggeva mentre nuotavi con gli scuoli nella 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 2320
Mouse.hide();
Frame 2325
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Are...Are you real ???";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Etes... Etes-vous r\u00E9elle ???";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Bist du.....echt ???";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Sei... sei reale ???";
_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 2326
Mouse.hide();
Frame 2331
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Does is really matter child ? It's time for you to become a woman...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Est-ce vraiment important ? Il est temps pour toi de devenir une femme...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Kind, ist das wirklich wichtig ? Jetzt ist es an der Zeit, dass du zur Frau wirst...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "\u00E8 veramente importante saperlo, bambina? Ora per te \u00E8 tempo di diventare una 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 2332
Mouse.hide();
Frame 2340
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Come, I will swim part way with you...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Allez, je t'accompagne un petit peu...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Komm, ich schwimme ein St\u00FCck mit dir mit...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Andiamo, ti accompagno per un pezzo...";
_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 2341
Mouse.hide();
Frame 2443
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Will I ever see you again ?...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Nous reverrons-nous un jour ?...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Werde ich dich je wiedersehen ?...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ti vedr\u00F2 mai pi\u00F9 ?";
_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 2444
Mouse.hide();
Frame 2456
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "How very beautiful you are... Are you a nymph coming from the sea?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Comme tu es belle !... Es-tu une nymphe venue des profondeurs ?...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Wie sch\u00F6n du doch bist... Bist du eine Nymphe aus dem Meer?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Come sei bella!... Sei una ninfa venuta dalle profondit\u00E0 del mare?";
_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 2457
Mouse.hide();
Frame 2462
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "No... No but I am your whai\u00E3ipo, your lover if you want me to be...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Non... Non mais je suis ta whai\u00E3ipo, celle qui t'aime, si tu le veux...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Nein... Aber ich bin deine whai\u00E3ipo, deine Geliebte, wenn du es willst...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "No... No ma sono la tua whai\u00E3ipo, il tuo amore, se tu vuoi che lo sia...";
_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 2463
Mouse.hide();
Frame 2532
gotoAndPlay (2533);
Frame 2533
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.animation1) {
stop();
};
Instance of Symbol 130 MovieClip "gaugegirl" in Frame 2533
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 2542
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "There is nothing in this world I want more... Will you be my wahine ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Il n'y a rien au monde que je d\u00E9sire plus... Seras-tu ma vahin\u00E9 ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Es gibt nichts auf dieser Welt, was ich lieber h\u00E4tte... Willst du meine wahine sein?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Non c'\u00E8 nulla al mondo che io voglia di pi\u00F9... Vuoi diventare la mia vahine?";
_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 2543
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.sens = 0;
Instance of Symbol 265 MovieClip "commandaide" in Frame 2543
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 276 MovieClip in Frame 2543
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 126 MovieClip in Frame 2543
onClipEvent (mouseMove) {
if ((_root.action == 2) and (_root.sens == 3)) {
tellTarget (_root.animation1) {
play();
};
}
if ((_root.action == 2) and (_root.sens == 6)) {
tellTarget (_root.animation1) {
play();
};
}
if ((_root.action == 2) and (_root.sens == 9)) {
tellTarget (_root.animation1) {
play();
};
}
}
Frame 2544
prevFrame();
Frame 2583
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
gotoAndStop (6);
};
_root.condition1 = 0;
_root.condition2 = 0;
_root.condition3 = 0;
_root.condition4 = 0;
_root.condition5 = 0;
Frame 2584
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.aidespecial1._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
stop();
_root.action = 1;
tellTarget (_root.animation3) {
stop();
};
tellTarget (_root.animation2) {
stop();
};
Instance of Symbol 265 MovieClip "commandaide" in Frame 2584
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.aidespecial1._visible = false;
_root.fleche._visible = false;
}
if (((_root.aidepossible == 1) and (_root.condition1 == 1)) and (_root.condition2 == 0)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = true;
_root.aidespecial1._visible = false;
_root.fleche._visible = false;
}
if (((_root.aidepossible == 1) and (_root.condition3 == 0)) and (_root.condition2 == 1)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.aidespecial1._visible = true;
_root.fleche._visible = true;
}
if (((_root.aidepossible == 1) and (_root.condition3 == 1)) and (_root.condition5 == 0)) {
_root.aide1._visible = false;
_root.aide2._visible = false;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.aidespecial1._visible = true;
_root.fleche._visible = true;
}
if (((_root.aidepossible == 1) and (_root.condition3 == 1)) and (_root.condition5 == 1)) {
_root.aide1._visible = false;
_root.aide2._visible = true;
_root.aide3._visible = false;
_root.aide4._visible = false;
_root.aidespecial._visible = false;
_root.aidespecial1._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.aidespecial1._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.aidespecial1._visible = false;
_root.fleche._visible = false;
_root.code1 = 0;
_root.code2 = 0;
_root.code3 = 0;
_root.code4 = 0;
}
Instance of Symbol 276 MovieClip in Frame 2584
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 2585
prevFrame();
Frame 2586
Mouse.hide();
Frame 2594
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.animation1) {
stop();
};
Instance of Symbol 265 MovieClip "commandaide" in Frame 2594
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 276 MovieClip in Frame 2594
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 2595
prevFrame();
Frame 2596
Mouse.hide();
Frame 2636
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Remove your clothes and lie down on the sand\u2026 I want to be your wahine\u2026 This evening...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "D\u00E9shabille-toi et \u00E9tends-toi sur le sable... Je veux \u00EAtre ta vahin\u00E9... Ce soir...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Zieh dich aus und lege dich auf den Sand nieder... Ich will deine wahine sein... heute Nacht...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Spogliati e sdraiati sulla sabbia... Voglio essere la tua vahine... 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 2637
Mouse.hide();
Frame 2661
gotoAndPlay (2662);
Frame 2662
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;
_root.sens = 0;
tellTarget (_root.animation1) {
stop();
};
Instance of Symbol 130 MovieClip "gaugegirl" in Frame 2662
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 2677
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.sens = 0;
Instance of Symbol 265 MovieClip "commandaide" in Frame 2677
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 276 MovieClip in Frame 2677
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 126 MovieClip in Frame 2677
onClipEvent (mouseMove) {
if ((_root.action == 2) and (_root.sens < 4)) {
_root.finmvt = 0;
tellTarget (_root.animation1) {
play();
};
}
if ((_root.action == 3) and (_root.sens > 6)) {
tellTarget (_root.animation1) {
stop();
};
_root.finmvt = 1;
}
}
Frame 2678
prevFrame();
Frame 2679
Mouse.hide();
Frame 2782
_root.mvtgauge = -1;
gotoAndPlay (2783);
Frame 2783
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.animation1) {
stop();
};
Instance of Symbol 276 MovieClip in Frame 2783
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 130 MovieClip "gaugegirl" in Frame 2783
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 + 1;
} else if ((_root.nivgirl < 200) 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) {
_root.condition5 = 1;
}
}
Frame 2798
_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.condition1 = 0;
Instance of Symbol 265 MovieClip "commandaide" in Frame 2798
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 126 MovieClip in Frame 2798
onClipEvent (mouseMove) {
if ((_root.action == 2) and (_root.sens > 6)) {
tellTarget (_root.animation1) {
play();
};
}
}
Frame 2799
prevFrame();
Frame 2800
Mouse.hide();
if (_root.action == 20) {
gotoAndPlay (2802);
}
Frame 2801
gotoAndPlay (2800);
Frame 2802
_root.mvtgauge = -1;
Frame 2808
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Hi hi !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Hi hi !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Hi hi !";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Hi hi !";
_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 2809
Mouse.hide();
Frame 2814
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "??? ... What is funny ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "???... qu'est-ce qui te fait rire ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "??? ... Was ist denn so lustig ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "???... Cosa c'\u00E8 di divertente?";
_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 2815
Mouse.hide();
Frame 2820
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "My girlfriends are right, it does hurt the first time... but not enough to want to stop...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Mes amies avaient raison, \u00E7a fait un peu mal la premi\u00E8re fois... mais pas assez pour avoir envie d'arr\u00EAter...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Meine Freundinnen haben Recht, beim ersten Mal tut es ein bisschen weh... aber nicht soviel, dass man aufh\u00F6ren will...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Le mie amiche avevano ragione, fa un po' male la prima volta... ma niente che ti faccia venire voglia di smettere...";
_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 2821
Mouse.hide();
Frame 2828
Mouse.hide();
_root.action = 1;
_root.mvtgauge = 1;
Frame 2829
if (_root.action == 20) {
gotoAndPlay (2831);
}
Frame 2830
gotoAndPlay (2829);
Frame 2843
_root.mvtgauge = -1;
Frame 2865
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Will you return to find shells for me deep in the lagoon, my nice fisherman?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Est-ce que tu retourneras chercher des coquillages pour moi au fond du lagon, mon gentil p\u00EAcheur ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Holst du wieder Muscheln f\u00FCr mich aus der Tiefe der Lagune, mein geliebter Fischer ?";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Tornerai a cercare conchiglie dalle profondit\u00E0 della laguna per me, mio bel pescatore?";
_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 2866
Mouse.hide();
Frame 2872
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "Of course, makau t\u00F4ku, all the most beautiful...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Bien-s\u00FBr, makau t\u00F4ku, les plus beaux d'entre eux...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Nat\u00FCrlich, makau toku, nur die allersch\u00F6nsten...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Ovviamente, makau t\u00F4ku, tutte le conchiglie pi\u00F9 belle...";
_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 2873
Mouse.hide();
Frame 2879
Mouse.show();
stop();
_root.boutontext._visible = false;
if (_root.langue == 0) {
_root.texte = "If you meet a pink scales mermaid, thank her from Ahoroa, happiest of the wahine ......";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 1) {
_root.texte = "Si tu rencontres une sir\u00E8ne aux \u00E9cailles roses, dis lui merci de la part d'Ahoroa, la plus heureuse des vahin\u00E9s......";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 2) {
_root.texte = "Solltest du eine rosa Nixe treffen, sage ihr Dank von Ahoroa, der allergl\u00FCcklichsten wahine...";
_root.bul01._visible = true;
_root.bul02._visible = false;
} else if (_root.langue == 3) {
_root.texte = "Se dovessi incontrare una sirena dalle scaglie rosa, ringraziala da parte di Ahoroa, la pi\u00F9 felice delle vahine...";
_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 2956
stop();
Frame 2957
prevFrame();
Symbol 21 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 24 MovieClip Frame 1
stop();
Symbol 24 MovieClip Frame 101
stop();
Symbol 30 Button
on (release) {
getURL ("http://sharks-lagoon.fr/", "_blank");
}
Symbol 36 Button
on (press) {
_root.langue = 0;
gotoAndStop (2);
}
Symbol 39 Button
on (press) {
_root.langue = 1;
gotoAndStop (3);
}
Symbol 42 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 96 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 103 Button
on (release) {
getURL ("http://sharks-lagoon.fr/", "_blank");
}
Symbol 138 MovieClip Frame 41
stop();
_root.boutontext._visible = true;
Symbol 148 Button
on (press) {
play();
}
Symbol 149 MovieClip Frame 36
stop();
_root.boutontext._visible = true;
Symbol 157 MovieClip Frame 41
stop();
_root.boutontext._visible = true;
Symbol 164 MovieClip Frame 39
stop();
_root.boutontext._visible = true;
Symbol 170 MovieClip Frame 41
stop();
_root.boutontext._visible = true;
Symbol 199 MovieClip Frame 44
stop();
_root.boutontext._visible = true;
Symbol 209 MovieClip Frame 42
stop();
_root.boutontext._visible = true;
Symbol 225 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 225 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 225 MovieClip Frame 6
_root.finmvt = 1;
stop();
Symbol 226 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 2
if (_root.finmvt == 1) {
tellTarget (_root.animation1) {
prevFrame();
};
play();
}
Symbol 226 MovieClip Frame 3
gotoAndPlay ("start");
Symbol 261 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.animation1._visible = true;
Symbol 261 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.animation1._visible = false;
Symbol 261 MovieClip Frame 39
_root.finmvt = 1;
_root.action = 3;
gotoAndStop (1);
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 2
if (_root.finmvt == 1) {
tellTarget (_root.animation2) {
prevFrame();
};
play();
}
Symbol 262 MovieClip Frame 3
gotoAndPlay ("start");
Symbol 263 Button
on (press) {
if (_root.action == 1) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
gotoAndPlay (460);
}
if (_root.action == 2) {
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
tellTarget ("animation2") {
play();
};
gotoAndPlay (478);
}
}
Symbol 264 Button
on (press) {
if (_root.action == 1) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
gotoAndPlay (460);
}
}
Symbol 265 MovieClip Frame 1
Symbol 281 Button
on (keyPress "<Tab>") {
return(false);
}
Symbol 287 MovieClip Frame 36
stop();
_root.boutontext._visible = true;
Symbol 293 MovieClip Frame 40
stop();
_root.boutontext._visible = true;
Symbol 312 MovieClip Frame 35
stop();
Symbol 313 Button
on (press) {
gotoAndPlay (555);
}
Symbol 314 MovieClip Frame 13
stop();
_root.boutontext._visible = true;
Symbol 327 MovieClip Frame 39
stop();
_root.boutontext._visible = true;
Symbol 358 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 358 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 358 MovieClip Frame 30
gotoAndStop (1);
Symbol 376 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 376 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 376 MovieClip Frame 30
gotoAndStop (1);
Symbol 401 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;
Symbol 401 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 401 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 401 MovieClip Frame 10
_root.mvtgauge = 1;
Symbol 401 MovieClip Frame 24
_root.finmvt = 1;
gotoAndPlay (10);
Symbol 402 Button
on (press) {
gotoAndPlay (652);
}
Symbol 410 MovieClip Frame 43
stop();
_root.boutontext._visible = true;
Symbol 416 MovieClip Frame 44
stop();
_root.boutontext._visible = true;
Symbol 420 MovieClip Frame 1
stop();
Symbol 420 MovieClip Frame 2
if (_root.finmvt == 1) {
tellTarget (_root.animation3) {
prevFrame();
};
play();
}
Symbol 420 MovieClip Frame 3
gotoAndPlay ("start");
Symbol 451 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 451 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.animation3._visible = false;
Symbol 451 MovieClip Frame 26
stop();
_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 468 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;
Symbol 468 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 468 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 468 MovieClip Frame 10
_root.mvtgauge = 1;
Symbol 468 MovieClip Frame 20
_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;
gotoAndPlay (10);
Symbol 469 Button
on (release, releaseOutside) {
if (_root.action == 1) {
tellTarget ("controleur3") {
gotoAndPlay ("start");
};
_root.action = 2;
}
}
on (press) {
if (_root.action == 1) {
tellTarget ("controleur3") {
gotoAndStop ("stop");
};
tellTarget ("animation3") {
play();
};
}
}
Symbol 470 Button
on (press) {
if (_root.action == 2) {
tellTarget ("animation2") {
play();
};
_root.action = 3;
}
if (_root.action == 7) {
gotoAndPlay (693);
}
}
Symbol 471 Button
on (press) {
if (_root.action == 3) {
tellTarget ("animation1") {
play();
};
_root.action = 4;
}
if (_root.action == 5) {
tellTarget ("animation1") {
play();
};
_root.action = 6;
}
}
Symbol 472 Button
on (press) {
if (_root.action == 4) {
tellTarget ("animation4") {
play();
};
_root.action = 5;
}
if (_root.action == 6) {
tellTarget ("animation5") {
play();
};
_root.action = 7;
}
}
Symbol 473 MovieClip Frame 80
stop();
Symbol 485 MovieClip Frame 1
if (_root.action < 10) {
stop();
_root.finmvt = 0;
_root.action = 2;
}
Symbol 485 MovieClip Frame 2
if (_root.action < 10) {
_root.action = 0;
}
Symbol 485 MovieClip Frame 3
if (_root.action < 10) {
_root.action = 0;
}
Symbol 485 MovieClip Frame 4
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();
}
if (_root.nivgirl < 195) {
_root.nivgirl = _root.nivgirl + 5;
_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 491 MovieClip Frame 49
stop();
_root.boutontext._visible = true;
Symbol 493 Button
on (release, releaseOutside) {
if (_root.nivgirl > 194) {
gotoAndPlay (809);
} else {
_root.mvtpossible = 0;
_root.mvtgauge = -1;
_root.cible._visible = true;
_root.face._visible = false;
}
}
on (press) {
if (_root.mvtpossible == 0) {
_root.mvtpossible = 1;
_root.sonsens = 1;
_root.action = 2;
_root.sens = 0;
_root.mvtgauge = 0;
_root.cible._visible = false;
_root.face._visible = true;
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
}
}
Symbol 496 MovieClip Frame 1
_root.x1 = _xmouse;
_root.y1 = _ymouse;
Symbol 496 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 568 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 568 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 568 MovieClip Frame 8
gotoAndStop (30);
Symbol 568 MovieClip Frame 9
_root.action = 3;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
gotoAndStop (7);
Symbol 568 MovieClip Frame 29
_root.action = 2;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.cible._visible = true;
Symbol 568 MovieClip Frame 30
_root.finmvt = 1;
stop();
Symbol 568 MovieClip Frame 31
gotoAndStop (7);
Symbol 568 MovieClip Frame 32
_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.action = 3;
Symbol 568 MovieClip Frame 40
_root.mvtgauge = -1;
Symbol 568 MovieClip Frame 41
_root.mvtgauge = 1;
Symbol 568 MovieClip Frame 51
_root.finmvt = 1;
_root.condition1 = 1;
gotoAndPlay (41);
Symbol 568 MovieClip Frame 52
gotoAndStop (7);
Symbol 568 MovieClip Frame 53
_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.action = 3;
Symbol 568 MovieClip Frame 60
_root.mvtgauge = -1;
Symbol 568 MovieClip Frame 61
_root.mvtgauge = 1;
Symbol 568 MovieClip Frame 69
_root.finmvt = 1;
_root.condition2 = 1;
gotoAndPlay (61);
Symbol 574 MovieClip Frame 20
stop();
_root.boutontext._visible = true;
Symbol 580 MovieClip Frame 45
stop();
_root.boutontext._visible = true;
Symbol 582 MovieClip Frame 42
stop();
_root.boutontext._visible = true;
Symbol 584 Button
on (release, releaseOutside) {
if (_root.action > 0) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.action == 1) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
}
}
Symbol 585 Button
on (release, releaseOutside) {
if (_root.action > 0) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.action == 2) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
gotoAndPlay (32);
};
}
}
on (release, releaseOutside) {
if (((_root.condition1 == 1) and (_root.condition2 == 1)) and (_root.condition5 == 1)) {
gotoAndPlay (965);
}
}
Symbol 586 Button
on (release, releaseOutside) {
if (_root.action > 0) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.action == 2) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
gotoAndPlay (53);
};
}
}
on (release, releaseOutside) {
if (((_root.condition1 == 1) and (_root.condition2 == 1)) and (_root.condition5 == 1)) {
gotoAndPlay (965);
}
}
Symbol 599 MovieClip Frame 45
stop();
_root.boutontext._visible = true;
Symbol 611 MovieClip Frame 18
stop();
Symbol 616 MovieClip Frame 44
stop();
_root.boutontext._visible = true;
Symbol 624 MovieClip Frame 23
stop();
_root.boutontext._visible = true;
Symbol 645 MovieClip Frame 1
stop();
Symbol 645 MovieClip Frame 73
gotoAndStop (1);
Symbol 650 MovieClip Frame 44
stop();
_root.boutontext._visible = true;
Symbol 652 Button
on (press) {
tellTarget ("pee") {
play();
};
}
Symbol 683 MovieClip Frame 80
stop();
Symbol 684 Button
on (press) {
gotoAndPlay (1038);
}
Symbol 685 Button
on (press) {
gotoAndPlay (1459);
}
Symbol 726 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 726 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 726 MovieClip Frame 6
_root.finmvt = 1;
stop();
_root.action = 2;
Symbol 726 MovieClip Frame 7
_root.action = 0;
gotoAndStop (5);
Symbol 726 MovieClip Frame 8
_root.action = 0;
Symbol 726 MovieClip Frame 12
_root.finmvt = 1;
stop();
_root.action = 3;
Symbol 726 MovieClip Frame 13
_root.action = 0;
gotoAndStop (11);
Symbol 726 MovieClip Frame 14
_root.action = 0;
Symbol 726 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();
}
_root.mvtgauge = -1;
Symbol 726 MovieClip Frame 20
_root.mvtgauge = 1;
Symbol 726 MovieClip Frame 30
_root.finmvt = 1;
gotoAndPlay (20);
Symbol 737 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 737 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 737 MovieClip Frame 6
_root.finmvt = 1;
stop();
Symbol 742 MovieClip Frame 48
stop();
_root.boutontext._visible = true;
Symbol 748 MovieClip Frame 48
stop();
_root.boutontext._visible = true;
Symbol 751 Button
on (release, releaseOutside) {
if (_root.condition1 == 1) {
_root.sens = 0;
_root.action = 0;
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
}
}
on (press) {
if ((_root.action == 1) and (_root.condition1 == 1)) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
}
}
on (release, releaseOutside) {
if ((_root.condition1 == 1) and (_root.nivgirl > 120)) {
gotoAndPlay (1175);
}
}
Symbol 752 Button
on (release, releaseOutside) {
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
}
on (press) {
if (_root.action == 1) {
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
tellTarget ("animation2") {
play();
};
_root.condition1 = 1;
}
}
Symbol 759 MovieClip Frame 46
stop();
_root.boutontext._visible = true;
Symbol 777 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.animation2._visible = true;
Symbol 777 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.animation2._visible = false;
Symbol 777 MovieClip Frame 11
_root.finmvt = 1;
stop();
Symbol 796 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;
Symbol 796 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 796 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 796 MovieClip Frame 8
_root.mvtgauge = 1;
Symbol 796 MovieClip Frame 18
_root.finmvt = 1;
gotoAndPlay (8);
Symbol 819 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 819 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 819 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 819 MovieClip Frame 9
_root.mvtgauge = 1;
Symbol 819 MovieClip Frame 19
_root.finmvt = 1;
gotoAndPlay (9);
Symbol 842 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.animation5._visible = true;
Symbol 842 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 842 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 842 MovieClip Frame 10
_root.mvtgauge = 1;
Symbol 842 MovieClip Frame 20
_root.finmvt = 1;
gotoAndPlay (10);
Symbol 843 MovieClip Frame 1
stop();
Symbol 843 MovieClip Frame 2
if (_root.finmvt == 1) {
tellTarget (_root.animation4) {
prevFrame();
};
play();
}
Symbol 843 MovieClip Frame 3
gotoAndPlay ("start");
Symbol 862 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;
Symbol 862 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 862 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 862 MovieClip Frame 8
_root.mvtgauge = 1;
Symbol 862 MovieClip Frame 18
_root.finmvt = 1;
gotoAndPlay (8);
Symbol 863 MovieClip Frame 1
stop();
Symbol 863 MovieClip Frame 2
if (_root.finmvt == 1) {
tellTarget (_root.animation5) {
prevFrame();
};
play();
}
Symbol 863 MovieClip Frame 3
gotoAndPlay ("start");
Symbol 882 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 882 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 882 MovieClip Frame 7
_root.mvtgauge = -1;
Symbol 882 MovieClip Frame 8
_root.mvtgauge = 1;
Symbol 882 MovieClip Frame 18
_root.finmvt = 1;
gotoAndPlay (8);
Symbol 883 MovieClip Frame 1
stop();
Symbol 883 MovieClip Frame 2
if (_root.finmvt == 1) {
tellTarget (_root.animation6) {
prevFrame();
};
play();
}
Symbol 883 MovieClip Frame 3
gotoAndPlay ("start");
Symbol 884 Button
on (release, releaseOutside) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
}
on (press) {
if (_root.action == 1) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
_root.condition1 = 1;
}
}
on (release, releaseOutside) {
if ((((((_root.condition1 == 1) and (_root.condition2 == 1)) and (_root.condition3 == 1)) and (_root.condition4 == 1)) and (_root.condition5 == 1)) and (_root.condition6 == 1)) {
gotoAndPlay (1228);
}
}
Symbol 885 Button
on (release, releaseOutside) {
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
}
on (press) {
if (_root.action == 1) {
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
tellTarget ("animation2") {
play();
};
_root.condition2 = 1;
}
}
on (release, releaseOutside) {
if ((((((_root.condition1 == 1) and (_root.condition2 == 1)) and (_root.condition3 == 1)) and (_root.condition4 == 1)) and (_root.condition5 == 1)) and (_root.condition6 == 1)) {
gotoAndPlay (1228);
}
}
Symbol 886 Button
on (release, releaseOutside) {
tellTarget ("controleur3") {
gotoAndPlay ("start");
};
}
on (press) {
if (_root.action == 1) {
tellTarget ("controleur3") {
gotoAndStop ("stop");
};
tellTarget ("animation3") {
play();
};
_root.condition3 = 1;
}
}
on (release, releaseOutside) {
if ((((((_root.condition1 == 1) and (_root.condition2 == 1)) and (_root.condition3 == 1)) and (_root.condition4 == 1)) and (_root.condition5 == 1)) and (_root.condition6 == 1)) {
gotoAndPlay (1228);
}
}
Symbol 887 Button
on (release, releaseOutside) {
tellTarget ("controleur4") {
gotoAndPlay ("start");
};
}
on (press) {
if (_root.action == 1) {
tellTarget ("controleur4") {
gotoAndStop ("stop");
};
tellTarget ("animation4") {
play();
};
_root.condition4 = 1;
}
}
on (release, releaseOutside) {
if ((((((_root.condition1 == 1) and (_root.condition2 == 1)) and (_root.condition3 == 1)) and (_root.condition4 == 1)) and (_root.condition5 == 1)) and (_root.condition6 == 1)) {
gotoAndPlay (1228);
}
}
Symbol 888 Button
on (release, releaseOutside) {
tellTarget ("controleur5") {
gotoAndPlay ("start");
};
}
on (press) {
if (_root.action == 1) {
tellTarget ("controleur5") {
gotoAndStop ("stop");
};
tellTarget ("animation5") {
play();
};
_root.condition5 = 1;
}
}
on (release, releaseOutside) {
if ((((((_root.condition1 == 1) and (_root.condition2 == 1)) and (_root.condition3 == 1)) and (_root.condition4 == 1)) and (_root.condition5 == 1)) and (_root.condition6 == 1)) {
gotoAndPlay (1228);
}
}
Symbol 889 Button
on (release, releaseOutside) {
tellTarget ("controleur6") {
gotoAndPlay ("start");
};
}
on (press) {
if (_root.action == 1) {
tellTarget ("controleur6") {
gotoAndStop ("stop");
};
tellTarget ("animation6") {
play();
};
_root.condition6 = 1;
}
}
on (release, releaseOutside) {
if ((((((_root.condition1 == 1) and (_root.condition2 == 1)) and (_root.condition3 == 1)) and (_root.condition4 == 1)) and (_root.condition5 == 1)) and (_root.condition6 == 1)) {
gotoAndPlay (1228);
}
}
Symbol 896 MovieClip Frame 39
stop();
_root.boutontext._visible = true;
Symbol 902 MovieClip Frame 42
stop();
_root.boutontext._visible = true;
Symbol 917 MovieClip Frame 19
stop();
_root.boutontext._visible = true;
Symbol 941 MovieClip Frame 26
stop();
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.bouton6._visible = true;
_root.bouton7._visible = true;
_root.bouton8._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
_root.action = 1;
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.bouton6._visible = false;
_root.bouton7._visible = false;
_root.bouton8._visible = false;
_root.cible._visible = false;
Symbol 963 MovieClip Frame 3
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();
}
Symbol 963 MovieClip Frame 5
_root.condition1 = _root.condition1 + 1;
if (_root.condition1 > 2) {
_root.sens = 0;
gotoAndStop (6);
} else {
_root.sens = 0;
_root.mvtpossible = 0;
stop();
}
Symbol 963 MovieClip Frame 6
stop();
_root.action = 2;
_root.sens = 0;
_root.mvtpossible = 1;
Symbol 963 MovieClip Frame 24
_root.action = 3;
Symbol 963 MovieClip Frame 25
_root.sonsens = 1;
Symbol 963 MovieClip Frame 27
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();
}
Symbol 963 MovieClip Frame 38
_root.mvtgauge = 1;
Symbol 963 MovieClip Frame 49
_root.finmvt = 0;
_root.action = _root.action + 1;
gotoAndPlay (39);
Symbol 964 Button
on (release, releaseOutside) {
if (_root.action > 2) {
gotoAndPlay (1413);
} else if (_root.action == 2) {
_root.finmvt = 1;
_root.mvtpossible = 0;
_root.sens = 0;
tellTarget ("animation2") {
gotoAndStop (4);
};
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
} else if (_root.action == 1) {
_root.finmvt = 1;
_root.mvtpossible = 0;
_root.sens = 0;
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.action == 1) {
_root.mvtpossible = 1;
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
}
}
Symbol 970 Button
on (release, releaseOutside) {
gotoAndPlay (938);
}
Symbol 984 MovieClip Frame 6
stop();
Symbol 994 MovieClip Frame 4
stop();
Symbol 999 MovieClip Frame 44
stop();
_root.boutontext._visible = true;
Symbol 1072 MovieClip Frame 7
stop();
Symbol 1072 MovieClip Frame 11
stop();
Symbol 1072 MovieClip Frame 27
stop();
Symbol 1072 MovieClip Frame 34
stop();
Symbol 1077 MovieClip Frame 46
stop();
_root.boutontext._visible = true;
Symbol 1079 Button
on (press) {
tellTarget ("animation1") {
play();
};
gotoAndPlay (1485);
}
Symbol 1084 MovieClip Frame 40
stop();
_root.boutontext._visible = true;
Symbol 1090 MovieClip Frame 32
stop();
_root.boutontext._visible = true;
Symbol 1092 Button
on (press) {
tellTarget ("animation1") {
play();
};
gotoAndPlay (1510);
}
Symbol 1097 MovieClip Frame 37
stop();
_root.boutontext._visible = true;
Symbol 1123 MovieClip Frame 12
stop();
Symbol 1131 MovieClip Frame 29
stop();
_root.boutontext._visible = true;
Symbol 1137 MovieClip Frame 46
stop();
_root.boutontext._visible = true;
Symbol 1192 MovieClip Frame 30
stop();
_root.boutontext._visible = true;
Symbol 1255 MovieClip Frame 1
_root.action = 1;
_root.bouton1._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
Symbol 1255 MovieClip Frame 2
_root.action = 1;
_root.bouton1._visible = false;
_root.cible._visible = false;
Symbol 1255 MovieClip Frame 11
_root.action = 1;
Symbol 1255 MovieClip Frame 12
if (_root.action == 1) {
stop();
_root.sens = 0;
_root.action = 2;
_root.finmvt = 1;
}
Symbol 1255 MovieClip Frame 13
if (_root.action == 2) {
_root.action = 3;
_root.sens = 0;
_root.finmvt = 0;
}
Symbol 1255 MovieClip Frame 30
stop();
Symbol 1257 Button
on (release, releaseOutside) {
if (_root.action > 0) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
}
if (_root.action == 3) {
gotoAndPlay (1842);
}
}
on (press) {
if (_root.action > 0) {
_root.sens = 0;
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
}
}
Symbol 1300 MovieClip Frame 1
_root.sonsens = 1;
_root.action = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
Symbol 1300 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
if (_root.action == 1) {
_root.cible._visible = false;
}
Symbol 1300 MovieClip Frame 9
gotoAndPlay (24);
Symbol 1300 MovieClip Frame 10
_root.action = 3;
_root.bouton2._visible = false;
gotoAndStop (8);
Symbol 1300 MovieClip Frame 23
_root.action = 2;
_root.bouton2._visible = true;
_root.cible._visible = true;
Symbol 1300 MovieClip Frame 24
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 1300 MovieClip Frame 25
_root.mvtgauge = 1;
Symbol 1300 MovieClip Frame 35
_root.finmvt = 1;
gotoAndPlay (25);
Symbol 1300 MovieClip Frame 36
gotoAndStop (7);
Symbol 1300 MovieClip Frame 37
_root.sonsens = 1;
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.cible._visible = false;
_root.action = 3;
Symbol 1300 MovieClip Frame 40
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 1300 MovieClip Frame 41
_root.mvtgauge = 1;
Symbol 1300 MovieClip Frame 47
_root.finmvt = 1;
gotoAndPlay (41);
Symbol 1336 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.animation1._visible = false;
_root.cible._visible = false;
Symbol 1336 MovieClip Frame 25
stop();
Symbol 1337 Button
on (release, releaseOutside) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
}
on (press) {
if (_root.action == 1) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
}
}
Symbol 1338 Button
on (release, releaseOutside) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
}
on (press) {
if (_root.action == 2) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
gotoAndPlay (37);
};
}
}
on (release, releaseOutside) {
if (_root.nivgirl > 120) {
gotoAndPlay (1868);
}
}
Symbol 1344 MovieClip Frame 1
_root.sonsens = 1;
_root.action = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
Symbol 1344 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.cible._visible = false;
Symbol 1344 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 1344 MovieClip Frame 10
_root.mvtgauge = 1;
Symbol 1344 MovieClip Frame 20
_root.finmvt = 1;
gotoAndPlay (10);
_root.condition1 = 1;
Symbol 1345 Button
on (press) {
if (_root.condition1 == 1) {
tellTarget ("animation2") {
play();
};
gotoAndPlay (1893);
}
}
on (release, releaseOutside) {
if (_root.nivgirl > 120) {
gotoAndPlay (1868);
}
}
Symbol 1364 MovieClip Frame 1
_root.sonsens = 1;
_root.action = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
Symbol 1364 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.cible._visible = false;
Symbol 1364 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 1364 MovieClip Frame 10
_root.mvtgauge = 1;
Symbol 1364 MovieClip Frame 16
_root.finmvt = 1;
gotoAndPlay (10);
_root.condition1 = 1;
Symbol 1383 MovieClip Frame 1
_root.sonsens = 1;
_root.action = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.cible._visible = true;
_root.animation1._visible = true;
_root.finmvt = 0;
Symbol 1383 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.cible._visible = false;
_root.animation1._visible = false;
Symbol 1383 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 1383 MovieClip Frame 8
_root.mvtgauge = 1;
Symbol 1383 MovieClip Frame 18
_root.finmvt = 1;
gotoAndPlay (8);
_root.condition2 = 1;
Symbol 1384 Button
on (release, releaseOutside) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
}
on (press) {
if (_root.condition1 == 0) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
} else if (_root.condition1 == 1) {
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
tellTarget ("animation2") {
play();
};
}
}
on (release, releaseOutside) {
if ((_root.condition2 == 1) and (_root.nivgirl > 120)) {
gotoAndPlay (1927);
}
}
Symbol 1398 MovieClip Frame 1
_root.action = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.bouton4._visible = true;
_root.cible._visible = true;
_root.animation1._visible = true;
_root.finmvt = 0;
Symbol 1398 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
_root.bouton4._visible = false;
_root.cible._visible = false;
_root.animation1._visible = false;
Symbol 1398 MovieClip Frame 7
stop();
Symbol 1399 Button
on (press) {
tellTarget ("animation3") {
play();
};
gotoAndPlay (1958);
}
Symbol 1458 MovieClip Frame 44
stop();
Symbol 1459 Button
on (press) {
tellTarget ("animation1") {
play();
};
gotoAndPlay (1988);
}
Symbol 1526 MovieClip Frame 43
stop();
_root.boutontext._visible = true;
Symbol 1532 MovieClip Frame 27
stop();
_root.boutontext._visible = true;
Symbol 1543 MovieClip Frame 28
stop();
_root.boutontext._visible = true;
Symbol 1614 MovieClip Frame 1
_root.action = 1;
_root.bouton1._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
Symbol 1614 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
if (_root.action == 1) {
_root.cible._visible = false;
}
Symbol 1614 MovieClip Frame 3
Symbol 1614 MovieClip Frame 6
if (_root.action == 2) {
_root.action = 3;
}
if (_root.action == 5) {
_root.finmvt = 0;
}
Symbol 1614 MovieClip Frame 7
if (_root.action == 1) {
stop();
_root.sens = 0;
_root.action = 2;
_root.finmvt = 1;
}
Symbol 1614 MovieClip Frame 8
if (_root.action == 2) {
_root.action = 3;
_root.sens = 0;
_root.finmvt = 0;
}
Symbol 1614 MovieClip Frame 11
if (_root.action == 3) {
gotoAndStop (30);
} else if (_root.action == 4) {
_root.bouton2._visible = false;
_root.action = 3;
}
Symbol 1614 MovieClip Frame 29
_root.bouton2._visible = true;
_root.cible._visible = true;
Symbol 1614 MovieClip Frame 30
stop();
_root.action = 4;
_root.finmvt = 1;
Symbol 1614 MovieClip Frame 31
gotoAndStop (11);
Symbol 1614 MovieClip Frame 32
_root.cible._visible = false;
if (_root.action == 4) {
_root.finmvt = 0;
}
Symbol 1614 MovieClip Frame 48
stop();
_root.action = 5;
_root.finmvt = 1;
Symbol 1619 MovieClip Frame 40
stop();
_root.boutontext._visible = true;
Symbol 1621 Button
on (release, releaseOutside) {
if (_root.action > 0) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.action == 1) {
_root.sens = 0;
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
}
}
Symbol 1622 Button
on (release, releaseOutside) {
if (_root.action == 4) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
gotoAndPlay (2545);
}
if (_root.action == 5) {
tellTarget ("animation1") {
gotoAndStop (36);
};
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
gotoAndPlay (2565);
}
}
on (press) {
if (_root.action == 4) {
_root.sens = 0;
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
gotoAndPlay (32);
};
}
}
Symbol 1670 MovieClip Frame 1
_root.sonsens = 1;
_root.action = 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.cible._visible = true;
_root.animation1._visible = true;
_root.finmvt = 0;
Symbol 1670 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.animation1._visible = false;
if (_root.action == 1) {
_root.cible._visible = false;
}
Symbol 1670 MovieClip Frame 6
gotoAndStop (25);
Symbol 1670 MovieClip Frame 7
_root.action = 9;
_root.bouton2._visible = false;
_root.bouton3._visible = false;
gotoAndStop (5);
Symbol 1670 MovieClip Frame 24
_root.action = 2;
_root.bouton2._visible = true;
_root.bouton3._visible = true;
_root.cible._visible = true;
Symbol 1670 MovieClip Frame 25
stop();
_root.finmvt = 1;
Symbol 1670 MovieClip Frame 26
gotoAndStop (5);
Symbol 1670 MovieClip Frame 27
_root.action = 9;
_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.cible._visible = false;
Symbol 1670 MovieClip Frame 35
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 1670 MovieClip Frame 36
_root.mvtgauge = 1;
Symbol 1670 MovieClip Frame 46
_root.finmvt = 1;
gotoAndPlay (36);
Symbol 1670 MovieClip Frame 47
gotoAndStop (5);
Symbol 1670 MovieClip Frame 48
_root.sonsens = 1;
_root.action = 9;
_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.cible._visible = false;
Symbol 1670 MovieClip Frame 55
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 1670 MovieClip Frame 56
_root.mvtgauge = 1;
Symbol 1670 MovieClip Frame 66
_root.finmvt = 1;
gotoAndPlay (56);
Symbol 1691 MovieClip Frame 1
_root.action = 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.cible._visible = true;
_root.animation1._visible = true;
_root.finmvt = 0;
Symbol 1691 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.animation1._visible = false;
_root.cible._visible = false;
Symbol 1691 MovieClip Frame 23
_root.finmvt = 1;
gotoAndPlay (13);
Symbol 1692 Button
on (release, releaseOutside) {
if ((_root.action > 0) and (_root.condition1 == 1)) {
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
}
}
on (press) {
if ((_root.condition3 == 1) and (_root.condition5 == 1)) {
_root.finmvt = 1;
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
gotoAndPlay (2586);
} else if ((_root.action == 1) and (_root.condition1 == 1)) {
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
tellTarget ("animation2") {
play();
};
}
}
Symbol 1693 Button
on (release, releaseOutside) {
if ((_root.action > 0) and (_root.condition1 == 1)) {
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
_root.condition2 = 1;
}
}
on (press) {
if ((_root.action == 2) and (_root.condition1 == 1)) {
_root.finmvt = 0;
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
tellTarget ("animation2") {
gotoAndPlay (27);
};
}
}
Symbol 1694 Button
on (release, releaseOutside) {
if ((_root.action > 0) and (_root.condition2 == 1)) {
tellTarget ("controleur2") {
gotoAndPlay ("start");
};
_root.condition3 = 1;
}
}
on (press) {
if ((_root.action == 2) and (_root.condition2 == 1)) {
_root.finmvt = 0;
tellTarget ("controleur2") {
gotoAndStop ("stop");
};
tellTarget ("animation2") {
gotoAndPlay (48);
};
}
}
Symbol 1695 Button
on (release, releaseOutside) {
if (_root.action > 0) {
tellTarget ("controleur3") {
gotoAndPlay ("start");
};
_root.condition1 = 1;
}
}
on (press) {
if (_root.action == 1) {
tellTarget ("controleur3") {
gotoAndStop ("stop");
};
tellTarget ("animation3") {
play();
};
}
}
Symbol 1730 MovieClip Frame 1
_root.action = 1;
_root.bouton1._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
Symbol 1730 MovieClip Frame 2
_root.bouton1._visible = false;
_root.cible._visible = false;
Symbol 1730 MovieClip Frame 19
_root.mvtgauge = -1;
Symbol 1730 MovieClip Frame 20
_root.mvtgauge = 1;
Symbol 1730 MovieClip Frame 30
_root.finmvt = 1;
gotoAndPlay (20);
Symbol 1731 Button
on (release, releaseOutside) {
if (_root.action == 1) {
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
}
}
on (press) {
if (_root.action == 1) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
play();
};
}
}
on (release, releaseOutside) {
if (_root.nivgirl > 120) {
gotoAndPlay (2596);
}
}
Symbol 1734 MovieClip Frame 43
stop();
_root.boutontext._visible = true;
Symbol 1782 MovieClip Frame 1
_root.condition1 = 0;
_root.action = 1;
_root.bouton1._visible = true;
_root.bouton2._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
Symbol 1782 MovieClip Frame 2
_root.bouton1._visible = false;
_root.bouton2._visible = false;
_root.cible._visible = false;
Symbol 1782 MovieClip Frame 11
_root.mvtgauge = -1;
Symbol 1782 MovieClip Frame 12
_root.mvtgauge = 0;
_root.sens = 5;
_root.action = 1;
Symbol 1782 MovieClip Frame 13
stop();
_root.sens = 5;
_root.finmvt = 0;
_root.action = 2;
Symbol 1782 MovieClip Frame 16
_root.condition1 = _root.condition1 + 1;
if (_root.nivgirl < 180) {
_root.nivgirl = _root.nivgirl + 4;
_root.gaugegirl._width = _root.nivgirl;
_root.gaugegirl._x = _root.posx + (_root.nivgirl / 2);
_root.gaugegirl._height = _root.posy;
}
stop();
_root.sens = 5;
_root.finmvt = 0;
_root.action = 3;
Symbol 1782 MovieClip Frame 17
_root.mvtgauge = -1;
_root.finmvt = 0;
_root.action = 4;
_root.bouton2._visible = true;
_root.cible._visible = true;
Symbol 1782 MovieClip Frame 44
_root.finmvt = 0;
_root.action = 5;
_root.bouton2._visible = false;
_root.cible._visible = true;
Symbol 1782 MovieClip Frame 52
gotoAndStop (1);
Symbol 1782 MovieClip Frame 54
_root.sonsens = 1;
Symbol 1782 MovieClip Frame 63
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 1782 MovieClip Frame 67
_root.mvtgauge = 1;
Symbol 1782 MovieClip Frame 74
gotoAndPlay (64);
Symbol 1783 Button
on (release, releaseOutside) {
if (_root.condition1 > 10) {
_root.action = 4;
_root.sens = 5;
_root.finmvt = 0;
tellTarget ("animation1") {
gotoAndPlay (17);
};
} else if (_root.action == 1) {
_root.sens = 5;
_root.finmvt = 1;
} else if (_root.action > 1) {
_root.sens = 5;
_root.action = 1;
tellTarget ("animation1") {
gotoAndStop (12);
};
_root.finmvt = 1;
}
}
on (press) {
if (_root.action == 1) {
_root.sens = 5;
_root.finmvt = 0;
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
tellTarget ("animation1") {
play();
};
}
}
Symbol 1784 Button
on (press) {
if (_root.action == 4) {
_root.sens = 0;
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
tellTarget ("animation1") {
gotoAndPlay (54);
};
gotoAndPlay (2679);
}
}
Symbol 1810 MovieClip Frame 1
_root.sonsens = 1;
_root.action = 1;
_root.bouton1._visible = true;
_root.cible._visible = true;
_root.finmvt = 0;
Symbol 1810 MovieClip Frame 2
_root.bouton1._visible = false;
_root.cible._visible = false;
Symbol 1810 MovieClip Frame 6
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.action = 1;
_root.finmvt = 1;
Symbol 1810 MovieClip Frame 7
_root.action = 1;
_root.finmvt = 1;
_root.condition1 = _root.condition1 + 1;
if (_root.condition1 < 4) {
stop();
}
Symbol 1810 MovieClip Frame 8
_root.sens = 0;
Symbol 1810 MovieClip Frame 26
stop();
_root.sens = 0;
_root.action = 2;
Symbol 1810 MovieClip Frame 27
_root.sonsens = 1;
_root.finmvt = 0;
_root.action = 3;
Symbol 1810 MovieClip Frame 30
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();
}
Symbol 1810 MovieClip Frame 42
_root.mvtgauge = 1;
Symbol 1810 MovieClip Frame 52
_root.action = _root.action + 1;
gotoAndPlay (42);
Symbol 1811 Button
on (release, releaseOutside) {
if ((_root.action > 0) and (_root.action < 3)) {
_root.action = 1;
tellTarget ("animation1") {
gotoAndStop (6);
};
tellTarget ("controleur1") {
gotoAndPlay ("start");
};
}
if (_root.action > 2) {
gotoAndPlay (2800);
}
}
on (press) {
if (_root.action > 0) {
tellTarget ("controleur1") {
gotoAndStop ("stop");
};
_root.sens = 0;
_root.action = 2;
}
}
Symbol 1816 MovieClip Frame 15
stop();
_root.boutontext._visible = true;
Symbol 1822 MovieClip Frame 29
stop();
_root.boutontext._visible = true;
Symbol 1826 MovieClip Frame 43
stop();
_root.boutontext._visible = true;
Symbol 1844 MovieClip Frame 12
_root.action = _root.action + 1;
Symbol 1850 MovieClip Frame 44
Symbol 1850 MovieClip Frame 66
stop();
Symbol 1855 MovieClip Frame 44
stop();
_root.boutontext._visible = true;
Symbol 1861 MovieClip Frame 41
stop();
_root.boutontext._visible = true;