STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228030
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2560 · P5119

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/24899322?noj=FRM24899322-20DC" width="1" height="1"></div>

Dildo Wonder.swf

This is the info page for
Flash #119642

(Click the ID number above for more basic data on this flash file.)


ActionScript [AS1/AS2]
Combined Code
// unknown tag 88 length 70 movieClip 3 gialog { } movieClip 7 btn_next { } movieClip 16 { } // unknown tag 88 length 153 movieClip 19 more_games_btn { } // unknown tag 88 length 74 movieClip 26 { } movieClip 29 { } movieClip 32 { frame 20 { stop(); } } movieClip 33 button_play { } movieClip 35 { } movieClip 37 { } movieClip 39 { } movieClip 41 { } movieClip 43 { } movieClip 45 { } movieClip 47 { } movieClip 49 { } movieClip 51 { } movieClip 55 { } movieClip 56 { } movieClip 57 { } movieClip 58 popup_obj { } movieClip 60 { } movieClip 62 { } movieClip 64 { } movieClip 65 { } movieClip 66 phrase_area { } movieClip 70 btn_more { } movieClip 73 btn_again { } movieClip 76 { } movieClip 77 { } movieClip 78 actionPoint { } 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.perc.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(18); } } _global.dildoMark = 'dildo'; _global.dickMark = 'dick'; _global.usedButtons = new Object(); } movieClip 82 { } movieClip 88 { } movieClip 89 { frame 20 { stop(); } } movieClip 90 { frame 20 { stop(); } } movieClip 91 { } movieClip 93 { } movieClip 94 { } movieClip 96 { } movieClip 97 { } movieClip 99 { } movieClip 100 { } movieClip 101 { } movieClip 102 { } movieClip 103 { } movieClip 104 { } movieClip 105 { } movieClip 106 { } movieClip 107 { } movieClip 108 { } movieClip 110 { } movieClip 113 { } movieClip 115 { } movieClip 116 { } movieClip 121 { frame 1 { stop(); } instance of movieClip 116 { onClipEvent (load) { total = _root.getBytesTotal(); } onClipEvent (enterFrame) { loaded = _root.getBytesLoaded(); percent = int((loaded / total) * 100); text = percent + '%'; gotoAndStop(percent); if (loaded == total) { _root.gotoAndPlay(2); } } } frame 570 { stop(); } } movieClip 1362 __Packages.SoundManager { #initclip if (!_global.SoundManager) { var v1 = function () { super(); this.sndMusic = new Sound(_root.music_switch); this.sndSound = new Sound(_root.sound_switch); this.sndMusic.setVolume(this.musicVolume); this.sndSound.setVolume(this.soundVolume); _root.music_switch.gotoAndStop('_on'); _root.sound_switch.gotoAndStop('_on'); _root.music_switch.onRelease = this.muteMusic; _root.sound_switch.onRelease = this.muteSound; this.sndMusic.onSoundComplete = this.repeatMusic; this.sndSound.onSoundComplete = this.repeatSound; }; _global.SoundManager = v1; _global.SoundManager extends MovieClip; var v2 = v1.prototype; v2.addMusic = function (new_music, interval) { if (interval != 0) { _global.intID_music = setInterval(this.addingMusic, interval, new_music); } else { _global.music.addingMusic(new_music); } }; v2.addSound = function (new_sound, interval, toRepeat) { if (interval != 0) { _global.intID_sound = setInterval(this.addingSound, interval, new_sound, toRepeat); } else { _global.music.addingSound(new_sound, toRepeat); } }; v2.stopMusic = function () { _global.music.sndMusic.stop(); }; v2.stopSound = function () { _global.music.sndSound.stop(); }; v2.dontRepeatSound = function () { _global.music.toRepeatSound = false; }; v2.muteMusic = function () { if (!_global.music.isMusicMute) { _root.music_switch.gotoAndStop('_off'); _global.music.isMusicMute = true; _global.music.sndMusic.setVolume(0); } else { _root.music_switch.gotoAndStop('_on'); _global.music.isMusicMute = false; _global.music.sndMusic.setVolume(_global.music.musicVolume); } trace('Music ' + !_global.music.isMusicMute); }; v2.muteSound = function () { if (!_global.music.isSoundMute) { _root.sound_switch.gotoAndStop('_off'); _global.music.isSoundMute = true; _global.music.sndSound.setVolume(0); } else { _root.sound_switch.gotoAndStop('_on'); _global.music.isSoundMute = false; _global.music.sndSound.setVolume(_global.music.soundVolume); } trace('Sound ' + !_global.music.isSoundMute); }; v2.addingMusic = function (new_music) { clearInterval(_global.intID_music); _global.music.sndMusic.stop(); trace(_global.music.sndMusic); _global.music.sndMusic.attachSound(new_music); _global.music.sndMusic.start(); }; v2.repeatMusic = function () { trace('repeat Music'); _global.music.sndMusic.start(); }; v2.addingSound = function (new_sound, toRepeat) { clearInterval(_global.intID_sound); _global.music.sndSound.stop(); trace('adding Sound = ' + new_sound); _global.music.sndSound.attachSound(new_sound); _global.music.toRepeatSound = toRepeat; _global.music.sndSound.start(); }; v2.repeatSound = function () { trace('repeat Sound ' + _global.music.toRepeatSound); if (_global.music.toRepeatSound) { _global.music.sndSound.start(); } }; v2.musicVolume = 50; v2.soundVolume = 100; v2.isMusicMute = false; v2.isSoundMute = false; v2.toRepeatSound = false; ASSetPropFlags(_global.SoundManager.prototype, null, 1); } #endinitclip } movieClip 1363 __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 1364 __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 = 'Hi! Do I know you? '; this.en_strList.scene_1_2 = 'I don\'t think so... '; this.en_strList.scene_1_3 = ' Hello, girl! May I ask your name?'; this.en_strList.scene_1_4 = 'No! '; this.en_strList.scene_1_5 = 'Nice look! '; this.en_strList.scene_1_6 = 'Thanks! '; this.en_strList.scene_1_7 = 'Don\'t you remember me? I am Nicky! '; this.en_strList.scene_1_8 = 'To remember all names is not my duty! '; this.en_strList.scene_1_9 = ' You are just pretending! You can not miss such a handsome guy!'; this.en_strList.scene_1_10 = ' Self-confidence won\'t help you fuck me!'; this.en_strList.scene_1_11 = ' Well... what a pity! You are so beautiful!'; this.en_strList.scene_1_12 = 'Really? '; this.en_strList.scene_1_13 = ' Yeah! I never pay attention to plain girls...'; this.en_strList.scene_1_14 = 'If it is so... Let me show you something! '; this.en_strList.scene_1_15 = ' No, I am kidding!'; this.en_strList.scene_1_16 = 'Freak!'; this.en_strList.scene_1_17 = 'Sure! I know that you are the best sucker-girl in the district!'; this.en_strList.scene_1_18 = 'Fuck you asshole!'; this.en_strList.scene_1_19 = 'The light in your eyes makes my dick hard-on...'; this.en_strList.scene_1_20 = 'What the dick means? '; this.en_strList.scene_1_21 = 'Don\'t be shy, girl! What is your name, by the way?'; this.en_strList.scene_1_22 = 'I think, it doesn\'t matter now.'; this.en_strList.scene_1_23 = ' Let me help you to undress.'; this.en_strList.scene_1_24 = 'No, I prefer to stay in clothes.'; this.en_strList.scene_1_25 = 'Oh... if you answer this way, I don\'t think that you are so innocent as I think...'; this.en_strList.scene_1_26 = 'You are right! I am a dirty slut with a pussy full of tasty juice for you!'; this.en_strList.scene_1_27 = 'Jump on me, baby!'; this.en_strList.scene_1_28 = 'Don\'t push, boy!'; this.en_strList.scene_1_29 = 'So, may be you wanna suck my cock?'; this.en_strList.scene_1_30 = 'Dream on! '; this.en_strList.scene_1_31 = 'Would you like to try something interesting... like sex toys to achieve more intensive orgasm?....'; this.en_strList.scene_1_32 = 'Would you like to try something interesting... like sex toys to achieve more intensive orgasm?....'; this.en_strList.scene_1_33 = ' I want you, baby, right now... open legs I\'ll penetrate in you! '; this.en_strList.scene_1_34 = ' I want you, baby, right now... open legs I\'ll penetrate in you! '; 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.hintKeys = new Object(); this.hintKeys.en = 'Please, type the appearing letters with the help of your keyboard'; this.hintKeys.ru = 'Играть12'; this.hintKeys.de = 'Spielen12'; this.hintKeys.es = 'Jugar12'; this.hintKeys.fr = 'Jouer12'; this.hintKeys.hu = 'Play12'; this.hintKeys.it = 'Gioca!12'; this.hintKeys.pl = 'Zagraj12'; this.hintKeys.ro = 'Joacă12'; 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.langList.bg = 'Игра'; this.langList.sr = 'Plai'; this.langList.pt = 'Tocar'; this.langList.ua = 'Грати'; this.langList.cz = 'Hrát'; this.gameNameList = new Object(); this.gameNameList.en = 'Dildo Wonder'; this.gameNameList.ru = 'ГАМЕ НАМЕ !!!'; this.gameNameList.de = 'Kewie Sex Unterhaltung'; this.gameNameList.es = 'El Curso de Sexo'; this.gameNameList.fr = 'Sexe Divertissements à la Rousse'; this.gameNameList.hu = 'Kewie szexi szórakozás'; this.gameNameList.it = 'Divertimento Sessuale con Kewie'; this.gameNameList.pl = 'Seks Rozrywka Kewie'; this.gameNameList.ro = 'Distracţie Sexuală cu Kewie'; this.gameNameList.bg = 'Cекс забавление с Кеви'; this.gameNameList.pt = 'Sexo Divertido de Kewie'; this.gameNameList.sr = 'Kevie Seks Zabava'; this.gameNameList.ua = 'Сексуальні Пригоди Кеві'; this.gameNameList.cz = 'Kewie Sex Entertainment'; }; _global.Strings = v1; _global.Strings extends MovieClip; var v2 = v1.prototype; ASSetPropFlags(_global.Strings.prototype, null, 1); } #endinitclip } movieClip 1365 __Packages.Buttons { #initclip if (!_global.Buttons) { var v1 = function (myList) { super(); this.buttonList = new Array(); var v5 = 0; while (v5 < myList.length) { this.buttonList[v5] = _root.attachMovie(myList[v5].obj, 'button_obj_' + v5, 150 + v5); this.buttonList[v5]._x = myList[v5].area[0]; this.buttonList[v5]._y = myList[v5].area[1]; this.buttonList[v5].frame = myList[v5].frame; this.buttonList[v5].url = myList[v5].url; this.buttonList[v5].txt.text = _global.str2[myList[v5].btnPlay]; this.buttonList[v5].gotoAndStop(1); this.buttonList[v5].onRollOver = function () { this.gotoAndStop(2); }; this.buttonList[v5].onRollOut = function () { this.gotoAndStop(1); }; this.buttonList[v5].onDragOut = function () { this.gotoAndStop(1); }; this.buttonList[v5].onRelease = function () { if (!(this.url eq '')) { this.getURL(this.url, 'blank'); } if (this.frame != 0) { _root.gotoAndStop(this.frame); _global.myButtons.kill(); } }; ++v5; } }; _global.Buttons = v1; _global.Buttons extends MovieClip; var v2 = v1.prototype; v2.kill = function () { var v3 = 0; while (v3 < this.buttonList.length) { delete this.buttonList[v3].onRollOver; delete this.buttonList[v3].onRollOut; delete this.buttonList[v3].onDragOut; delete this.buttonList[v3].onRelease; this.buttonList[v3].removeMovieClip(); ++v3; } delete this.buttonList; delete _global.myButtons; }; ASSetPropFlags(_global.Buttons.prototype, null, 1); } #endinitclip } movieClip 1366 __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) { _global.music.addSound(soundName, 0, loop); }; v2.kill = function () { delete _root.onEnterFrame; }; ASSetPropFlags(_global.Waiting.prototype, null, 1); } #endinitclip } movieClip 1367 __Packages.Dialog { #initclip if (!_global.Dialog) { var v1 = function (myList, xPos, yPos, popup_1, popup_2, myFrame) { super(); this.dailogList = new Array(); var v5 = 0; while (v5 < myList.length) { this.dailogList[v5] = _root.attachMovie('phrase_area', 'phrase_obj_' + v5, 100 + v5); this.dailogList[v5]._x = xPos; this.dailogList[v5]._y = yPos + v5 * 35; this.dailogList[v5].phrase = myList[v5].phrase; this.dailogList[v5].answer = myList[v5].answer; this.dailogList[v5].correct = myList[v5].correct; this.dailogList[v5].frame = myList[v5].frame; this.dailogList[v5].snd = myList[v5].snd; this.dailogList[v5].visited = false; this.dailogList[v5].numb = v5; this.dailogList[v5].gotoAndStop(1); _global.gameTexts['dialog_' + v5].setText(myList[v5].phrase); _global.gameTexts['dialog_' + v5].setAlign('left'); _global.gameTexts['dialog_' + v5].setPosition(xPos + 5, yPos + v5 * 35 + 7); _global.gameTexts['dialog_' + v5].setVisible(true); this.dailogList[v5].onRollOver = function () { if (this.visited eq false) { this.gotoAndStop(2); } }; this.dailogList[v5].onRollOut = function () { if (this.visited eq false) { this.gotoAndStop(1); } }; this.dailogList[v5].onDragOut = function () { if (this.visited eq false) { this.gotoAndStop(1); } }; this.dailogList[v5].onRelease = function () { if (this.visited eq false) { _global.myDialog.makePopup(this.numb, 1); } }; ++v5; } this.popupObject = new Object(); this.popupObject = _root.attachMovie('popup_obj', 'popup_obj', 50, {'_visible': false}); this.popupObject.popup_1 = new Array(7); this.popupObject.popup_1[2] = popup_1[1]; this.popupObject.popup_1[3] = popup_1[2]; this.popupObject.popup_1[6] = popup_1[0]; this.popupObject.popup_2 = new Array(7); this.popupObject.popup_2[2] = popup_2[1]; this.popupObject.popup_2[3] = popup_2[2]; this.popupObject.popup_2[6] = popup_2[0]; this.popupObject.popup_button.gotoAndStop(1); _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; } } } _root[this.popupObject.popup_2[6]]._visible = false; if (_root[this.popupObject.popup_2[6]].arrow._y > 0) { this.popupObject.popup_2[1] = _root[this.popupObject.popup_2[6]]._y + 30; this.popupObject.popup_2[0] = _root[this.popupObject.popup_2[6]]._x - this.popupObject.popup_2[2] + 75; this.popupObject.popup_2[4] = true; this.popupObject.popup_2[5] = false; } else { if (_root[this.popupObject.popup_2[6]].arrow._y < 0) { this.popupObject.popup_2[1] = _root[this.popupObject.popup_2[6]]._y - this.popupObject.popup_2[3] - 30; this.popupObject.popup_2[0] = _root[this.popupObject.popup_2[6]]._x - 33; this.popupObject.popup_2[4] = false; this.popupObject.popup_2[5] = true; } else { if (_root[this.popupObject.popup_2[6]].arrow._y == 0) { this.popupObject.popup_2[4] = false; this.popupObject.popup_2[5] = false; this.popupObject.popup_2[1] = _root[this.popupObject.popup_2[6]]._y; this.popupObject.popup_2[0] = _root[this.popupObject.popup_2[6]]._x; } } } _root.startFrame = _root._currentframe + 1; _root.finishFrame = myFrame; }; _global.Dialog = v1; _global.Dialog extends MovieClip; var v2 = v1.prototype; v2.makePopup = function (choiceNumb, popupNumb) { this.hideDialog(); this.popupObject._visible = true; this.popupObject._x = this.popupObject['popup_' + popupNumb][0]; this.popupObject._y = this.popupObject['popup_' + popupNumb][1]; this.popupObject.popup_1_2._width = this.popupObject['popup_' + popupNumb][2] - 40; this.popupObject.popup_2_2._width = this.popupObject['popup_' + popupNumb][2] - 40; this.popupObject.popup_3_2._width = this.popupObject['popup_' + popupNumb][2] - 40; this.popupObject.popup_2_1._height = this.popupObject['popup_' + popupNumb][3] - 40; this.popupObject.popup_2_2._height = this.popupObject['popup_' + popupNumb][3] - 40; this.popupObject.popup_2_3._height = this.popupObject['popup_' + popupNumb][3] - 40; this.popupObject.popup_1_3._x = this.popupObject['popup_' + popupNumb][2] - 20; this.popupObject.popup_2_3._x = this.popupObject['popup_' + popupNumb][2] - 0; this.popupObject.popup_3_3._x = this.popupObject['popup_' + popupNumb][2] - 20; this.popupObject.popup_3_1._y = this.popupObject['popup_' + popupNumb][3] - 20; this.popupObject.popup_3_2._y = this.popupObject['popup_' + popupNumb][3] - 0; this.popupObject.popup_3_3._y = this.popupObject['popup_' + popupNumb][3] - 20; if (popupNumb == 1) { _global.gameTexts.text_0.setText(this.dailogList[choiceNumb].phrase); } else { _global.gameTexts.text_0.setText(this.dailogList[choiceNumb].answer); this.playSound(_global.myDialog.dailogList[choiceNumb].snd, false); } _global.gameTexts.text_0.setAlign('center'); _global.gameTexts.text_0.setPosition(this.popupObject['popup_' + popupNumb][0] + 10, this.popupObject['popup_' + popupNumb][1] + 15); _global.gameTexts.text_0.setWidth(this.popupObject['popup_' + popupNumb][2] - 20); _global.gameTexts.text_0.setVisible(true); this.popupObject.popup_arrow_up._x = this.popupObject['popup_' + popupNumb][2] - 90; this.popupObject.popup_arrow_down._y = this.popupObject['popup_' + popupNumb][3] - 0; this.popupObject.popup_button._x = this.popupObject['popup_' + popupNumb][2] - 50; this.popupObject.popup_button._y = this.popupObject['popup_' + popupNumb][3] - 15; this.popupObject.popup_arrow_up._visible = this.popupObject['popup_' + popupNumb][4]; this.popupObject.popup_arrow_down._visible = this.popupObject['popup_' + popupNumb][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 () { _global.myDialog.kullPopup(popupNumb); if (popupNumb == 1) { _root.gotoAndStop(_global.myDialog.dailogList[choiceNumb].frame); _global.myDialog.makePopup(choiceNumb, 2); } else { if (_global.myDialog.dailogList[choiceNumb].correct eq false) { _global.myDialog.dailogList[choiceNumb].visited = true; _global.myDialog.dailogList[choiceNumb].gotoAndStop(3); _root.gotoAndStop(_root.startFrame); _global.myDialog.showDialog(); } else { _root.gotoAndStop(_root.finishFrame); _global.myDialog.kill(); } } }; }; v2.showDialog = function () { var v3 = 0; while (v3 < this.dailogList.length) { this.dailogList[v3]._visible = true; _global.gameTexts['dialog_' + v3].setVisible(true); ++v3; } }; v2.hideDialog = function () { var v3 = 0; while (v3 < this.dailogList.length) { this.dailogList[v3]._visible = false; _global.gameTexts['dialog_' + v3].setVisible(false); ++v3; } }; v2.kullPopup = function (popupNumb) { delete this.popupObject.popup_button.onRollOver; delete this.popupObject.popup_button.onRollOut; delete this.popupObject.popup_button.onDragOut; delete this.popupObject.popup_button.onRelease; this.popupObject._visible = false; _global.gameTexts.text_0.setVisible(false); }; v2.kill = function () { this.popupObject.removeMovieClip(); delete this.popupObject; var v3 = 0; while (v3 < this.dailogList.length) { delete this.dailogList[v3].onRollOver; delete this.dailogList[v3].onRollOut; delete this.dailogList[v3].onDragOut; delete this.dailogList[v3].onRelease; this.dailogList[v3].removeMovieClip(); ++v3; } delete this.dailogList; delete _global.myDialog; }; v2.playSound = function (soundName, loop) { _global.music.addSound(soundName, 0, loop); }; ASSetPropFlags(_global.Dialog.prototype, null, 1); } #endinitclip } movieClip 1368 __Packages.Sequence { #initclip if (!_global.Sequence) { var v1 = function (myList, myArea, myBtn, myFrame) { super(); this.classVar = new Object({'start_frame': _root._currentframe + 1, 'mouse_press': false, 'cur_seq': -1, 'cur_id': -1, 'proc': 0, 'interv': 0, 'next_btn': myBtn}); this.sequenceData = myList; this.sequenceArea = myArea; this.sequenceList = new Array(); this.sequenceNumb = 0; this.persentsNumb = 0; var v5 = 0; while (v5 < this.sequenceData.length) { var v6 = 0; while (v6 < this.sequenceData[v5].masks.length) { this.sequenceList[v5] = _root[this.sequenceData[v5].masks[v6].mask]; this.sequenceList[v5].seq = v5; this.sequenceList[v5].id = v6; this.sequenceList[v5].onPress = function () { _global.mySequence.onPressAction(this); }; this.sequenceList[v5].onDragOut = function () { _global.mySequence.onReleseAction(this); }; this.sequenceList[v5].onRelease = function () { _global.mySequence.onReleseAction(this); }; ++v6; } ++v5; } _root.counter.gotoAndStop(1); _root[this.classVar.next_btn].gotoAndStop(1); _root[this.classVar.next_btn].onRollOver = function () { this.gotoAndStop(2); }; _root[this.classVar.next_btn].onRollOut = function () { this.gotoAndStop(1); }; _root[this.classVar.next_btn].onDragOut = function () { this.gotoAndStop(1); }; _root[this.classVar.next_btn].onRelease = function () { _global.mySequence.kill(); _root.gotoAndStop(myFrame); }; _root[this.classVar.next_btn]._visible = false; }; _global.Sequence = v1; _global.Sequence extends MovieClip; var v2 = v1.prototype; v2.onFrameAction = function () { if (this.classVar.mouse_press eq true) { switch (this.sequenceData[this.classVar.cur_seq].type) { case 'click-n-hold': this.classVar.proc += this.sequenceData[this.classVar.cur_seq].masks[this.classVar.cur_id].speed; this.persentsNumb += this.sequenceData[this.classVar.cur_seq].masks[this.classVar.cur_id].speed; if (this.classVar.proc >= this.sequenceData[this.classVar.cur_seq].add_percents) { this.persentsNumb = Math.round(this.persentsNumb - (this.classVar.proc - this.sequenceData[this.classVar.cur_seq].add_percents)); this.sequenceNumb += 1; this.classVar.proc = 0; if (this.sequenceNumb == this.sequenceData.length) { _root[this.classVar.next_btn]._visible = true; } clearInterval(this.classVar.interv); } _root.counter.gotoAndStop(int(this.persentsNumb * 5)); break; case 'move': } } }; v2.onPressAction = function (myObject) { switch (this.sequenceData[myObject.seq].type) { break; case 'click': case 'click-n-hold': if (myObject.seq == this.sequenceNumb) { clearInterval(this.classVar.interv); this.classVar.mouse_press = true; this.classVar.cur_seq = myObject.seq; this.classVar.cur_id = myObject.id; this.classVar.interv = setInterval(this, 'onFrameAction', 30); _root.gotoAndStop(this.sequenceData[myObject.seq].masks[myObject.id].good.frame); this.makePopup(this.sequenceData[myObject.seq].masks[myObject.id].good.text); this.soundName = this.sequenceData[myObject.seq].masks[myObject.id].good.snd; this.playSound(this.soundName, false); } if (myObject.seq < this.sequenceNumb) { _root.gotoAndStop(this.sequenceData[myObject.seq].masks[myObject.id].good.frame); this.soundName = this.sequenceData[myObject.seq].masks[myObject.id].good.snd; this.playSound(this.soundName, false); } if (myObject.seq > this.sequenceNumb) { _root.gotoAndStop(this.sequenceData[myObject.seq].masks[myObject.id].bad.frame); this.makePopup(this.sequenceData[myObject.seq].masks[myObject.id].bad.text); this.soundName = this.sequenceData[myObject.seq].masks[myObject.id].bad.snd; this.playSound(this.soundName, false); } break; case 'move': } }; v2.onReleseAction = function (myObject) { switch (this.sequenceData[myObject.seq].type) { case 'click': if (myObject.seq == this.sequenceNumb) { this.persentsNumb += this.sequenceData[myObject.seq].add_percents; this.sequenceNumb += 1; _root.counter.gotoAndStop(this.persentsNumb); } if (myObject.seq > this.sequenceNumb) { } if (myObject.seq < this.sequenceNumb) { } break; case 'click-n-hold': clearInterval(this.classVar.interv); _root.gotoAndStop(this.classVar.start_frame); _global.gameTexts.text_0.setText(''); _global.music.stopSound(); this.popupObject.removeMovieClip(); break; case 'move': } }; v2.makePopup = function (myText) { this.popupObject = new Object(); this.popupObject = _root.attachMovie('popup_obj', 'popup_obj', 50); this.popupObject._x = this.sequenceArea[0]; this.popupObject._y = this.sequenceArea[1]; this.popupObject.popup_1_2._width = this.sequenceArea[2] - 40; this.popupObject.popup_2_2._width = this.sequenceArea[2] - 40; this.popupObject.popup_3_2._width = this.sequenceArea[2] - 40; this.popupObject.popup_2_1._height = this.sequenceArea[3] - 40; this.popupObject.popup_2_2._height = this.sequenceArea[3] - 40; this.popupObject.popup_2_3._height = this.sequenceArea[3] - 40; this.popupObject.popup_1_3._x = this.sequenceArea[2] - 20; this.popupObject.popup_2_3._x = this.sequenceArea[2] - 0; this.popupObject.popup_3_3._x = this.sequenceArea[2] - 20; this.popupObject.popup_3_1._y = this.sequenceArea[3] - 20; this.popupObject.popup_3_2._y = this.sequenceArea[3] - 0; this.popupObject.popup_3_3._y = this.sequenceArea[3] - 20; _global.gameTexts.text_0.setText(myText); _global.gameTexts.text_0.setAlign('center'); _global.gameTexts.text_0.setPosition(this.sequenceArea[0] + 10, this.sequenceArea[1] + 15); _global.gameTexts.text_0.setWidth(this.sequenceArea[2] - 20); _global.gameTexts.text_0.setVisible(true); this.popupObject.popup_arrow_up._x = this.sequenceArea[2] - 90; this.popupObject.popup_arrow_down._y = this.sequenceArea[3] - 0; this.popupObject.popup_arrow_up._visible = this.sequenceArea[4]; this.popupObject.popup_arrow_down._visible = this.sequenceArea[5]; this.popupObject.popup_button._visible = false; }; v2.kill = function () { delete _root[this.classVar.next_btn].onRollOver; delete _root[this.classVar.next_btn].onRollOut; delete _root[this.classVar.next_btn].onDragOut; delete _root[this.classVar.next_btn].onRelease; var v5 = 0; while (v5 < this.sequenceData.length) { var v4 = 0; while (v4 < this.sequenceData[v5].masks.length) { delete _root[this.sequenceData[v5].masks[v4].mask].onPress; delete _root[this.sequenceData[v5].masks[v4].mask].onDragOut; delete _root[this.sequenceData[v5].masks[v4].mask].onRelease; ++v4; } ++v5; } delete this.sequenceList; delete this.popupObject; delete _global.mySequence; }; v2.playSound = function (soundName, loop) { _global.music.addSound(soundName, 0, loop); }; ASSetPropFlags(_global.Sequence.prototype, null, 1); } #endinitclip } movieClip 1369 __Packages.HintTimer { #initclip if (!_global.HintTimer) { var v1 = function () { super(); trace('HintTest'); this.sequenceData = new Array(); this.sequenceList = new Array(); this.addPercents = new Array(); this.sequenceData = _global.sequenceList; var v5 = 0; while (v5 < this.sequenceData.length) { var v6 = 0; while (v6 < this.sequenceData[v5].masks.length) { this.addPercents[v5] = this.sequenceData[v5].add_percents; this.sequenceList[v5] = _root[this.sequenceData[v5].masks[v6].mask]; ++v6; } ++v5; } this.startTimer(); }; _global.HintTimer = v1; _global.HintTimer extends MovieClip; var v2 = v1.prototype; v2.startTimer = function () { this.isTimerStarted = true; this.mcActionPoint = null; this.beginTime = getTimer(); this.progress_start = _root.counter._currentframe; _root.onEnterFrame = function () { trace(getTimer() - _global.newHintTimer.getBeginTime()); if (_root.counter._currentframe == _root.counter._totalframes) { if (_global.newHintTimer.isStarted()) { _global.newHintTimer.stopTimer(); } } else { if (_root.counter._currentframe > _global.newHintTimer.getProgressStart()) { if (_global.newHintTimer.isStarted()) { _global.newHintTimer.stopTimer(); } _global.newHintTimer.startTimer(); } else { if (getTimer() - _global.newHintTimer.getBeginTime() >= HintTimer.MillisecWait) { if (_global.newHintTimer.getMcActionPoint() == null) { trace(' progress_start = ' + _global.newHintTimer.getProgressStart()); var v5 = 0; var v4 = 0; var v3 = 0; while (v3 < _global.newHintTimer.addPercents.length) { v4 += _global.newHintTimer.addPercents[v3]; trace('_root.counter._currentframe = ' + _root.counter._currentframe); trace('( ' + v4 + ' * ' + _root.counter._totalframes + ' / ' + 100 + ' )'); if (_root.counter._currentframe < v4 * _root.counter._totalframes / 100) { v5 = v3; break; } ++v3; } var v7 = _global.newHintTimer.sequenceList[v5]._x; var v6 = _global.newHintTimer.sequenceList[v5]._y; trace(' new_x = ' + v7 + ' new_y = ' + v6); _global.newHintTimer.setMcActionPoint(_root.attachMovie('actionPoint', 'actionPoint', _root.getNextHighestDepth(), {'_x': v7, '_y': v6})); } } } } }; }; v2.stopTimer = function () { var v3 = 0; while (_root.getInstanceAtDepth(v3) != undefined) { ++v3; } trace(' i = ' + v3); this.mcActionPoint.swapDepths(v3); this.mcActionPoint.removeMovieClip(); this.mcActionPoint = null; delete _root.onEnterFrame; this.isTimerStarted = false; }; v2.getBeginTime = function () { return this.beginTime; }; v2.getProgressStart = function () { return this.progress_start; }; v2.getMcActionPoint = function () { return this.mcActionPoint; }; v2.setMcActionPoint = function (_mc) { this.mcActionPoint = _mc; }; v2.isStarted = function () { return this.isTimerStarted; }; v1.MillisecWait = 30000; ASSetPropFlags(_global.HintTimer.prototype, null, 1); } #endinitclip } movieClip 1370 __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; if (this.datasList.gameOverFrame > 0) { this.datasList.status = 500; } else { 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); if (this.datasList.gameOverFrame > 0) { _root.counter.gotoAndStop(Math.floor(_root.counter._totalframes * 0.5)); } else { _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 v10 = _root._xmouse; var v12 = _root._ymouse; var v13 = Math.sqrt(Math.pow(v10 - obj.datasList.x, 2) + Math.pow(v12 - obj.datasList.y, 2)); this.datasList.status -= 1; if (obj.datasList.dist <= v13) { obj.datasList.dist = v13; } else { var v15 = Math.abs(obj.datasList.x - obj.datasList.last_x) * Math.cos(obj.datasList.angle * Math.PI / 180); var v14 = Math.abs(obj.datasList.y - obj.datasList.last_y) * Math.sin(obj.datasList.angle * Math.PI / 180); var v16 = Math.sqrt(Math.pow(v15, 2) + Math.pow(v14, 2)); var v9 = v16 / obj.datasList.counter * obj.datasList.difficulty; if (v9 > 7 * obj.datasList.counter) { v9 = 7 * obj.datasList.counter; } obj.datasList.status += Math.ceil(v9); obj.datasList.counter = 0; obj.datasList.dist = 0; obj.datasList.x = v10; obj.datasList.y = v12; } trace('Status = ' + obj.datasList.status); var v5 = 100 * obj.datasList.status / 1000; if (v5 > 100) { v5 = 100; } var v7 = obj.datasList.soundList.length; if (v7 > 0) { if (v5 == 0) { _global.music.stopSound(); _global.myShakehand.sound_current = -1; } else { if (v5 < 100) { var v11 = Math.floor(v5 / (100 / v7)); if (_global.myShakehand.sound_current != v11 && v11 < v7) { _global.myShakehand.sound_current = v11; _global.music.addSound(obj.datasList.soundList[_global.myShakehand.sound_current], 0, true); } } else { if (v5 >= 100) { _global.music.dontRepeatSound(); } } } } obj.datasList.fr_jump = Math.ceil(obj.datasList.maxFrameJump * v5 / 100) + obj.datasList.minFrameJump; var v6 = obj.datasList.c_frame + obj.datasList.fr_jump; if (v6 > obj.datasList.m_frame) { v6 -= obj.datasList.m_frame; } obj.datasList.c_frame = v6; _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 = v10; obj.datasList.last_y = v12; ++obj.datasList.counter; if (obj.datasList.status > 0) { var v8 = obj.datasList.status * 0.005 + 1; if (v8 > 5) { v8 = 5; } obj.datasList.status -= v8; } if (obj.datasList.status < 0) { obj.datasList.status = 0; } if (obj.datasList.status == 0 && obj.datasList.gameOverFrame > 0) { this.gameOver(obj.datasList.gameOverFrame); } if (v5 >= 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; }; v2.gameOver = function (frame) { _root.gotoAndStop(frame); _global.myShakehand.kill(); }; v2.sound_current = -1; ASSetPropFlags(_global.Shakehand.prototype, null, 1); } #endinitclip } movieClip 1371 __Packages.HiddenButton { #initclip if (!_global.HiddenButton) { var v1 = function (mc, gotoFrame, instrument) { super(); this.clip = mc; if (!instrument) { this.clip.onRelease = function () { _root.gotoAndPlay(gotoFrame); }; this.clip.onRollOver = function () { this.gotoAndStop(2); }; this.clip.onRollOut = function () { this.gotoAndStop(1); }; } else { if (!_global.usedButtons[instrument]) { this.clip.onRelease = function () { trace(_global.usedButtons[instrument]); _global.usedButtons[instrument] = true; trace(_global.usedButtons[instrument]); _root.gotoAndPlay(gotoFrame); }; this.clip.onRollOver = function () { this.gotoAndStop(2); }; this.clip.onRollOut = function () { this.gotoAndStop(1); }; } } }; _global.HiddenButton = v1; _global.HiddenButton extends MovieClip; var v2 = v1.prototype; ASSetPropFlags(_global.HiddenButton.prototype, null, 1); } #endinitclip } movieClip 1372 __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 () { _global.music.stopSound(); this.regimeIntr = setInterval(this, 'runAnimation', 33); this.drop(); delete this.regimeData; }; v2.playSound = function (soundName, loop) { _global.music.addSound(soundName, 0, loop); }; ASSetPropFlags(_global.Regime.prototype, null, 1); } #endinitclip } frame 2 { gotoAndPlay(1); } movieClip 125 { } movieClip 127 { } movieClip 129 { } movieClip 131 { } movieClip 136 { } movieClip 139 { } movieClip 170 { } movieClip 172 { } movieClip 174 { } movieClip 175 { } movieClip 190 { } movieClip 191 { } movieClip 193 { } movieClip 195 { } movieClip 196 { } movieClip 200 { } movieClip 202 { } movieClip 206 { } movieClip 208 { } movieClip 211 { } movieClip 213 { } movieClip 216 { } movieClip 218 { } movieClip 221 { } movieClip 223 { } movieClip 226 { } movieClip 228 { } movieClip 231 { } movieClip 233 { } movieClip 236 { } movieClip 238 { } movieClip 241 { } movieClip 243 { } movieClip 246 { } movieClip 248 { } movieClip 251 { } movieClip 253 { } movieClip 256 { } movieClip 258 { } movieClip 261 { } movieClip 263 { } movieClip 266 { } movieClip 268 { } movieClip 271 { } movieClip 273 { } movieClip 276 { } movieClip 278 { } movieClip 280 { } movieClip 281 { } movieClip 283 { } movieClip 284 { } movieClip 288 { } movieClip 291 { } movieClip 295 { } movieClip 296 { } movieClip 297 { } movieClip 298 { } movieClip 299 { } movieClip 301 { } movieClip 303 { } movieClip 306 { } movieClip 308 { } frame 18 { function proverka() { function check_url(_start) { trace('start = ' + _start); var v4 = _global.mainUrl.substring(_start, _global.mainUrl.length); trace('tmp_str = ' + v4); var v3 = v4.split('.'); trace('Длинна массива = ' + v3.length + ' Массив = ' + v3); if (v3.length > 1) { var v2 = 0; while (v2 < v3.length - 1) { if (v3[v2] == 'dildosexgames') { if (v2 == 0 || v2 == 1) { if (v2 == 1) { if (v3[0].indexOf('/') != -1 || v3[0].indexOf('?') != -1) { error_url(); } } if (v3[v2 + 1] == 'com' && v2 + 1 == v3.length - 1) { } else { if (v3[v2 + 1].indexOf('com/') != 0 && v3[v2 + 1].indexOf('com?') != 0) { error_url(); } } } else { error_url(); } break; } ++v2; } } else { error_url(); } } function error_url() { _global.mainUrl = def_url; _global.urlWindow = def_window; } if (_global.urlWindow != '_self' && _global.urlWindow != 'blank') { trace('var_window = |' + var_window + '|'); if (var_window.indexOf('old') == 0) { _global.urlWindow = '_self'; trace('old - _self'); } else { if (var_window.indexOf('new') == 0) { _global.urlWindow = 'blank'; trace('new - blank'); } else { _global.urlWindow = def_window; trace('def - self'); } } } trace('получен = ' + _global.mainUrl); trace('получен = ' + _global.urlWindow); if (_global.mainUrl.indexOf('http://www.') == 0) { check_url(11); } else { if (_global.mainUrl.indexOf('http://') == 0) { check_url(7); } else { if (_global.mainUrl.indexOf('www.') == 0) { check_url(4); } else { check_url(0); } } } trace('будет = ' + _global.mainUrl); trace('будет = ' + _global.urlWindow); } _global.LanguageGame = 'en'; _global.OnlineGame = 'online'; _global.mainUrl = ''; _global.urlWindow = ''; var def_url = 'http://www.dildosexgames.com/direct-sales/'; var def_window = '_self'; trace('Пытаемся считать из flashvars переменную partner и window'); var var_url = _root.partner; var var_window = _root.window; if (var_url == undefined || var_url == null) { trace('переменная flashvars.partner == ' + var_url); trace('переменная flashvars.window == ' + var_window); _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) { if (flag) { trace('Загрузка завершилась хорошо!'); if (_global.my_xml_data.status == 0) { _global.mainUrl = _global.my_xml_data.firstChild.firstChild.nodeValue; var_window = _global.my_xml_data.childNodes[1].firstChild.nodeValue; trace('XML1 = ' + _global.mainUrl); trace('XML2 = ' + var_window); proverka(); } else { trace('Ошибка обработки XML файла №' + _global.my_xml_data.status); _global.mainUrl = def_url; _global.urlWindow = def_window; proverka(); } } else { trace('Загрузка завершилась плохо...'); _global.mainUrl = def_url; _global.urlWindow = def_window; proverka(); } }; } else { _global.mainUrl = var_url; proverka(); } _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, _global.urlWindow); }; _root.sound = new Sound(_root.sound_switch); _root.sound1 = new Sound(_root.music_switch); _root.sound1.attachSound('music'); _root.sound1.start(0, 100000); _global.music = new SoundManager(); _root.music_vol = 20; _root.sound1.setVolume(_root.music_vol); _root.music_switch.gotoAndStop(1); _root.music_switch.onRelease = function () { if (_root.music_vol == 20) { _root.music_switch.gotoAndStop(2); _root.music_vol = 0; } else { _root.music_switch.gotoAndStop(1); _root.music_vol = 20; } _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 19 { game_name.text = _global.gameName[_global.LanguageGame]; _global.buttonList = new Array({'area': [487, 406], 'obj': 'button_play', 'frame': 20, 'url': '', 'btnPlay': _global.LanguageGame}); more_games.onRelease = function () { getURL(_global.mainUrl, _global.urlWindow); }; _global.myButtons = new Buttons(_global.buttonList); stop(); } movieClip 332 { } movieClip 335 { } movieClip 338 { } movieClip 341 { } movieClip 344 { } movieClip 347 { } movieClip 350 { } movieClip 353 { } movieClip 356 { } movieClip 359 { } movieClip 362 { } movieClip 365 { } movieClip 368 { } movieClip 371 { } movieClip 374 { } movieClip 377 { } movieClip 380 { } movieClip 383 { } movieClip 386 { } movieClip 389 { } movieClip 392 { } movieClip 395 { } movieClip 398 { } movieClip 401 { } movieClip 407 { } movieClip 410 { } movieClip 413 { } movieClip 416 { } movieClip 421 { } movieClip 422 { } movieClip 425 { } movieClip 428 { } movieClip 433 { } movieClip 434 { } movieClip 436 { } movieClip 437 { } frame 20 { _global.myWaiting = new Waiting(30, 25); for (i in _global.usedButtons) { _global.usedButtons[i] = false; } stop; } movieClip 441 { frame 30 { stop(); } } frame 25 { _global.myWaiting = new Waiting(30, 30); stop; } movieClip 444 { frame 30 { stop(); } } frame 30 { _global.dialogList = new Array({'phrase': _global.str.scene_1_1, 'answer': _global.str.scene_1_2, 'correct': true, 'frame': 34, 'snd': 'yes1'}, {'phrase': _global.str.scene_1_3, 'answer': _global.str.scene_1_4, 'correct': false, 'frame': 34, 'snd': 'no1'}, {'phrase': _global.str.scene_1_5, 'answer': _global.str.scene_1_6, 'correct': false, 'frame': 34, 'snd': 'no2'}); _global.myDialog = new Dialog(_global.dialogList, 20, 365, ['quest_cloud', 250, 75], ['ans_cloud', 250, 70], 35); stop(); } movieClip 446 { } movieClip 447 { } movieClip 449 { } frame 35 { _global.dialogList = new Array({'phrase': _global.str.scene_1_7, 'answer': _global.str.scene_1_8, 'correct': false, 'frame': 39, 'snd': 'no2'}, {'phrase': _global.str.scene_1_9, 'answer': _global.str.scene_1_10, 'correct': false, 'frame': 39, 'snd': 'no3'}, {'phrase': _global.str.scene_1_11, 'answer': _global.str.scene_1_12, 'correct': true, 'frame': 39, 'snd': 'yes2'}); _global.myDialog = new Dialog(_global.dialogList, 20, 365, ['quest_cloud', 250, 75], ['ans_cloud', 250, 70], 40); stop(); } frame 40 { _global.dialogList = new Array({'phrase': _global.str.scene_1_13, 'answer': _global.str.scene_1_14, 'correct': true, 'frame': 44, 'snd': 'yes4'}, {'phrase': _global.str.scene_1_15, 'answer': _global.str.scene_1_16, 'correct': false, 'frame': 44, 'snd': 'no3'}, {'phrase': _global.str.scene_1_17, 'answer': _global.str.scene_1_18, 'correct': false, 'frame': 44, 'snd': 'no1'}); _global.myDialog = new Dialog(_global.dialogList, 20, 365, ['quest_cloud', 250, 75], ['ans_cloud', 250, 70], 45); stop(); } frame 45 { _global.myWaiting = new Waiting(30, 50); stop(); } frame 50 { _global.myWaiting = new Waiting(30, 55); stop(); } movieClip 452 { } movieClip 455 { } movieClip 458 { } movieClip 461 { } movieClip 464 { } movieClip 467 { } movieClip 470 { } movieClip 473 { } movieClip 476 { } movieClip 479 { } movieClip 482 { } movieClip 485 { } movieClip 488 { } movieClip 491 { } movieClip 494 { } movieClip 497 { } movieClip 500 { } movieClip 503 { } movieClip 506 { } movieClip 509 { } movieClip 512 { } movieClip 515 { } movieClip 518 { } movieClip 521 { } movieClip 524 { } movieClip 527 { } movieClip 530 { } movieClip 533 { } movieClip 536 { } movieClip 539 { } movieClip 542 { } movieClip 545 { } movieClip 548 { } movieClip 551 { } movieClip 554 { } movieClip 557 { } movieClip 560 { } movieClip 563 { } movieClip 566 { } movieClip 569 { } movieClip 570 { } movieClip 573 { } movieClip 576 { } movieClip 579 { } movieClip 582 { } movieClip 585 { } movieClip 588 { } movieClip 591 { } movieClip 592 { } movieClip 593 { frame 240 { gotoAndPlay('sex_1'); } frame 503 { gotoAndPlay('sex_2'); } frame 822 { gotoAndPlay('sex_3'); } frame 1141 { gotoAndPlay('sex_4'); } frame 1460 { gotoAndPlay('sex_5'); } frame 1761 { gotoAndPlay('sex_6'); } } frame 55 { _global.sequenceList = new Array({'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'lask_1', 'speed': 0.1, 'good': {'frame': 57, 'text': 'So good ...', 'snd': 's4_l1'}, 'bad': {'frame': 57, 'text': 'Stop it!', 'snd': 's4_l1_n'}}]}, {'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'lask_2', 'speed': 0.1, 'good': {'frame': 58, 'text': 'mmmm ... so good ...', 'snd': 'o4lask'}, 'bad': {'frame': 58, 'text': 'Stop it!', 'snd': 's4_l1_n'}}]}, {'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'lask_3', 'speed': 0.1, 'good': {'frame': 59, 'text': 'So good ...', 'snd': 's4_l1'}, 'bad': {'frame': 59, 'text': 'Stop it!', 'snd': 's4_l1_n'}}]}, {'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'lask_4', 'speed': 0.1, 'good': {'frame': 60, 'text': 'mmmm ... so good ...', 'snd': 'o4lask'}, 'bad': {'frame': 60, 'text': 'Stop it!', 'snd': 's4_l1_n'}}]}, {'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'lask_5', 'speed': 0.1, 'good': {'frame': 61, 'text': 'So good ...', 'snd': 's4_l1'}, 'bad': {'frame': 61, 'text': 'Stop it!', 'snd': 's4_l1_n'}}]}); _global.mySequence = new Sequence(_global.sequenceList, [360, 360, 200, 60, false, false], 'btn_next', 62); _global.newHintTimer = new HintTimer(); stop(); } movieClip 596 { } movieClip 599 { } movieClip 601 { } movieClip 603 { } frame 57 { scl2.gotoAndPlay('sex_2'); } frame 58 { scl2.gotoAndPlay('sex_3'); } frame 59 { scl2.gotoAndPlay('sex_4'); } frame 60 { scl2.gotoAndPlay('sex_5'); } frame 61 { scl2.gotoAndPlay('sex_6'); } frame 62 { _global.myWaiting = new Waiting(10, 65); stop; } frame 65 { _global.myWaiting = new Waiting(19, 70); stop(); } movieClip 606 { } movieClip 607 { } frame 70 { _global.sequenceList = new Array({'add_percents': 50, 'type': 'click-n-hold', 'masks': [{'mask': 'lask_1', 'speed': 0.2, 'good': {'frame': 77, 'text': 'So good ...', 'snd': 's4_l1'}, 'bad': {'frame': 77, 'text': 'Stop it!', 'snd': 's4_l1_n'}}]}, {'add_percents': 50, 'type': 'click-n-hold', 'masks': [{'mask': 'lask_2', 'speed': 0.2, 'good': {'frame': 78, 'text': 'mmmm ... so good ...', 'snd': 'o4lask'}, 'bad': {'frame': 78, 'text': 'Stop it!', 'snd': 's4_l1_n'}}]}); _global.mySequence = new Sequence(_global.sequenceList, [20, 20, 200, 60, false, false], 'btn_next', 80); _global.newHintTimer = new HintTimer(); stop(); } movieClip 608 { } movieClip 609 { } movieClip 610 { } movieClip 611 { } movieClip 612 { } movieClip 613 { } movieClip 614 { } movieClip 615 { frame 184 { gotoAndPlay('sex_1'); } frame 407 { gotoAndPlay('sex_2'); } frame 631 { gotoAndPlay('sex_3'); } } frame 77 { scl4.gotoAndPlay('sex_2'); } movieClip 616 { } movieClip 617 { } movieClip 618 { } movieClip 619 { } movieClip 620 { } movieClip 621 { } movieClip 622 { } movieClip 623 { frame 184 { gotoAndPlay('sex_1'); } frame 407 { gotoAndPlay('sex_2'); } frame 631 { gotoAndPlay('sex_3'); } } frame 78 { scl4.gotoAndPlay('sex_3'); } frame 80 { _global.myWaiting = new Waiting(50, 85); stop(); } movieClip 624 { } frame 85 { _global.sequenceList = new Array({'add_percents': 35, 'type': 'click-n-hold', 'masks': [{'mask': 'lask_1', 'speed': 0.2, 'good': {'frame': 87, 'text': 'So good ...', 'snd': 's4_l1'}, 'bad': {'frame': 87, 'text': 'Stop it!', 'snd': 's4_l1_n'}}]}, {'add_percents': 33, 'type': 'click-n-hold', 'masks': [{'mask': 'lask_2', 'speed': 0.2, 'good': {'frame': 88, 'text': 'mmmm ... so good ...', 'snd': 'o4lask'}, 'bad': {'frame': 88, 'text': 'Stop it!', 'snd': 's4_l1_n'}}]}, {'add_percents': 32, 'type': 'click-n-hold', 'masks': [{'mask': 'lask_3', 'speed': 0.1, 'good': {'frame': 89, 'text': 'So good ...', 'snd': 's4_l1'}, 'bad': {'frame': 89, 'text': 'Stop it!', 'snd': 's4_l1_n'}}]}); _global.mySequence = new Sequence(_global.sequenceList, [40, 20, 200, 60, false, false], 'btn_next', 95); _global.newHintTimer = new HintTimer(); stop(); } movieClip 625 { } movieClip 626 { } movieClip 627 { } movieClip 628 { } movieClip 629 { } movieClip 630 { } movieClip 631 { } movieClip 632 { } movieClip 633 { } movieClip 634 { } movieClip 635 { frame 123 { gotoAndPlay('sex_1'); } frame 324 { gotoAndPlay('sex_2'); } frame 525 { gotoAndPlay('sex_3'); } frame 727 { gotoAndPlay('sex_4'); } } frame 87 { scl5.gotoAndPlay('sex_2'); } frame 88 { scl5.gotoAndPlay('sex_3'); } frame 89 { scl5.gotoAndPlay('sex_4'); } frame 90 { _global.myWaiting = new Waiting(10, 95); stop; } frame 95 { _global.myWaiting = new Waiting(23, 100); stop(); } movieClip 636 { } frame 100 { _global.myWaiting = new Waiting(175, 102); stop(); } movieClip 639 { } movieClip 655 { frame 175 { gotoAndPlay('sex_1'); } frame 274 { gotoAndPlay('sex_2'); } } frame 102 { _global.myShakehand = new Shakehand({'angle': 90, 'difficulty': 1, 'minFrameJump': 1, 'maxFrameJump': 10, 'frame': 105, 'popup': [100, 400, 200, 60, 'Shake your mouse up\'n\'down to make it faster']}); stop(); } movieClip 656 { } movieClip 681 { frame 202 { gotoAndPlay('sex_1'); } } frame 105 { _global.myWaiting = new Waiting(30, 108); stop(); } frame 108 { _global.myWaiting = new Waiting(60, 109); stop(); } movieClip 686 { } movieClip 689 { } movieClip 692 { } movieClip 695 { } movieClip 698 { } movieClip 701 { } movieClip 704 { } movieClip 709 { } movieClip 712 { } movieClip 715 { } movieClip 718 { } movieClip 721 { } movieClip 724 { } movieClip 727 { } movieClip 730 { } movieClip 733 { } movieClip 736 { } movieClip 739 { } movieClip 742 { } movieClip 745 { } movieClip 748 { } movieClip 751 { } movieClip 754 { } movieClip 757 { } movieClip 760 { } movieClip 763 { } movieClip 765 { } movieClip 769 { } movieClip 774 { frame 60 { gotoAndPlay('sex_1'); } } frame 109 { _global.myWaiting = new Waiting(60, 110); stop(); } frame 110 { _global.soundList = new Array('suck_3', 'suck_2'); _global.myShakehand = new Shakehand({'angle': 180, 'difficulty': 1, 'minFrameJump': 1, 'maxFrameJump': 10, 'frame': 115, 'soundList': _global.soundList, 'gameOverFrame': 0, 'popup': [100, 400, 200, 60, 'Shake your mouse left\'n\'right to make it faster']}); stop(); } movieClip 775 { } movieClip 778 { } movieClip 781 { } movieClip 825 { frame 134 { gotoAndPlay('sex_1'); } } frame 115 { _global.myWaiting = new Waiting(60, 116); stop(); } movieClip 829 { } movieClip 831 { } movieClip 838 { frame 6 { stop(); } } movieClip 847 { frame 121 { gotoAndPlay('sex_2'); } } frame 116 { _global.myWaiting = new Waiting(120, 119); stop(); } frame 119 { _global.myWaiting = new Waiting(30, 120); stop(); } movieClip 850 { } movieClip 853 { } movieClip 854 { } movieClip 855 { } movieClip 856 { } movieClip 857 { } movieClip 858 { } movieClip 859 { } movieClip 860 { frame 11 { stop(); } } movieClip 863 { } movieClip 866 { } movieClip 869 { } movieClip 870 { } movieClip 872 { frame 1 { stop(); } } movieClip 875 { } movieClip 876 { frame 1 { stop(); } } frame 120 { _global.button2 = new HiddenButton(_root.fall_but, 210, _global.dildoMark); _global.button3 = new HiddenButton(_root.man_but, 125, _global.dickMark); } frame 125 { _global.myWaiting = new Waiting(115, 130); stop(); } movieClip 881 { } movieClip 884 { } movieClip 887 { } movieClip 890 { } movieClip 893 { } movieClip 896 { } movieClip 899 { } movieClip 902 { } movieClip 905 { } movieClip 908 { } movieClip 911 { } movieClip 914 { } movieClip 917 { } movieClip 920 { } movieClip 923 { } movieClip 926 { } movieClip 929 { } movieClip 932 { } movieClip 935 { } movieClip 938 { } movieClip 941 { } movieClip 944 { } movieClip 947 { } movieClip 950 { } movieClip 953 { } movieClip 956 { } movieClip 959 { } movieClip 962 { } movieClip 965 { } movieClip 968 { } movieClip 970 { } movieClip 981 { frame 196 { gotoAndPlay('sex_1_2'); } } frame 130 { _global.regimeList = new Array({'btn': 'temp_1', 'time': 0, 'frame': 132, 'snd': ''}, {'btn': 'temp_2', 'time': 9, 'frame': 133, 'snd': 'sex60_1'}, {'btn': 'temp_3', 'time': 9, 'frame': 119, 'snd': 'sex40_1'}, {'btn': 'temp_4', 'time': 9, 'frame': 135, 'snd': 'sex20_1'}, {'btn': 'temp_5', 'time': 9, 'frame': 136, 'snd': 'sex20_1'}); _global.myRegime = new Regime(_global.regimeList, 'btn_next', 137); stop(); } movieClip 986 { frame 84 { gotoAndPlay('sex_1_2'); } } movieClip 988 { } frame 132 { scen5_1.gotoAndPlay('sex_2'); } movieClip 998 { } movieClip 1029 { frame 14 { stop(); } } movieClip 1062 { frame 6 { stop(); } } movieClip 1063 { frame 41 { gotoAndPlay('sex_2'); } frame 70 { gotoAndPlay('sex_3'); } frame 85 { gotoAndPlay('sex_4'); } frame 145 { stop(); } frame 204 { gotoAndPlay('sex_6'); } frame 245 { gotoAndPlay('sex_6'); } frame 270 { gotoAndPlay('sex_7'); } frame 285 { gotoAndPlay('sex_8'); } frame 385 { gotoAndPlay('stop_final'); } } frame 133 { scen5_1.gotoAndPlay('sex_3'); } frame 134 { scen5_1.gotoAndPlay('sex_7'); } frame 135 { scen5_1.gotoAndPlay('sex_8'); } frame 136 { scen5_1.gotoAndPlay('final_2'); _global.myWaiting = new Waiting(150, 127); stop; } frame 137 { _global.myWaiting = new Waiting(30, 140); stop(); } frame 140 { _global.myWaiting = new Waiting(100, 141); stop(); } movieClip 1067 { } movieClip 1069 { } movieClip 1070 { } movieClip 1071 { } frame 141 { game_name.text = _global.gameName[_global.LanguageGame]; if (_global.usedButtons[_global.dildoMark] && _global.usedButtons[_global.dickMark]) { _global.buttonList = new Array({'area': [400, 372], 'obj': 'btn_again', 'frame': 280, 'url': ''}, {'area': [374, 410], 'obj': 'btn_more', 'frame': 0, 'url': 'http://sexgamesbox.com/?fr=' + _global.LanguageGame + '-Fucking_Sex_Toys-' + _global.OnlineGame}); _global.myButtons = new Buttons(_global.buttonList); stop(); } else { _global.myWaiting = new Waiting(100, 119); stop(); } } frame 142 { _global.myWaiting = new Waiting(30, 20); stop; } frame 210 { _global.myWaiting = new Waiting(60, 212); stop(); } movieClip 1077 { } movieClip 1080 { } movieClip 1083 { } movieClip 1086 { } movieClip 1089 { } movieClip 1092 { } movieClip 1095 { } movieClip 1098 { } movieClip 1101 { } movieClip 1104 { } movieClip 1107 { } movieClip 1110 { } movieClip 1113 { } movieClip 1116 { } movieClip 1119 { } movieClip 1122 { } movieClip 1125 { } movieClip 1128 { } movieClip 1131 { } movieClip 1134 { } movieClip 1137 { } movieClip 1141 { } movieClip 1144 { } movieClip 1147 { } movieClip 1150 { } movieClip 1153 { } movieClip 1156 { } movieClip 1159 { } movieClip 1162 { } movieClip 1164 { } movieClip 1167 { } movieClip 1172 { } movieClip 1174 { } movieClip 1177 { } movieClip 1179 { } movieClip 1192 { } movieClip 1194 { } movieClip 1203 { } movieClip 1204 { } movieClip 1206 { } movieClip 1232 { frame 68 { gotoAndPlay('sex_1'); } frame 251 { gotoAndPlay('sex_2'); } frame 307 { gotoAndPlay('sex_3'); } frame 347 { gotoAndPlay('sex_4'); } frame 387 { gotoAndPlay('sex_5'); } frame 466 { gotoAndPlay('sex_6'); } } frame 212 { _global.sequenceList = new Array({'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'lask_1', 'speed': 0.1, 'good': {'frame': 214, 'text': 'So good ...', 'snd': 's4_l1'}, 'bad': {'frame': 214, 'text': 'Stop it!', 'snd': 's4_l1_n'}}]}, {'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'lask_2', 'speed': 0.1, 'good': {'frame': 215, 'text': 'mmmm ... so good ...', 'snd': 'lask_vibr2'}, 'bad': {'frame': 215, 'text': 'Stop it!', 'snd': 'lask_vibr2'}}]}, {'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'lask_3', 'speed': 0.1, 'good': {'frame': 216, 'text': 'Aaaaaa good ...', 'snd': 'o4lask'}, 'bad': {'frame': 216, 'text': 'Stop it!', 'snd': 's4_l1_n'}}]}, {'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'lask_4', 'speed': 0.1, 'good': {'frame': 217, 'text': 'mmmm ... yes ...', 'snd': 'o4lask'}, 'bad': {'frame': 217, 'text': 'Stop it!', 'snd': 's4_l1_n'}}]}, {'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'lask_5', 'speed': 0.1, 'good': {'frame': 218, 'text': 'Mmmmmm ...', 'snd': 's4_l1'}, 'bad': {'frame': 218, 'text': 'Stop it!', 'snd': 's4_l1_n'}}]}); _global.mySequence = new Sequence(_global.sequenceList, [100, 30, 200, 60, false, false], 'btn_next', 260); _global.newHintTimer = new HintTimer(); stop(); _global.bb1 = new HiddenButton(_root.b1, 260); _global.bb2 = new HiddenButton(_root.b2, 260); _global.bb3 = new HiddenButton(_root.b3, 260); } frame 214 { scl4_2.gotoAndPlay('sex_2'); } frame 215 { scl4_2.gotoAndPlay('sex_3'); } frame 219 { _global.myWaiting = new Waiting(10, 220); stop; } frame 220 { _global.myWaiting = new Waiting(30, 222); stop; } frame 222 { _global.myWaiting = new Waiting(30, 225); stop(); } frame 225 { _global.myWaiting = new Waiting(248, 232); stop(); } movieClip 1237 { } movieClip 1240 { } movieClip 1243 { } movieClip 1246 { } movieClip 1249 { } movieClip 1252 { } movieClip 1255 { } movieClip 1258 { } movieClip 1261 { } movieClip 1264 { } movieClip 1267 { } movieClip 1270 { } movieClip 1273 { } movieClip 1276 { } movieClip 1279 { } movieClip 1282 { } movieClip 1285 { } movieClip 1288 { } movieClip 1289 { } movieClip 1292 { } movieClip 1295 { } movieClip 1298 { } movieClip 1299 { } movieClip 1301 { } movieClip 1309 { } frame 232 { _global.regimeList = new Array({'btn': 'temp_1', 'time': 0, 'frame': 234, 'snd': ''}, {'btn': 'temp_2', 'time': 9, 'frame': 235, 'snd': 'sex60_1'}, {'btn': 'temp_3', 'time': 9, 'frame': 236, 'snd': 'sex40_1'}, {'btn': 'temp_4', 'time': 9, 'frame': 237, 'snd': 'sex20_1'}); _global.myRegime = new Regime(_global.regimeList, 'btn_next', 238); stop(); } movieClip 1310 { } frame 234 { scl8_2.gotoAndPlay('sex_1'); } movieClip 1326 { frame 101 { gotoAndPlay('sex_1'); } frame 147 { gotoAndPlay('sex_2'); } frame 170 { gotoAndPlay('sex_3'); } frame 184 { gotoAndPlay('sex_4'); } frame 404 { stop(); } } frame 235 { scl8_2.gotoAndPlay('sex_2'); } frame 236 { scl8_2.gotoAndPlay('sex_3'); } frame 237 { scl8_2.gotoAndPlay('sex_4'); } frame 238 { scl8_2.gotoAndPlay('final'); _global.myWaiting = new Waiting(219, 242); stop; } frame 242 { _global.myWaiting = new Waiting(30, 245); stop(); } movieClip 1327 { frame 140 { gotoAndPlay(1); } } frame 245 { _global.myWaiting = new Waiting(140, 250); stop; } movieClip 1329 { } movieClip 1330 { } frame 250 { game_name.text = _global.gameName[_global.LanguageGame]; if (_global.usedButtons[_global.dildoMark] && _global.usedButtons[_global.dickMark]) { _global.buttonList = new Array({'area': [400, 372], 'obj': 'btn_again', 'frame': 255, 'url': ''}, {'area': [374, 410], 'obj': 'btn_more', 'frame': 0, 'url': 'http://sexgamesbox.com/?fr=' + _global.LanguageGame + '-Fucking_Sex_Toys-' + _global.OnlineGame}); _global.myButtons = new Buttons(_global.buttonList); stop(); } else { _global.myWaiting = new Waiting(100, 119); stop(); } } frame 255 { _global.myWaiting = new Waiting(30, 25); stop; } frame 260 { if (_global.usedButtons[_global.dildoMark] && _global.usedButtons[_global.dickMark]) { stop(); } else { stop(); } _root.lll.onRelease = function () { getURL(_global.mainUrl, _global.urlWindow); }; } // unknown tag 88 length 138 movieClip 1338 { } movieClip 1339 { } movieClip 1348 { frame 40 { gotoAndPlay('sex_4'); } } movieClip 1349 { } movieClip 1358 { frame 196 { gotoAndPlay('sex_1_2'); } } movieClip 1359 { } movieClip 1361 { }




http://swfchan.com/24/119642/info.shtml
Created: 5/3 -2019 18:32:08 Last modified: 5/3 -2019 18:32:08 Server time: 20/04 -2024 05:52:56