Combined Code
// unknown tag 88 length 70
movieClip 16 gialog {
}
movieClip 18 {
}
movieClip 20 {
}
movieClip 22 {
}
movieClip 24 {
}
movieClip 26 {
}
movieClip 28 {
}
movieClip 30 {
}
movieClip 32 {
}
movieClip 34 {
}
movieClip 43 {
}
movieClip 47 {
}
movieClip 48 {
}
movieClip 49 popup_obj {
}
movieClip 55 {
}
movieClip 56 {
}
movieClip 59 {
}
movieClip 60 {
}
movieClip 61 phrase_area {
}
movieClip 64 {
}
movieClip 65 {
}
movieClip 66 actionPoint {
}
// unknown tag 88 length 143
movieClip 71 btn_yes {
}
movieClip 73 btn_no {
}
movieClip 77 btn_more {
}
movieClip 80 btn_logo {
}
movieClip 82 btn_enter_room_3 {
}
movieClip 83 btn_enter_room_2 {
}
movieClip 85 btn_enter_room_1 {
}
movieClip 87 btn_again {
}
movieClip 90 {
}
movieClip 91 {
}
movieClip 93 {
}
movieClip 95 {
}
movieClip 96 {
}
movieClip 98 {
}
movieClip 99 {
}
movieClip 103 {
}
movieClip 104 {
}
movieClip 212 {
}
movieClip 213 {
}
movieClip 215 {
}
movieClip 216 {
frame 38 {
stop();
}
}
movieClip 217 counter {
}
movieClip 222 {
}
movieClip 223 {
}
movieClip 224 btn_next {
}
frame 1 {
var progress_arr = new Array(0, 41, 83, 125, 166, 208, 250, 291, 333, 374, 416, 458, 500, 542);
var total = _root.getBytesTotal();
var loaded = _root.getBytesLoaded();
if (total > loaded) {
preloader.gotoAndStop(Math.floor(541 * (loaded / total)));
preloader.progress_text.text = Math.floor((loaded / total) * 100) + ' %';
preloader.text01.qqww.text = Math.floor((loaded / total) * 100) + ' %';
preloader.text02.qqww.text = Math.floor((loaded / total) * 100) + ' %';
preloader.text03.qqww.text = Math.floor((loaded / total) * 100) + ' %';
_global.preload_comlete = false;
} else {
trace(this);
if (!_global.preload_comlete) {
_global.preload_comlete = true;
gotoAndPlay(3);
}
}
}
// unknown tag 88 length 134
movieClip 229 {
}
movieClip 233 {
}
movieClip 234 {
frame 38 {
stop();
}
}
movieClip 235 {
}
movieClip 236 {
frame 1 {
stop();
}
frame 570 {
stop();
}
}
movieClip 480 __Packages.Texts {
#initclip
if (!_global.Texts) {
var v1 = function (myClip, myFont, xPos, yPos, myWidth, myAlig, myFrame, mySprite, myText) {
this.textObj = _root.attachMovie(myFont, myClip, mySprite);
this.textObj.gotoAndStop(myFrame);
this.textObj.txt = myText;
this.textObj._x = xPos;
this.textObj._y = yPos;
if (myWidth > 0) {
this.textObj.fld._width = myWidth;
}
if (!(myAlig eq '')) {
this.format = new TextFormat();
this.format.align = myAlig;
this.textObj.fld.setTextFormat(this.format);
}
};
_global.Texts = v1;
var v2 = v1.prototype;
v2.pres = function () {
this.rootClip[this.newObject].font.gotoAndStop(3);
};
v2.over = function () {
this.rootClip[this.newObject].font.gotoAndStop(2);
};
v2.norm = function () {
this.rootClip[this.newObject].font.gotoAndStop(1);
};
v2.setMoney = function (myCurrency, mySeparator, myPosition, myMoney, myPrev) {
var v2 = '';
var v5 = 0;
var v3 = (String(myMoney)).length - 1;
while (v3 >= 0) {
v5 += 1;
if (v5 > 3) {
v5 = 1;
if (mySeparator eq 'SPACE') {
v2 += ' ';
} else {
v2 += mySeparator;
}
}
v2 += (String(myMoney)).charAt(v3);
--v3;
}
myMoney = '';
v3 = 0;
while (v3 < (String(v2)).length) {
myMoney += (String(v2)).charAt((String(v2)).length - v3 - 1);
++v3;
}
switch (String(myPosition)) {
case 'beginning':
this.rootClip[this.newObject].font.txt = myPrev + myCurrency + myMoney;
break;
case 'end':
this.rootClip[this.newObject].font.txt = myPrev + myMoney + myCurrency;
break;
default:
this.rootClip[this.newObject].font.txt = myPrev + myCurrency + myMoney;
}
};
v2.textConfigure = function (myText) {
var v3 = myText.split('/n');
var v2 = '';
var v1 = 0;
while (v1 < v3.length) {
v2 += v3[v1];
if (v1 < v3.length - 1) {
v2 += '\n';
}
++v1;
}
return v2;
};
v2.setText = function (myText) {
this.textObj.txt = this.textConfigure(myText);
};
v2.setAlign = function (myAlig) {
this.format.align = myAlig;
this.textObj.fld.setTextFormat(this.format);
};
v2.setPosition = function (myX, myY) {
this.textObj._x = myX;
this.textObj._y = myY;
};
v2.setRotation = function (myRot) {
this.rootClip[this.newObject]._rotation = myRot;
};
v2.setWidth = function (myWidth) {
this.textObj.fld._width = myWidth;
};
v2.setVisible = function (myVis) {
this.textObj._visible = myVis;
};
v2.setAlpha = function (myAlpha) {
this.rootClip[this.newObject]._alpha = myAlpha;
};
v2.textObj = new Object();
ASSetPropFlags(_global.Texts.prototype, null, 1);
}
#endinitclip
}
movieClip 481 __Packages.Strings {
#initclip
if (!_global.Strings) {
var v1 = function () {
super();
this.es_strList = new Object();
this.es_strList.scene_1_1 = '¡Hola! ¡Usted es tan bonita! ¿Anda usted aquà sola?';
this.es_strList.scene_1_2 = '¡Hola!! SÃ. Espero a mi mamá.';
this.es_strList.scene_1_3 = 'Qué jovencita tan atractiva. ¡Me parece que nadie aún tiene cuidado de su cuerpo dulce!';
this.es_strList.scene_1_4 = '¿Que quiere, viejo? ¿De qué habla usted? ¡Yo gritaré!';
this.es_strList.scene_1_5 = '¡Hola! ¿Usted es perdido? ¿Quiere acompañar usted a casa?';
this.es_strList.scene_1_6 = 'No. Y yo no habla a los forasteros.';
this.es_strList.scene_1_7 = '¿En que clase es usted estudia?';
this.es_strList.scene_1_8 = 'Estudia en 4 clase. ¡Mi madre deberÃa encontrarme después de escuela!';
this.es_strList.scene_1_9 = '¿Tiene usted un novio? ¿Si él visitó sus bragas?';
this.es_strList.scene_1_10 = '¡No! ¿Qué cosas tan lascivas usted dicen?';
this.es_strList.scene_1_11 = '¿Qué piensa usted en el paseo conjuntos? Compraré a usted un helado ... ';
this.es_strList.scene_1_12 = 'Mi mamá me prohÃbe pasear con unas personas desconocidas...';
this.en_strList = new Object();
this.en_strList.scene_1_1 = 'Sorry, madam! I think it is not repairable... ';
this.en_strList.scene_1_2 = 'Don\'t worry! Any way it is only my fault...';
this.en_strList.scene_1_3 = 'Finally I found it... ';
this.en_strList.scene_1_4 = 'Well, hello. I am Peter.';
this.en_strList.scene_1_5 = 'Okay, Peter, you may come in... And stop staring at my boobs!';
this.en_strList.scene_1_6 = 'Oh, I didn\'t mean to hurt your feelings... but you are really pretty!';
this.en_strList.scene_1_7 = 'Thanks, but your compliment doesn\'t excuse you.';
this.en_strList.scene_1_8 = 'I don\'t care about your tits... it is only your imagination...\t';
this.en_strList.scene_1_9 = 'Get out, mucker!';
this.en_strList.scene_1_10 = 'There is the only way to stop me look at your breasts...';
this.en_strList.scene_1_11 = 'Which one?\t';
this.en_strList.scene_1_12 = 'I will close my eyes but will start to suck your crazy nipples!';
this.en_strList.scene_1_13 = 'Fuck off, you pervert!';
this.en_strList.scene_1_14 = 'I\'ll close my eyes if you kiss me...';
this.en_strList.scene_1_15 = 'How dare you to say this?\t';
this.en_strList.scene_1_16 = 'OK, I\'ll close my eyes but never forget your beautiful look!';
this.en_strList.scene_1_17 = 'Oh, you are so sweet! I will let you in...';
this.en_strList.scene_1_18 = 'But I have one important condition.';
this.en_strList.scene_1_19 = 'What are you doing here? You\'re supposed to clean the rooms upstairs, aren\'t you?';
this.en_strList.scene_1_20 = 'You, boy, follow this girl... she will show everything you need. ';
this.en_strList.scene_1_21 = 'Where are we going? And where is your skirt?';
this.en_strList.scene_1_22 = 'My uniform doesn\'t include a skirt. Don\'t ask silly questions!';
this.en_strList.scene_1_23 = 'I won\'t get in if you won\'t tell me where we are going...\t';
this.en_strList.scene_1_24 = 'Calm down. I am just a girl... Or, do you think that I am going to rape you?';
this.en_strList.scene_1_25 = 'You have an appetite ass! ';
this.en_strList.scene_1_26 = 'Thanks! But keep follow me...';
this.en_strList.scene_1_27 = 'Why are we going upstairs?\t';
this.en_strList.scene_1_28 = 'Oh, my Gosh! Landlady came...';
this.en_strList.scene_1_29 = 'How do you feel?';
this.en_strList.scene_1_30 = 'I am OK. You boobs helped me!...';
this.en_strList.scene_1_31 = 'Why all men think only about breast?....';
this.en_strList.scene_1_32 = 'I have a pain in my neck... but I recover if you kiss me, sexy...';
this.en_strList.scene_1_33 = 'Fuck off!';
this.en_strList.scene_1_34 = 'I felt better when I saw you.';
this.en_strList.scene_1_35 = 'It\'s nice... Let me show you something...';
this.en_strList.scene_1_36 = 'What is this place?';
this.en_strList.scene_1_37 = 'This is the house of love and passion...';
this.en_strList.scene_1_38 = 'I really like this place!';
this.en_strList.scene_1_39 = 'Of course you like it.... And I like to blow you!...';
this.en_strList.scene_1_40 = 'Do you want me repeat the stimulation?';
this.en_strList.scene_1_41 = 'Yes, please!';
this.en_strList.scene_1_42 = 'Was it a dream or not?... What are the sounds over their?...';
this.en_strList.scene_1_43 = 'I like your cock!\t';
this.en_strList.scene_1_44 = 'And your... I don\'t know from which to start...';
this.en_strList.scene_1_45 = 'What do you need here?';
this.en_strList.scene_1_46 = 'I wish to help you....';
this.en_strList.scene_1_47 = 'Help?... I like it...';
this.en_strList.scene_1_48 = 'I thought that they are raping you...';
this.en_strList.scene_1_49 = 'No... is just our fun games...\t';
this.en_strList.scene_1_50 = 'C\'mon, cowboy, try me! You will like it!';
this.en_strList.scene_1_51 = 'Oh, you are so gentle!... .. Fuck me hard!\t';
this.en_strList.scene_1_52 = 'I want to suck you...\t';
this.en_strList.scene_1_53 = 'Faster!';
this.en_strList.scene_1_54 = 'This was the best sex I ever had!';
this.ru_strList = new Object();
this.ru_strList.scene_1_1 = 'Привет! Ты Ñ‚Ð°ÐºÐ°Ñ ÐºÑ€Ð°ÑиваÑ! ГулÑешь одна?';
this.ru_strList.scene_1_2 = 'Привет! Да. Я жду маму.';
this.ru_strList.scene_1_3 = 'ÐšÐ°ÐºÐ°Ñ ÑекÑÑƒÐ°Ð»ÑŒÐ½Ð°Ñ ÐºÐ¾Ð½Ñ„ÐµÑ‚ÐºÐ°. Думаю, что еще никто не лаÑкал твое Ñладкое тело! ';
this.ru_strList.scene_1_4 = 'ÐÑ… Ñ‚Ñ‹ Ñтарый извращенец! Ты что неÑешь? Я ÑÐµÐ¹Ñ‡Ð°Ñ Ð·Ð°ÐºÑ€Ð¸Ñ‡Ñƒ на помощь!';
this.ru_strList.scene_1_5 = 'Привет! Ты потерÑлаÑÑŒ? Хочешь провожу.';
this.ru_strList.scene_1_6 = 'Ðет, Ñ Ð½Ðµ потерÑлаÑÑŒ. Я проÑто гулÑÑŽ и не разговариваю Ñ Ð½ÐµÐ·Ð½Ð°ÐºÐ¾Ð¼Ñ†Ð°Ð¼Ð¸.';
this.ru_strList.scene_1_7 = 'Ты как учишьÑÑ?';
this.ru_strList.scene_1_8 = 'Я учуÑÑŒ во вторую Ñмену. Мама должна забирать Ð¼ÐµÐ½Ñ Ð¿Ð¾Ñле школы.';
this.ru_strList.scene_1_9 = 'У Ñ‚ÐµÐ±Ñ ÐµÑÑ‚ÑŒ приÑтель? Он уже забиралÑÑ Ðº тебе в труÑики?';
this.ru_strList.scene_1_10 = 'Ðет! Что за мерзоÑти Ñ‚Ñ‹ неÑешь!?';
this.ru_strList.scene_1_11 = 'Хочешь погулÑем вмеÑте! Я куплю тебе мороженое…';
this.ru_strList.scene_1_12 = 'Вообще-то мама запрещает мне говорить Ñ Ð½ÐµÐ·Ð½Ð°ÐºÐ¾Ð¼Ñ‹Ð¼Ð¸ парнÑми…';
this.fr_strList = new Object();
this.fr_strList.scene_1_1 = 'Salut! Tu es tellement belle ! Tu te promènes toute seule?';
this.fr_strList.scene_1_2 = 'Salut! Oui. J\'attend ma mère.';
this.fr_strList.scene_1_3 = 'Quelle choupette sexy. J\'imagine que personne n\'a pas encore pris soin de ton corps doux!';
this.fr_strList.scene_1_4 = 'T\'es un vieux connard ! De quoi tu parle ? Je vais crier au secours!';
this.fr_strList.scene_1_5 = 'Salut! Tu es perdue ? Je peux t\'aider à chercher la maison?';
this.fr_strList.scene_1_6 = 'Non, je ne suis pas perdue. Je me promène juste et je ne parle pas aux inconnus.';
this.fr_strList.scene_1_7 = 'Quel est ton emploi de temps ?';
this.fr_strList.scene_1_8 = 'Je fais mes études dans la section 4. Ma mère doit venir me chercher après l\'école.';
this.fr_strList.scene_1_9 = 'Tu as un copin ? Il a déjà été dans ta culotte?';
this.fr_strList.scene_1_10 = 'Non ! Quelles sales choses tu dis là !?';
this.fr_strList.scene_1_11 = 'Qu\'est-ce que tu pense si on se promène ensemble. Je t\'achèterai une glace...';
this.fr_strList.scene_1_12 = 'Ma mère m\'interdit de parler avec des garçon étrangers...';
this.hu_strList = new Object();
this.hu_strList.scene_1_1 = 'Szia! Gyönyörű vagy! Egyedül vagy?';
this.hu_strList.scene_1_2 = 'Helló! Igen. Anyukámra várok.';
this.hu_strList.scene_1_3 = 'Milyen szexi kis nyalóka.Szerintem még senki sem simogatta végig az édes kis testedet!';
this.hu_strList.scene_1_4 = 'Hülye perverz! MirÅ‘l beszél? SikÃtani fogok!';
this.hu_strList.scene_1_5 = 'Szia! Eltévedtél? HazakÃsérjelek?';
this.hu_strList.scene_1_6 = 'Nem tévedtem el. Csak sétálgatok, de nem akarok idegenekkel beszélgetni.';
this.hu_strList.scene_1_7 = 'Hányadikos vagy?';
this.hu_strList.scene_1_8 = 'Negyedikes. Anyukám jön értem iskola után!';
this.hu_strList.scene_1_9 = 'Van barátod? Beengedted már a bugyidba?';
this.hu_strList.scene_1_10 = 'Nem! Egyáltalán miről beszél?';
this.hu_strList.scene_1_11 = 'Mi lenne, ha együtt sétálgatnánk? Veszek neked fagyit...';
this.hu_strList.scene_1_12 = 'Anyukám megtiltotta, hogy idegen férfiakkal mászkáljak...';
this.it_strList = new Object();
this.it_strList.scene_1_1 = 'Ciao! Sei tanto bellissima! Stai camminando da sola?';
this.it_strList.scene_1_2 = 'Ciao! Sì. Sto aspettando la mia mamma.';
this.it_strList.scene_1_3 = 'Che sexy ragazzina. Credo che nessuno abbia mai accarezzato il tuo dolcissimo corpo!';
this.it_strList.scene_1_4 = 'Maledetto vecchio mostro! Di che cosa stai parlando? Urlerò per aiuto!';
this.it_strList.scene_1_5 = 'Ciao! Ti sei persa? Forse dovrei accompagnarti?';
this.it_strList.scene_1_6 = 'No, non lo sono. Sto solo camminando e io non parlo a sconosciuti.';
this.it_strList.scene_1_7 = 'A che tipo di scuola studi?';
this.it_strList.scene_1_8 = 'Studio alla quarta classe. La mia mamma dovrebbe incontrarmi dopo scuola!';
this.it_strList.scene_1_9 = 'Hai un ragazzo? Ha già messo le sue mani nelle mutandine tue?';
this.it_strList.scene_1_10 = 'No! Di che terribili cose stai parlando?';
this.it_strList.scene_1_11 = 'Che ne dici di camminare insieme? Ti comprerò un gelato…';
this.it_strList.scene_1_12 = 'La mia mamma mi proibita di camminare con uomini strani…';
this.pl_strList = new Object();
this.pl_strList.scene_1_1 = 'Cześć! Jesteś taka piękna! Jesteś tu sama?';
this.pl_strList.scene_1_2 = 'Witam! Tak. czekam na mojÄ… mamÄ™.';
this.pl_strList.scene_1_3 = 'Jaka seksowna z Ciebie lolitka. Założę się, że nikt jeszcze nie zaopiekował się Twoim słodkim ciałem!';
this.pl_strList.scene_1_4 = 'Pierdolony zboczony staruch! O czym Ty gadasz? Zaraz zacznę krzyczeć o pomoc!';
this.pl_strList.scene_1_5 = 'Cześć! Zgubiłaś się? Chcesz żebym Cię odprowadził do domu?';
this.pl_strList.scene_1_6 = 'Nie, wcale się nie zgubiłam. Po prostu sobię spaceruję i nie rozmawiam z nieznajomymi.';
this.pl_strList.scene_1_7 = 'W której klasie się uczysz?';
this.pl_strList.scene_1_8 = 'Jestem w czwartej klasie. Moja mama zaraz tu będzie odebrać mnie ze szkoły!';
this.pl_strList.scene_1_9 = 'Masz chłopaka? Czy on się już dobierał do Twoich majteczek?';
this.pl_strList.scene_1_10 = 'Nie! O jakich zboczonych rzeczach mi tu opowiadasz?';
this.pl_strList.scene_1_11 = 'Co byś powiedziała na to, że się przejdziemy razem? Mogę kupić Ci loda...';
this.pl_strList.scene_1_12 = 'Mama zabrania mi spacerować z nieznajomymi facetami...';
this.de_strList = new Object();
this.de_strList.scene_1_1 = 'Hi! Du bist so nett! Schliffst Du hier allein?';
this.de_strList.scene_1_2 = 'Hallo! Nein! Ich warte auf meine Mutti!';
this.de_strList.scene_1_3 = 'Was für ein sexy Teens-Mädel! Deiner Körper braucht Liebkosen!';
this.de_strList.scene_1_4 = 'Du bist ein alter Arschloch! Worüber sprichst Du? Ich werde schreien!';
this.de_strList.scene_1_5 = 'Hi! Bist Du allein hier? Darf ich Dich nach Hause begleiten?';
this.de_strList.scene_1_6 = 'Nein, danke. Ich will allein hier spazieren. Außerdem ich spreche mit dem Unbekannten nicht!';
this.de_strList.scene_1_7 = 'Wie alt bist Du?';
this.de_strList.scene_1_8 = 'Ich besuche in die Schule noch. Ich warte auf meine Mutter. Sie holt mich nach der Schule nach Hause ab.';
this.de_strList.scene_1_9 = 'Hast Du einen Freund? Hat er schon in deine Höschen eingekrochen?';
this.de_strList.scene_1_10 = 'Nein! Wie können sie so sagen!';
this.de_strList.scene_1_11 = 'Gehen wir vielleicht zusammen spazieren? Ich kaufe Dich Ice-cream...';
this.de_strList.scene_1_12 = 'Meine Mutter verbietet mir mit unbekannten Männer spazierenzugehen!';
this.ro_strList = new Object();
this.ro_strList.scene_1_1 = 'Salut! Eşti atât de frumoasă! Mergi singură pe aici?';
this.ro_strList.scene_1_2 = 'Salut! Da. O aÅŸtept pe mama mea. ';
this.ro_strList.scene_1_3 = 'Ce fetiţă sexy! Cred că nimeni nu a avut grijă până acum de trupul tău dulce!';
this.ro_strList.scene_1_4 = 'Ciudat bătrân! Despre ce vorbeşti? Voi ţipa după ajutor!';
this.ro_strList.scene_1_5 = 'Salut! Te-ai rătăcit? Poate ar trebui să te conduc acasă?';
this.ro_strList.scene_1_6 = 'Nu, nu m-am piedut. Mă plimb doar şi nu vorbesc cu străinii.';
this.ro_strList.scene_1_7 = 'În ce clasă eşti?';
this.ro_strList.scene_1_8 = 'Sunt în clasa a 4 a. Trebuie să mă întâlnesc cu mama mea după ore!';
this.ro_strList.scene_1_9 = 'Ai un iubit? Te-a atins?';
this.ro_strList.scene_1_10 = 'Nu! Despre ce lucruri păcătoase vorbeşti?';
this.ro_strList.scene_1_11 = 'Ce ai zice să ne plimbăm împreună? Îţi voi cumpăra o îngheţată...';
this.ro_strList.scene_1_12 = 'Mama mea îmi interzice să mă plimb cu tipii ciudaţi...';
this.langList = new Object();
this.langList.en = 'Play';
this.langList.ru = 'Играть';
this.langList.de = 'Spielen';
this.langList.es = 'Jugar';
this.langList.fr = 'Jouer';
this.langList.hu = 'Play';
this.langList.it = 'Gioca!';
this.langList.pl = 'Zagraj';
this.langList.ro = 'Joacă';
this.gameNameList = new Object();
this.gameNameList.en = 'House of Love and Passion';
this.gameNameList.ru = 'Трахни Конфетку';
this.gameNameList.de = 'Lollipop Fick Trip';
this.gameNameList.es = 'Jovencita Viaja por Pollas ';
this.gameNameList.fr = 'Grosse queue pour la Choupette';
this.gameNameList.hu = 'Nyalókás kislány';
this.gameNameList.it = 'Cazzo Lecca-Lecca';
this.gameNameList.pl = 'Chujowa Wycieczka Lolitki';
this.gameNameList.ro = 'Călătorie pe penis cu minora';
};
_global.Strings = v1;
_global.Strings extends MovieClip;
var v2 = v1.prototype;
ASSetPropFlags(_global.Strings.prototype, null, 1);
}
#endinitclip
}
movieClip 482 __Packages.Waiting {
#initclip
if (!_global.Waiting) {
var v1 = function (myFramesQty, myFrame, snd) {
super();
this.framesQty = myFramesQty;
this.gotoFrame = myFrame;
this.counter = 0;
this.mySound = snd;
if (!(this.mySound eq '') and !(this.mySound eq undefined)) {
this.playSound(this.mySound, false);
}
_root.onEnterFrame = function () {
_global.myWaiting.counter += 1;
if (_global.myWaiting.counter >= _global.myWaiting.framesQty) {
_global.myWaiting.kill();
_root.gotoAndStop(_global.myWaiting.gotoFrame);
}
};
};
_global.Waiting = v1;
_global.Waiting extends MovieClip;
var v2 = v1.prototype;
v2.playSound = function (soundName, loop) {
_root.sound.attachSound(soundName);
_root.sound.start();
};
v2.kill = function () {
delete _root.onEnterFrame;
};
ASSetPropFlags(_global.Waiting.prototype, null, 1);
}
#endinitclip
}
movieClip 483 __Packages.Popup {
#initclip
if (!_global.Popup) {
var v1 = function (myList) {
super();
this.popupObject = new Object();
this.popupObject = _root.attachMovie('popup_obj', 'popup_obj', 50);
this.popupObject.popup_1 = new Array(7);
this.popupObject.popup_1[2] = myList.cloud[1];
this.popupObject.popup_1[3] = myList.cloud[2];
this.popupObject.popup_1[6] = myList.cloud[0];
_root[this.popupObject.popup_1[6]]._visible = false;
if (_root[this.popupObject.popup_1[6]].arrow._y > 0) {
this.popupObject.popup_1[1] = _root[this.popupObject.popup_1[6]]._y + 30;
this.popupObject.popup_1[0] = _root[this.popupObject.popup_1[6]]._x - this.popupObject.popup_1[2] + 75;
this.popupObject.popup_1[4] = true;
this.popupObject.popup_1[5] = false;
} else {
if (_root[this.popupObject.popup_1[6]].arrow._y < 0) {
this.popupObject.popup_1[1] = _root[this.popupObject.popup_1[6]]._y - this.popupObject.popup_1[3] - 30;
this.popupObject.popup_1[0] = _root[this.popupObject.popup_1[6]]._x - 33;
this.popupObject.popup_1[4] = false;
this.popupObject.popup_1[5] = true;
} else {
if (_root[this.popupObject.popup_1[6]].arrow._y == 0) {
this.popupObject.popup_1[4] = false;
this.popupObject.popup_1[5] = false;
this.popupObject.popup_1[1] = _root[this.popupObject.popup_1[6]]._y;
this.popupObject.popup_1[0] = _root[this.popupObject.popup_1[6]]._x;
}
}
}
this.popupObject._x = this.popupObject.popup_1[0];
this.popupObject._y = this.popupObject.popup_1[1];
this.popupObject.frame = myList.frame;
this.popupObject.popup_1_2._width = this.popupObject.popup_1[2] - 40;
this.popupObject.popup_2_2._width = this.popupObject.popup_1[2] - 40;
this.popupObject.popup_3_2._width = this.popupObject.popup_1[2] - 40;
this.popupObject.popup_2_1._height = this.popupObject.popup_1[3] - 40;
this.popupObject.popup_2_2._height = this.popupObject.popup_1[3] - 40;
this.popupObject.popup_2_3._height = this.popupObject.popup_1[3] - 40;
this.popupObject.popup_1_3._x = this.popupObject.popup_1[2] - 20;
this.popupObject.popup_2_3._x = this.popupObject.popup_1[2] - 0;
this.popupObject.popup_3_3._x = this.popupObject.popup_1[2] - 20;
this.popupObject.popup_3_1._y = this.popupObject.popup_1[3] - 20;
this.popupObject.popup_3_2._y = this.popupObject.popup_1[3] - 0;
this.popupObject.popup_3_3._y = this.popupObject.popup_1[3] - 20;
_global.gameTexts.text_0.setText(myList.text);
_global.gameTexts.text_0.setAlign('center');
_global.gameTexts.text_0.setPosition(this.popupObject.popup_1[0] + 10, this.popupObject.popup_1[1] + 15);
_global.gameTexts.text_0.setWidth(this.popupObject.popup_1[2] - 20);
_global.gameTexts.text_0.setVisible(true);
this.popupObject.popup_arrow_up._x = this.popupObject.popup_1[2] - 90;
this.popupObject.popup_arrow_down._y = this.popupObject.popup_1[3] - 0;
this.popupObject.popup_button._x = this.popupObject.popup_1[2] - 50;
this.popupObject.popup_button._y = this.popupObject.popup_1[3] - 15;
this.popupObject.popup_arrow_up._visible = this.popupObject.popup_1[4];
this.popupObject.popup_arrow_down._visible = this.popupObject.popup_1[5];
this.popupObject.popup_button.gotoAndStop(1);
this.popupObject.popup_button.onRollOver = function () {
this.gotoAndStop(2);
};
this.popupObject.popup_button.onRollOut = function () {
this.gotoAndStop(1);
};
this.popupObject.popup_button.onDragOut = function () {
this.gotoAndStop(1);
};
this.popupObject.popup_button.onRelease = function () {
_root.gotoAndStop(this._parent.frame);
_global.myPopup.kill();
};
};
_global.Popup = v1;
_global.Popup extends MovieClip;
var v2 = v1.prototype;
v2.kill = function () {
delete this.popupObject.popup_button.onRollOver;
delete this.popupObject.popup_button.onRollOut;
delete this.popupObject.popup_button.onDragOut;
delete this.popupObject.popup_button.onRelease;
_global.gameTexts.text_0.setText('');
this.popupObject.removeMovieClip();
delete this.popupObject;
delete _global.myPopup;
};
ASSetPropFlags(_global.Popup.prototype, null, 1);
}
#endinitclip
}
movieClip 484 __Packages.Regime {
#initclip
if (!_global.Regime) {
var v1 = function (myList, myBtn, myFrame) {
super();
this.regimeData = myList;
this.nextBtn = myBtn;
this.nextframe = myFrame;
this.regimeCurr = 0;
this._passFR = 0;
this._totalFR = 0;
this.regimeData[0].cntr = 0;
this.regimeData[0].pass = true;
this.regimeData[0].time = this.regimeData[0].time * 30 + 1;
this._totalFR += this.regimeData[0].time;
var v5 = 1;
while (v5 < this.regimeData.length) {
this.regimeData[v5].cntr = 0;
this.regimeData[v5].pass = false;
this.regimeData[v5].time = this.regimeData[v5].time * 30 + 1;
this._totalFR += this.regimeData[v5].time;
++v5;
}
_root.counter.gotoAndStop(1);
this.startAnimation(0);
_root[this.nextBtn].gotoAndStop(1);
_root[this.nextBtn].onRollOver = function () {
this.gotoAndStop(2);
};
_root[this.nextBtn].onRollOut = function () {
this.gotoAndStop(1);
};
_root[this.nextBtn].onDragOut = function () {
this.gotoAndStop(1);
};
_root[this.nextBtn].onRelease = function () {
_global.myRegime.kill();
_root.gotoAndStop(myFrame);
};
_root[this.nextBtn]._visible = false;
this.sound = new Sound();
};
_global.Regime = v1;
_global.Regime extends MovieClip;
var v2 = v1.prototype;
v2.init = function () {
var v4 = 0;
while (v4 < this.regimeData.length) {
_root[this.regimeData[v4].btn].gotoAndStop(1);
if (this.regimeData[v4].pass eq true) {
if (v4 != this.regimeCurr) {
_root[this.regimeData[v4].btn].id = v4;
_root[this.regimeData[v4].btn].onRollOver = function () {
this.gotoAndStop(2);
};
_root[this.regimeData[v4].btn].onRollOut = function () {
this.gotoAndStop(1);
};
_root[this.regimeData[v4].btn].onDragOut = function () {
this.gotoAndStop(1);
};
_root[this.regimeData[v4].btn].onRelease = function () {
_global.myRegime.startAnimation(this.id);
};
} else {
_root[this.regimeData[v4].btn].gotoAndStop(3);
}
_root[this.regimeData[v4].btn]._alpha = 100;
} else {
_root[this.regimeData[v4].btn]._alpha = 30;
}
++v4;
}
};
v2.drop = function () {
var v3 = 0;
while (v3 < this.regimeData.length) {
if (this.regimeData[v3].pass eq true) {
delete _root[this.regimeData[v3].btn].onRollOver;
delete _root[this.regimeData[v3].btn].onRollOut;
delete _root[this.regimeData[v3].btn].onDragOut;
delete _root[this.regimeData[v3].btn].onRelease;
}
++v3;
}
};
v2.startAnimation = function (myID) {
this.drop();
this.regimeCurr = myID;
clearInterval(this.regimeIntr);
_root.gotoAndStop(this.regimeData[myID].frame);
this.regimeIntr = setInterval(this, 'runAnimation', 33);
this.init();
this.sound.stop(this.soundName);
if (myID > 0) {
this.soundName = this.regimeData[myID].snd;
this.playSound(this.soundName, true);
} else {
_root.sound.stop(this._sound);
}
};
v2.runAnimation = function () {
if (this.regimeData[this.regimeCurr].cntr < this.regimeData[this.regimeCurr].time) {
this.regimeData[this.regimeCurr].cntr += 1;
this._passFR += 1;
_root.counter.gotoAndStop(int(500 * this._passFR / this._totalFR));
if (this.regimeData[this.regimeCurr].cntr == this.regimeData[this.regimeCurr].time) {
this.drop();
this.regimeData[this.regimeCurr + 1].pass = true;
this.init();
if (this.regimeCurr == this.regimeData.length - 1) {
_root[this.nextBtn]._visible = true;
}
}
}
};
v2.kill = function () {
_root.sound.stop(this._sound);
this.regimeIntr = setInterval(this, 'runAnimation', 33);
this.drop();
delete this.regimeData;
};
v2.playSound = function (soundName, loop) {
if (!(this._sound eq undefined)) {
_root.sound.stop(this._sound);
}
this._sound = soundName;
_root.sound.attachSound(soundName);
if (loop) {
_root.sound.start(0, 100000);
} else {
_root.sound.start();
}
};
ASSetPropFlags(_global.Regime.prototype, null, 1);
}
#endinitclip
}
movieClip 485 __Packages.Shakehand {
#initclip
if (!_global.Shakehand) {
var v1 = function (myList) {
super();
this.datasList = myList;
this.datasList.dist = 0;
this.datasList.x = _root._xmouse;
this.datasList.y = _root._ymouse;
this.datasList.last_x = _root._xmouse;
this.datasList.last_y = _root._ymouse;
this.datasList.summ_x = 0;
this.datasList.summ_y = 0;
this.datasList.counter = 0;
this.datasList.status = 0;
this.datasList.fr_jump = 0;
this.datasList.c_frame = _root.scene._currentframe;
this.datasList.m_frame = _root.scene._framesloaded;
_root.scene.gotoAndStop(1);
_root.counter.gotoAndStop(1);
this.popupList = new Object();
this.popupList = _root.attachMovie('popup_obj', 'popup_obj', 50);
this.popupList.popup_button.gotoAndStop(1);
this.popupList.popup_button._visible = false;
this.popupList.popup_arrow_up._visible = false;
this.popupList.popup_arrow_down._visible = false;
this.popupList._x = this.datasList.popup[0];
this.popupList._y = this.datasList.popup[1];
this.popupList.popup_1_2._width = this.datasList.popup[2] - 40;
this.popupList.popup_2_2._width = this.datasList.popup[2] - 40;
this.popupList.popup_3_2._width = this.datasList.popup[2] - 40;
this.popupList.popup_2_1._height = this.datasList.popup[3] - 40;
this.popupList.popup_2_2._height = this.datasList.popup[3] - 40;
this.popupList.popup_2_3._height = this.datasList.popup[3] - 40;
this.popupList.popup_1_3._x = this.datasList.popup[2] - 20;
this.popupList.popup_2_3._x = this.datasList.popup[2] - 0;
this.popupList.popup_3_3._x = this.datasList.popup[2] - 20;
this.popupList.popup_3_1._y = this.datasList.popup[3] - 20;
this.popupList.popup_3_2._y = this.datasList.popup[3] - 0;
this.popupList.popup_3_3._y = this.datasList.popup[3] - 20;
_global.gameTexts.text_0.setText(this.datasList.popup[4]);
_global.gameTexts.text_0.setAlign('center');
_global.gameTexts.text_0.setPosition(this.datasList.popup[0] + 10, this.datasList.popup[1] + 15);
_global.gameTexts.text_0.setWidth(this.datasList.popup[2] - 20);
_global.gameTexts.text_0.setVisible(true);
trace(this.datasList.popup[0]);
this.interval = setInterval(this.actionWaiting, 30, this);
};
_global.Shakehand = v1;
_global.Shakehand extends MovieClip;
var v2 = v1.prototype;
v2.actionWaiting = function (obj) {
var v9 = _root._xmouse;
var v10 = _root._ymouse;
var v11 = Math.sqrt(Math.pow(v9 - obj.datasList.x, 2) + Math.pow(v10 - obj.datasList.y, 2));
this.datasList.status -= 1;
if (obj.datasList.dist <= v11) {
obj.datasList.dist = v11;
} else {
var v13 = Math.abs(obj.datasList.x - obj.datasList.last_x) * Math.cos(obj.datasList.angle * Math.PI / 180);
var v12 = Math.abs(obj.datasList.y - obj.datasList.last_y) * Math.sin(obj.datasList.angle * Math.PI / 180);
var v14 = Math.sqrt(Math.pow(v13, 2) + Math.pow(v12, 2));
var v8 = v14 / obj.datasList.counter * obj.datasList.difficulty;
if (v8 > 7 * obj.datasList.counter) {
v8 = 7 * obj.datasList.counter;
}
obj.datasList.status += Math.ceil(v8);
obj.datasList.counter = 0;
obj.datasList.dist = 0;
obj.datasList.x = v9;
obj.datasList.y = v10;
}
var v6 = 100 * obj.datasList.status / 1000;
if (v6 > 100) {
v6 = 100;
}
obj.datasList.fr_jump = Math.ceil(obj.datasList.maxFrameJump * v6 / 100) + obj.datasList.minFrameJump;
var v5 = obj.datasList.c_frame + obj.datasList.fr_jump;
if (v5 > obj.datasList.m_frame) {
v5 -= obj.datasList.m_frame;
}
obj.datasList.c_frame = v5;
_root.scene.gotoAndStop(obj.datasList.c_frame);
if (int(499 * obj.datasList.status / 1000) + 1 > _root.counter._currentframe) {
_root.counter.nextFrame();
_root.counter.nextFrame();
} else {
if (int(499 * obj.datasList.status / 1000) + 1 < _root.counter._currentframe) {
_root.counter.prevFrame();
_root.counter.prevFrame();
}
}
obj.datasList.last_x = v9;
obj.datasList.last_y = v10;
++obj.datasList.counter;
if (obj.datasList.status > 0) {
var v7 = obj.datasList.status * 0.005 + 1;
if (v7 > 5) {
v7 = 5;
}
obj.datasList.status -= v7;
}
if (obj.datasList.status < 0) {
obj.datasList.status = 0;
}
if (v6 >= 100) {
_root.gotoAndStop(obj.datasList.frame);
_global.myShakehand.kill();
}
};
v2.kill = function () {
clearInterval(this.interval);
_global.gameTexts.text_0.setText('');
this.popupList.removeMovieClip();
delete this.popupList;
delete _global.myShakehand;
};
ASSetPropFlags(_global.Shakehand.prototype, null, 1);
}
#endinitclip
}
frame 2 {
gotoAndPlay(1);
}
movieClip 238 {
}
movieClip 240 {
}
movieClip 243 {
}
movieClip 246 {
}
frame 3 {
_global.LanguageGame = 'en';
_global.OnlineGame = 'online';
_global.mainUrl = 'http://www.adultgamecenter.com';
var def_url = '/direct-sales/';
trace('ПытаемÑÑ Ñчитать из flashvars переменную partner');
var var_url = _root.partner;
if (var_url == undefined || var_url == null) {
trace('Ð¿ÐµÑ€ÐµÐ¼ÐµÐ½Ð½Ð°Ñ flashvars.partner == ' + var_url);
_global.my_xml_data = new XML();
_global.my_xml_data.ignoreWhite = true;
trace('ПытаемÑÑ Ð·Ð°Ð³Ñ€ÑƒÐ·Ð¸Ñ‚ÑŒ файл partner.xml');
_global.my_xml_data.load('partner.xml');
_global.my_xml_data.onLoad = function (flag) {
trace('Загрузка завершилаÑÑŒ хорошо? = ' + flag);
if (flag) {
if (_global.my_xml_data.status == 0) {
_global.mainUrl += _global.my_xml_data.firstChild.firstChild.nodeValue;
trace('ÐÐ´Ñ€ÐµÑ = ' + _global.mainUrl);
} else {
trace('Ошибка обработки XML файла №' + _global.my_xml_data.status);
_global.mainUrl += def_url;
trace('ÐÐ´Ñ€ÐµÑ = ' + _global.mainUrl);
}
} else {
_global.mainUrl += def_url;
trace('ÐÐ´Ñ€ÐµÑ = ' + _global.mainUrl);
}
};
} else {
_global.mainUrl += var_url;
trace('ÐÐ´Ñ€ÐµÑ = ' + _global.mainUrl);
}
_global.gameTexts = new Object();
_global.gameTexts.dialog_0 = new Texts('dialog_0', 'gialog', 10, 10, 0, 'left', 0, 1000, '');
_global.gameTexts.dialog_1 = new Texts('dialog_1', 'gialog', 10, 45, 0, 'left', 0, 1001, '');
_global.gameTexts.dialog_2 = new Texts('dialog_2', 'gialog', 10, 80, 0, 'left', 0, 1002, '');
_global.gameTexts.dialog_3 = new Texts('dialog_3', 'gialog', 10, 80, 0, 'left', 0, 1003, '');
_global.gameTexts.dialog_4 = new Texts('dialog_4', 'gialog', 10, 80, 0, 'left', 0, 1004, '');
_global.gameTexts.text_0 = new Texts('text_0', 'gialog', 10, 80, 0, 'left', 0, 1010, '');
_global.gameTexts.text_1 = new Texts('text_1', 'gialog', 10, 80, 0, 'left', 0, 1011, '');
_global.strings = new Strings();
_global.str = _global.strings[_global.LanguageGame + '_strList'];
_global.str2 = _global.strings.langList;
_global.gameName = _global.strings.gameNameList;
_global.haveOfficeSex = false;
_global.haveRoom_1Sex = false;
_global.haveRoom_2Sex = false;
_root.btn_logo.onRelease = function () {
getURL(_global.mainUrl, 'blank');
};
_root.sound = new Sound(_root.sound_switch);
_root.sound1 = new Sound(_root.music_switch);
_root.sound1.attachSound('music');
_root.sound1.start(0, 100000);
_root.music_vol = 50;
_root.sound1.setVolume(_root.music_vol);
_root.music_switch.gotoAndStop(1);
_root.music_switch.onRelease = function () {
if (_root.music_vol == 50) {
_root.music_switch.gotoAndStop(2);
_root.music_vol = 0;
} else {
_root.music_switch.gotoAndStop(1);
_root.music_vol = 50;
}
_root.sound1.setVolume(_root.music_vol);
};
_root.sound_vol = 100;
_root.sound_switch.gotoAndStop(1);
_root.sound_switch.onRelease = function () {
if (_root.sound_vol == 100) {
_root.sound_switch.gotoAndStop(2);
_root.sound_vol = 0;
} else {
_root.sound_switch.gotoAndStop(1);
_root.sound_vol = 100;
}
_root.sound.setVolume(_root.sound_vol);
};
}
frame 5 {
}
frame 9 {
game_name.text = _global.gameName[_global.LanguageGame];
vv.onRelease = function () {
_root.gotoAndStop(86);
};
zx.onRelease = function () {
getURL(_global.mainUrl, 'blank');
};
stop();
}
movieClip 248 {
}
movieClip 250 {
}
// unknown tag 88 length 50
movieClip 253 {
}
movieClip 254 {
}
movieClip 255 {
}
// unknown tag 88 length 62
movieClip 260 {
}
movieClip 261 {
}
movieClip 262 {
}
frame 86 {
_global.myWaiting = new Waiting(302, 87);
stop;
}
movieClip 265 {
frame 331 {
stop();
}
}
movieClip 268 {
frame 30 {
stop();
}
}
frame 87 {
_global.myPopup = new Popup({'cloud': ['mess_cloud', 250, 70], 'frame': 88, 'text': _global.str.scene_1_42});
stop();
}
movieClip 270 {
}
movieClip 271 {
}
frame 88 {
_global.myWaiting = new Waiting(740, 89);
stop;
}
movieClip 273 {
frame 740 {
stop();
}
}
frame 89 {
_global.regimeList = new Array({'btn': 'temp_1', 'time': 0, 'frame': 90, 'snd': 'sos_1'}, {'btn': 'temp_2', 'time': 9, 'frame': 91, 'snd': 'sos_2'}, {'btn': 'temp_3', 'time': 9, 'frame': 92, 'snd': 'sos_3'}, {'btn': 'temp_4', 'time': 9, 'frame': 93, 'snd': 'sos_1'});
_global.myRegime = new Regime(_global.regimeList, 'btn_next', 94);
stop();
}
movieClip 277 {
}
movieClip 278 {
}
movieClip 279 {
}
movieClip 282 {
}
movieClip 284 {
}
movieClip 285 {
}
movieClip 287 {
}
movieClip 289 {
}
movieClip 291 {
}
movieClip 292 {
}
movieClip 293 {
}
movieClip 295 {
}
movieClip 297 {
frame 100 {
gotoAndPlay(81);
}
}
movieClip 299 {
frame 62 {
gotoAndPlay(37);
}
}
frame 94 {
_global.myShakehand = new Shakehand({'angle': 180, 'difficulty': 1, 'minFrameJump': 0, 'maxFrameJump': 3, 'frame': 97, 'popup': [100, 400, 200, 60, 'Shake your mouse left\'n\'right to make it faster']});
stop();
}
movieClip 301 {
}
frame 97 {
_global.myWaiting = new Waiting(67, 98);
stop;
}
movieClip 303 {
frame 67 {
stop();
}
}
frame 98 {
_global.myShakehand = new Shakehand({'angle': 90, 'difficulty': 1, 'minFrameJump': 0, 'maxFrameJump': 3, 'frame': 101, 'popup': [100, 400, 200, 60, 'Shake your mouse up\'n\'down to make it faster']});
stop();
}
movieClip 305 {
}
frame 101 {
_global.myWaiting = new Waiting(343, 102);
stop;
}
movieClip 307 {
frame 507 {
stop();
}
}
frame 102 {
_global.myWaiting = new Waiting(232, 103);
stop;
}
movieClip 309 {
frame 293 {
stop();
}
}
frame 103 {
_global.myPopup = new Popup({'cloud': ['mess_cloud', 250, 70], 'frame': 104, 'text': _global.str.scene_1_43});
stop();
}
frame 104 {
_global.myPopup = new Popup({'cloud': ['mess_cloud', 250, 70], 'frame': 105, 'text': _global.str.scene_1_44});
stop();
}
movieClip 311 {
frame 31 {
stop();
}
}
frame 105 {
_global.myShakehand = new Shakehand({'angle': 180, 'difficulty': 1, 'minFrameJump': 0, 'maxFrameJump': 3, 'frame': 108, 'popup': [100, 400, 200, 60, 'Shake your mouse left\'n\'right to make it faster']});
stop();
}
movieClip 313 {
}
frame 108 {
_global.myWaiting = new Waiting(682, 109);
stop;
}
movieClip 315 {
frame 682 {
stop();
}
}
frame 109 {
_global.regimeList = new Array({'btn': 'temp_1', 'time': 0, 'frame': 110, 'snd': 'temp_1'}, {'btn': 'temp_2', 'time': 9, 'frame': 111, 'snd': 'temp_2'}, {'btn': 'temp_3', 'time': 9, 'frame': 112, 'snd': 'temp_3'}, {'btn': 'temp_4', 'time': 9, 'frame': 113, 'snd': 'temp_4'});
_global.myRegime = new Regime(_global.regimeList, 'btn_next', 114);
stop();
}
movieClip 317 {
}
movieClip 319 {
}
movieClip 321 {
}
movieClip 324 {
}
movieClip 327 {
}
movieClip 329 {
}
movieClip 331 {
}
movieClip 333 {
}
movieClip 335 {
frame 37 {
gotoAndPlay(1);
}
}
frame 114 {
_global.myWaiting = new Waiting(706, 115);
stop;
}
movieClip 337 {
frame 719 {
stop();
}
}
frame 115 {
_global.myPopup = new Popup({'cloud': ['mess_cloud', 250, 70], 'frame': 116, 'text': _global.str.scene_1_45});
stop();
}
frame 116 {
_global.myWaiting = new Waiting(74, 117);
stop;
}
movieClip 339 {
frame 138 {
stop();
}
}
frame 117 {
_global.myPopup = new Popup({'cloud': ['mess_cloud', 250, 70], 'frame': 118, 'text': _global.str.scene_1_46});
stop();
}
frame 118 {
_global.myWaiting = new Waiting(37, 119);
stop;
}
movieClip 341 {
frame 76 {
stop();
}
}
frame 119 {
_global.myPopup = new Popup({'cloud': ['mess_cloud', 250, 70], 'frame': 120, 'text': _global.str.scene_1_47});
stop();
}
frame 120 {
_global.myWaiting = new Waiting(20, 121);
stop;
}
movieClip 343 {
frame 53 {
stop();
}
}
frame 121 {
_global.myPopup = new Popup({'cloud': ['mess_cloud', 250, 70], 'frame': 122, 'text': _global.str.scene_1_48});
stop();
}
frame 122 {
_global.myWaiting = new Waiting(24, 123);
stop;
}
movieClip 345 {
frame 74 {
stop();
}
}
frame 123 {
_global.myPopup = new Popup({'cloud': ['mess_cloud', 250, 70], 'frame': 124, 'text': _global.str.scene_1_49});
stop();
}
frame 124 {
_global.myWaiting = new Waiting(30, 125);
stop;
}
movieClip 348 {
frame 30 {
stop();
}
}
frame 235 {
_root.qweasd.onRelease = function () {
getURL(_global.mainUrl, 'blank');
};
stop();
}
movieClip 351 {
}
movieClip 352 {
}
movieClip 355 {
}
movieClip 358 {
}
movieClip 365 {
}
movieClip 380 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 383 {
}
movieClip 388 {
}
movieClip 391 {
}
movieClip 394 {
}
movieClip 397 {
}
movieClip 398 {
frame 1 {
gol.gotoAndStop(1);
}
}
movieClip 401 {
}
movieClip 404 {
}
movieClip 407 {
}
movieClip 410 {
}
movieClip 423 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 426 {
}
movieClip 429 {
}
movieClip 432 {
}
movieClip 435 {
}
movieClip 438 {
}
movieClip 441 {
}
movieClip 444 {
}
movieClip 447 {
}
movieClip 450 {
}
movieClip 453 {
}
movieClip 456 {
}
movieClip 459 {
}
movieClip 462 {
}
movieClip 465 {
}
movieClip 468 {
}
movieClip 471 {
}
movieClip 472 {
frame 1 {
gol.gotoAndStop(1);
}
}
// unknown tag 88 length 138
movieClip 476 {
}
movieClip 477 {
}
movieClip 479 {
}