Frame 1
stop();
owner_URL = "http://gamesofdesire.com/";
sc1_complete = false;
sc2_complete = false;
sc3_complete = false;
game_complete = false;
sound = new Sound();
sound.setVolume(50);
onEnterFrame = function () {
if (_currentframe != 1) {
return(undefined);
}
percent = (percent_shadow = ("Loading: " + int((100 * getBytesLoaded()) / getBytesTotal())) + "%");
bar.SetValue(getBytesLoaded() / getBytesTotal());
if (getBytesLoaded() == getBytesTotal()) {
gotoAndStop (3);
}
};
moregames1.onPress = function () {
getURL (owner_URL, "_blank");
};
Frame 3
function setScreen(clip_name) {
if (screen != undefined) {
removeMovieClip(screen);
}
attachMovie(clip_name, "screen", 0);
}
function gotoScreen(clip_name) {
if (trans != undefined) {
removeMovieClip(trans);
}
attachMovie("trans_screen", "trans", 1).next_screen = clip_name;
}
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);
}
setScreen("screen_5");
Symbol 19 MovieClip Frame 1
function SetValue(_value) {
hider._x = (_value * volumer._width) - hider._width;
}
SetValue(0);
Symbol 32 MovieClip [trans_screen] Frame 1
var next_screen;
Symbol 32 MovieClip [trans_screen] Frame 10
_parent.setScreen(next_screen);
Symbol 32 MovieClip [trans_screen] Frame 20
removeMovieClip(this);
Symbol 39 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.my_phrase_baloon.text = "";
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon.phrase = _parent.dialog[0][index];
_parent.my_phrase_baloon.next_btn._visible = false;
_parent.my_phrase_baloon.next_btn.onPress = function () {
if ((index == 0) && (_parent.current_dialog_index == 4)) {
_parent.face.gotoAndPlay(1);
}
if ((index == 0) && (_parent.current_dialog_index == 5)) {
_parent.face.gotoAndPlay(36);
}
_parent.girl.gotoAndStop(_parent.dialog[2][index]);
_parent.my_phrase_baloon._visible = false;
_parent.her_phrase_baloon._visible = true;
};
_parent.my_phrase_baloon._visible = true;
_parent.her_phrase_baloon.text = "";
_parent.her_phrase_baloon.letters = 0;
_parent.her_phrase_baloon.phrase = _parent.dialog[1][index];
_parent.her_phrase_baloon.next_btn._visible = false;
_parent.her_phrase_baloon.result = false;
if (this.index == 0) {
_parent.her_phrase_baloon.result = true;
}
_parent.her_phrase_baloon.next_btn.onPress = function () {
_parent.girl.gotoAndStop(1);
_parent.her_phrase_baloon._visible = false;
if (_parent.her_phrase_baloon.result == true) {
_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 42 MovieClip [second_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.second_dialog_line" + i)._visible = false;
i++;
}
_parent.my_phrase_baloon.text = "";
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon.phrase = _parent.dialog[0][index];
_parent.my_phrase_baloon.next_btn._visible = false;
_parent.my_phrase_baloon.next_btn.onPress = function () {
if ((index == 0) && (_parent.current_dialog_index == 4)) {
_parent.face.gotoAndPlay(1);
}
if ((index == 0) && (_parent.current_dialog_index == 5)) {
_parent.face.gotoAndPlay(36);
}
_parent.girl.gotoAndStop(_parent.dialog[2][index]);
_parent.my_phrase_baloon._visible = false;
_parent.her_phrase_baloon._visible = true;
};
_parent.my_phrase_baloon._visible = true;
_parent.her_phrase_baloon.text = "";
_parent.her_phrase_baloon.letters = 0;
_parent.her_phrase_baloon.phrase = _parent.dialog[1][index];
_parent.her_phrase_baloon.next_btn._visible = false;
_parent.her_phrase_baloon.result = false;
if (this.index == 0) {
_parent.her_phrase_baloon.result = true;
}
_parent.her_phrase_baloon.next_btn.onPress = function () {
_parent.girl.gotoAndStop(1);
_parent.her_phrase_baloon._visible = false;
if (_parent.her_phrase_baloon.result == true) {
_parent.need_next_question = true;
i = 0;
while (i < 3) {
eval ("_parent.second_dialog_line" + i)._visible = false;
i++;
}
} else {
i = 0;
while (i < 3) {
eval ("_parent.second_dialog_line" + i)._visible = true;
i++;
}
}
};
};
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 20
stop();
Symbol 76 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 25
stop();
Symbol 103 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 20
stop();
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 20
stop();
Symbol 109 MovieClip Frame 1
stop();
Symbol 109 MovieClip Frame 17
stop();
Symbol 113 MovieClip Frame 23
gotoAndPlay (2);
Symbol 116 MovieClip Frame 23
gotoAndPlay (2);
Symbol 125 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 35
stop();
Symbol 190 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = false;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(0);
_parent.active_button = part;
}
};
Symbol 196 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = true;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(1);
_parent.active_button = part;
}
};
Symbol 202 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = true;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(2);
_parent.active_button = part;
}
};
Symbol 208 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = true;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(3);
_parent.active_button = part;
}
};
Symbol 216 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = true;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(4);
_parent.active_button = part;
}
};
Symbol 222 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = true;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(5);
_parent.active_button = part;
_parent.pleasure_meter.speed = 2;
}
};
Symbol 226 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 228 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);
if (percent >= stop_percent) {
action = false;
if (current_stop_percent == last_stop_percent) {
_parent.level_complete = true;
} else {
current_stop_percent++;
stop_percent = stop_percents[current_stop_percent];
_parent.current_part++;
}
}
};
Symbol 240 MovieClip Frame 1
stop();
onRollOver = function () {
gotoAndStop (2);
};
onRollOut = function () {
gotoAndStop (1);
};
onReleaseOutside = function () {
gotoAndStop (1);
};
Symbol 244 MovieClip Frame 1
this.onEnterFrame = function () {
if (_root.sound.getVolume() == 0) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
};
this.onPress = function () {
if (this._currentframe == 2) {
gotoAndStop (3);
} else {
gotoAndStop (2);
}
};
stop();
Symbol 244 MovieClip Frame 2
_root.sound.setVolume(50);
Symbol 244 MovieClip Frame 3
_root.sound.setVolume(0);
Symbol 281 MovieClip Frame 1
again_btn.onPress = function () {
_root.game_complete = true;
_root.gotoScreen("screen_5");
};
moregamesx.onPress = function () {
getURL (_root.owner_URL, "_blank");
};
ad_btn1.onPress = function () {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=936567-0002&PA=1897852&BAN=0", "_blank");
};
ad_btn2.onPress = function () {
getURL ("http://affiliates.thrixxx.com/scripts/connect.php?bid=0&ccb=1703162&int=INT-EN-0000", "_blank");
};
ad_btn3.onPress = function () {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=936567-0000&PA=1757601&BAN=0", "_blank");
};
ad_btn4.onPress = function () {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=931191-0000&PA=1701259&HTML=http://www.3dgirlz.com", "_blank");
};
ad_btn5.onPress = function () {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=929207-0000&PA=1716527&BAN=0", "_blank");
};
Symbol 282 MovieClip Frame 1
rect.onPress = function () {
return(0);
};
rect.onRollOver = function () {
return(0);
};
rect.onRollOut = function () {
return(0);
};
rect.onReleaseOutside = function () {
return(0);
};
rect.useHandCursor = false;
stop();
Symbol 282 MovieClip Frame 75
stop();
rect.onPress = function () {
return(0);
};
rect.onRollOver = function () {
return(0);
};
rect.onRollOut = function () {
return(0);
};
rect.onReleaseOutside = function () {
return(0);
};
rect.useHandCursor = false;
end_screen.again_btn.onPress = function () {
_root.game_complete = true;
_root.gotoScreen("screen_5");
};
Symbol 285 MovieClip Frame 23
gotoAndPlay (2);
Symbol 286 MovieClip Frame 23
gotoAndPlay (2);
Symbol 307 MovieClip Frame 27
gotoAndPlay (2);
Symbol 308 MovieClip Frame 27
gotoAndPlay (2);
Symbol 327 MovieClip Frame 14
gotoAndPlay (2);
Symbol 328 MovieClip Frame 14
gotoAndPlay (2);
Symbol 334 MovieClip Frame 25
gotoAndPlay (2);
Symbol 335 MovieClip Frame 25
gotoAndPlay (2);
Symbol 341 MovieClip Frame 14
gotoAndPlay (2);
Symbol 342 MovieClip Frame 14
gotoAndPlay (2);
Symbol 347 MovieClip Frame 9
gotoAndPlay (2);
Symbol 348 MovieClip Frame 9
gotoAndPlay (2);
Symbol 382 MovieClip [screen_1] Frame 1
function check_speed() {
if (last_speed == current_speed) {
gotoAndPlay("a" + current_speed);
} else {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
speed_str = (last_speed + "") + current_speed;
speed_btn.Slow();
switch (speed_str) {
case "01" :
gotoAndPlay ("b01");
break;
case "02" :
gotoAndPlay ("b02");
break;
case "03" :
gotoAndPlay ("b02");
break;
case "04" :
gotoAndPlay ("b34");
break;
case "05" :
gotoAndPlay ("b34");
break;
case "06" :
gotoAndPlay ("cs");
break;
case "10" :
gotoAndPlay ("b10");
break;
case "12" :
gotoAndPlay ("b12");
break;
case "13" :
gotoAndPlay ("b12");
break;
case "14" :
gotoAndPlay ("b14");
break;
case "15" :
gotoAndPlay ("b14");
break;
case "16" :
gotoAndPlay ("b16");
break;
case "20" :
gotoAndPlay ("b20");
break;
case "21" :
gotoAndPlay ("b21");
break;
case "23" :
gotoAndPlay ("a3");
break;
case "24" :
gotoAndPlay ("b24");
break;
case "25" :
gotoAndPlay ("b24");
break;
case "26" :
gotoAndPlay ("b26");
break;
case "30" :
gotoAndPlay ("b20");
break;
case "31" :
gotoAndPlay ("b21");
break;
case "32" :
gotoAndPlay ("a2");
break;
case "34" :
gotoAndPlay ("b24");
break;
case "35" :
gotoAndPlay ("b24");
break;
case "36" :
gotoAndPlay ("b26");
break;
case "40" :
gotoAndPlay ("b40");
break;
case "41" :
gotoAndPlay ("b41");
break;
case "42" :
gotoAndPlay ("b42");
break;
case "43" :
gotoAndPlay ("b42");
break;
case "45" :
gotoAndPlay ("a5");
break;
case "46" :
gotoAndPlay ("b46");
break;
case "50" :
gotoAndPlay ("b40");
break;
case "51" :
gotoAndPlay ("b41");
break;
case "52" :
gotoAndPlay ("b42");
break;
case "53" :
gotoAndPlay ("b42");
break;
case "54" :
gotoAndPlay ("a4");
break;
case "56" :
gotoAndPlay ("b46");
}
last_speed = current_speed;
}
}
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var active_button = 0;
var stop_percents = Array("15", "30", "45", "60", "75", "100");
end_screen._visible = false;
cumshot_btn._visible = false;
if (_root.sc1_complete == true) {
current_part = 5;
pleasure_meter._visible = false;
cumshot_btn._visible = true;
}
next_btn._visible = _root.sc1_complete;
cumshot_btn.onPress = function () {
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
btn5._visible = false;
current_speed = 6;
cumshot_btn._visible = false;
plank._visible = false;
};
next_btn.onPress = function () {
_root.sc1_complete = true;
if ((((_root.sc1_complete == true) and (_root.sc2_complete == true)) and (_root.sc3_complete == true)) and (_root.game_complete == false)) {
end_screen._visible = true;
end_screen.gotoAndPlay(2);
} else {
_root.gotoScreen("screen_4");
}
};
this.onEnterFrame = function () {
if (level_complete == true) {
if (plank._visible == true) {
cumshot_btn._visible = true;
}
pleasure_meter._visible = false;
}
switch (current_part) {
case 0 :
btn0.active = true;
btn1.active = false;
btn2.active = false;
btn3.active = false;
btn4.active = false;
btn5.active = false;
return;
case 1 :
btn0.active = true;
btn1.active = true;
btn2.active = false;
btn3.active = false;
btn4.active = false;
btn5.active = false;
return;
case 2 :
btn0.active = true;
btn1.active = true;
btn2.active = true;
btn3.active = false;
btn4.active = false;
btn5.active = false;
return;
case 3 :
btn0.active = true;
btn1.active = true;
btn2.active = true;
btn3.active = true;
btn4.active = false;
btn5.active = false;
return;
case 4 :
btn0.active = true;
btn1.active = true;
btn2.active = true;
btn3.active = true;
btn4.active = true;
btn5.active = false;
return;
case 5 :
btn0.active = true;
btn1.active = true;
btn2.active = true;
btn3.active = true;
btn4.active = true;
btn5.active = true;
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
Symbol 382 MovieClip [screen_1] Frame 2
busy = false;
head.gotoAndStop(1);
pleasure_meter.speed = 2;
Symbol 382 MovieClip [screen_1] Frame 50
check_speed();
Symbol 382 MovieClip [screen_1] Frame 51
busy = true;
Symbol 382 MovieClip [screen_1] Frame 80
head.gotoAndStop(2);
busy = false;
Symbol 382 MovieClip [screen_1] Frame 101
check_speed();
Symbol 382 MovieClip [screen_1] Frame 102
busy = true;
Symbol 382 MovieClip [screen_1] Frame 110
busy = false;
head.gotoAndStop(3);
Symbol 382 MovieClip [screen_1] Frame 135
check_speed();
Symbol 382 MovieClip [screen_1] Frame 136
busy = false;
head.gotoAndStop(4);
Symbol 382 MovieClip [screen_1] Frame 148
check_speed();
Symbol 382 MovieClip [screen_1] Frame 149
busy = true;
Symbol 382 MovieClip [screen_1] Frame 168
busy = false;
head.gotoAndStop(3);
Symbol 382 MovieClip [screen_1] Frame 191
check_speed();
Symbol 382 MovieClip [screen_1] Frame 192
busy = false;
head.gotoAndStop(4);
Symbol 382 MovieClip [screen_1] Frame 204
check_speed();
Symbol 382 MovieClip [screen_1] Frame 205
busy = true;
Symbol 382 MovieClip [screen_1] Frame 242
check_speed();
Symbol 382 MovieClip [screen_1] Frame 243
busy = true;
Symbol 382 MovieClip [screen_1] Frame 250
busy = true;
Symbol 382 MovieClip [screen_1] Frame 280
check_speed();
Symbol 382 MovieClip [screen_1] Frame 281
busy = true;
Symbol 382 MovieClip [screen_1] Frame 288
busy = true;
Symbol 382 MovieClip [screen_1] Frame 338
check_speed();
Symbol 382 MovieClip [screen_1] Frame 339
busy = true;
Symbol 382 MovieClip [screen_1] Frame 345
check_speed();
Symbol 382 MovieClip [screen_1] Frame 346
busy = true;
Symbol 382 MovieClip [screen_1] Frame 370
check_speed();
Symbol 382 MovieClip [screen_1] Frame 371
busy = true;
Symbol 382 MovieClip [screen_1] Frame 390
check_speed();
Symbol 382 MovieClip [screen_1] Frame 391
busy = true;
Symbol 382 MovieClip [screen_1] Frame 418
check_speed();
Symbol 382 MovieClip [screen_1] Frame 466
head.sp1.gotoAndPlay(2);
head.sp2.gotoAndPlay(2);
head.sp3.gotoAndPlay(2);
head.gotoAndStop(4);
Symbol 382 MovieClip [screen_1] Frame 486
l_boob.boob.sp1.gotoAndPlay(2);
body.sp1.gotoAndPlay(2);
Symbol 382 MovieClip [screen_1] Frame 504
body.sp2.gotoAndPlay(2);
Symbol 382 MovieClip [screen_1] Frame 518
stop();
next_btn._visible = true;
Symbol 382 MovieClip [screen_1] Frame 519
busy = true;
Symbol 382 MovieClip [screen_1] Frame 549
gotoAndPlay ("cs");
Symbol 382 MovieClip [screen_1] Frame 557
gotoAndPlay ("b16");
Symbol 382 MovieClip [screen_1] Frame 582
gotoAndPlay ("cs");
Symbol 403 MovieClip Frame 1
stop();
this._visible = false;
Symbol 403 MovieClip Frame 2
this._visible = true;
Symbol 403 MovieClip Frame 30
stop();
Symbol 408 MovieClip Frame 1
this._visible = false;
stop();
Symbol 408 MovieClip Frame 2
this._visible = true;
Symbol 408 MovieClip Frame 20
stop();
Symbol 420 MovieClip Frame 1
this._visible = false;
stop();
Symbol 420 MovieClip Frame 2
this._visible = true;
Symbol 420 MovieClip Frame 25
stop();
Symbol 424 MovieClip Frame 1
this._visible = false;
stop();
Symbol 424 MovieClip Frame 2
this._visible = true;
Symbol 424 MovieClip Frame 21
stop();
Symbol 426 MovieClip Frame 1
this._visible = false;
stop();
Symbol 426 MovieClip Frame 2
this._visible = true;
Symbol 426 MovieClip Frame 25
stop();
Symbol 449 MovieClip Frame 1
stop();
Symbol 462 MovieClip Frame 1
this._visible = false;
stop();
Symbol 462 MovieClip Frame 2
this._visible = true;
Symbol 462 MovieClip Frame 25
stop();
Symbol 466 MovieClip Frame 1
this._visible = false;
stop();
Symbol 466 MovieClip Frame 2
this._visible = true;
Symbol 466 MovieClip Frame 23
stop();
Symbol 470 MovieClip Frame 1
this._visible = false;
stop();
Symbol 470 MovieClip Frame 2
this._visible = true;
Symbol 470 MovieClip Frame 23
stop();
Symbol 511 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = false;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(0);
_parent.active_button = part;
}
};
Symbol 512 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = true;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(1);
_parent.active_button = part;
}
};
Symbol 513 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = true;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(2);
_parent.active_button = part;
}
};
Symbol 514 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = true;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(4);
_parent.active_button = part;
}
};
Symbol 520 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = true;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(3);
_parent.active_button = part;
}
};
Symbol 526 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = true;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(5);
_parent.active_button = part;
_parent.pleasure_meter.speed = 2;
}
};
Symbol 578 MovieClip [screen_2] Frame 1
function check_speed() {
if (last_speed == current_speed) {
gotoAndPlay("a" + current_speed);
} else {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
speed_str = (last_speed + "") + current_speed;
speed_btn.Slow();
switch (speed_str) {
case "01" :
gotoAndPlay ("b01");
break;
case "02" :
gotoAndPlay ("b01");
break;
case "03" :
gotoAndPlay ("b01");
break;
case "04" :
gotoAndPlay ("b01");
break;
case "05" :
gotoAndPlay ("b01");
break;
case "0-1" :
gotoAndPlay ("cumshot");
break;
case "10" :
gotoAndPlay ("b10");
break;
case "12" :
gotoAndPlay ("b12");
break;
case "13" :
gotoAndPlay ("b12");
break;
case "14" :
gotoAndPlay ("b12");
break;
case "15" :
gotoAndPlay ("b12");
break;
case "1-1" :
gotoAndPlay ("b10");
break;
case "20" :
gotoAndPlay ("b21");
break;
case "21" :
gotoAndPlay ("b21");
break;
case "23" :
gotoAndPlay ("b23");
break;
case "24" :
gotoAndPlay ("b23");
break;
case "25" :
gotoAndPlay ("b23");
break;
case "2-1" :
gotoAndPlay ("b21");
break;
case "30" :
gotoAndPlay ("b32");
break;
case "31" :
gotoAndPlay ("b32");
break;
case "32" :
gotoAndPlay ("b32");
break;
case "34" :
gotoAndPlay ("b34");
break;
case "35" :
gotoAndPlay ("b34");
break;
case "3-1" :
gotoAndPlay ("b32");
break;
case "40" :
gotoAndPlay ("b43");
break;
case "41" :
gotoAndPlay ("b43");
break;
case "42" :
gotoAndPlay ("b43");
break;
case "43" :
gotoAndPlay ("b43");
break;
case "45" :
gotoAndPlay ("b45");
break;
case "4-1" :
gotoAndPlay ("b43");
break;
case "50" :
gotoAndPlay ("b40");
break;
case "51" :
gotoAndPlay ("b41");
break;
case "52" :
gotoAndPlay ("b42");
break;
case "53" :
gotoAndPlay ("b42");
break;
case "54" :
gotoAndPlay ("b54");
break;
case "5-1" :
gotoAndPlay ("b54");
}
if (last_speed < current_speed) {
last_speed = last_speed + 1;
}
if (last_speed > current_speed) {
last_speed = last_speed - 1;
}
}
}
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var active_button = 0;
var stop_percents = Array("15", "30", "45", "60", "75", "100");
cumshot_btn._visible = false;
if (_root.sc2_complete == true) {
current_part = 5;
pleasure_meter._visible = false;
cumshot_btn._visible = true;
}
end_screen._visible = false;
next_btn._visible = _root.sc2_complete;
cumshot_btn.onPress = function () {
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
btn5._visible = false;
current_speed = -1;
cumshot_btn._visible = false;
plank._visible = false;
};
next_btn.onPress = function () {
_root.sc2_complete = true;
if ((((_root.sc1_complete == true) and (_root.sc2_complete == true)) and (_root.sc3_complete == true)) and (_root.game_complete == false)) {
end_screen._visible = true;
end_screen.gotoAndPlay(2);
} else {
_root.gotoScreen("screen_4");
}
};
this.onEnterFrame = function () {
if (level_complete == true) {
if (plank._visible == true) {
cumshot_btn._visible = true;
}
pleasure_meter._visible = false;
}
switch (current_part) {
case 0 :
btn0.active = true;
btn1.active = false;
btn2.active = false;
btn3.active = false;
btn4.active = false;
btn5.active = false;
return;
case 1 :
btn0.active = true;
btn1.active = true;
btn2.active = false;
btn3.active = false;
btn4.active = false;
btn5.active = false;
return;
case 2 :
btn0.active = true;
btn1.active = true;
btn2.active = true;
btn3.active = false;
btn4.active = false;
btn5.active = false;
return;
case 3 :
btn0.active = true;
btn1.active = true;
btn2.active = true;
btn3.active = true;
btn4.active = false;
btn5.active = false;
return;
case 4 :
btn0.active = true;
btn1.active = true;
btn2.active = true;
btn3.active = true;
btn4.active = true;
btn5.active = false;
return;
case 5 :
btn0.active = true;
btn1.active = true;
btn2.active = true;
btn3.active = true;
btn4.active = true;
btn5.active = true;
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
six_head.gotoAndStop(2);
Symbol 578 MovieClip [screen_2] Frame 2
busy = false;
six_head.gotoAndStop(1);
pleasure_meter.speed = 2;
Symbol 578 MovieClip [screen_2] Frame 30
check_speed();
Symbol 578 MovieClip [screen_2] Frame 31
busy = true;
six_head.gotoAndStop(1);
Symbol 578 MovieClip [screen_2] Frame 44
if (current_speed != 1) {
check_speed();
}
Symbol 578 MovieClip [screen_2] Frame 45
six_head.gotoAndStop(2);
busy = false;
Symbol 578 MovieClip [screen_2] Frame 85
check_speed();
Symbol 578 MovieClip [screen_2] Frame 86
busy = true;
Symbol 578 MovieClip [screen_2] Frame 93
if (current_speed != 2) {
check_speed();
}
Symbol 578 MovieClip [screen_2] Frame 94
six_head.gotoAndStop(2);
busy = false;
Symbol 578 MovieClip [screen_2] Frame 119
check_speed();
Symbol 578 MovieClip [screen_2] Frame 120
busy = true;
Symbol 578 MovieClip [screen_2] Frame 131
if (current_speed != 3) {
check_speed();
}
Symbol 578 MovieClip [screen_2] Frame 132
six_head.gotoAndStop(3);
busy = false;
Symbol 578 MovieClip [screen_2] Frame 158
check_speed();
Symbol 578 MovieClip [screen_2] Frame 159
busy = true;
Symbol 578 MovieClip [screen_2] Frame 167
if (current_speed != 4) {
check_speed();
}
Symbol 578 MovieClip [screen_2] Frame 168
six_head.gotoAndStop(4);
busy = false;
Symbol 578 MovieClip [screen_2] Frame 187
check_speed();
Symbol 578 MovieClip [screen_2] Frame 188
busy = true;
Symbol 578 MovieClip [screen_2] Frame 194
if (current_speed != 5) {
check_speed();
}
Symbol 578 MovieClip [screen_2] Frame 195
six_head.gotoAndStop(5);
busy = false;
Symbol 578 MovieClip [screen_2] Frame 209
check_speed();
Symbol 578 MovieClip [screen_2] Frame 210
six_head.gotoAndStop(5);
busy = true;
Symbol 578 MovieClip [screen_2] Frame 219
if (current_speed != 5) {
check_speed();
}
Symbol 578 MovieClip [screen_2] Frame 220
six_head.gotoAndStop(4);
busy = true;
Symbol 578 MovieClip [screen_2] Frame 229
if (current_speed != 4) {
check_speed();
}
Symbol 578 MovieClip [screen_2] Frame 230
six_head.gotoAndStop(3);
busy = true;
Symbol 578 MovieClip [screen_2] Frame 239
if (current_speed != 3) {
check_speed();
}
Symbol 578 MovieClip [screen_2] Frame 240
six_head.gotoAndStop(2);
busy = true;
Symbol 578 MovieClip [screen_2] Frame 248
if (current_speed != 2) {
check_speed();
}
Symbol 578 MovieClip [screen_2] Frame 249
busy = true;
Symbol 578 MovieClip [screen_2] Frame 256
if (current_speed != 1) {
check_speed();
}
Symbol 578 MovieClip [screen_2] Frame 279
six_head.sp1.gotoAndPlay(2);
six_head.sp2.gotoAndPlay(2);
Symbol 578 MovieClip [screen_2] Frame 297
body.sp1.gotoAndPlay(2);
body.sp2.gotoAndPlay(2);
Symbol 578 MovieClip [screen_2] Frame 313
body.sp3.gotoAndPlay(2);
Symbol 578 MovieClip [screen_2] Frame 340
six_head.sp4.gotoAndPlay(2);
six_head.sp5.gotoAndPlay(2);
six_head.sp6.gotoAndPlay(2);
six_head.gotoAndStop(7);
Symbol 578 MovieClip [screen_2] Frame 388
next_btn._visible = true;
Symbol 578 MovieClip [screen_2] Frame 421
gotoAndPlay ("end");
Symbol 591 MovieClip Frame 1
stop();
Symbol 620 MovieClip Frame 1
stop();
Symbol 626 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = false;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(0);
_parent.active_button = part;
}
};
Symbol 632 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = true;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(1);
_parent.active_button = part;
}
};
Symbol 638 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = true;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(2);
_parent.active_button = part;
}
};
Symbol 644 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = true;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(4);
_parent.active_button = part;
}
};
Symbol 650 MovieClip Frame 1
stop();
if (blinking == undefined) {
blinking = true;
}
mouse = false;
this.onRollOver = function () {
this.mouse = true;
if (this._currentframe < 3) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
this.mouse = false;
if (this._currentframe < 3) {
this.gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
this.mouse = false;
if (this._currentframe < 3) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
};
this.onEnterFrame = function () {
if (this.active == false) {
this.gotoAndStop(4);
} else {
if (part == _parent.active_button) {
this.gotoAndStop(3);
return(undefined);
}
if (this.mouse == false) {
if (blinking == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
} else {
this.gotoAndStop(2);
}
}
};
this.onPress = function () {
if ((this._currentframe == 3) or (this._currentframe == 4)) {
return(undefined);
}
if (this.blinking == true) {
this.blinking = false;
}
if (_parent.busy == false) {
_parent.change_speed(3);
_parent.active_button = part;
}
};
Symbol 656 MovieClip [screen_3] Frame 1
function check_speed() {
if (last_speed == current_speed) {
gotoAndPlay("a" + current_speed);
} else {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
speed_str = (last_speed + "") + current_speed;
speed_btn.Slow();
switch (speed_str) {
case "01" :
gotoAndPlay ("b01");
break;
case "02" :
gotoAndPlay ("b01");
break;
case "03" :
gotoAndPlay ("b01");
break;
case "04" :
gotoAndPlay ("b01");
break;
case "0-1" :
gotoAndPlay ("cumshot");
break;
case "10" :
gotoAndPlay ("b10");
break;
case "12" :
gotoAndPlay ("b12");
break;
case "13" :
gotoAndPlay ("b12");
break;
case "14" :
gotoAndPlay ("b12");
break;
case "1-1" :
gotoAndPlay ("b10");
break;
case "20" :
gotoAndPlay ("b21");
break;
case "21" :
gotoAndPlay ("b21");
break;
case "23" :
gotoAndPlay ("a3");
break;
case "24" :
last_speed = 3;
gotoAndPlay ("b34");
break;
case "2-1" :
gotoAndPlay ("b21");
break;
case "30" :
last_speed = 2;
gotoAndPlay ("b21");
break;
case "31" :
last_speed = 2;
gotoAndPlay ("b21");
break;
case "32" :
gotoAndPlay ("a2");
break;
case "34" :
gotoAndPlay ("b34");
break;
case "3-1" :
last_speed = 2;
gotoAndPlay ("b21");
break;
case "40" :
gotoAndPlay ("b43");
break;
case "41" :
gotoAndPlay ("b43");
break;
case "42" :
gotoAndPlay ("b43");
break;
case "43" :
gotoAndPlay ("b43");
break;
case "4-1" :
gotoAndPlay ("b43");
}
if (last_speed < current_speed) {
last_speed = last_speed + 1;
}
if (last_speed > current_speed) {
last_speed = last_speed - 1;
}
}
}
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
var busy = false;
var current_part = 0;
cumshot_btn._visible = false;
if (_root.sc3_complete == true) {
current_part = 5;
pleasure_meter._visible = false;
cumshot_btn._visible = true;
}
end_screen._visible = false;
var current_speed = 0;
var last_speed = 0;
var active_button = 0;
var stop_percents = Array("20", "40", "60", "80", "100");
next_btn._visible = _root.sc3_complete;
cumshot_btn.onPress = function () {
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
current_speed = -1;
cumshot_btn._visible = false;
plank._visible = false;
};
next_btn.onPress = function () {
_root.sc3_complete = true;
if ((((_root.sc1_complete == true) and (_root.sc2_complete == true)) and (_root.sc3_complete == true)) and (_root.game_complete == false)) {
end_screen._visible = true;
end_screen.gotoAndPlay(2);
} else {
_root.gotoScreen("screen_4");
}
};
this.onEnterFrame = function () {
if (level_complete == true) {
if (plank._visible == true) {
cumshot_btn._visible = true;
}
pleasure_meter._visible = false;
}
switch (current_part) {
case 0 :
btn0.active = true;
btn1.active = false;
btn2.active = false;
btn3.active = false;
btn4.active = false;
btn5.active = false;
return;
case 1 :
btn0.active = true;
btn1.active = true;
btn2.active = false;
btn3.active = false;
btn4.active = false;
btn5.active = false;
return;
case 2 :
btn0.active = true;
btn1.active = true;
btn2.active = true;
btn3.active = false;
btn4.active = false;
btn5.active = false;
return;
case 3 :
btn0.active = true;
btn1.active = true;
btn2.active = true;
btn3.active = true;
btn4.active = false;
btn5.active = false;
return;
case 4 :
btn0.active = true;
btn1.active = true;
btn2.active = true;
btn3.active = true;
btn4.active = true;
btn5.active = false;
return;
case 5 :
btn0.active = true;
btn1.active = true;
btn2.active = true;
btn3.active = true;
btn4.active = true;
btn5.active = true;
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
Symbol 656 MovieClip [screen_3] Frame 2
head.gotoAndStop(1);
busy = false;
mouth.gotoAndStop(1);
pleasure_meter.speed = 2;
Symbol 656 MovieClip [screen_3] Frame 25
check_speed();
Symbol 656 MovieClip [screen_3] Frame 26
busy = true;
Symbol 656 MovieClip [screen_3] Frame 35
if (current_speed != 1) {
check_speed();
}
Symbol 656 MovieClip [screen_3] Frame 36
busy = false;
head.gotoAndStop(1);
mouth.gotoAndStop(1);
Symbol 656 MovieClip [screen_3] Frame 63
check_speed();
Symbol 656 MovieClip [screen_3] Frame 64
busy = true;
Symbol 656 MovieClip [screen_3] Frame 69
if (current_speed != 2) {
check_speed();
}
Symbol 656 MovieClip [screen_3] Frame 70
busy = false;
head.gotoAndStop(1);
mouth.gotoAndStop(2);
Symbol 656 MovieClip [screen_3] Frame 100
check_speed();
Symbol 656 MovieClip [screen_3] Frame 101
head.gotoAndStop(3);
mouth.gotoAndStop(2);
busy = false;
Symbol 656 MovieClip [screen_3] Frame 124
check_speed();
Symbol 656 MovieClip [screen_3] Frame 125
busy = true;
Symbol 656 MovieClip [screen_3] Frame 131
if (current_speed != 4) {
check_speed();
}
Symbol 656 MovieClip [screen_3] Frame 132
head.gotoAndStop(4);
busy = false;
mouth.gotoAndStop(2);
Symbol 656 MovieClip [screen_3] Frame 146
check_speed();
Symbol 656 MovieClip [screen_3] Frame 155
head.gotoAndStop(5);
mouth.gotoAndStop(2);
busy = true;
Symbol 656 MovieClip [screen_3] Frame 224
head.sp3.gotoAndPlay(2);
Symbol 656 MovieClip [screen_3] Frame 233
head.sp2.gotoAndPlay(2);
Symbol 656 MovieClip [screen_3] Frame 242
head.sp1.gotoAndPlay(2);
Symbol 656 MovieClip [screen_3] Frame 250
next_btn._visible = true;
Symbol 656 MovieClip [screen_3] Frame 283
gotoAndPlay ("end");
Symbol 656 MovieClip [screen_3] Frame 284
busy = true;
Symbol 656 MovieClip [screen_3] Frame 293
if (current_speed != 4) {
check_speed();
}
Symbol 656 MovieClip [screen_3] Frame 294
busy = true;
Symbol 656 MovieClip [screen_3] Frame 303
if (current_speed != 2) {
check_speed();
}
Symbol 656 MovieClip [screen_3] Frame 304
busy = true;
Symbol 656 MovieClip [screen_3] Frame 315
if (current_speed != 1) {
check_speed();
}
Symbol 683 MovieClip Frame 1
stop();
Symbol 695 MovieClip Frame 114
gotoAndPlay (1);
Symbol 714 MovieClip Frame 1
stop();
Symbol 720 MovieClip Frame 1
stop();
Symbol 723 MovieClip Frame 1
play_btn.onPress = function () {
_root.gotoScreen("screen_4");
};
moregames.onPress = function () {
getURL (_root.owner_URL, "_blank");
};
Symbol 726 MovieClip Frame 1
stop();
Symbol 726 MovieClip Frame 25
stop();
Symbol 726 MovieClip Frame 50
gotoAndStop (1);
Symbol 729 MovieClip Frame 1
stop();
Symbol 729 MovieClip Frame 25
stop();
Symbol 729 MovieClip Frame 50
gotoAndStop (1);
Symbol 732 MovieClip Frame 1
stop();
Symbol 732 MovieClip Frame 25
stop();
Symbol 732 MovieClip Frame 50
gotoAndStop (1);
Symbol 735 MovieClip Frame 1
stop();
Symbol 735 MovieClip Frame 25
stop();
Symbol 735 MovieClip Frame 50
gotoAndStop (1);
Symbol 737 MovieClip [screen_4] Frame 1
logo._visible = _root.game_complete;
shoed.shoed.onRollOver = function () {
shoed.shoed.gotoAndStop(2);
board_chode.gotoAndPlay(2);
};
shoed.shoed.onRollOut = function () {
shoed.shoed.gotoAndStop(1);
board_chode.gotoAndPlay(26);
};
shoed.shoed.onReleaseOutside = function () {
shoed.shoed.gotoAndStop(1);
board_chode.gotoAndPlay(26);
};
shoed.shoed.onPress = function () {
_root.gotoScreen("screen_1");
};
couple.onRollOver = function () {
couple.whip.gotoAndStop(115);
couple.gus.gotoAndStop(75);
board_whip.gotoAndPlay(2);
};
couple.onRollOut = function () {
couple.whip.gotoAndPlay(1);
couple.gus.gotoAndPlay(1);
board_whip.gotoAndPlay(26);
};
couple.onReleaseOutside = function () {
couple.whip.gotoAndPlay(1);
couple.gus.gotoAndPlay(1);
board_whip.gotoAndPlay(26);
};
couple.onPress = function () {
_root.gotoScreen("screen_2");
};
bobo.onRollOver = function () {
bobo.gotoAndStop(2);
board_bobo.gotoAndPlay(2);
};
bobo.onRollOut = function () {
bobo.gotoAndStop(1);
board_bobo.gotoAndPlay(26);
};
bobo.onReleaseOutside = function () {
bobo.gotoAndStop(1);
board_bobo.gotoAndPlay(26);
};
bobo.onPress = function () {
_root.gotoScreen("screen_3");
};
six.onRollOver = function () {
board_six.gotoAndPlay(2);
};
six.onRollOut = function () {
board_six.gotoAndPlay(26);
};
six.onReleaseOutside = function () {
board_six.gotoAndPlay(26);
};
six.useHandCursor = false;
Symbol 744 MovieClip Frame 1
gotoAndPlay(random(110));
Symbol 744 MovieClip Frame 110
gotoAndPlay (1);
Symbol 765 MovieClip [screen_5] Frame 1
play_btn.onPress = function () {
_root.gotoScreen("screen_4");
};
moregames.onPress = function () {
getURL (_root.owner_URL, "_blank");
};
Symbol 765 MovieClip [screen_5] Frame 59
play_btn.onPress = function () {
_root.gotoScreen("screen_4");
};
moregames.onPress = function () {
getURL (_root.owner_URL, "_blank");
};
stop();