Combined Code
// unknown tag 88 length 70
movieClip 15 gialog {
}
movieClip 17 {
}
movieClip 19 {
}
movieClip 21 {
}
movieClip 23 {
}
movieClip 25 {
}
movieClip 27 {
}
movieClip 29 {
}
movieClip 31 {
}
movieClip 33 {
}
movieClip 37 {
}
movieClip 38 popup_obj {
}
movieClip 42 phrase_area {
}
movieClip 45 {
}
movieClip 46 {
}
movieClip 47 actionPoint {
}
// unknown tag 88 length 143
movieClip 52 button_play {
}
movieClip 56 btn_yes {
}
movieClip 58 btn_no {
}
movieClip 60 btn_more {
}
movieClip 62 btn_enter_room_3 {
}
movieClip 63 btn_enter_room_2 {
}
movieClip 65 btn_enter_room_1 {
}
movieClip 67 btn_again {
}
movieClip 69 {
}
movieClip 71 {
}
movieClip 72 {
}
movieClip 75 counter {
}
movieClip 79 btn_next {
}
movieClip 82 adult_logo {
}
movieClip 85 btn_logo {
}
movieClip 88 {
}
movieClip 91 {
}
movieClip 93 {
}
movieClip 94 {
}
movieClip 96 {
}
movieClip 98 {
}
movieClip 544 __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 545 __Packages.Strings {
#initclip
if (!_global.Strings) {
var v1 = function () {
super();
this.strList = new Object();
this.strList.scene_1_1 = 'Oh, I\'m in despair! My friend doesn\'t listen to me any more!';
this.strList.scene_1_2 = 'Hey, just relax! Everything\'s gonna be all right.';
this.strList.scene_1_3 = 'Doctor, I hope, you can help me.';
this.strList.scene_1_4 = 'Everything\'s not so bad. Just look at me!';
this.strList.scene_1_5 = 'You\'re incredibly sexy! You can arouse anyone! But not me... ';
this.strList.scene_1_6 = 'Just take your time! I\'ve got something special.';
this.strList.scene_1_7 = 'Do you really think, it\'ll help?';
this.strList.scene_1_8 = 'We\'ll check it up together!';
this.strList.scene_1_9 = 'I wonna believe you and I want you!';
this.strList.scene_1_10 = 'Take this just now.';
this.strList.scene_1_11 = 'It seems to me, it works!';
this.strList.scene_1_12 = 'Well, let\'s fix the result immediately!';
};
_global.Strings = v1;
_global.Strings extends MovieClip;
var v2 = v1.prototype;
ASSetPropFlags(_global.Strings.prototype, null, 1);
}
#endinitclip
}
movieClip 546 __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].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 547 __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 548 __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;
this.sound = new Sound();
};
_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) {
_root.sound.attachSound(soundName);
if (loop) {
_root.sound.start(0, 100000);
} else {
_root.sound.start();
}
};
ASSetPropFlags(_global.Dialog.prototype, null, 1);
}
#endinitclip
}
movieClip 549 __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('');
_root.sound.stop(this.soundName);
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) {
_root.sound.attachSound(soundName);
if (loop) {
_root.sound.start(0, 100000);
} else {
_root.sound.start();
}
};
ASSetPropFlags(_global.Sequence.prototype, null, 1);
}
#endinitclip
}
movieClip 550 __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 551 __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
}
frame 2 {
_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.strList;
_global.haveOfficeSex = false;
_global.haveRoom_1Sex = false;
_global.haveRoom_2Sex = false;
}
frame 3 {
_root.btn_logo.onRelease = function () {
getURL('http://sexgamesbox.com/?fr=Inspire_Your_Dick', 'blank');
};
_root.adult_logo.onRelease = function () {
getURL('http://ru.sexgamesbox.com/redirect-farma.html', '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 {
_global.buttonList = new Array({'area': [-10, 265], 'obj': 'button_play', 'frame': 30, 'url': ''});
_root.adult_logo.onRelease = function () {
getURL('http://ru.sexgamesbox.com/redirect-farma.html', 'blank');
};
_global.myButtons = new Buttons(_global.buttonList);
stop();
}
frame 30 {
_root.adult_logo.onRelease = function () {
getURL('http://ru.sexgamesbox.com/redirect-farma.html', 'blank');
};
_global.myWaiting = new Waiting(30, 31);
stop;
}
movieClip 106 {
}
movieClip 109 {
}
movieClip 112 {
}
movieClip 115 {
}
movieClip 118 {
}
movieClip 121 {
}
movieClip 124 {
}
movieClip 127 {
}
movieClip 130 {
}
movieClip 133 {
}
movieClip 136 {
}
movieClip 139 {
}
movieClip 140 {
frame 80 {
}
frame 160 {
gotoAndPlay('f1');
}
}
movieClip 143 {
frame 30 {
stop();
}
}
frame 31 {
_global.dialogList = new Array({'phrase': _global.str.scene_1_1, 'answer': _global.str.scene_1_2, 'correct': false, 'frame': 33, 'snd': 'laugh_3'}, {'phrase': _global.str.scene_1_3, 'answer': _global.str.scene_1_4, 'correct': false, 'frame': 33, 'snd': 'laugh_2'}, {'phrase': _global.str.scene_1_5, 'answer': _global.str.scene_1_6, 'correct': true, 'frame': 33, 'snd': 'laugh_1'});
_global.myDialog = new Dialog(_global.dialogList, 20, 365, ['quest_cloud', 250, 75], ['ans_cloud', 250, 70], 34);
stop();
}
frame 34 {
_global.dialogList = new Array({'phrase': _global.str.scene_1_7, 'answer': _global.str.scene_1_8, 'correct': false, 'frame': 36, 'snd': 'laugh_3'}, {'phrase': _global.str.scene_1_9, 'answer': _global.str.scene_1_10, 'correct': true, 'frame': 36, 'snd': 'laugh_2'}, {'phrase': _global.str.scene_1_11, 'answer': _global.str.scene_1_12, 'correct': false, 'frame': 36, 'snd': 'laugh_1'});
_global.myDialog = new Dialog(_global.dialogList, 20, 365, ['quest_cloud', 250, 75], ['ans_cloud', 250, 70], 37);
stop();
}
frame 37 {
_global.myWaiting = new Waiting(30, 50);
stop;
}
movieClip 146 {
frame 30 {
stop();
}
}
frame 50 {
_global.myWaiting = new Waiting(30, 51);
stop;
}
movieClip 151 {
}
movieClip 154 {
}
movieClip 157 {
}
movieClip 160 {
}
movieClip 163 {
}
movieClip 166 {
}
movieClip 169 {
}
movieClip 172 {
}
movieClip 173 {
frame 80 {
}
frame 160 {
gotoAndPlay('sex_1');
}
}
frame 51 {
_global.sequenceList = new Array({'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'm_leg_1', 'speed': 0.1, 'good': {'frame': 53, 'text': 'mmmm ... so good ...', 'snd': 'ahah1'}, 'bad': {'frame': 53, 'text': 'Stop it!', 'snd': 'dontlike'}}]}, {'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'm_leg_2', 'speed': 0.1, 'good': {'frame': 54, 'text': 'So good ...', 'snd': 'ahah'}, 'bad': {'frame': 54, 'text': 'Stop it!', 'snd': 'dontlike'}}]}, {'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'm_leg_3', 'speed': 0.1, 'good': {'frame': 55, 'text': 'So good ...', 'snd': 'ahah1'}, 'bad': {'frame': 55, 'text': 'Stop it!', 'snd': 'dontlike'}}]}, {'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'm_leg_4', 'speed': 0.1, 'good': {'frame': 56, 'text': 'So good ...', 'snd': 'ahah'}, 'bad': {'frame': 56, 'text': 'Stop it!', 'snd': 'dontlike'}}]}, {'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'm_leg_5', 'speed': 0.1, 'good': {'frame': 57, 'text': 'So good ...', 'snd': 'ahah1'}, 'bad': {'frame': 57, 'text': 'Stop it!', 'snd': 'dontlike'}}]});
_global.mySequence = new Sequence(_global.sequenceList, [320, 50, 200, 60, false, false], 'btn_next', 63);
_global.newHintTimer = new HintTimer();
stop();
}
movieClip 175 {
}
movieClip 178 {
}
movieClip 181 {
}
movieClip 184 {
}
movieClip 187 {
}
movieClip 190 {
}
movieClip 193 {
}
movieClip 194 {
}
movieClip 197 {
}
movieClip 200 {
}
movieClip 203 {
}
movieClip 206 {
}
movieClip 209 {
}
movieClip 212 {
}
movieClip 215 {
}
movieClip 216 {
}
movieClip 217 {
frame 80 {
}
frame 160 {
gotoAndPlay('sex_1');
}
frame 240 {
}
frame 320 {
gotoAndPlay('sex_2');
}
frame 400 {
}
frame 480 {
gotoAndPlay('sex_3');
}
frame 560 {
}
frame 640 {
gotoAndPlay('sex_4');
}
frame 720 {
}
frame 800 {
gotoAndPlay('sex_5');
}
}
frame 54 {
befzsb34b34.gotoAndPlay('sex_2');
}
frame 55 {
befzsb34b34.gotoAndPlay('sex_3');
}
frame 56 {
befzsb34b34.gotoAndPlay('sex_4');
}
frame 57 {
befzsb34b34.gotoAndPlay('sex_5');
}
frame 63 {
_global.myWaiting = new Waiting(30, 64);
stop;
}
frame 64 {
_root.adult_logo.onRelease = function () {
getURL('http://ru.sexgamesbox.com/redirect-farma.html', 'blank');
};
_global.myWaiting = new Waiting(30, 65);
stop;
}
movieClip 222 {
}
movieClip 227 {
}
movieClip 230 {
}
movieClip 233 {
}
movieClip 236 {
}
movieClip 239 {
}
movieClip 242 {
}
movieClip 245 {
}
movieClip 248 {
}
movieClip 251 {
}
movieClip 254 {
}
movieClip 257 {
}
movieClip 258 {
}
movieClip 261 {
}
movieClip 264 {
}
movieClip 267 {
}
movieClip 270 {
}
movieClip 273 {
}
movieClip 276 {
}
movieClip 279 {
}
movieClip 280 {
}
movieClip 281 {
}
movieClip 282 {
frame 81 {
}
frame 161 {
gotoAndPlay('sex_1');
}
frame 241 {
}
frame 321 {
gotoAndPlay('sex_2');
}
frame 401 {
}
frame 481 {
gotoAndPlay('sex_3');
}
frame 561 {
}
frame 641 {
gotoAndPlay('sex_4');
}
frame 721 {
}
frame 801 {
gotoAndPlay('sex_5');
}
frame 881 {
}
frame 961 {
gotoAndPlay('sex_6');
}
frame 1041 {
}
frame 1121 {
gotoAndPlay('sex_7');
}
}
frame 65 {
_global.sequenceList = new Array({'add_percents': 10, 'type': 'click-n-hold', 'masks': [{'mask': 'm_leg_1', 'speed': 0.1, 'good': {'frame': 67, 'text': 'mmmm ... so good ...', 'snd': 'ahah1'}, 'bad': {'frame': 67, 'text': 'Stop it!', 'snd': 'dontlike'}}]}, {'add_percents': 15, 'type': 'click-n-hold', 'masks': [{'mask': 'm_leg_2', 'speed': 0.1, 'good': {'frame': 68, 'text': 'So good ...', 'snd': 'ahah'}, 'bad': {'frame': 68, 'text': 'Stop it!', 'snd': 'dontlike'}}]}, {'add_percents': 15, 'type': 'click-n-hold', 'masks': [{'mask': 'm_leg_3', 'speed': 0.1, 'good': {'frame': 69, 'text': 'So good ...', 'snd': 'ahah1'}, 'bad': {'frame': 69, 'text': 'Stop it!', 'snd': 'dontlike'}}]}, {'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'm_leg_4', 'speed': 0.1, 'good': {'frame': 70, 'text': 'So good ...', 'snd': 'ahah'}, 'bad': {'frame': 70, 'text': 'Stop it!', 'snd': 'dontlike'}}]}, {'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'm_leg_5', 'speed': 0.1, 'good': {'frame': 71, 'text': 'So good ...', 'snd': 'ahah1'}, 'bad': {'frame': 71, 'text': 'Stop it!', 'snd': 'dontlike'}}]}, {'add_percents': 20, 'type': 'click-n-hold', 'masks': [{'mask': 'm_leg_6', 'speed': 0.1, 'good': {'frame': 72, 'text': 'So good ...', 'snd': 'ahah1'}, 'bad': {'frame': 72, 'text': 'Stop it!', 'snd': 'dontlike'}}]});
_global.mySequence = new Sequence(_global.sequenceList, [320, 50, 200, 60, false, false], 'btn_next', 73);
_global.newHintTimer = new HintTimer();
stop();
}
movieClip 283 {
frame 80 {
}
frame 160 {
gotoAndPlay('sex_2');
}
frame 240 {
}
frame 320 {
gotoAndPlay('sex_3');
}
frame 400 {
}
frame 480 {
gotoAndPlay('sex_4');
}
frame 560 {
}
frame 640 {
gotoAndPlay('sex_5');
}
frame 720 {
}
frame 800 {
gotoAndPlay('sex_6');
}
frame 880 {
}
frame 960 {
gotoAndPlay('sex_7');
}
}
frame 68 {
bxhg44x56.gotoAndPlay('sex_3');
}
frame 69 {
bxhg44x56.gotoAndPlay('sex_4');
}
frame 70 {
bxhg44x56.gotoAndPlay('sex_5');
}
frame 71 {
bxhg44x56.gotoAndPlay('sex_6');
}
frame 72 {
bxhg44x56.gotoAndPlay('sex_7');
}
frame 73 {
_global.myWaiting = new Waiting(30, 74);
stop;
}
frame 74 {
_global.myWaiting = new Waiting(950, 91);
stop;
}
movieClip 288 {
}
movieClip 291 {
}
movieClip 294 {
}
movieClip 308 {
}
movieClip 311 {
}
movieClip 314 {
}
movieClip 325 {
}
movieClip 329 {
}
movieClip 332 {
}
movieClip 333 {
frame 950 {
stop();
}
}
frame 91 {
_global.myWaiting = new Waiting(30, 92);
stop;
}
frame 92 {
_root.adult_logo.onRelease = function () {
getURL('http://ru.sexgamesbox.com/redirect-farma.html', 'blank');
};
_global.myWaiting = new Waiting(30, 93);
stop;
}
movieClip 340 {
}
movieClip 343 {
}
movieClip 346 {
}
movieClip 350 {
}
movieClip 353 {
}
movieClip 356 {
}
movieClip 359 {
}
movieClip 364 {
}
movieClip 370 {
}
movieClip 391 {
}
movieClip 393 {
frame 40 {
stop();
}
frame 120 {
gotoAndPlay('sex_1');
}
frame 180 {
gotoAndPlay('sex_2');
}
frame 220 {
gotoAndPlay('sex_3');
}
frame 300 {
stop();
}
}
frame 93 {
_global.regimeList = new Array({'btn': 'temp_1', 'time': 0, 'frame': 94, 'snd': ''}, {'btn': 'temp_2', 'time': 9, 'frame': 95, 'snd': 'temp_1'}, {'btn': 'temp_3', 'time': 9, 'frame': 96, 'snd': 'temp_2'}, {'btn': 'temp_4', 'time': 9, 'frame': 97, 'snd': 'temp_3'});
_global.myRegime = new Regime(_global.regimeList, 'btn_next', 98);
stop();
}
movieClip 395 {
}
movieClip 398 {
}
movieClip 400 {
}
movieClip 402 {
}
movieClip 404 {
}
movieClip 427 {
frame 80 {
gotoAndPlay('sex_1');
}
frame 140 {
gotoAndPlay('sex_2');
}
frame 180 {
gotoAndPlay('sex_3');
}
frame 260 {
stop();
}
}
frame 96 {
dbaw3b123b.gotoAndPlay('sex_2');
}
frame 97 {
dbaw3b123b.gotoAndPlay('sex_3');
}
frame 98 {
dbaw3b123b.gotoAndPlay('final');
_global.myWaiting = new Waiting(100, 99);
stop;
}
frame 99 {
_global.myWaiting = new Waiting(30, 100);
stop;
}
frame 100 {
_global.myWaiting = new Waiting(30, 101);
stop;
}
movieClip 432 {
}
movieClip 435 {
}
movieClip 438 {
}
movieClip 441 {
}
movieClip 444 {
}
movieClip 447 {
}
movieClip 450 {
}
movieClip 453 {
}
movieClip 456 {
}
movieClip 459 {
}
movieClip 462 {
}
movieClip 465 {
}
movieClip 468 {
}
movieClip 478 {
}
movieClip 491 {
}
movieClip 496 {
}
movieClip 513 {
frame 40 {
stop();
}
frame 100 {
gotoAndPlay('sex_1');
}
frame 139 {
gotoAndPlay('sex_2');
}
frame 160 {
gotoAndPlay('sex_3');
}
frame 300 {
stop();
}
}
frame 101 {
_global.regimeList = new Array({'btn': 'temp_1', 'time': 0, 'frame': 102, 'snd': ''}, {'btn': 'temp_2', 'time': 9, 'frame': 103, 'snd': 'temp_1'}, {'btn': 'temp_3', 'time': 9, 'frame': 104, 'snd': 'temp_2'}, {'btn': 'temp_4', 'time': 9, 'frame': 105, 'snd': 'temp_3'});
_global.myRegime = new Regime(_global.regimeList, 'btn_next', 106);
stop();
}
movieClip 541 {
frame 60 {
gotoAndPlay('sex_1');
}
frame 99 {
gotoAndPlay('sex_2');
}
frame 120 {
gotoAndPlay('sex_3');
}
frame 260 {
stop();
}
}
frame 104 {
fbzsb34b.gotoAndPlay('sex_2');
}
frame 105 {
fbzsb34b.gotoAndPlay('sex_3');
}
frame 106 {
fbzsb34b.gotoAndPlay('finish');
_global.myWaiting = new Waiting(100, 107);
stop;
}
frame 107 {
_global.myWaiting = new Waiting(30, 136);
stop;
}
frame 136 {
_root.adult_logo.onRelease = function () {
getURL('http://ru.sexgamesbox.com/redirect-farma.html', 'blank');
};
_global.buttonList = new Array({'area': [-20, 210], 'obj': 'btn_again', 'frame': 9, 'url': ''}, {'area': [-20, 261], 'obj': 'btn_more', 'frame': 0, 'url': 'http://sexgamesbox.com/?fr=Sex_community'});
_global.myButtons = new Buttons(_global.buttonList);
stop();
}