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 492 __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 493 __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 = 'Please let me touch your boobs. I like it so much!';
this.en_strList.scene_1_2 = 'Fuck off me!';
this.en_strList.scene_1_3 = 'Please! Do you feel my fingers teasing you?';
this.en_strList.scene_1_4 = 'Yeah, you are so gentle... I\'ll show you something!';
this.en_strList.scene_1_5 = 'Oh, Gosh! You are so sexy!';
this.en_strList.scene_1_6 = 'Take me now, squeeze my nipples!';
this.en_strList.scene_1_7 = 'Hello, Mr. McMillan!';
this.en_strList.scene_1_8 = 'You have a lesson today.';
this.en_strList.scene_1_9 = 'I can not be a form master, I have not enough qualification for it! ';
this.en_strList.scene_1_10 = 'I know, but you have enough knowledge and experience. ';
this.en_strList.scene_1_11 = 'Let\'s begin the lesson! Go to the black-board, Miss Brown!';
this.en_strList.scene_1_12 = 'Have you prepared your home-task?';
this.en_strList.scene_1_13 = 'No, I forgot.';
this.en_strList.scene_1_14 = 'Tell us, who is the first president of the US?';
this.en_strList.scene_1_15 = 'I don\'t know...';
this.en_strList.scene_1_16 = 'I think that you won\'t finish the class this year';
this.en_strList.scene_1_17 = 'I will explain you everything after the lesson!';
this.en_strList.scene_1_18 = 'Well, Miss Brown, what do want to say to me? ';
this.en_strList.scene_1_19 = 'You are an old freak!';
this.en_strList.scene_1_20 = 'Why should I change my mind about you?';
this.en_strList.scene_1_21 = 'I\'ll pay you!';
this.en_strList.scene_1_22 = 'I hope you will do everything to make me change my mind!';
this.en_strList.scene_1_23 = '...Oh... I\'ll blow you!';
this.en_strList.scene_1_24 = 'I\'ll make you fell yourself on top of the world! Just relax!';
this.en_strList.scene_1_25 = 'Do you like it?';
this.en_strList.scene_1_26 = 'I may let you in me!';
this.en_strList.scene_1_27 = 'Wanna try?';
this.en_strList.scene_1_28 = 'You are so young and sexy!';
this.en_strList.scene_1_29 = 'Never thought that you were so sex experienced...';
this.en_strList.scene_1_30 = 'Of course I want to penetrate in you!';
this.en_strList.scene_1_31 = 'Just stroke a little bit more!';
this.en_strList.scene_1_32 = 'Okay!';
this.en_strList.scene_1_33 = 'What pose do you prefer?';
this.en_strList.scene_1_34 = 'I like all!';
this.en_strList.scene_1_35 = 'Open pussy, you young bitch!';
this.en_strList.scene_1_36 = 'Oh, I like hard sex!';
this.en_strList.scene_1_37 = 'Okay then, do with my cock whatever you want!';
this.en_strList.scene_1_38 = 'Be careful with rash words!';
this.en_strList.scene_1_39 = 'So, let me in your cunt!';
this.en_strList.scene_1_40 = 'Don\'t be hurry! Enjoy the process!';
this.en_strList.scene_1_41 = 'May be you\'ll advise me something interesting?';
this.en_strList.scene_1_42 = 'I can do you a titfuck!';
this.en_strList.scene_1_43 = 'I like the taste of your dick. I want you so much!';
this.en_strList.scene_1_44 = 'I like your sex style. I hope to meet you the next time, after lessons! ';
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 = 'School Sex Master';
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 494 __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 495 __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 496 __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 497 __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(13);
};
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 13 {
_global.myWaiting = new Waiting(263, 14);
stop;
}
movieClip 265 {
frame 263 {
stop();
}
}
movieClip 268 {
frame 30 {
stop();
}
}
frame 14 {
_global.myPopup = new Popup({'cloud': ['mess_cloud', 250, 70], 'frame': 15, 'text': _global.str.scene_1_1});
stop();
}
movieClip 270 {
frame 178 {
stop();
}
}
movieClip 272 {
}
movieClip 273 {
}
frame 15 {
_global.myWaiting = new Waiting(1, 16);
stop;
}
movieClip 275 {
frame 28 {
stop();
}
frame 85 {
stop();
}
}
frame 16 {
_global.myPopup = new Popup({'cloud': ['mess_cloud', 250, 70], 'frame': 17, 'text': _global.str.scene_1_2});
stop();
}
frame 17 {
zxdn34n234n.gotoAndPlay('sex1');
_global.myWaiting = new Waiting(56, 18);
stop;
}
frame 18 {
_global.myPopup = new Popup({'cloud': ['mess_cloud', 250, 70], 'frame': 19, 'text': _global.str.scene_1_3});
stop();
}
movieClip 277 {
frame 64 {
stop();
}
}
frame 19 {
_global.myWaiting = new Waiting(234, 20);
stop;
}
movieClip 279 {
frame 234 {
stop();
}
}
frame 20 {
nx4n53n45.gotoAndPlay('sex1');
_global.myWaiting = new Waiting(90, 21);
stop;
}
movieClip 281 {
frame 192 {
stop();
}
}
frame 21 {
_global.myPopup = new Popup({'cloud': ['mess_cloud', 250, 70], 'frame': 22, 'text': _global.str.scene_1_4});
stop();
}
frame 22 {
_global.myWaiting = new Waiting(352, 23);
stop;
}
movieClip 283 {
frame 352 {
stop();
}
}
frame 23 {
_global.myWaiting = new Waiting(92, 24);
stop;
}
movieClip 285 {
frame 92 {
stop();
}
}
frame 24 {
_global.myPopup = new Popup({'cloud': ['mess_cloud', 250, 70], 'frame': 25, 'text': _global.str.scene_1_5});
stop();
}
movieClip 287 {
frame 68 {
stop();
}
}
frame 25 {
bnxd4n534n5.gotoAndPlay('sex1');
_global.myPopup = new Popup({'cloud': ['mess_cloud', 250, 70], 'frame': 26, 'text': _global.str.scene_1_6});
stop();
}
movieClip 289 {
frame 157 {
stop();
}
}
frame 26 {
_global.myWaiting = new Waiting(118, 27);
stop;
}
movieClip 291 {
frame 118 {
stop();
}
}
frame 27 {
_global.regimeList = new Array({'btn': 'temp_1', 'time': 0, 'frame': 28, 'snd': 'temp_1'}, {'btn': 'temp_2', 'time': 9, 'frame': 29, 'snd': 'temp_2'}, {'btn': 'temp_3', 'time': 9, 'frame': 30, 'snd': 'temp_3'}, {'btn': 'temp_4', 'time': 9, 'frame': 31, 'snd': 'temp_4'});
_global.myRegime = new Regime(_global.regimeList, 'btn_next', 32);
stop();
}
movieClip 293 {
}
movieClip 297 {
}
movieClip 299 {
}
movieClip 300 {
}
movieClip 301 {
}
movieClip 302 {
}
movieClip 303 {
}
movieClip 304 {
}
movieClip 305 {
}
movieClip 306 {
}
movieClip 307 {
}
movieClip 308 {
}
movieClip 309 {
}
movieClip 310 {
}
movieClip 311 {
}
movieClip 313 {
}
movieClip 315 {
frame 57 {
gotoAndPlay(45);
}
}
movieClip 317 {
frame 86 {
gotoAndPlay(56);
}
}
frame 32 {
_global.myWaiting = new Waiting(45, 33);
stop;
}
movieClip 319 {
frame 45 {
stop();
}
}
frame 33 {
_global.myShakehand = new Shakehand({'angle': 90, 'difficulty': 1, 'minFrameJump': 1, 'maxFrameJump': 2, 'frame': 35, 'popup': [100, 400, 200, 60, 'Shake your mouse up\'n\'down to make it faster']});
stop();
}
movieClip 321 {
}
frame 35 {
_global.myWaiting = new Waiting(448, 36);
stop;
}
movieClip 323 {
frame 448 {
stop();
}
}
frame 36 {
_global.myWaiting = new Waiting(91, 37);
stop;
}
movieClip 325 {
}
frame 37 {
_global.myWaiting = new Waiting(258, 38);
stop;
}
movieClip 327 {
frame 258 {
stop();
}
}
frame 38 {
_global.regimeList = new Array({'btn': 'temp_1', 'time': 0, 'frame': 39, 'snd': 'temp_1'}, {'btn': 'temp_2', 'time': 9, 'frame': 40, 'snd': 'temp_2'}, {'btn': 'temp_3', 'time': 9, 'frame': 41, 'snd': 'temp_3'}, {'btn': 'temp_4', 'time': 9, 'frame': 42, 'snd': 'temp_4'});
_global.myRegime = new Regime(_global.regimeList, 'btn_next', 43);
stop();
}
movieClip 329 {
frame 75 {
gotoAndPlay(56);
}
}
movieClip 331 {
}
movieClip 334 {
}
movieClip 335 {
}
movieClip 336 {
}
movieClip 339 {
}
movieClip 341 {
}
movieClip 342 {
}
movieClip 343 {
}
movieClip 346 {
}
movieClip 348 {
}
movieClip 349 {
}
movieClip 351 {
frame 30 {
gotoAndPlay(13);
}
}
movieClip 353 {
frame 155 {
gotoAndPlay(95);
}
}
movieClip 355 {
frame 15 {
gotoAndPlay(4);
}
}
frame 43 {
_global.myWaiting = new Waiting(530, 44);
stop;
}
movieClip 357 {
frame 530 {
stop();
}
}
frame 44 {
_global.myWaiting = new Waiting(30, 150);
stop;
}
movieClip 360 {
frame 30 {
stop();
}
}
frame 150 {
_root.qweasd.onRelease = function () {
getURL(_global.mainUrl, 'blank');
};
stop();
}
movieClip 363 {
}
movieClip 364 {
}
movieClip 367 {
}
movieClip 370 {
}
movieClip 377 {
}
movieClip 392 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 395 {
}
movieClip 400 {
}
movieClip 403 {
}
movieClip 406 {
}
movieClip 409 {
}
movieClip 410 {
frame 1 {
gol.gotoAndStop(1);
}
}
movieClip 413 {
}
movieClip 416 {
}
movieClip 419 {
}
movieClip 422 {
}
movieClip 435 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
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 474 {
}
movieClip 477 {
}
movieClip 480 {
}
movieClip 483 {
}
movieClip 484 {
frame 1 {
gol.gotoAndStop(1);
}
}
// unknown tag 88 length 138
movieClip 488 {
}
movieClip 489 {
}
movieClip 491 {
}