Frame 1
Frame 3
function playSound(src) {
trace(src);
snd = new Sound();
snd.attachSound(src);
snd.start();
delete snd;
}
function shuffle(src) {
res = new Array();
src_length = src.length;
q_order = new Array();
q_order = src;
i = 0;
while (i < src_length) {
r = random(q_order.length);
res.push(src[r]);
q_order.splice(r, 1);
i++;
}
return(res);
}
function gotoScreen(x) {
if (trans != undefined) {
removeMovieClip(trans);
}
attachMovie("trans_screen", "trans", 1).next_screen = x;
}
function setScreen(x) {
getURL ("fscommand:" + "bar", x);
if (screen != undefined) {
removeMovieClip(screen);
}
attachMovie(Qvar[x - 1], "screen", 0);
if (trans != undefined) {
trans.play();
}
}
stop();
stopAllSounds();
Mouse.show();
if (Qscr == undefined) {
Qstr = "d7391bcf,1b7dc2e4,b6a34e51,dc058124,6f3d15be,b60adcf7,038e1495,23b9f401";
Qvar = Qstr.split(",");
Qfrm = Qvar.length;
getURL ("fscommand:" + "mnf", Qfrm);
Qscr = 1;
}
setScreen(Qscr);
Symbol 5 MovieClip [trans_screen] Frame 1
var next_screen;
Symbol 5 MovieClip [trans_screen] Frame 10
stop();
trace("asdfgfh");
_root.setScreen(next_screen);
Symbol 5 MovieClip [trans_screen] Frame 20
removeMovieClip(this);
Symbol 11 MovieClip [dialog_line] Frame 1
this.index_var._visible = false;
stop();
onRollOver = function () {
if (_currentframe == 3) {
return(undefined);
}
gotoAndStop (2);
};
onRollOut = function () {
if (_currentframe == 3) {
return(undefined);
}
gotoAndStop (1);
};
onPress = function () {
if (_currentframe == 3) {
return(undefined);
}
gotoAndStop (3);
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = false;
i++;
}
_parent.face = _parent.dialog[2][index];
_parent.my_phrase_bubble.say(_parent.dialog[0][index]);
_parent.next_phrase = function () {
_parent.her_phrase_bubble._hide();
_parent.my_phrase_bubble._hide();
_parent.her_phrase_bubble.say(_parent.dialog[1][index]);
_parent.next_phrase = function () {
_parent.her_phrase_bubble._hide();
_parent.my_phrase_bubble._hide();
_parent.face = 1;
if (index == 0) {
_parent.need_next_question = true;
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = false;
i++;
}
} else {
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = true;
i++;
}
}
};
};
};
Symbol 17 MovieClip Frame 50
_parent.gotoAndPlay(2);
Symbol 17 MovieClip Frame 75
stop();
Symbol 55 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 55 MovieClip Frame 105
gotoAndStop (1);
Symbol 80 MovieClip Frame 1
function set_face(number) {
gotoAndStop(number);
}
stop();
Symbol 107 MovieClip Frame 1
if (phrase == undefined) {
phrase = "";
}
stop();
letters = 0;
text = "";
onEnterFrame = function () {
if (phrase == "") {
gotoAndStop (1);
} else {
play();
}
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
Symbol 110 MovieClip Frame 1
this._visible = false;
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 2
play();
Symbol 111 MovieClip Frame 10
stop();
bubble.phrase = phrase;
Symbol 116 MovieClip Frame 1
if (phrase == undefined) {
phrase = "";
}
stop();
letters = 0;
text = "";
onEnterFrame = function () {
if (phrase == "") {
gotoAndStop (1);
} else {
play();
}
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
Symbol 119 MovieClip Frame 1
this._visible = false;
Symbol 120 MovieClip Frame 1
stop();
Symbol 120 MovieClip Frame 2
play();
Symbol 120 MovieClip Frame 10
stop();
bubble.phrase = phrase;
Symbol 125 MovieClip [b6a34e51] Frame 1
stop();
Symbol 125 MovieClip [b6a34e51] Frame 25
girl.gotoAndPlay("1");
step = 0;
face = 1;
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("4");
}
};
her_phrase_bubble.say = function (_phrase) {
girl.head.set_face(face);
this.gotoAndPlay(2);
this.bubble.phrase = "";
this.bubble.text = "";
this.bubble.letters = 0;
this.phrase = _phrase;
return(undefined);
};
her_phrase_bubble.bubble.next_btn.onPress = function () {
next_phrase();
};
her_phrase_bubble._hide = function () {
this.bubble.phrase = "";
this.bubble.text = "";
this.bubble.letters = 0;
this.gotoAndStop(1);
};
her_phrase_bubble.bubble.bubble.onPress = function () {
this._parent.letters = this._parent.phrase.length;
};
my_phrase_bubble.say = function (_phrase) {
this.gotoAndPlay(2);
this.bubble.phrase = "";
this.bubble.text = "";
this.bubble.letters = 0;
this.phrase = _phrase;
return(undefined);
};
my_phrase_bubble.bubble.next_btn.onPress = function () {
girl.head.set_face(face);
next_phrase();
};
my_phrase_bubble._hide = function () {
this.bubble.phrase = "";
this.bubble.text = "";
this.bubble.letters = 0;
this.gotoAndStop(1);
};
my_phrase_bubble.bubble.bubble.onPress = function () {
this._parent.letters = this._parent.phrase.length;
};
next_phrase = function () {
her_phrase_bubble._hide();
my_phrase_bubble._hide();
switch (step) {
case 0 :
her_phrase_bubble.say("Excuse me, sir, may I talk with Mr.Brummell?");
break;
case 1 :
my_phrase_bubble.say("He is out of the city for the next few days.");
face = 4;
break;
case 2 :
her_phrase_bubble.say("Yes, he told me about that but I was hoping that maybe he moved the trip to another date.");
break;
case 3 :
my_phrase_bubble.say("I'm his nephew Harry. What may I help you with?");
face = 1;
break;
case 4 :
her_phrase_bubble.say("My name is Cheryl. I asked him to make me a dress for my wedding.");
break;
case 5 :
gotoAndStop (26);
}
step++;
};
next_phrase();
stop();
Symbol 125 MovieClip [b6a34e51] Frame 26
var my_phrase = new Array();
var her_answer = new Array();
var dialog = new Array();
var dialogs = new Array();
var babe_faces = new Array();
var need_next_question = false;
var current_dialog_index = 0;
need_next_question = true;
her_phrase_bubble.bubble.next_btn.onPress = function () {
next_phrase();
girl.head.set_face(face);
};
my_phrase[0] = "My uncle isn't the only good tailor out there. I'll create the most wonderful dress for you.";
my_phrase[1] = "Your future husband is the most lucky man in the world, Cheryl.";
my_phrase[2] = "Unfortunately, you have to wait until he returned.";
her_answer[0] = "Oh, thank you Harry! I'm so happy.";
her_answer[1] = "Oh, thanks a lot.";
her_answer[2] = "But I can't leave this issue to the last moment.";
babe_faces[0] = 2;
babe_faces[1] = 2;
babe_faces[2] = 4;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
this.onEnterFrame = function () {
if (need_next_question == true) {
girl.head.set_face(1);
need_next_question = false;
if (current_dialog_index == dialogs.length) {
i = 0;
while (i < 3) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
this.gotoAndStop(27);
return(undefined);
}
q_indexes = new Array();
i = 0;
while (i < 3) {
q_indexes.push(i);
i++;
}
dialog = dialogs[current_dialog_index];
q_indexes = _parent.shuffle(q_indexes);
i = 0;
while (i < 3) {
index = q_indexes[i];
if (eval ("dialog_line" + index)) {
eval ("dialog_line" + index).removeMovieClip();
}
clip = attachMovie("dialog_line", "dialog_line" + index, index);
clip._visible = true;
clip._y = (430 - (i * 40)) - (i * 5);
clip._x = 15;
clip.your_text = dialog[0][index];
clip.index = index;
i++;
}
current_dialog_index++;
}
};
stop();
Symbol 125 MovieClip [b6a34e51] Frame 27
step = 0;
face = 1;
her_phrase_bubble.bubble.next_btn.onPress = function () {
next_phrase();
};
next_phrase = function () {
her_phrase_bubble._hide();
my_phrase_bubble._hide();
switch (step) {
case 0 :
my_phrase_bubble.say("What date do you need the dress?");
break;
case 1 :
her_phrase_bubble.say("The end of next week.");
break;
case 2 :
my_phrase_bubble.say("No problem, all will be done in time.");
break;
case 3 :
gotoAndStop (28);
}
step++;
};
next_phrase();
stop();
Symbol 125 MovieClip [b6a34e51] Frame 28
var my_phrase = new Array();
var her_answer = new Array();
var dialog = new Array();
var dialogs = new Array();
var babe_faces = new Array();
var need_next_question = false;
var current_dialog_index = 0;
need_next_question = true;
her_phrase_bubble.bubble.next_btn.onPress = function () {
next_phrase();
girl.head.set_face(face);
};
my_phrase[0] = "Let me take your measurement, Cheryl.";
my_phrase[1] = "Show me your breasts. I need to know the size of them.";
my_phrase[2] = "By the way, we offer a large variety of wedding dresses for rental.";
her_answer[0] = "But Mr.Brummell has already did it.";
her_answer[1] = "It's not necessary. I have 34D cups.";
her_answer[2] = "I want my own special wedding dress.";
babe_faces[0] = 5;
babe_faces[1] = 3;
babe_faces[2] = 4;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
my_phrase[0] = "I can't read his handwriting. It will be better if I take your measurement again.";
my_phrase[1] = "I need to take a new measurement. Maybe you got fat a little during the last time.";
my_phrase[2] = "I just wanted to grad your lovely body.";
her_answer[0] = "Well... okay.";
her_answer[1] = "What!? Do you think I'm looking fat?";
her_answer[2] = "Hands off, you pervert.";
babe_faces[0] = 1;
babe_faces[1] = 3;
babe_faces[2] = 3;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
this.onEnterFrame = function () {
if (need_next_question == true) {
girl.head.set_face(1);
need_next_question = false;
if (current_dialog_index == dialogs.length) {
i = 0;
while (i < 3) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
this.gotoAndStop(29);
return(undefined);
}
q_indexes = new Array();
i = 0;
while (i < 3) {
q_indexes.push(i);
i++;
}
dialog = dialogs[current_dialog_index];
q_indexes = _parent.shuffle(q_indexes);
i = 0;
while (i < 3) {
index = q_indexes[i];
if (eval ("dialog_line" + index)) {
eval ("dialog_line" + index).removeMovieClip();
}
clip = attachMovie("dialog_line", "dialog_line" + index, index);
clip._visible = true;
clip._y = (430 - (i * 40)) - (i * 5);
clip._x = 15;
clip.your_text = dialog[0][index];
clip.index = index;
i++;
}
current_dialog_index++;
}
};
stop();
Symbol 125 MovieClip [b6a34e51] Frame 29
girl.gotoAndPlay("1");
step = 0;
face = 1;
her_phrase_bubble.say = function (_phrase) {
girl.head.set_face(face);
this.gotoAndPlay(2);
this.bubble.phrase = "";
this.bubble.text = "";
this.bubble.letters = 0;
this.phrase = _phrase;
return(undefined);
};
her_phrase_bubble.bubble.next_btn.onPress = function () {
next_phrase();
};
her_phrase_bubble._hide = function () {
this.bubble.phrase = "";
this.bubble.text = "";
this.bubble.letters = 0;
this.gotoAndStop(1);
};
her_phrase_bubble.bubble.bubble.onPress = function () {
this._parent.letters = this._parent.phrase.length;
};
my_phrase_bubble.say = function (_phrase) {
this.gotoAndPlay(2);
this.bubble.phrase = "";
this.bubble.text = "";
this.bubble.letters = 0;
this.phrase = _phrase;
return(undefined);
};
my_phrase_bubble.bubble.next_btn.onPress = function () {
girl.head.set_face(face);
next_phrase();
};
my_phrase_bubble._hide = function () {
this.bubble.phrase = "";
this.bubble.text = "";
this.bubble.letters = 0;
this.gotoAndStop(1);
};
my_phrase_bubble.bubble.bubble.onPress = function () {
this._parent.letters = this._parent.phrase.length;
};
next_phrase = function () {
her_phrase_bubble._hide();
my_phrase_bubble._hide();
switch (step) {
case 0 :
my_phrase_bubble.say("Now please follow me.");
break;
case 1 :
her_phrase_bubble.say("Okay, Harry.");
face = 2;
break;
case 2 :
next_btn._visible = true;
glow._visible = true;
}
step++;
};
next_phrase();
stop();
Symbol 149 MovieClip Frame 1
_visible = false;
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 8
if (_parent._currentframe == 1) {
_parent.gotoAndStop(2);
} else {
_parent.gotoAndStop(4);
}
_parent._parent.use_sci("p1");
Symbol 150 MovieClip Frame 15
stop();
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 8
if (_parent._currentframe == 1) {
_parent.gotoAndStop(3);
} else {
_parent.gotoAndStop(4);
}
_parent._parent.use_sci("p1");
Symbol 151 MovieClip Frame 15
stop();
Symbol 160 MovieClip Frame 15
stop();
_parent._parent.use_sci("p");
Symbol 161 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 10
_parent._parent.use_sci("l2");
stop();
Symbol 191 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 10
_parent._parent.use_sci("l1");
stop();
Symbol 194 MovieClip Frame 1
_visible = false;
stop();
Symbol 194 MovieClip Frame 2
_visible = true;
_parent.l41._visible = false;
_parent.l42._visible = false;
_parent.l43._visible = false;
Symbol 194 MovieClip Frame 10
_parent._parent.use_sci("l");
stop();
Symbol 195 MovieClip Frame 1
stop();
Symbol 195 MovieClip Frame 8
_parent.l1.gotoAndPlay(2);
Symbol 195 MovieClip Frame 15
stop();
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 8
_parent.l2.gotoAndPlay(2);
Symbol 196 MovieClip Frame 15
stop();
Symbol 201 MovieClip Frame 60
gotoAndPlay (2);
Symbol 201 MovieClip Frame 79
gotoAndPlay ("a1");
Symbol 224 MovieClip Frame 1
if (phrase == undefined) {
phrase = "";
}
stop();
letters = 0;
text = "";
onEnterFrame = function () {
if (phrase == "") {
gotoAndStop (1);
} else {
play();
}
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
Symbol 226 MovieClip Frame 1
_visible = false;
Symbol 227 MovieClip Frame 1
stop();
_visible = false;
Symbol 227 MovieClip Frame 2
play();
_visible = true;
Symbol 227 MovieClip Frame 10
stop();
bubble.phrase = phrase;
Symbol 232 MovieClip Frame 1
if (phrase == undefined) {
phrase = "";
}
stop();
letters = 0;
text = "";
onEnterFrame = function () {
if (phrase == "") {
gotoAndStop (1);
} else {
play();
}
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
Symbol 234 MovieClip Frame 1
_visible = false;
Symbol 235 MovieClip Frame 1
stop();
_visible = false;
Symbol 235 MovieClip Frame 2
play();
_visible = true;
Symbol 235 MovieClip Frame 10
stop();
bubble.phrase = phrase;
Symbol 249 MovieClip Frame 1
_visible = false;
Symbol 251 MovieClip Frame 1
_visible = false;
Symbol 252 MovieClip Frame 20
this.onRollOver = function () {
light._visible = true;
};
this.onRollOut = (this.onReleaseOutside = function () {
light._visible = false;
});
stop();
Symbol 252 MovieClip Frame 40
stop();
_visible = false;
Symbol 261 MovieClip Frame 1
_visible = false;
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 20
this.onRollOver = function () {
light._visible = true;
};
this.onRollOut = (this.onReleaseOutside = function () {
light._visible = false;
});
stop();
Symbol 262 MovieClip Frame 40
stop();
_visible = false;
Symbol 266 MovieClip Frame 1
this.onPress = function () {
this.onPress = null;
this.useHandCursor = false;
this._visible = false;
_parent.next_phrase();
};
_visible = false;
Symbol 266 MovieClip Frame 40
gotoAndPlay (2);
Symbol 266 MovieClip Frame 41
stop();
Symbol 267 MovieClip Frame 1
_visible = false;
Symbol 267 MovieClip Frame 40
gotoAndPlay (2);
Symbol 267 MovieClip Frame 41
stop();
Symbol 268 MovieClip Frame 1
_visible = false;
Symbol 268 MovieClip Frame 40
gotoAndPlay (2);
Symbol 268 MovieClip Frame 41
stop();
Symbol 279 MovieClip Frame 50
stop();
_parent._parent.tips.gotoAndStop(2);
Symbol 280 MovieClip Frame 1
stop();
Symbol 280 MovieClip Frame 2
_visible = true;
Symbol 280 MovieClip Frame 40
stop();
_parent.next_phrase();
Symbol 283 MovieClip Frame 50
stop();
_parent._parent.tips.gotoAndStop(3);
Symbol 284 MovieClip Frame 1
stop();
Symbol 284 MovieClip Frame 2
_visible = true;
Symbol 284 MovieClip Frame 24
stop();
_parent.next_phrase();
Symbol 287 MovieClip Frame 50
stop();
_parent._parent.tips.gotoAndStop(5);
Symbol 288 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 2
_visible = true;
Symbol 288 MovieClip Frame 30
stop();
_parent.next_phrase();
Symbol 291 MovieClip Frame 50
stop();
_parent._parent.tips.gotoAndStop(4);
Symbol 292 MovieClip Frame 1
stop();
Symbol 292 MovieClip Frame 2
_visible = true;
Symbol 292 MovieClip Frame 35
stop();
_parent.next_phrase();
Symbol 297 MovieClip Frame 10
stop();
Symbol 300 MovieClip Frame 10
stop();
Symbol 303 MovieClip Frame 10
stop();
Symbol 306 MovieClip Frame 10
stop();
Symbol 309 MovieClip Frame 10
stop();
Symbol 312 MovieClip Frame 10
stop();
Symbol 315 MovieClip Frame 10
stop();
Symbol 316 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 50
stop();
_parent._parent.tips.gotoAndStop(8);
_parent._parent.next_phrase();
Symbol 326 MovieClip Frame 1
stop();
Symbol 326 MovieClip Frame 2
_visible = true;
Symbol 326 MovieClip Frame 23
stop();
Symbol 331 MovieClip Frame 50
stop();
_parent._parent.tips.gotoAndStop(7);
Symbol 332 MovieClip Frame 1
stop();
Symbol 332 MovieClip Frame 2
_visible = true;
Symbol 332 MovieClip Frame 45
stop();
_parent.next_phrase();
Symbol 332 MovieClip Frame 60
stop();
_parent.next_phrase();
Symbol 332 MovieClip Frame 80
stop();
_parent.next_phrase();
Symbol 332 MovieClip Frame 81
stop();
Symbol 335 MovieClip Frame 50
stop();
_parent._parent.tips.gotoAndStop(6);
Symbol 336 MovieClip Frame 1
stop();
Symbol 336 MovieClip Frame 2
_visible = true;
Symbol 336 MovieClip Frame 41
stop();
_parent.next_phrase();
Symbol 349 MovieClip [dc058124] Frame 1
function check_way(way) {
if (prev_step == step) {
gotoAndPlay(way);
return(undefined);
}
prev_step = step;
switch (step) {
case 0 :
gotoAndPlay ("a0");
break;
case 1 :
gotoAndPlay ("a0");
break;
case 2 :
gotoAndPlay ("a0");
break;
case 3 :
gotoAndPlay ("a0");
break;
case 4 :
gotoAndPlay ("a3");
break;
case 5 :
gotoAndPlay ("a4");
break;
case 6 :
gotoAndPlay ("a4");
break;
case 7 :
gotoAndPlay ("a4");
break;
case 8 :
gotoAndPlay ("a4");
break;
case 9 :
gotoAndPlay ("a4");
break;
case 10 :
gotoAndPlay ("a4");
break;
case 11 :
gotoAndPlay ("a4");
break;
case 12 :
gotoAndPlay ("a4");
break;
case 13 :
gotoAndPlay ("a4");
break;
case 14 :
gotoAndPlay ("a4");
break;
case 15 :
gotoAndPlay ("a4");
break;
case 16 :
gotoAndPlay ("a4");
break;
case 17 :
gotoAndPlay ("a4");
break;
case 18 :
gotoAndPlay ("a4");
break;
case 19 :
gotoAndPlay ("a4");
break;
case 20 :
gotoAndPlay ("a4");
break;
case 21 :
gotoAndPlay ("a5");
break;
case 22 :
gotoAndPlay ("a6");
break;
case 23 :
gotoAndPlay ("a6");
break;
case 24 :
gotoAndPlay ("a6");
break;
case 25 :
gotoAndPlay ("a6");
break;
case 26 :
gotoAndPlay ("a6");
break;
case 27 :
gotoAndPlay ("a6");
break;
case 28 :
gotoAndPlay ("a7");
break;
case 29 :
gotoAndPlay ("a8");
break;
case 30 :
gotoAndPlay ("a8");
break;
case 31 :
gotoAndPlay ("a8");
break;
case 32 :
gotoAndPlay ("a8");
break;
case 33 :
gotoAndPlay ("a8");
break;
case 34 :
gotoAndPlay ("a8");
break;
case 35 :
gotoAndPlay ("a8");
break;
case 36 :
gotoAndPlay ("a8");
break;
case 37 :
gotoAndPlay ("a8");
break;
case 38 :
gotoAndPlay ("a8");
break;
case 39 :
gotoAndPlay ("a8");
break;
case 40 :
gotoAndPlay ("a8");
break;
case 41 :
gotoAndPlay ("a8");
break;
case 42 :
gotoAndPlay ("a8");
break;
case 43 :
gotoAndPlay ("a8");
break;
case 44 :
gotoAndPlay ("a8");
break;
case 45 :
gotoAndPlay ("a8");
break;
case 46 :
gotoAndPlay ("a8");
break;
case 47 :
gotoAndPlay ("a9");
break;
case 48 :
gotoAndPlay ("a10");
break;
case 49 :
gotoAndPlay ("a10");
break;
case 50 :
gotoAndPlay ("a10");
break;
case 51 :
gotoAndPlay ("a10");
break;
case 52 :
gotoAndPlay ("a11");
break;
case 53 :
gotoAndPlay ("a12");
break;
case 54 :
gotoAndPlay ("a13");
break;
case 55 :
gotoAndPlay ("a14");
break;
case 56 :
gotoAndPlay ("a15");
break;
case 57 :
gotoAndPlay ("a16");
break;
case 60 :
gotoAndPlay ("a17");
break;
case 61 :
gotoAndPlay ("a17");
break;
case 62 :
gotoAndPlay ("a17");
break;
case 63 :
gotoAndPlay ("a17");
break;
case 64 :
gotoAndPlay ("a17");
break;
case 65 :
gotoAndPlay ("a17");
break;
case 66 :
gotoAndPlay ("a17");
break;
case 67 :
gotoAndPlay ("a17");
break;
case 68 :
gotoAndPlay ("a17");
break;
case 69 :
gotoAndPlay ("a17");
break;
case 70 :
gotoAndPlay ("a17");
break;
case 71 :
gotoAndPlay ("a17");
break;
case 72 :
gotoAndPlay ("a17");
break;
case 73 :
gotoAndPlay ("a18");
break;
case 74 :
gotoAndPlay ("a19");
}
}
function use_sci(value) {
if ((value == "l1") or (value == "l2")) {
if ((marker19._visible == false) and (marker20._visible == false)) {
marker21._visible = true;
}
}
if ((value == "p1") or (value == "p2")) {
if ((marker22._visible == false) and (marker23._visible == false)) {
marker24._visible = true;
}
}
if ((value == "p") or (value == "l")) {
if ((((((marker24._visible == false) and (marker21._visible == false)) and (marker19._visible == false)) and (marker20._visible == false)) and (marker22._visible == false)) and (marker23._visible == false)) {
next_phrase();
}
}
}
prev_step = -1;
step = 0;
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
step = 73;
};
boobs._visible = false;
dress_top = true;
dress_bottom = true;
face = 1;
her_phrase_bubble.say = function (_phrase) {
head.set_face(face);
this.gotoAndPlay(2);
this.bubble.phrase = "";
this.bubble.text = "";
this.bubble.letters = 0;
this.phrase = _phrase;
return(undefined);
};
her_phrase_bubble.bubble.next_btn.onPress = function () {
next_phrase();
};
her_phrase_bubble._hide = function () {
this.bubble.phrase = "";
this.bubble.text = "";
this.bubble.letters = 0;
this.gotoAndStop(1);
};
her_phrase_bubble.bubble.bubble.onPress = function () {
this._parent.letters = this._parent.phrase.length;
};
my_phrase_bubble.say = function (_phrase) {
this.gotoAndPlay(2);
this.bubble.phrase = "";
this.bubble.text = "";
this.bubble.letters = 0;
this.phrase = _phrase;
return(undefined);
};
my_phrase_bubble.bubble.next_btn.onPress = function () {
head.set_face(face);
next_phrase();
};
my_phrase_bubble._hide = function () {
this.bubble.phrase = "";
this.bubble.text = "";
this.bubble.letters = 0;
this.gotoAndStop(1);
};
my_phrase_bubble.bubble.bubble.onPress = function () {
this._parent.letters = this._parent.phrase.length;
};
next_phrase = function () {
her_phrase_bubble._hide();
my_phrase_bubble._hide();
switch (step) {
case 0 :
my_phrase_bubble.say("Let's get starting. It shouldn't take a long time.");
break;
case 1 :
her_phrase_bubble.say("What I need to do?");
break;
case 2 :
my_phrase_bubble.say("Lift up your right hand.");
break;
case 4 :
marker1._visible = true;
break;
case 5 :
marker2._visible = true;
hand1._visible = true;
break;
case 6 :
hand1.gotoAndPlay(2);
break;
case 7 :
her_phrase_bubble.say("Am I doing it right?");
break;
case 8 :
my_phrase_bubble.say("Sure, you're good.");
break;
case 9 :
hand1._visible = false;
marker3._visible = true;
break;
case 10 :
marker4._visible = true;
hand2._visible = true;
break;
case 11 :
hand2.gotoAndPlay(2);
break;
case 12 :
my_phrase_bubble.say("Now the shoulders.");
break;
case 13 :
hand2._visible = false;
marker7._visible = true;
break;
case 14 :
hand4._visible = true;
marker8._visible = true;
break;
case 15 :
hand4.gotoAndPlay(2);
break;
case 16 :
my_phrase_bubble.say("Close your eyes, I'll measure your head.");
face = 5;
break;
case 17 :
her_phrase_bubble.say("Why is it necessary?");
break;
case 18 :
my_phrase_bubble.say("For a wedding veil.");
break;
case 19 :
face = 6;
her_phrase_bubble.say("Okay.");
break;
case 20 :
hand4._visible = false;
break;
case 21 :
marker5._visible = true;
break;
case 22 :
marker6._visible = true;
hand3._visible = true;
break;
case 23 :
hand3.gotoAndPlay(2);
break;
case 24 :
my_phrase_bubble.say("You have such the beautiful hairs.");
face = 1;
break;
case 25 :
face = 2;
hand3._visible = false;
her_phrase_bubble.say("Thank you, Harry.");
break;
case 26 :
face = 1;
my_phrase_bubble.say("Now I'm going to measure your hips.");
break;
case 27 :
break;
case 28 :
marker9._visible = true;
break;
case 29 :
marker10._visible = true;
hand5._visible = true;
break;
case 30 :
hand5.gotoAndPlay(3);
break;
case 31 :
her_phrase_bubble.say("Oh... You make me shy.");
face = 1;
break;
case 32 :
my_phrase_bubble.say("Just relax, everyting is fine.");
break;
case 33 :
hand5._visible = false;
my_phrase_bubble.say("Now please tell me. What dress length do you want?");
break;
case 34 :
marker11._visible = true;
break;
case 35 :
hand6._visible = true;
marker12._visible = true;
break;
case 36 :
hand6.gotoAndPlay(2);
break;
case 37 :
my_phrase_bubble.say("Is it okay?");
break;
case 38 :
her_phrase_bubble.say("Shorter.");
break;
case 39 :
hand6.gotoAndPlay(46);
break;
case 40 :
her_phrase_bubble.say("A little bit shorter.");
break;
case 41 :
hand6.gotoAndPlay(61);
break;
case 42 :
her_phrase_bubble.say("That's enough.");
break;
case 43 :
my_phrase_bubble.say("Are you sure? Don't you think it's too short?");
break;
case 44 :
her_phrase_bubble.say("It's okay. Remember I told you I want my own very special dress.");
break;
case 45 :
my_phrase_bubble.say("As you say, Cheryl.");
hand6.gotoAndStop(81);
break;
case 46 :
my_phrase_bubble.say("Now take off your suit, so I can finish the measurement.");
break;
case 47 :
face = 4;
her_phrase_bubble.say("It's strange. Mr.Brummell didn't ask me about that.");
break;
case 48 :
my_phrase_bubble.say("Don't worry. I'm just doing my job.");
break;
case 49 :
face = 1;
her_phrase_bubble.say("Okay. Please help me remove the jacket and the skirt?");
break;
case 50 :
marker15._visible = true;
marker16._visible = true;
break;
case 51 :
break;
case 52 :
boobs._visible = true;
break;
case 60 :
my_phrase_bubble.say("So it's much better to work.");
break;
case 61 :
marker17._visible = true;
break;
case 62 :
marker18._visible = true;
hand7._visible = true;
break;
case 63 :
hand7.gotoAndPlay(2);
break;
case 64 :
hand7._visible = false;
face = 7;
her_phrase_bubble.say("Oh, Harry, please don't stop. I want to feel your hands.");
break;
case 65 :
face = 6;
my_phrase_bubble.say("Close your eyes, baby.");
break;
case 66 :
sci._visible = true;
sci.gotoAndPlay(2);
break;
case 67 :
marker19._visible = true;
marker20._visible = true;
marker22._visible = true;
marker23._visible = true;
break;
case 68 :
face = 1;
my_phrase_bubble.say("Now you can open the eyes.");
break;
case 69 :
her_phrase_bubble.say("God, I feel so fucking horny.");
break;
case 70 :
my_phrase_bubble.say("Oh yeah, baby! Me too.");
break;
case 71 :
next_btn._visible = true;
glow._visible = true;
tips._visible = false;
}
step++;
};
next_phrase();
Symbol 349 MovieClip [dc058124] Frame 2
if ((x = random(5))) {
if (x == 3) {
gotoAndPlay ("a1");
return(undefined);
}
if (x == 4) {
gotoAndPlay ("a2");
return(undefined);
}
}
Symbol 349 MovieClip [dc058124] Frame 50
check_way("a0");
Symbol 349 MovieClip [dc058124] Frame 100
check_way("a0");
Symbol 349 MovieClip [dc058124] Frame 149
check_way("a0");
Symbol 349 MovieClip [dc058124] Frame 170
meter.onPress = function () {
meter.onPress = null;
meter.gotoAndPlay(21);
next_phrase();
};
sci.onPress = function () {
sci.onPress = null;
sci.gotoAndPlay(21);
next_phrase();
};
sci._visible = false;
btn_top._visible = false;
btn_bottom._visible = false;
hand1._visible = false;
hand2._visible = false;
hand3._visible = false;
hand4._visible = false;
hand5._visible = false;
hand6._visible = false;
hand7._visible = false;
btn_top.onPress = function () {
btn_top._visible = false;
btn_bottom._visible = false;
if (step == 72) {
step = 73;
}
};
marker15.onPress = function () {
dress_top = false;
marker15.onPress = null;
marker15._visible = false;
marker16._visible = false;
if (dress_bottom == true) {
step = 52;
} else {
step = 57;
}
};
marker16.onPress = function () {
dress_bottom = false;
marker16.onPress = null;
marker16._visible = false;
marker15._visible = false;
if (dress_top == true) {
step = 54;
} else {
step = 56;
}
};
marker19.onPress = function () {
marker19._visible = false;
boobs.sci1.gotoAndPlay(2);
};
marker20.onPress = function () {
marker20._visible = false;
boobs.sci2.gotoAndPlay(2);
};
marker21.onPress = function () {
marker21._visible = false;
boobs.l3.gotoAndPlay(2);
};
marker22.onPress = function () {
marker22._visible = false;
pants.sci1.gotoAndPlay(2);
};
marker23.onPress = function () {
marker23._visible = false;
pants.sci2.gotoAndPlay(2);
};
marker24.onPress = function () {
marker24._visible = false;
pants.gotoAndStop(5);
};
Symbol 349 MovieClip [dc058124] Frame 215
check_way("a4");
Symbol 349 MovieClip [dc058124] Frame 234
next_phrase();
Symbol 349 MovieClip [dc058124] Frame 275
check_way("a6");
Symbol 349 MovieClip [dc058124] Frame 300
next_phrase();
Symbol 349 MovieClip [dc058124] Frame 340
check_way("a8");
Symbol 349 MovieClip [dc058124] Frame 360
Symbol 349 MovieClip [dc058124] Frame 400
check_way("a10");
Symbol 349 MovieClip [dc058124] Frame 401
marker16._visible = false;
marker15._visible = false;
boobs._visible = true;
Symbol 349 MovieClip [dc058124] Frame 440
step++;
Symbol 349 MovieClip [dc058124] Frame 441
marker16._visible = true;
Symbol 349 MovieClip [dc058124] Frame 480
check_way("a12");
Symbol 349 MovieClip [dc058124] Frame 520
step++;
Symbol 349 MovieClip [dc058124] Frame 521
marker15._visible = true;
Symbol 349 MovieClip [dc058124] Frame 560
check_way("a14");
Symbol 349 MovieClip [dc058124] Frame 600
step = 60;
next_phrase();
gotoAndPlay ("a17");
Symbol 349 MovieClip [dc058124] Frame 601
marker16._visible = false;
marker15._visible = false;
boobs._visible = true;
Symbol 349 MovieClip [dc058124] Frame 640
step = 60;
next_phrase();
gotoAndPlay ("a17");
Symbol 349 MovieClip [dc058124] Frame 680
check_way("a17");
Symbol 349 MovieClip [dc058124] Frame 700
stop();
_root.setScreen("5");
Symbol 349 MovieClip [dc058124] Frame 740
check_way("a19");
Symbol 396 MovieClip Frame 60
gotoAndPlay ("a01");
Symbol 396 MovieClip Frame 107
gotoAndPlay ("a10");
Symbol 396 MovieClip Frame 134
gotoAndPlay ("a11");
Symbol 396 MovieClip Frame 147
gotoAndPlay ("a12");
Symbol 396 MovieClip Frame 195
gotoAndPlay ("a30");
Symbol 396 MovieClip Frame 220
gotoAndPlay ("a31");
Symbol 396 MovieClip Frame 231
gotoAndPlay ("a32");
Symbol 396 MovieClip Frame 278
gotoAndPlay ("a20");
Symbol 396 MovieClip Frame 307
gotoAndPlay ("a21");
Symbol 396 MovieClip Frame 320
gotoAndPlay ("a22");
Symbol 399 MovieClip Frame 1
function set_face(number) {
gotoAndStop(number);
}
stop();
Symbol 415 MovieClip Frame 1
stop();
busy = false;
_parent._parent.busy = false;
if (first_run == undefined) {
first_run = true;
_text = _parent._parent._arrmode[0];
}
Symbol 415 MovieClip Frame 2
busy = true;
_parent._parent.busy = true;
Symbol 415 MovieClip Frame 9
busy = true;
_parent._parent.busy = true;
if (_parent._parent._mode == (_parent._parent._arrmode.length - 1)) {
_parent._parent._mode = 0;
} else {
_parent._parent._mode++;
}
_text = _parent._parent._arrmode[_parent._parent._mode];
_parent._parent.change_action(_parent._parent._mode);
Symbol 415 MovieClip Frame 25
busy = true;
_parent._parent.busy = true;
gotoAndStop (1);
Symbol 417 MovieClip Frame 1
var _arrmode = _parent._arrmode;
var _mode = _parent._mode;
next_btn.onPress = function () {
if (_parent.current_speed == 0) {
return(undefined);
}
if (_title.busy == false) {
_title.gotoAndPlay(2);
}
};
Symbol 423 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 423 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 423 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 423 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 430 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 430 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 430 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 430 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 436 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 436 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 436 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 436 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 442 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 442 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 442 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 442 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 449 MovieClip Frame 1
this.onEnterFrame = function () {
if (_parent.action == true) {
false_step = random(3);
if (false_step < 2) {
this.gotoAndStop(_currentframe + _parent.speed);
}
return(undefined);
}
gotoAndStop(_currentframe);
};
Symbol 454 MovieClip Frame 1
action = true;
if (_parent.pleasure_meter.speed == undefined) {
speed = 1;
}
percent = 0;
stop_percents = Array();
stop_percents = _parent.stop_percents;
current_stop_percent = 0;
last_stop_percent = stop_percents.length - 1;
stop_percent = stop_percents[current_stop_percent];
this.onEnterFrame = function () {
if (action == false) {
return(undefined);
}
percent = Math.round((meter._currentframe / meter._totalframes) * 100);
this.percents = percent + "%";
if (percent == 1) {
_parent.checklevel();
}
if (percent >= stop_percent) {
action = false;
if (current_stop_percent == last_stop_percent) {
_parent.level_complete = true;
_parent.current_part++;
_parent.checklevel();
} else {
current_stop_percent++;
stop_percent = stop_percents[current_stop_percent];
_parent.current_part++;
_parent.checklevel();
}
}
};
Symbol 458 MovieClip [6f3d15be] Frame 1
function check_speed() {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
}
function change_speed(new_speed) {
if (current_speed == new_speed) {
return(undefined);
}
current_speed = new_speed;
switch (new_speed) {
case 0 :
_mode = 0;
action_checker.next_btn.onPress();
head.gotoAndStop(1);
boobs.gotoAndPlay("a01");
break;
case 1 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 2 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 3 :
_mode = 0;
action_checker.next_btn.onPress();
}
check_speed();
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
}
}
function change_action(mymode) {
head.gotoAndStop(mymode + 2);
boobs.gotoAndPlay((("a" + current_speed) + "") + mymode);
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var level_complete = false;
var add_speed = 0;
var stop_percents = Array("0", "35", "70", "100");
pleasure_meter.speed = 2;
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("6");
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
var _arrmode = Array("Easy", "Normal", "Hard");
var _mode = 0;
checklevel();
check_speed();
gotoAndPlay ("a00");
Symbol 458 MovieClip [6f3d15be] Frame 50
gotoAndPlay("a" + _mode);
Symbol 458 MovieClip [6f3d15be] Frame 82
gotoAndPlay("a" + _mode);
Symbol 458 MovieClip [6f3d15be] Frame 105
gotoAndPlay("a" + _mode);
Symbol 458 MovieClip [6f3d15be] Frame 130
stop();
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("screen_4");
}
Symbol 500 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 500 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 500 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 500 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 502 MovieClip Frame 1
this.onEnterFrame = function () {
if (_parent.action == true) {
false_step = random(3);
if (false_step < 2) {
this.gotoAndStop(_currentframe + _parent.speed);
}
return(undefined);
}
gotoAndStop(_currentframe);
};
Symbol 506 MovieClip Frame 1
action = true;
speed = 1;
percent = 0;
stop_percents = Array();
stop_percents = _parent.stop_percents;
current_stop_percent = 0;
last_stop_percent = stop_percents.length - 1;
stop_percent = stop_percents[current_stop_percent];
this.onEnterFrame = function () {
if (action == false) {
return(undefined);
}
percent = Math.round((meter._currentframe / meter._totalframes) * 100);
this.percents = percent + "%";
if (percent == 1) {
_parent.checklevel();
}
if (percent == 100) {
_parent.level_complete = true;
_visible = false;
_parent.next_btn._visible = true;
_parent.glow._visible = true;
}
if (percent >= stop_percent) {
action = false;
if (current_stop_percent == last_stop_percent) {
_parent.level_complete = true;
_parent.current_part++;
_parent.checklevel();
} else {
current_stop_percent++;
stop_percent = stop_percents[current_stop_percent];
_parent.current_part++;
_parent.checklevel();
}
}
};
Symbol 514 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 514 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 514 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 514 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 520 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 520 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 520 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 520 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 526 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 526 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 526 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 526 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 532 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 532 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 532 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 532 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 538 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 538 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 538 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 538 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 546 MovieClip [8e60da41] Frame 1
function check_speed() {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
}
function change_speed(new_speed) {
if (current_speed == new_speed) {
return(undefined);
}
current_speed = new_speed;
switch (new_speed) {
case 0 :
_mode = 0;
action_checker.next_btn.onPress();
gotoAndPlay ("a01");
break;
case 1 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 2 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 3 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 4 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 5 :
_mode = 0;
action_checker.next_btn.onPress();
}
check_speed();
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn5.setmode(1);
}
}
function change_action(mymode) {
pleasure_meter.speed = Math.round((mymode + 1) / 2);
gotoAndPlay((("a" + current_speed) + "") + mymode);
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var level_complete = false;
var add_speed = 0;
var stop_percents = Array("0", "20", "40", "60", "80", "100");
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("1");
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
var _arrmode = Array("Easy", "Normal", "Hard");
var _mode = 0;
checklevel();
check_speed();
gotoAndPlay ("a01");
Symbol 546 MovieClip [8e60da41] Frame 50
gotoAndPlay ("a01");
Symbol 546 MovieClip [8e60da41] Frame 99
gotoAndPlay ("a10");
Symbol 546 MovieClip [8e60da41] Frame 132
gotoAndPlay ("a11");
Symbol 546 MovieClip [8e60da41] Frame 165
gotoAndPlay ("a12");
Symbol 547 MovieClip [a718e402] Frame 1
function check_speed() {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
}
function change_speed(new_speed) {
if (current_speed == new_speed) {
return(undefined);
}
current_speed = new_speed;
switch (new_speed) {
case 0 :
_mode = 0;
action_checker.next_btn.onPress();
gotoAndPlay ("a01");
break;
case 1 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 2 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 3 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 4 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 5 :
_mode = 0;
action_checker.next_btn.onPress();
}
check_speed();
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn5.setmode(1);
}
}
function change_action(mymode) {
pleasure_meter.speed = Math.round((mymode + 1) / 2);
gotoAndPlay((("a" + current_speed) + "") + mymode);
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var level_complete = false;
var add_speed = 0;
var stop_percents = Array("0", "20", "40", "60", "80", "100");
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("1");
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
var _arrmode = Array("Easy", "Normal", "Hard");
var _mode = 0;
checklevel();
check_speed();
gotoAndPlay ("a01");
Symbol 547 MovieClip [a718e402] Frame 50
gotoAndPlay ("a01");
Symbol 547 MovieClip [a718e402] Frame 99
gotoAndPlay ("a10");
Symbol 547 MovieClip [a718e402] Frame 132
gotoAndPlay ("a11");
Symbol 547 MovieClip [a718e402] Frame 165
gotoAndPlay ("a12");
Symbol 548 MovieClip [d035f486] Frame 1
function check_speed() {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
}
function change_speed(new_speed) {
if (current_speed == new_speed) {
return(undefined);
}
current_speed = new_speed;
switch (new_speed) {
case 0 :
_mode = 0;
action_checker.next_btn.onPress();
gotoAndPlay ("a01");
break;
case 1 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 2 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 3 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 4 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 5 :
_mode = 0;
action_checker.next_btn.onPress();
}
check_speed();
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn5.setmode(1);
}
}
function change_action(mymode) {
pleasure_meter.speed = Math.round((mymode + 1) / 2);
gotoAndPlay((("a" + current_speed) + "") + mymode);
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var level_complete = false;
var add_speed = 0;
var stop_percents = Array("0", "20", "40", "60", "80", "100");
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("1");
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
var _arrmode = Array("Easy", "Normal", "Hard");
var _mode = 0;
checklevel();
check_speed();
gotoAndPlay ("a01");
Symbol 548 MovieClip [d035f486] Frame 50
gotoAndPlay ("a01");
Symbol 548 MovieClip [d035f486] Frame 99
gotoAndPlay ("a10");
Symbol 548 MovieClip [d035f486] Frame 132
gotoAndPlay ("a11");
Symbol 548 MovieClip [d035f486] Frame 165
gotoAndPlay ("a12");
Symbol 549 MovieClip [8d0c3e46] Frame 1
function check_speed() {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
}
function change_speed(new_speed) {
if (current_speed == new_speed) {
return(undefined);
}
current_speed = new_speed;
switch (new_speed) {
case 0 :
_mode = 0;
action_checker.next_btn.onPress();
gotoAndPlay ("a01");
break;
case 1 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 2 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 3 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 4 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 5 :
_mode = 0;
action_checker.next_btn.onPress();
}
check_speed();
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn5.setmode(1);
}
}
function change_action(mymode) {
pleasure_meter.speed = Math.round((mymode + 1) / 2);
gotoAndPlay((("a" + current_speed) + "") + mymode);
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var level_complete = false;
var add_speed = 0;
var stop_percents = Array("0", "20", "40", "60", "80", "100");
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("1");
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
var _arrmode = Array("Easy", "Normal", "Hard");
var _mode = 0;
checklevel();
check_speed();
gotoAndPlay ("a01");
Symbol 549 MovieClip [8d0c3e46] Frame 50
gotoAndPlay ("a01");
Symbol 549 MovieClip [8d0c3e46] Frame 99
gotoAndPlay ("a10");
Symbol 549 MovieClip [8d0c3e46] Frame 132
gotoAndPlay ("a11");
Symbol 549 MovieClip [8d0c3e46] Frame 165
gotoAndPlay ("a12");
Symbol 595 MovieClip [b60adcf7] Frame 1
function check_speed() {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
}
function change_speed(new_speed) {
if (current_speed == new_speed) {
return(undefined);
}
current_speed = new_speed;
switch (new_speed) {
case 0 :
_mode = 0;
action_checker.next_btn.onPress();
gotoAndPlay ("a01");
break;
case 1 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 2 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 3 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 4 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 5 :
_mode = 0;
action_checker.next_btn.onPress();
}
check_speed();
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn5.setmode(1);
}
}
function change_action(mymode) {
pleasure_meter.speed = Math.round((mymode + 1) / 2);
gotoAndPlay((("a" + current_speed) + "") + mymode);
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var level_complete = false;
var add_speed = 0;
var stop_percents = Array("0", "20", "40", "60", "80", "100");
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("7");
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
var _arrmode = Array("Easy", "Normal", "Hard");
var _mode = 0;
checklevel();
check_speed();
gotoAndPlay ("a01");
Symbol 595 MovieClip [b60adcf7] Frame 50
gotoAndPlay ("a01");
Symbol 595 MovieClip [b60adcf7] Frame 99
gotoAndPlay ("a10");
Symbol 595 MovieClip [b60adcf7] Frame 132
gotoAndPlay ("a11");
Symbol 595 MovieClip [b60adcf7] Frame 165
gotoAndPlay ("a12");
Symbol 595 MovieClip [b60adcf7] Frame 205
gotoAndPlay ("a20");
Symbol 595 MovieClip [b60adcf7] Frame 237
gotoAndPlay ("a21");
Symbol 595 MovieClip [b60adcf7] Frame 269
gotoAndPlay ("a22");
Symbol 595 MovieClip [b60adcf7] Frame 318
gotoAndPlay ("a30");
Symbol 595 MovieClip [b60adcf7] Frame 346
gotoAndPlay ("a31");
Symbol 595 MovieClip [b60adcf7] Frame 361
gotoAndPlay ("a32");
Symbol 595 MovieClip [b60adcf7] Frame 410
gotoAndPlay ("a40");
Symbol 595 MovieClip [b60adcf7] Frame 439
gotoAndPlay ("a41");
Symbol 595 MovieClip [b60adcf7] Frame 452
gotoAndPlay ("a42");
Symbol 595 MovieClip [b60adcf7] Frame 495
gotoAndPlay ("a50");
Symbol 595 MovieClip [b60adcf7] Frame 517
gotoAndPlay ("a51");
Symbol 595 MovieClip [b60adcf7] Frame 529
gotoAndPlay ("a52");
Symbol 596 MovieClip [019e56d8] Frame 1
function check_speed() {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
}
function change_speed(new_speed) {
if (current_speed == new_speed) {
return(undefined);
}
current_speed = new_speed;
switch (new_speed) {
case 0 :
_mode = 0;
action_checker.next_btn.onPress();
gotoAndPlay ("a01");
break;
case 1 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 2 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 3 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 4 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 5 :
_mode = 0;
action_checker.next_btn.onPress();
}
check_speed();
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn5.setmode(1);
}
}
function change_action(mymode) {
pleasure_meter.speed = Math.round((mymode + 1) / 2);
gotoAndPlay((("a" + current_speed) + "") + mymode);
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var level_complete = false;
var add_speed = 0;
var stop_percents = Array("0", "20", "40", "60", "80", "100");
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("1");
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
var _arrmode = Array("Easy", "Normal", "Hard");
var _mode = 0;
checklevel();
check_speed();
gotoAndPlay ("a01");
Symbol 596 MovieClip [019e56d8] Frame 50
gotoAndPlay ("a01");
Symbol 596 MovieClip [019e56d8] Frame 99
gotoAndPlay ("a10");
Symbol 596 MovieClip [019e56d8] Frame 132
gotoAndPlay ("a11");
Symbol 596 MovieClip [019e56d8] Frame 165
gotoAndPlay ("a12");
Symbol 597 MovieClip [6573ad8c] Frame 1
function check_speed() {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
}
function change_speed(new_speed) {
if (current_speed == new_speed) {
return(undefined);
}
current_speed = new_speed;
switch (new_speed) {
case 0 :
_mode = 0;
action_checker.next_btn.onPress();
gotoAndPlay ("a01");
break;
case 1 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 2 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 3 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 4 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 5 :
_mode = 0;
action_checker.next_btn.onPress();
}
check_speed();
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn5.setmode(1);
}
}
function change_action(mymode) {
pleasure_meter.speed = Math.round((mymode + 1) / 2);
gotoAndPlay((("a" + current_speed) + "") + mymode);
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var level_complete = false;
var add_speed = 0;
var stop_percents = Array("0", "20", "40", "60", "80", "100");
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("1");
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
var _arrmode = Array("Easy", "Normal", "Hard");
var _mode = 0;
checklevel();
check_speed();
gotoAndPlay ("a01");
Symbol 597 MovieClip [6573ad8c] Frame 50
gotoAndPlay ("a01");
Symbol 597 MovieClip [6573ad8c] Frame 99
gotoAndPlay ("a10");
Symbol 597 MovieClip [6573ad8c] Frame 132
gotoAndPlay ("a11");
Symbol 597 MovieClip [6573ad8c] Frame 165
gotoAndPlay ("a12");
Symbol 598 MovieClip [0d62afb7] Frame 1
function check_speed() {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
}
function change_speed(new_speed) {
if (current_speed == new_speed) {
return(undefined);
}
current_speed = new_speed;
switch (new_speed) {
case 0 :
_mode = 0;
action_checker.next_btn.onPress();
gotoAndPlay ("a01");
break;
case 1 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 2 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 3 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 4 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 5 :
_mode = 0;
action_checker.next_btn.onPress();
}
check_speed();
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn5.setmode(1);
}
}
function change_action(mymode) {
pleasure_meter.speed = Math.round((mymode + 1) / 2);
gotoAndPlay((("a" + current_speed) + "") + mymode);
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var level_complete = false;
var add_speed = 0;
var stop_percents = Array("0", "20", "40", "60", "80", "100");
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("1");
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
var _arrmode = Array("Easy", "Normal", "Hard");
var _mode = 0;
checklevel();
check_speed();
gotoAndPlay ("a01");
Symbol 598 MovieClip [0d62afb7] Frame 50
gotoAndPlay ("a01");
Symbol 598 MovieClip [0d62afb7] Frame 99
gotoAndPlay ("a10");
Symbol 598 MovieClip [0d62afb7] Frame 132
gotoAndPlay ("a11");
Symbol 598 MovieClip [0d62afb7] Frame 165
gotoAndPlay ("a12");
Symbol 599 MovieClip [2a1d5739] Frame 1
function check_speed() {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
}
function change_speed(new_speed) {
if (current_speed == new_speed) {
return(undefined);
}
current_speed = new_speed;
switch (new_speed) {
case 0 :
_mode = 0;
action_checker.next_btn.onPress();
gotoAndPlay ("a01");
break;
case 1 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 2 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 3 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 4 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 5 :
_mode = 0;
action_checker.next_btn.onPress();
}
check_speed();
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn5.setmode(1);
}
}
function change_action(mymode) {
pleasure_meter.speed = Math.round((mymode + 1) / 2);
gotoAndPlay((("a" + current_speed) + "") + mymode);
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var level_complete = false;
var add_speed = 0;
var stop_percents = Array("0", "20", "40", "60", "80", "100");
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("1");
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
var _arrmode = Array("Easy", "Normal", "Hard");
var _mode = 0;
checklevel();
check_speed();
gotoAndPlay ("a01");
Symbol 599 MovieClip [2a1d5739] Frame 50
gotoAndPlay ("a01");
Symbol 599 MovieClip [2a1d5739] Frame 99
gotoAndPlay ("a10");
Symbol 599 MovieClip [2a1d5739] Frame 132
gotoAndPlay ("a11");
Symbol 599 MovieClip [2a1d5739] Frame 165
gotoAndPlay ("a12");
Symbol 600 MovieClip [8cd546f7] Frame 1
function check_speed() {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
}
function change_speed(new_speed) {
if (current_speed == new_speed) {
return(undefined);
}
current_speed = new_speed;
switch (new_speed) {
case 0 :
_mode = 0;
action_checker.next_btn.onPress();
gotoAndPlay ("a01");
break;
case 1 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 2 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 3 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 4 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 5 :
_mode = 0;
action_checker.next_btn.onPress();
}
check_speed();
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn5.setmode(1);
}
}
function change_action(mymode) {
pleasure_meter.speed = Math.round((mymode + 1) / 2);
gotoAndPlay((("a" + current_speed) + "") + mymode);
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var level_complete = false;
var add_speed = 0;
var stop_percents = Array("0", "20", "40", "60", "80", "100");
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("1");
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
var _arrmode = Array("Easy", "Normal", "Hard");
var _mode = 0;
checklevel();
check_speed();
gotoAndPlay ("a01");
Symbol 600 MovieClip [8cd546f7] Frame 50
gotoAndPlay ("a01");
Symbol 600 MovieClip [8cd546f7] Frame 99
gotoAndPlay ("a10");
Symbol 600 MovieClip [8cd546f7] Frame 132
gotoAndPlay ("a11");
Symbol 600 MovieClip [8cd546f7] Frame 165
gotoAndPlay ("a12");
Symbol 601 MovieClip [e7f9802d] Frame 1
function check_speed() {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
}
function change_speed(new_speed) {
if (current_speed == new_speed) {
return(undefined);
}
current_speed = new_speed;
switch (new_speed) {
case 0 :
_mode = 0;
action_checker.next_btn.onPress();
gotoAndPlay ("a01");
break;
case 1 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 2 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 3 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 4 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 5 :
_mode = 0;
action_checker.next_btn.onPress();
}
check_speed();
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn5.setmode(1);
}
}
function change_action(mymode) {
pleasure_meter.speed = Math.round((mymode + 1) / 2);
gotoAndPlay((("a" + current_speed) + "") + mymode);
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var level_complete = false;
var add_speed = 0;
var stop_percents = Array("0", "20", "40", "60", "80", "100");
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("1");
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
var _arrmode = Array("Easy", "Normal", "Hard");
var _mode = 0;
checklevel();
check_speed();
gotoAndPlay ("a01");
Symbol 601 MovieClip [e7f9802d] Frame 50
gotoAndPlay ("a01");
Symbol 601 MovieClip [e7f9802d] Frame 99
gotoAndPlay ("a10");
Symbol 601 MovieClip [e7f9802d] Frame 132
gotoAndPlay ("a11");
Symbol 601 MovieClip [e7f9802d] Frame 165
gotoAndPlay ("a12");
Symbol 602 MovieClip [eab842df] Frame 1
function check_speed() {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
}
function change_speed(new_speed) {
if (current_speed == new_speed) {
return(undefined);
}
current_speed = new_speed;
switch (new_speed) {
case 0 :
_mode = 0;
action_checker.next_btn.onPress();
gotoAndPlay ("a01");
break;
case 1 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 2 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 3 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 4 :
_mode = 0;
action_checker.next_btn.onPress();
break;
case 5 :
_mode = 0;
action_checker.next_btn.onPress();
}
check_speed();
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn5.setmode(1);
}
}
function change_action(mymode) {
pleasure_meter.speed = Math.round((mymode + 1) / 2);
gotoAndPlay((("a" + current_speed) + "") + mymode);
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var level_complete = false;
var add_speed = 0;
var stop_percents = Array("0", "20", "40", "60", "80", "100");
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("1");
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
var _arrmode = Array("Easy", "Normal", "Hard");
var _mode = 0;
checklevel();
check_speed();
gotoAndPlay ("a01");
Symbol 602 MovieClip [eab842df] Frame 50
gotoAndPlay ("a01");
Symbol 602 MovieClip [eab842df] Frame 99
gotoAndPlay ("a10");
Symbol 602 MovieClip [eab842df] Frame 132
gotoAndPlay ("a11");
Symbol 602 MovieClip [eab842df] Frame 165
gotoAndPlay ("a12");
Symbol 629 MovieClip Frame 1
stop();
Symbol 639 MovieClip Frame 1
stop();
Symbol 661 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 661 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 661 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 661 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 667 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 667 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 667 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 667 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 673 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 673 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 673 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 673 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 682 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 682 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 682 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 682 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 688 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 688 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 688 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 688 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 695 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 695 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 695 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 695 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 704 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 704 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 704 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 704 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 710 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 710 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 710 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 710 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 767 MovieClip Frame 1
function check_speed() {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
}
function change_speed(new_speed) {
if (current_speed == new_speed) {
return(undefined);
}
current_speed = new_speed;
switch (new_speed) {
case 0 :
gotoAndPlay ("act0");
break;
case 1 :
gotoAndPlay ("act1");
break;
case 2 :
gotoAndPlay ("act2");
break;
case 3 :
gotoAndPlay ("act3");
break;
case 4 :
gotoAndPlay ("act4");
break;
case 5 :
gotoAndPlay ("act5");
break;
case 6 :
gotoAndPlay ("act6");
break;
case 7 :
gotoAndPlay ("cum");
}
check_speed();
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn5.setmode(1);
return;
case 6 :
btn6.setmode(1);
return;
case 7 :
btn7.setmode(1);
}
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var level_complete = false;
var add_speed = 0;
var stop_percents = Array("0", "15", "30", "45", "60", "75", "100");
pleasure_meter.speed = 1;
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("8");
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
btn6.part = 6;
btn7.part = 7;
checklevel();
check_speed();
gotoAndPlay ("act0");
Symbol 767 MovieClip Frame 2
head.eyes.gotoAndStop(1);
brows.gotoAndStop(1);
Symbol 767 MovieClip Frame 40
gotoAndPlay ("act0");
Symbol 767 MovieClip Frame 41
head.eyes.gotoAndStop(2);
brows.gotoAndStop(2);
Symbol 767 MovieClip Frame 71
gotoAndPlay ("act1");
Symbol 767 MovieClip Frame 72
head.eyes.gotoAndStop(1);
brows.gotoAndStop(1);
Symbol 767 MovieClip Frame 94
gotoAndPlay ("act2");
Symbol 767 MovieClip Frame 95
head.eyes.gotoAndStop(2);
brows.gotoAndStop(3);
Symbol 767 MovieClip Frame 105
gotoAndPlay ("act3");
Symbol 767 MovieClip Frame 106
head.eyes.gotoAndStop(3);
brows.gotoAndStop(2);
Symbol 767 MovieClip Frame 126
gotoAndPlay ("act4");
Symbol 767 MovieClip Frame 127
head.eyes.gotoAndStop(2);
brows.gotoAndStop(1);
Symbol 767 MovieClip Frame 147
gotoAndPlay ("act5");
Symbol 767 MovieClip Frame 148
head.eyes.gotoAndStop(3);
brows.gotoAndStop(3);
Symbol 767 MovieClip Frame 160
gotoAndPlay ("act6");
Symbol 767 MovieClip Frame 161
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
btn5._visible = false;
btn6._visible = false;
btn7._visible = false;
head.eyes.gotoAndStop(1);
brows.gotoAndStop(1);
Symbol 767 MovieClip Frame 288
head.eyes.gotoAndStop(3);
brows.gotoAndStop(3);
Symbol 767 MovieClip Frame 300
head.eyes.gotoAndStop(1);
brows.gotoAndStop(1);
Symbol 767 MovieClip Frame 314
head.eyes.gotoAndStop(3);
brows.gotoAndStop(2);
Symbol 767 MovieClip Frame 327
head.eyes.gotoAndStop(1);
brows.gotoAndStop(1);
Symbol 767 MovieClip Frame 340
head.eyes.gotoAndStop(3);
brows.gotoAndStop(3);
Symbol 767 MovieClip Frame 353
head.eyes.gotoAndStop(1);
brows.gotoAndStop(1);
Symbol 767 MovieClip Frame 408
next_btn._visible = true;
glow._visible = true;
Symbol 767 MovieClip Frame 451
gotoAndPlay ("cummed");
Symbol 816 MovieClip Frame 1
function check_speed() {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
}
function change_speed(new_speed) {
if (current_speed == new_speed) {
return(undefined);
}
current_speed = new_speed;
switch (new_speed) {
case 0 :
gotoAndPlay ("act0");
break;
case 1 :
gotoAndPlay ("act1");
break;
case 2 :
gotoAndPlay ("act2");
break;
case 3 :
gotoAndPlay ("act3");
break;
case 4 :
gotoAndPlay ("act4");
break;
case 5 :
gotoAndPlay ("act5");
break;
case 6 :
gotoAndPlay ("act6");
break;
case 7 :
gotoAndPlay ("cum");
}
check_speed();
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn5.setmode(1);
return;
case 6 :
btn6.setmode(1);
return;
case 7 :
btn7.setmode(1);
}
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var level_complete = false;
var add_speed = 0;
var stop_percents = Array("0", "15", "30", "45", "60", "75", "100");
pleasure_meter.speed = 1;
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn._visible = false;
glow._visible = false;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("8");
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
btn6.part = 6;
btn7.part = 7;
checklevel();
check_speed();
gotoAndPlay ("act0");
Symbol 816 MovieClip Frame 2
head.eyes.gotoAndStop(1);
brows.gotoAndStop(1);
Symbol 816 MovieClip Frame 40
gotoAndPlay ("act0");
Symbol 816 MovieClip Frame 41
head.eyes.gotoAndStop(2);
brows.gotoAndStop(2);
Symbol 816 MovieClip Frame 71
gotoAndPlay ("act1");
Symbol 816 MovieClip Frame 72
head.eyes.gotoAndStop(1);
brows.gotoAndStop(1);
Symbol 816 MovieClip Frame 94
gotoAndPlay ("act2");
Symbol 816 MovieClip Frame 95
head.eyes.gotoAndStop(2);
brows.gotoAndStop(3);
Symbol 816 MovieClip Frame 105
gotoAndPlay ("act3");
Symbol 816 MovieClip Frame 106
head.eyes.gotoAndStop(3);
brows.gotoAndStop(2);
Symbol 816 MovieClip Frame 126
gotoAndPlay ("act4");
Symbol 816 MovieClip Frame 127
head.eyes.gotoAndStop(2);
brows.gotoAndStop(1);
Symbol 816 MovieClip Frame 147
gotoAndPlay ("act5");
Symbol 816 MovieClip Frame 148
head.eyes.gotoAndStop(3);
brows.gotoAndStop(3);
Symbol 816 MovieClip Frame 160
gotoAndPlay ("act6");
Symbol 816 MovieClip Frame 161
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
btn5._visible = false;
btn6._visible = false;
btn7._visible = false;
head.eyes.gotoAndStop(1);
brows.gotoAndStop(1);
Symbol 816 MovieClip Frame 288
head.eyes.gotoAndStop(3);
brows.gotoAndStop(3);
Symbol 816 MovieClip Frame 300
head.eyes.gotoAndStop(1);
brows.gotoAndStop(1);
Symbol 816 MovieClip Frame 314
head.eyes.gotoAndStop(3);
brows.gotoAndStop(2);
Symbol 816 MovieClip Frame 327
head.eyes.gotoAndStop(1);
brows.gotoAndStop(1);
Symbol 816 MovieClip Frame 340
head.eyes.gotoAndStop(3);
brows.gotoAndStop(3);
Symbol 816 MovieClip Frame 353
head.eyes.gotoAndStop(1);
brows.gotoAndStop(1);
Symbol 816 MovieClip Frame 408
next_btn._visible = true;
glow._visible = true;
Symbol 816 MovieClip Frame 451
gotoAndPlay ("cummed");
Symbol 830 MovieClip Frame 50
stop();
_parent.again_btn._visible = true;
Symbol 831 MovieClip [23b9f401] Frame 1
again_btn.onPress = function () {
again_btn.onPress = null;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("1");
}
};
again_btn._visible = false;
Symbol 833 MovieClip [1b7dc2e4] Frame 85
stop();
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("3");
}
Symbol 855 MovieClip [d7391bcf] Frame 1
MNF_btn.onPress = function () {
getURL ("http://www.meetandfuckgames.com/", "_blank");
};
play_btn.onPress = function () {
play_btn.onPress = null;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("2");
}
};