Combined Code
frame 1 {
stop();
}
frame 1 {
function timer() {
if (_root.cumTimer >= 0) {
--_root.cumTimer;
}
_root.BGMcheck();
}
function BGMcheck() {
if (_root.BGMcurrent != _root.BGMset * _root.BGMvol) {
if (_root.BGMcurrent < _root.BGMset * _root.BGMvol + 1) {
++_root.BGMcurrent;
} else {
if (_root.BGMcurrent > _root.BGMset * _root.BGMvol - 1) {
--_root.BGMcurrent;
if (_root.BGMcurrent - 15 > _root.BGMset * _root.BGMvol - 16) {
_root.BGMcurrent - 15;
}
if (_root.BGMcurrent - 10 > _root.BGMset * _root.BGMvol - 11) {
_root.BGMcurrent - 10;
}
if (_root.BGMcurrent - 5 > _root.BGMset * _root.BGMvol - 6) {
_root.BGMcurrent - 5;
}
if (_root.BGMcurrent - 2 > _root.BGMset * _root.BGMvol - 3) {
_root.BGMcurrent - 2;
}
if (_root.BGMcurrent - 2 > _root.BGMset * _root.BGMvol - 3) {
_root.BGMcurrent - 2;
}
} else {
_root.BGMcurrent = _root.BGMset * _root.BGMvol;
}
}
_root.HUD.timer.object.setVolume(_root.BGMcurrent);
}
}
function startGame() {
stopAllSounds();
_root.mainScene = 'HKG1';
_root.sexAnim = 'away';
_root.LastAnim = _root.sexAnim;
_root.gotoAndStop(_root.mainScene);
_root.HUD.gotoAndStop(_root.mainScene);
_root.scene.gotoAndStop(_root.sexAnim);
_root.goScene('HKG1');
_root.goAnim('away');
_root.goMenu('awayHKG1');
}
function goScene(newVar) {
if (newVar != '') {
if (newVar == 'pickRandomGuy') {
_root.guy = Math.ceil(Math.random() * 5);
_root.resetHim();
} else {
if (newVar) {
_root.mainScene = newVar;
_root.HUD.gotoAndStop(newVar);
}
_root.gotoAndStop(_root.mainScene);
}
}
}
function goMenu(newVar) {
if (newVar != '') {
_root.menuCurrent = newVar;
_root.HUD.hudList.gotoAndStop(newVar);
}
}
function goAnim(newVar) {
if (newVar == 'idleAlways') {
newVar = 'idle';
} else {
if (newVar == 'idle' && _root.sexAnim == 'idle') {
newVar = 'ignore';
}
}
if (newVar == '' && _root.goButtonClicked == true) {
newVar = 'ignore';
}
if (newVar != 'ignore') {
_root.LastAnim = _root.sexAnim;
if (!newVar) {
_root.sexAnim = _root.LastAnim;
} else {
_root.sexAnim = newVar;
}
_root.scene.gotoAndPlay(_root.sexAnim);
switch (_root.sexAnim) {
case 'lick':
case 'lickMore':
case 'suckHead':
case 'suckDeep':
case 'milking':
case 'idleBlow':
case 'idleThroat':
if (_root.mainScene == 'HKG1' && _root.LastAnim != _root.sexAnim) {
_root.scene.gotoAndPlay(_root.sexAnim + 'Intro');
}
break;
case 'TFlick':
case 'idleTitfuck':
if (_root.mainScene == 'HKG2' && _root.LastAnim != _root.sexAnim) {
_root.scene.gotoAndPlay(_root.sexAnim + 'Intro');
}
break;
case 'idlePussyRide':
if (_root.mainScene == 'HKG3' && _root.LastAnim != _root.sexAnim) {
_root.scene.gotoAndPlay(_root.sexAnim + 'Intro');
}
break;
case 'analSlow':
case 'idleAnalDoggy':
if (_root.mainScene == 'HKG4' && _root.LastAnim != _root.sexAnim) {
_root.scene.gotoAndPlay(_root.sexAnim + 'Intro');
}
break;
case 'precum':
case 'precumThroat':
if (_root.LastAnim != _root.sexAnim) {
_root.scene.gotoAndPlay(_root.sexAnim + 'Intro');
}
}
}
}
function setPoseList() {
var v2 = 0;
while (v2 <= 8) {
_root.HUD.hudList['poseList' + v2].titleOver.text = _root['poseList' + v2 + 'text'];
_root.HUD.hudList['poseList' + v2].titleUnder.text = _root.HUD.hudList['poseList' + v2].titleOver.text;
_root.HUD.hudList['poseList' + v2].currentBar._visible = false;
if (_root.HUD.hudList['poseList' + v2].titleOver.text == '') {
_root.HUD.hudList['poseList' + v2]._visible = false;
} else {
_root.HUD.hudList['poseList' + v2]._visible = true;
}
++v2;
}
}
function deactivatePoseList() {
_root.HUD.hudList.poseList0.posename = '';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = '';
_root.HUD.hudList.poseList1.posename = '';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = '';
_root.HUD.hudList.poseList2.posename = '';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.HUD.hudList.poseList3.posename = '';
_root.HUD.hudList.poseList3.scenename = '';
_root.HUD.hudList.poseList3.menuname = '';
_root.HUD.hudList.poseList4.posename = '';
_root.HUD.hudList.poseList4.scenename = '';
_root.HUD.hudList.poseList4.menuname = '';
_root.HUD.hudList.poseList5.posename = '';
_root.HUD.hudList.poseList5.scenename = '';
_root.HUD.hudList.poseList5.menuname = '';
_root.HUD.hudList.poseList6.posename = '';
_root.HUD.hudList.poseList6.scenename = '';
_root.HUD.hudList.poseList6.menuname = '';
_root.HUD.hudList.poseList7.posename = '';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = '';
_root.HUD.hudList.poseList8.posename = '';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = '';
}
function pickCustom() {
_root.titlescreen.button1.hilight.gotoAndStop(1);
_root.titlescreen.button2.hilight.gotoAndStop(1);
_root.titlescreen.button3.hilight.gotoAndStop(1);
_root.titlescreen.button4.hilight.gotoAndStop(1);
_root.titlescreen.button5.hilight.gotoAndStop(1);
_root.titlescreen.button6.hilight.gotoAndStop(1);
_root.titlescreen.button7.hilight.gotoAndStop(1);
_root.HUD.hudList.button1.hilight.gotoAndStop(1);
_root.HUD.hudList.button2.hilight.gotoAndStop(1);
_root.HUD.hudList.button3.hilight.gotoAndStop(1);
_root.HUD.hudList.button4.hilight.gotoAndStop(1);
_root.HUD.hudList.button5.hilight.gotoAndStop(1);
_root.HUD.hudList.button6.hilight.gotoAndStop(1);
_root.HUD.hudList.button7.hilight.gotoAndStop(1);
switch (_root.girl) {
case 0:
_root.HUD.hudList.button1.hilight.gotoAndStop(2);
_root.titlescreen.button1.hilight.gotoAndStop(2);
break;
case 1:
_root.HUD.hudList.button2.hilight.gotoAndStop(2);
_root.titlescreen.button2.hilight.gotoAndStop(2);
break;
case 2:
_root.HUD.hudList.button3.hilight.gotoAndStop(2);
_root.titlescreen.button3.hilight.gotoAndStop(2);
break;
case 3:
_root.HUD.hudList.button6.hilight.gotoAndStop(2);
_root.titlescreen.button6.hilight.gotoAndStop(2);
break;
case 4:
_root.HUD.hudList.button4.hilight.gotoAndStop(2);
_root.titlescreen.button4.hilight.gotoAndStop(2);
break;
case 5:
_root.HUD.hudList.button5.hilight.gotoAndStop(2);
_root.titlescreen.button5.hilight.gotoAndStop(2);
break;
case 6:
_root.HUD.hudList.button7.hilight.gotoAndStop(2);
_root.titlescreen.button7.hilight.gotoAndStop(2);
break;
case 7:
}
_root.HUD.hudList.expBrows0.hilight.gotoAndStop(1);
_root.HUD.hudList.expBrows1.hilight.gotoAndStop(1);
_root.HUD.hudList.expBrows2.hilight.gotoAndStop(1);
_root.HUD.hudList.expBrows3.hilight.gotoAndStop(1);
_root.HUD.hudList.expBrows4.hilight.gotoAndStop(1);
_root.HUD.hudList['expBrows' + _root.expBrows].hilight.gotoAndStop(2);
_root.HUD.hudList.expMouth1.hilight.gotoAndStop(1);
_root.HUD.hudList.expMouth2.hilight.gotoAndStop(1);
_root.HUD.hudList.expMouth3.hilight.gotoAndStop(1);
_root.HUD.hudList['expMouth' + _root.expMouth].hilight.gotoAndStop(2);
}
function pickHer() {
_root.outfit = 0;
switch (_root.girl) {
case 0:
_root.outfitMax = 4;
_root.bust = 3;
_root.expBrows = 1;
_root.expMouth = 1;
break;
case 1:
_root.outfitMax = 5;
_root.bust = 2;
_root.expBrows = 4;
_root.expMouth = 3;
break;
case 2:
_root.outfitMax = 5;
_root.bust = 3;
_root.expBrows = 1;
_root.expMouth = 2;
break;
case 3:
_root.outfitMax = 7;
_root.bust = 3;
_root.expBrows = 4;
_root.expMouth = 1;
break;
case 4:
_root.outfitMax = 6;
_root.bust = 2;
_root.expBrows = 4;
_root.expMouth = 2;
break;
case 5:
_root.outfitMax = 7;
_root.outfit = Math.floor(Math.random() * 4) * 2;
_root.bust = 1;
_root.expBrows = 1;
_root.expMouth = 3;
break;
case 6:
_root.outfitMax = 9;
_root.bust = 1;
_root.expBrows = 3;
_root.expMouth = 2;
break;
case 7:
_root.outfitMax = 0;
_root.bust = 2;
_root.expBrows = 1;
_root.expMouth = 1;
}
_root.pickCustom();
}
function stripping() {
++_root.outfit;
if (_root.outfit > _root.outfitMax) {
_root.outfit = 0;
}
_root.resetHer();
}
function resetHer() {
_root.girlFrame = _root.girl * 10 + _root.outfit + 2;
_root.scene.head.hair.gotoAndStop(1);
_root.scene.head.bang.gotoAndStop(1);
_root.scene.head.head.gotoAndStop(1);
_root.scene.head.headEyeClosed.gotoAndStop(1);
_root.scene.head.blush.col.gotoAndStop(1);
_root.scene.bangsM.gotoAndStop(1);
_root.scene.bangsL.gotoAndStop(1);
_root.scene.bangsR.gotoAndStop(1);
_root.scene.tail.gotoAndStop(1);
_root.scene.eyebrowL.ex.gotoAndStop(1);
_root.scene.eyebrowR.ex.gotoAndStop(1);
_root.scene.eyebrowL.ex.brow.gotoAndStop(1);
_root.scene.eyebrowR.ex.brow.gotoAndStop(1);
_root.scene.head.eyebrowL.ex.gotoAndStop(1);
_root.scene.head.eyebrowR.ex.gotoAndStop(1);
_root.scene.head.eyebrowL.ex.brow.gotoAndStop(1);
_root.scene.head.eyebrowR.ex.brow.gotoAndStop(1);
_root.scene.eyeL.shine.gotoAndStop(1);
_root.scene.eyeL.iris.gotoAndStop(1);
_root.scene.eyeR.shine.gotoAndStop(1);
_root.scene.eyeR.iris.gotoAndStop(1);
_root.scene.eyeBack.gotoAndStop(1);
_root.scene.lips.gotoAndStop(1);
_root.scene.mouth.gotoAndStop(1);
_root.scene.mouth.ex.gotoAndStop(1);
_root.scene.mouth.ex.mouth.gotoAndStop(1);
_root.scene.tongue.gotoAndStop(1);
_root.scene.body.gotoAndStop(1);
_root.scene.body.torso.gotoAndStop(1);
_root.scene.body.torso.torso.gotoAndStop(1);
_root.scene.body.breastR.gotoAndStop(1);
_root.scene.body.breastL.gotoAndStop(1);
_root.scene.body.nippleR.gotoAndStop(1);
_root.scene.body.nippleL.gotoAndStop(1);
_root.scene.body.breastR.bust.gotoAndStop(1);
_root.scene.body.breastL.bust.gotoAndStop(1);
_root.scene.body.nippleR.bust.gotoAndStop(1);
_root.scene.body.nippleL.bust.gotoAndStop(1);
_root.scene.body.bodyOver.gotoAndStop(1);
_root.scene.body.bodyOver.torso.gotoAndStop(1);
_root.scene.bodyOver.gotoAndStop(1);
_root.scene.bodyOver.torso.gotoAndStop(1);
_root.scene.neck.gotoAndStop(1);
_root.scene.hips.gotoAndStop(1);
_root.scene.hipsOver.gotoAndStop(1);
_root.scene.breastR.gotoAndStop(1);
_root.scene.breastL.gotoAndStop(1);
_root.scene.nippleR.gotoAndStop(1);
_root.scene.nippleL.gotoAndStop(1);
_root.scene.breastR.bust.gotoAndStop(1);
_root.scene.breastL.bust.gotoAndStop(1);
_root.scene.nippleR.bust.gotoAndStop(1);
_root.scene.nippleL.bust.gotoAndStop(1);
_root.scene.armL.gotoAndStop(1);
_root.scene.armR.gotoAndStop(1);
_root.scene.foreL.gotoAndStop(1);
_root.scene.foreR.gotoAndStop(1);
_root.scene.handL.gotoAndStop(1);
_root.scene.handR.gotoAndStop(1);
_root.scene.foreL.arm.gotoAndStop(1);
_root.scene.foreR.arm.gotoAndStop(1);
_root.scene.handL.hand.gotoAndStop(1);
_root.scene.handR.hand.gotoAndStop(1);
_root.scene.fingerR1.gotoAndStop(1);
_root.scene.fingerR2.gotoAndStop(1);
_root.scene.fingerL1.gotoAndStop(1);
_root.scene.fingerL2.gotoAndStop(1);
_root.scene.fingerL3.gotoAndStop(1);
_root.scene.fingerL4.gotoAndStop(1);
_root.scene.fingerR1.finger.gotoAndStop(1);
_root.scene.fingerR2.finger.gotoAndStop(1);
_root.scene.fingerL1.finger.gotoAndStop(1);
_root.scene.fingerL2.finger.gotoAndStop(1);
_root.scene.fingerL3.finger.gotoAndStop(1);
_root.scene.fingerL4.finger.gotoAndStop(1);
_root.scene.buttL.gotoAndStop(1);
_root.scene.buttR.gotoAndStop(1);
_root.scene.thighL.gotoAndStop(1);
_root.scene.thighR.gotoAndStop(1);
_root.scene.thighL.leg.gotoAndStop(1);
_root.scene.thighR.leg.gotoAndStop(1);
_root.scene.guyHandF.her.gotoAndStop(1);
_root.scene.guyFingerF1.her.gotoAndStop(1);
_root.scene.guyFingerF2.her.gotoAndStop(1);
_root.scene.guyFingerF3.her.gotoAndStop(1);
_root.scene.pussy.gotoAndStop(1);
_root.scene.crotch.gotoAndStop(1);
_root.scene.ass.gotoAndStop(1);
_root.scene.butthole.gotoAndStop(1);
_root.scene.shade.gotoAndStop(1);
_root.scene.lighting.gotoAndStop(1);
_root.scene.head.hair.headEyeClosed.gotoAndStop(1);
_root.cumCheck();
_root.HUD.hudList.poseList0.gotoAndStop(1);
_root.HUD.hudList.poseList0.currentBar.gotoAndStop(1);
_root.HUD.hudList.poseList1.gotoAndStop(1);
_root.HUD.hudList.poseList1.currentBar.gotoAndStop(1);
_root.HUD.hudList.poseList2.gotoAndStop(1);
_root.HUD.hudList.poseList2.currentBar.gotoAndStop(1);
_root.HUD.hudList.poseList3.gotoAndStop(1);
_root.HUD.hudList.poseList3.currentBar.gotoAndStop(1);
_root.HUD.hudList.poseList4.gotoAndStop(1);
_root.HUD.hudList.poseList4.currentBar.gotoAndStop(1);
_root.HUD.hudList.poseList5.gotoAndStop(1);
_root.HUD.hudList.poseList5.currentBar.gotoAndStop(1);
_root.HUD.hudList.poseList6.gotoAndStop(1);
_root.HUD.hudList.poseList6.currentBar.gotoAndStop(1);
_root.HUD.hudList.poseList7.gotoAndStop(1);
_root.HUD.hudList.poseList7.currentBar.gotoAndStop(1);
_root.HUD.hudList.poseList8.gotoAndStop(1);
_root.HUD.hudList.poseList8.currentBar.gotoAndStop(1);
_root.HUD.hudList.backing.gotoAndStop(1);
_root.cumCheck();
}
function resetTitle() {
_root.titlescreen.paperdoll.gotoAndStop(1);
_root.titlescreen.paperdoll.head.hair.gotoAndStop(1);
_root.titlescreen.paperdoll.head.bang.gotoAndStop(1);
_root.titlescreen.paperdoll.head.head.gotoAndStop(1);
_root.titlescreen.paperdoll.head.hair.headEyeClosed._visible = false;
_root.titlescreen.paperdoll.head.hair.headEyeClosed.gotoAndStop(1);
_root.titlescreen.paperdoll.head.blush.col.gotoAndStop(1);
_root.titlescreen.paperdoll.head.blush._visible = false;
_root.titlescreen.paperdoll.head.blush.col._visible = false;
_root.titlescreen.paperdoll.bangsR.gotoAndStop(1);
_root.titlescreen.paperdoll.bangsL.gotoAndStop(1);
_root.titlescreen.paperdoll.bangsM.gotoAndStop(1);
_root.titlescreen.paperdoll.tail.gotoAndStop(1);
_root.titlescreen.paperdoll.body.gotoAndStop(1);
_root.titlescreen.paperdoll.body.torso.gotoAndStop(1);
_root.titlescreen.paperdoll.body.torso.torso.gotoAndStop(1);
_root.titlescreen.paperdoll.bodyOver.gotoAndStop(1);
_root.titlescreen.paperdoll.bodyOver.torso.gotoAndStop(1);
_root.titlescreen.paperdoll.bodyOver.torso.torso.gotoAndStop(1);
_root.titlescreen.paperdoll.eyebrowL.ex.gotoAndStop(1);
_root.titlescreen.paperdoll.eyebrowR.ex.gotoAndStop(1);
_root.titlescreen.paperdoll.eyebrowL.ex.brow.gotoAndStop(1);
_root.titlescreen.paperdoll.eyebrowR.ex.brow.gotoAndStop(1);
_root.titlescreen.paperdoll.head.eyebrowL.ex.gotoAndStop(1);
_root.titlescreen.paperdoll.head.eyebrowR.ex.gotoAndStop(1);
_root.titlescreen.paperdoll.head.eyebrowL.ex.brow.gotoAndStop(1);
_root.titlescreen.paperdoll.head.eyebrowR.ex.brow.gotoAndStop(1);
_root.titlescreen.paperdoll.eyeL.shine.gotoAndStop(1);
_root.titlescreen.paperdoll.eyeL.iris.gotoAndStop(1);
_root.titlescreen.paperdoll.eyeR.shine.gotoAndStop(1);
_root.titlescreen.paperdoll.eyeR.iris.gotoAndStop(1);
_root.titlescreen.paperdoll.eyeBack.gotoAndStop(1);
_root.titlescreen.paperdoll.mouth.gotoAndStop(1);
_root.titlescreen.paperdoll.breastL.gotoAndStop(1);
_root.titlescreen.paperdoll.breastR.gotoAndStop(1);
_root.titlescreen.paperdoll.nippleL.gotoAndStop(1);
_root.titlescreen.paperdoll.nippleR.gotoAndStop(1);
_root.titlescreen.paperdoll.breastR.bust.gotoAndStop(1);
_root.titlescreen.paperdoll.breastL.bust.gotoAndStop(1);
_root.titlescreen.paperdoll.nippleR.bust.gotoAndStop(1);
_root.titlescreen.paperdoll.nippleL.bust.gotoAndStop(1);
_root.titlescreen.paperdoll.foreR.gotoAndStop(1);
_root.titlescreen.paperdoll.handR.gotoAndStop(1);
_root.titlescreen.paperdoll.thighL.gotoAndStop(1);
_root.titlescreen.paperdoll.thighR.gotoAndStop(1);
_root.titlescreen.paperdoll.thighL.leg.gotoAndStop(1);
_root.titlescreen.paperdoll.thighR.leg.gotoAndStop(1);
_root.titlescreen.paperdoll.head.hair.headEyeClosed._visible = false;
_root.titlescreen.paperdoll.head.hair.headEyeClosed.gotoAndStop(1);
}
function resetHim() {
_root.scene.dick.gotoAndStop(1);
_root.scene.dick.cock.gotoAndStop(1);
_root.scene.dick.wetness.gotoAndStop(1);
_root.scene.balls.gotoAndStop(1);
_root.scene.guyBody.gotoAndStop(1);
_root.scene.guyThighF.gotoAndStop(1);
_root.scene.guyThighB.gotoAndStop(1);
_root.scene.guyShinF.gotoAndStop(1);
_root.scene.guyShinB.gotoAndStop(1);
_root.scene.guyUnder.gotoAndStop(1);
_root.scene.guyForeF.gotoAndStop(1);
_root.scene.guyHandF.him.gotoAndStop(1);
_root.scene.guyFingerF1.him.gotoAndStop(1);
_root.scene.guyFingerF2.him.gotoAndStop(1);
_root.scene.guyFingerF3.him.gotoAndStop(1);
_root.scene.guyFingerF4.gotoAndStop(1);
_root.scene.guyForeB.gotoAndStop(1);
_root.scene.guyHandB.gotoAndStop(1);
_root.scene.guyThumbB.gotoAndStop(1);
}
function hisHandsLoose() {
_root.scene.guyHandF.her.gotoAndStop('no');
_root.scene.guyFingerF1.her.gotoAndStop('no');
_root.scene.guyFingerF2.her.gotoAndStop('no');
_root.scene.guyFingerF3.her.gotoAndStop('no');
}
function hisHandsTouch() {
_root.scene.guyHandF.her.gotoAndStop(1);
_root.scene.guyFingerF1.her.gotoAndStop(1);
_root.scene.guyFingerF2.her.gotoAndStop(1);
_root.scene.guyFingerF3.her.gotoAndStop(1);
}
function resetCustomMenu() {
_root.HUD.hudList.button1.selectNum = 0;
_root.HUD.hudList.button1.icon.gotoAndStop(2);
_root.HUD.hudList.button2.selectNum = 1;
_root.HUD.hudList.button2.icon.gotoAndStop(12);
_root.HUD.hudList.button3.selectNum = 2;
_root.HUD.hudList.button3.icon.gotoAndStop(22);
_root.HUD.hudList.button4.selectNum = 4;
_root.HUD.hudList.button4.icon.gotoAndStop(42);
_root.HUD.hudList.button5.selectNum = 5;
_root.HUD.hudList.button5.icon.gotoAndStop(52);
_root.HUD.hudList.button6.selectNum = 3;
_root.HUD.hudList.button6.icon.gotoAndStop(32);
_root.HUD.hudList.button7.selectNum = 6;
_root.HUD.hudList.button7.icon.gotoAndStop(62);
}
function resetGuysMenu() {}
function countPlus() {
++_root.arousal;
if (_root.arousal > 100) {
_root.arousal = 100;
}
_root.setArousal();
}
function countMinus() {
--_root.arousal;
if (_root.arousal < 0) {
_root.arousal = 0;
}
_root.setArousal();
}
function setArousal() {
_root.titlescreen.paperdoll.head.blush.col._alpha = _root.arousal;
_root.scene.head.blush.col._alpha = _root.arousal;
}
function cumCheck() {
_root.scene.head.hair.messFacialRed.gotoAndStop(1);
_root.scene.head.hair.messFacialOrange.gotoAndStop(1);
_root.scene.head.hair.messFacialYellow.gotoAndStop(1);
_root.scene.head.hair.messFacialCyan.gotoAndStop(1);
_root.scene.head.hair.messFacialGreen.gotoAndStop(1);
_root.scene.head.hair.messFacialIndigo.gotoAndStop(1);
_root.scene.head.hair.messFacialBlue.gotoAndStop(1);
_root.scene.head.hair.messFacialPurple.gotoAndStop(1);
_root.scene.head.hair.messFacialPink.gotoAndStop(1);
_root.scene.head.hair.messFacialRed._visible = true;
_root.scene.head.hair.messFacialOrange._visible = true;
_root.scene.head.hair.messFacialYellow._visible = true;
_root.scene.head.hair.messFacialCyan._visible = true;
_root.scene.head.hair.messFacialGreen._visible = true;
_root.scene.head.hair.messFacialIndigo._visible = true;
_root.scene.head.hair.messFacialBlue._visible = true;
_root.scene.head.hair.messFacialPurple._visible = true;
_root.scene.head.hair.messFacialPink._visible = true;
_root.messNipple = false;
_root.scene.nippleR.mess.gotoAndStop(1);
if (_root.messFacialRed == true or _root.messFacialPink == true or _root.messFacialBlue == true or _root.messFacialIndigo == true or _root.messFacialPurple == true) {
_root.messEyeClosed = true;
} else {
_root.messEyeClosed = false;
}
_root.scene.head.headEyeClosed.gotoAndStop(1);
}
function cumClean() {
_root.HUD.iconCleanup._visible = false;
_root.HUD.overlay.gotoAndPlay('blinkDing');
_root.messFacialRed = false;
_root.messFacialOrange = false;
_root.messFacialYellow = false;
_root.messFacialCyan = false;
_root.messFacialGreen = false;
_root.messFacialIndigo = false;
_root.messFacialBlue = false;
_root.messFacialPurple = false;
_root.messFacialPink = false;
_root.cumCheck();
}
function cumSetup() {
switch (_root.mainScene) {
break;
case 'HKG1':
case 'HKG2':
_root.sceneArray = [];
if (_root.messFacialRed == true && _root.messFacialOrange == true && _root.messFacialYellow == true && _root.messFacialCyan == true && _root.messFacialGreen == true && _root.messFacialIndigo == true && _root.messFacialBlue == true && _root.messFacialPurple == true && _root.messFacialPink == true) {
_root.sceneArray.push('sprayRed');
_root.sceneArray.push('sprayOrange');
_root.sceneArray.push('sprayYellow');
_root.sceneArray.push('sprayCyan');
_root.sceneArray.push('sprayGreen');
_root.sceneArray.push('sprayIndigo');
_root.sceneArray.push('sprayBlue');
_root.sceneArray.push('sprayPurple');
_root.sceneArray.push('sprayPink');
} else {
if (_root.messFacialRed != true) {
_root.sceneArray.push('sprayRed');
}
if (_root.messFacialOrange != true) {
_root.sceneArray.push('sprayOrange');
}
if (_root.messFacialYellow != true) {
_root.sceneArray.push('sprayYellow');
}
if (_root.messFacialCyan != true) {
_root.sceneArray.push('sprayCyan');
}
if (_root.messFacialGreen != true) {
_root.sceneArray.push('sprayGreen');
}
if (_root.messFacialIndigo != true) {
_root.sceneArray.push('sprayIndigo');
}
if (_root.messFacialBlue != true) {
_root.sceneArray.push('sprayBlue');
}
if (_root.messFacialPurple != true) {
_root.sceneArray.push('sprayPurple');
}
if (_root.messFacialPink != true) {
_root.sceneArray.push('sprayPink');
}
}
_root.cumCurrent = _root.sceneArray[Math.floor(Math.random() * _root.sceneArray.length)];
_root.scene[_root.cumCurrent].gotoAndPlay('cum');
_root.cumTimer = 50;
break;
case 'HKG3':
break;
case 'HKG4':
}
}
function cumSequence() {
if (_root.cumCurrent == false) {
_root.cumSetup();
_root.cumSquirtsCurrent = _root.cumSquirtsMax;
_root.scene.gotoAndPlay('cumLoop');
_root.goMenu('clear');
} else {
if (_root.cumSquirtsCurrent <= 0 && _root.cumTimer <= 0) {
_root.cumCurrent = false;
_root.scene.gotoAndPlay('cumMouth');
_root.LastAnim = _root.sexAnim;
_root.sexAnim = 'after';
_root.cumAfter();
} else {
if (_root.cumTimer <= 0) {
_root.cumSetup();
--_root.cumSquirtsCurrent;
}
_root.scene.gotoAndPlay('cumLoop');
}
}
}
function precumSetup() {
_root.LastAnim = _root.sexAnim;
switch (_root.mainScene) {
case 'HKG1':
case 'HKG2':
_root.menuCurrent = 'precum2';
_root.HUD.hudList.gotoAndPlay('precum2');
break;
case 'HKG3':
case 'HKG4':
_root.menuCurrent = 'precum3';
_root.HUD.hudList.gotoAndPlay('precum3');
}
}
function precumMenus() {
if (_root.LastAnim == 'precumThroat') {
_root.menuCurrent = 'precum' + _root.mainScene + 'throat';
_root.HUD.hudList.gotoAndStop('precum' + _root.mainScene + 'throat');
} else {
_root.menuCurrent = 'precum' + _root.mainScene;
_root.HUD.hudList.gotoAndStop('precum' + _root.mainScene);
}
}
function cumBefore() {
_root.goMenu('clear');
}
function cumAfter() {
if (_root.mainScene == 'HKG2') {
_root.HUD.iconCleanup._visible = true;
}
_root.goMenu('after' + _root.mainScene);
}
stopAllSounds();
_root.girl = 4;
_root.outfit = 0;
_root.guy = 1;
_root.arousal = 0;
_root.cumCurrent = false;
_root.cumSquirtsCurrent = 0;
_root.cumSquirtsMax = 2;
_root.cumTimer = 0;
_root.randomVar = 0;
_root.goButtonClicked = false;
_root.BGMvol = 0.5;
_root.BGMset = 75;
_root.BGMcurrent = 0;
_root.pickHer();
_root.resetHer();
_root.cumClean();
_root.skipIntro = true;
}
movieClip 6 {
}
movieClip 15 {
}
movieClip 16 {
frame 1 {
amount = 1;
}
frame 2 {
var total = _root.getBytesTotal();
var loaded = _root.getBytesLoaded();
var perc = (loaded / total) * 100;
percent = Math.round(perc) + '%';
progress._xscale = perc;
if (loaded == total) {
percent = 'complete';
gotoAndPlay('done');
}
_root.spinnermov._rotation = amount;
amount += perc;
}
frame 3 {
gotoAndPlay('nope');
}
frame 4 {
_root.gotoAndStop('intro');
}
}
frame 2 {
stop();
}
movieClip 33 {
}
button 34 {
on (release) {
getURL('http://www.zone-archive.com', '_blank');
}
}
movieClip 68 {
}
movieClip 78 {
}
movieClip 79 {
}
movieClip 100 {
}
movieClip 107 {
frame 1 {
if (_root.skipIntro) {
_root.gotoAndStop('startscreen');
}
}
frame 264 {
_root.gotoAndStop('startscreen');
}
}
frame 3 {
nextFrame();
}
frame 4 {
stop();
}
// unknown tag 88 length 69
movieClip 117 {
}
movieClip 120 {
}
movieClip 127 {
}
movieClip 136 {
frame 1 {
}
}
button 137 {
on (release) {
_root.girl = selectNum;
_root.outfit = 0;
_root.pickHer();
_root.resetHer();
_root.resetTitle();
}
}
movieClip 138 {
}
movieClip 145 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 165 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 190 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 212 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 213 {
}
movieClip 289 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 290 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 310 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 325 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 326 {
frame 1 {
gotoAndStop(_root.bust + 1);
}
}
movieClip 341 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 342 {
frame 1 {
gotoAndStop(_root.bust + 1);
}
}
movieClip 363 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 364 {
frame 1 {
gotoAndStop(_root.bust + 1);
}
}
movieClip 380 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 381 {
frame 1 {
gotoAndStop(_root.bust + 1);
}
}
movieClip 389 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 390 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 397 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 410 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 421 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 422 {
}
movieClip 435 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 446 {
frame 1 {
if (_root.messEyeClosed) {
gotoAndStop(_root.girlFrame);
} else {
gotoAndStop('no');
}
}
}
movieClip 455 {
frame 1 {
_root.setArousal();
}
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 456 {
}
movieClip 460 {
frame 1 {
if (_root.messFacialPurple) {
gotoAndStop(3);
} else {
gotoAndStop(2);
}
}
}
movieClip 463 {
frame 1 {
if (_root.messFacialOrange) {
gotoAndStop(3);
} else {
gotoAndStop(2);
}
}
}
movieClip 466 {
frame 1 {
if (_root.messFacialYellow) {
gotoAndStop(3);
} else {
gotoAndStop(2);
}
}
}
movieClip 469 {
frame 1 {
if (_root.messFacialCyan) {
gotoAndStop(3);
} else {
gotoAndStop(2);
}
}
}
movieClip 472 {
frame 1 {
if (_root.messFacialGreen) {
gotoAndStop(3);
} else {
gotoAndStop(2);
}
}
}
movieClip 475 {
frame 1 {
if (_root.messFacialIndigo) {
gotoAndStop(3);
} else {
gotoAndStop(2);
}
}
}
movieClip 478 {
frame 1 {
if (_root.messFacialBlue) {
gotoAndStop(3);
} else {
gotoAndStop(2);
}
}
}
movieClip 481 {
frame 1 {
if (_root.messFacialPurple) {
gotoAndStop(3);
} else {
gotoAndStop(2);
}
}
}
movieClip 484 {
frame 1 {
if (_root.messFacialPink) {
gotoAndStop(3);
} else {
gotoAndStop(2);
}
}
}
movieClip 496 {
frame 1 {
gotoAndStop(_root.girlFrame);
_root.cumCheck();
}
}
movieClip 508 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 520 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 532 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 544 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 545 {
}
movieClip 555 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 565 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 575 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 587 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 588 {
frame 1 {
gotoAndStop(_root.expBrows + 2);
}
}
movieClip 589 {
}
movieClip 602 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 614 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 624 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 634 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 635 {
frame 1 {
gotoAndStop(_root.expBrows + 2);
}
}
movieClip 636 {
}
movieClip 640 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 653 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 664 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 673 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 685 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 693 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 705 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 712 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 724 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 731 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 738 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 750 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 762 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 770 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 782 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 789 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 802 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 803 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
// unknown tag 88 length 122
button 812 {
on (release) {
_root.startGame();
}
}
button 818 {
on (release) {
_root.stripping();
_root.resetTitle();
}
}
movieClip 822 {
frame 1 {
gotoAndPlay(2);
_root.resetTitle();
}
frame 1 {
button1.selectNum = 0;
button1.icon.gotoAndStop(2);
button2.selectNum = 1;
button2.icon.gotoAndStop(12);
button3.selectNum = 2;
button3.icon.gotoAndStop(22);
button4.selectNum = 4;
button4.icon.gotoAndStop(42);
button5.selectNum = 5;
button5.icon.gotoAndStop(52);
button6.selectNum = 3;
button6.icon.gotoAndStop(32);
button7.selectNum = 6;
button7.icon.gotoAndStop(62);
button1.hilight.gotoAndStop(1);
button2.hilight.gotoAndStop(1);
button3.hilight.gotoAndStop(1);
button4.hilight.gotoAndStop(1);
button5.hilight.gotoAndStop(1);
button6.hilight.gotoAndStop(1);
button7.hilight.gotoAndStop(1);
}
frame 35 {
stop();
}
frame 37 {
stopAllSounds();
}
}
// unknown tag 88 length 94
movieClip 829 {
frame 1 {
if (this.over == true) {
gotoAndStop('show');
} else {
gotoAndStop('hide');
}
}
frame 4 {
if (this.over == false) {
gotoAndPlay(23);
}
}
frame 6 {
if (this.over == false) {
gotoAndPlay(20);
}
}
frame 9 {
if (this.over == false) {
gotoAndPlay(17);
}
}
frame 14 {
if (this.over == false) {
gotoAndPlay('go');
} else {
stop();
}
}
frame 17 {
if (this.over == true) {
gotoAndPlay(9);
}
}
frame 20 {
if (this.over == true) {
gotoAndPlay(6);
}
}
frame 23 {
if (this.over == true) {
gotoAndPlay(4);
}
}
frame 28 {
if (this.over == true) {
gotoAndPlay('come');
} else {
stop();
}
}
}
button 835 {
on (release) {
_root.logo();
}
on (rollOver) {
this.words.over = true;
if (this.words._currentframe == 28) {
this.words.gotoAndPlay('come');
}
}
on (rollOut) {
this.words.over = false;
if (this.words._currentframe == 14) {
this.words.gotoAndPlay('go');
}
}
on (releaseOutside) {
this.words.over = false;
if (this.words._currentframe == 14) {
this.words.gotoAndPlay('go');
}
}
}
frame 5 {
_root.startGame();
}
frame 6 {
nextFrame();
}
movieClip 843 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 858 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 859 {
frame 1 {
gotoAndStop(_root.bust + 1);
}
}
movieClip 878 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 906 {
frame 1 {
if (_root.messNipple) {
gotoAndStop(_root.girlFrame);
} else {
gotoAndStop('no');
}
}
frame 1 {
}
}
movieClip 907 {
frame 1 {
gotoAndStop(_root.bust + 1);
}
}
movieClip 908 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 915 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 916 {
}
movieClip 917 {
}
movieClip 930 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 941 {
frame 1 {
if (_root.messEyeClosed) {
gotoAndStop(_root.girlFrame);
} else {
gotoAndStop('no');
}
}
}
movieClip 950 {
frame 1 {
_root.setArousal();
}
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 951 {
frame 1 {
_root.setArousal();
}
}
movieClip 964 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 976 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 988 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1000 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1012 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1013 {
}
movieClip 1025 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1037 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1049 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1050 {
frame 1 {
gotoAndStop(_root.expMouth + 2);
}
}
movieClip 1062 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 1063 {
}
movieClip 1085 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1101 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1111 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1123 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 1124 {
frame 1 {
gotoAndStop(_root.expBrows + 2);
}
}
movieClip 1125 {
}
movieClip 1126 {
frame 1 {
gotoAndStop(_root.expBrows + 2);
}
}
movieClip 1127 {
}
movieClip 1129 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1142 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1148 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 1150 {
}
movieClip 1158 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1166 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1173 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1174 {
frame 1 {
gotoAndStop(_root.expMouth + 2);
}
}
movieClip 1182 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1191 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1200 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1211 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1222 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1230 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1238 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1249 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1257 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1265 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1273 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1281 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1289 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1297 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1308 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1319 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1327 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1335 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1343 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1351 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1359 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1367 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1375 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1386 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1387 {
}
movieClip 1395 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1399 {
}
movieClip 1409 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1411 {
}
movieClip 1414 {
}
movieClip 1420 {
}
movieClip 1421 {
}
movieClip 1422 {
}
movieClip 1423 {
}
movieClip 1426 {
}
movieClip 1439 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1451 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1452 {
frame 1 {
gotoAndStop(_root.expMouth + 2);
}
}
movieClip 1453 {
}
movieClip 1640 {
}
movieClip 1686 {
}
movieClip 1753 {
}
movieClip 1805 {
}
movieClip 1808 {
frame 280 {
_root.countMinus();
}
frame 296 {
_root.countMinus();
}
frame 310 {
_root.countMinus();
}
frame 323 {
_root.countMinus();
}
frame 324 {
_root.goAnim();
}
frame 359 {
_root.countPlus();
}
frame 373 {
_root.goAnim();
}
frame 387 {
_root.countPlus();
}
frame 428 {
_root.countPlus();
}
frame 464 {
_root.countPlus();
}
frame 478 {
_root.goAnim();
}
frame 499 {
_root.countPlus();
}
frame 513 {
_root.goAnim();
}
frame 538 {
_root.countPlus();
}
frame 540 {
_root.countPlus();
}
frame 581 {
_root.goAnim();
}
frame 589 {
_root.countPlus();
}
frame 591 {
_root.countPlus();
}
frame 593 {
_root.countPlus();
}
frame 623 {
_root.countPlus();
}
frame 625 {
_root.countPlus();
}
frame 627 {
_root.countPlus();
}
frame 629 {
_root.countPlus();
}
frame 650 {
_root.countPlus();
}
frame 652 {
_root.countPlus();
}
frame 654 {
_root.countPlus();
}
frame 672 {
_root.countPlus();
}
frame 674 {
_root.countPlus();
}
frame 676 {
_root.countPlus();
}
frame 706 {
_root.countPlus();
}
frame 708 {
_root.countPlus();
}
frame 729 {
_root.goAnim();
}
frame 738 {
_root.countPlus();
}
frame 740 {
_root.countPlus();
}
frame 742 {
_root.countPlus();
}
frame 744 {
_root.countPlus();
}
frame 749 {
_root.goAnim();
}
frame 752 {
_root.countPlus();
}
frame 754 {
_root.countPlus();
}
frame 756 {
_root.countPlus();
}
frame 758 {
_root.countPlus();
}
frame 760 {
_root.countPlus();
}
frame 763 {
_root.goAnim();
}
frame 780 {
_root.goAnim();
}
frame 808 {
_root.goAnim();
}
frame 825 {
_root.goAnim();
}
frame 847 {
_root.countPlus();
}
frame 849 {
_root.countPlus();
}
frame 885 {
_root.goAnim();
}
frame 894 {
_root.countPlus();
}
frame 896 {
_root.countPlus();
}
frame 898 {
_root.countPlus();
}
frame 900 {
_root.countPlus();
}
frame 905 {
_root.goAnim();
}
frame 908 {
_root.countPlus();
}
frame 910 {
_root.countPlus();
}
frame 912 {
_root.countPlus();
}
frame 914 {
_root.countPlus();
}
frame 916 {
_root.countPlus();
}
frame 919 {
_root.goAnim();
}
frame 944 {
_root.countPlus();
}
frame 944 {
head.gotoAndPlay(5);
eyebrowL.gotoAndPlay(5);
eyebrowR.gotoAndPlay(5);
}
frame 946 {
_root.countPlus();
}
frame 969 {
head.gotoAndPlay(5);
eyebrowL.gotoAndPlay(5);
eyebrowR.gotoAndPlay(5);
}
frame 1000 {
head.gotoAndPlay(5);
eyebrowL.gotoAndPlay(5);
eyebrowR.gotoAndPlay(5);
}
frame 1027 {
_root.goAnim();
}
frame 1052 {
_root.countPlus();
}
frame 1054 {
_root.countPlus();
}
frame 1135 {
_root.goAnim();
}
frame 1143 {
_root.countPlus();
}
frame 1145 {
_root.countPlus();
}
frame 1147 {
_root.countPlus();
}
frame 1177 {
_root.countPlus();
}
frame 1179 {
_root.countPlus();
}
frame 1181 {
_root.countPlus();
}
frame 1183 {
_root.countPlus();
}
frame 1204 {
_root.countPlus();
}
frame 1206 {
_root.countPlus();
}
frame 1208 {
_root.countPlus();
}
frame 1226 {
_root.countPlus();
}
frame 1228 {
_root.countPlus();
}
frame 1230 {
_root.countPlus();
}
frame 1260 {
_root.countPlus();
}
frame 1262 {
_root.countPlus();
}
frame 1283 {
_root.goAnim();
}
frame 1292 {
_root.countPlus();
}
frame 1294 {
_root.countPlus();
}
frame 1296 {
_root.countPlus();
}
frame 1298 {
_root.countPlus();
}
frame 1303 {
_root.goAnim();
}
frame 1306 {
_root.countPlus();
}
frame 1308 {
_root.countPlus();
}
frame 1310 {
_root.countPlus();
}
frame 1312 {
_root.countPlus();
}
frame 1314 {
_root.countPlus();
}
frame 1317 {
_root.goAnim();
}
frame 1318 {
_root.precumSetup();
}
frame 1356 {
_root.goAnim();
}
frame 1358 {
_root.goAnim();
}
frame 1360 {
_root.goAnim();
}
frame 1362 {
_root.goAnim();
}
frame 1363 {
_root.cumBefore();
}
frame 1558 {
_root.cumAfter();
}
frame 1559 {
gotoAndPlay('afterInside');
}
frame 1560 {
_root.precumSetup();
}
frame 1598 {
_root.goAnim();
}
frame 1599 {
_root.cumBefore();
}
frame 1795 {
_root.cumAfter();
}
frame 1803 {
_root.countMinus();
}
frame 1814 {
_root.countMinus();
}
frame 1824 {
_root.countMinus();
}
frame 1834 {
_root.countMinus();
}
frame 1843 {
_root.countMinus();
}
frame 1851 {
gotoAndPlay('afterInside');
}
frame 2012 {
_root.cumAfter();
}
frame 2020 {
_root.countMinus();
}
frame 2031 {
_root.countMinus();
}
frame 2041 {
_root.countMinus();
}
frame 2051 {
_root.countMinus();
}
frame 2060 {
_root.countMinus();
}
frame 2068 {
gotoAndPlay('afterOutside');
}
frame 2089 {
gotoAndPlay('idle');
}
frame 2093 {
_root.countMinus();
}
frame 2099 {
_root.countMinus();
}
frame 2105 {
_root.countMinus();
}
frame 2111 {
_root.countMinus();
}
frame 2116 {
_root.countMinus();
}
frame 2121 {
_root.countMinus();
}
frame 2126 {
_root.countMinus();
}
frame 2131 {
_root.countMinus();
}
frame 2136 {
_root.countMinus();
}
frame 2141 {
_root.countMinus();
}
frame 2145 {
_root.goAnim();
}
frame 2187 {
_root.goAnim('idle');
}
frame 2229 {
_root.goAnim('away');
}
}
movieClip 1813 {
frame 1 {
gotoAndStop('hide');
}
frame 7 {
gotoAndStop('hide');
}
frame 12 {
gotoAndStop('hide');
}
}
button 1816 {
on (release) {
if (_root.BGMvol == 1) {
_root.BGMvol = 0.5;
} else {
if (_root.BGMvol == 0.5) {
_root.BGMvol = 0;
} else {
_root.BGMvol = 1;
}
}
gotoAndStop(1);
}
}
movieClip 1822 {
frame 1 {
if (_root.BGMvol == 1) {
gotoAndStop(2);
} else {
if (_root.BGMvol == 0.5) {
gotoAndStop(3);
} else {
gotoAndStop(5);
}
}
}
}
button 1823 {
on (press) {
_quality = 'LOW';
}
}
button 1824 {
on (press) {
_quality = 'MEDIUM';
}
}
button 1825 {
on (press) {
_quality = 'HIGH';
}
}
button 1830 {
on (release) {
_root.cumClean();
}
}
movieClip 1832 {
frame 1 {
_root.HUD.iconCleanup._visible = false;
}
}
movieClip 1840 {
frame 1 {
gotoAndStop(_root.girlFrame);
_root.setPoseList();
}
}
movieClip 1848 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1850 {
}
button 1853 {
on (press) {
_root.goButtonClicked = true;
_root.goScene(scenename);
_root.goAnim(posename);
_root.goMenu(menuname);
_root.setPoseList();
currentBar._visible = true;
_root.goButtonClicked = false;
}
}
// unknown tag 88 length 69
movieClip 1865 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1873 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1876 {
}
button 1877 {
on (press) {
_root.goScene(scenename);
_root.goAnim(posename);
_root.goMenu(menuname);
_root.setPoseList();
currentBar._visible = true;
}
}
movieClip 1888 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1893 {
}
movieClip 1904 {
}
button 1905 {
on (release) {
_root.expBrows = selectNum;
_root.pickCustom();
_root.resetHer();
}
}
movieClip 1906 {
frame 1 {
selectNum = parseInt(this._name.substring(8, this._name.length));
icon.gotoAndStop(selectNum + 2);
}
}
movieClip 1911 {
}
button 1912 {
on (release) {
_root.expMouth = selectNum;
_root.pickCustom();
_root.resetHer();
}
}
movieClip 1913 {
frame 1 {
selectNum = parseInt(this._name.substring(8, this._name.length));
icon.gotoAndStop(selectNum + 2);
}
}
movieClip 1920 {
frame 1 {
}
}
button 1921 {
on (release) {
_root.guy = selectNum;
_root.resetHim();
_root.goAnim('join');
_root.goMenu(_root.mainScene);
}
}
movieClip 1922 {
frame 1 {
selectNum = parseInt(this._name.substring(6, this._name.length));
icon.gotoAndStop(selectNum + 1);
}
}
movieClip 1923 {
frame 1 {
gotoAndStop('away');
}
frame 2 {
_root.poseList0text = '';
_root.poseList1text = '';
_root.poseList2text = '';
_root.poseList3text = '';
_root.poseList4text = '';
_root.poseList5text = '';
_root.poseList6text = '';
_root.poseList7text = '';
_root.poseList8text = '';
_root.deactivatePoseList();
_root.setPoseList();
_root.goButtonClicked = false;
}
frame 3 {
_root.goButtonClicked = false;
}
frame 4 {
_root.deactivatePoseList();
_root.resetCustomMenu();
_root.pickHer();
_root.poseList0text = '< BACK';
_root.HUD.hudList.poseList0.posename = '';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'away';
_root.poseList1text = '';
_root.HUD.hudList.poseList1.posename = '';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = '';
_root.poseList2text = '';
_root.HUD.hudList.poseList2.posename = '';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = '';
_root.HUD.hudList.poseList3.posename = '';
_root.HUD.hudList.poseList3.scenename = '';
_root.HUD.hudList.poseList3.menuname = '';
_root.poseList4text = '';
_root.HUD.hudList.poseList4.posename = '';
_root.HUD.hudList.poseList4.scenename = '';
_root.HUD.hudList.poseList4.menuname = '';
_root.poseList5text = '';
_root.HUD.hudList.poseList5.posename = '';
_root.HUD.hudList.poseList5.scenename = '';
_root.HUD.hudList.poseList5.menuname = '';
_root.poseList6text = '';
_root.HUD.hudList.poseList6.posename = '';
_root.HUD.hudList.poseList6.scenename = '';
_root.HUD.hudList.poseList6.menuname = '';
_root.poseList7text = '';
_root.HUD.hudList.poseList7.posename = '';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = '';
_root.poseList8text = '';
_root.HUD.hudList.poseList8.posename = '';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = '';
_root.setPoseList();
}
frame 5 {
_root.deactivatePoseList();
_root.resetCustomMenu();
_root.pickCustom();
_root.poseList0text = '< BACK';
_root.HUD.hudList.poseList0.posename = '';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'idle';
_root.poseList1text = '';
_root.HUD.hudList.poseList1.posename = '';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = '';
_root.poseList2text = '';
_root.HUD.hudList.poseList2.posename = '';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = '';
_root.HUD.hudList.poseList3.posename = '';
_root.HUD.hudList.poseList3.scenename = '';
_root.HUD.hudList.poseList3.menuname = '';
_root.poseList4text = '';
_root.HUD.hudList.poseList4.posename = '';
_root.HUD.hudList.poseList4.scenename = '';
_root.HUD.hudList.poseList4.menuname = '';
_root.poseList5text = '';
_root.HUD.hudList.poseList5.posename = '';
_root.HUD.hudList.poseList5.scenename = '';
_root.HUD.hudList.poseList5.menuname = '';
_root.poseList6text = '';
_root.HUD.hudList.poseList6.posename = '';
_root.HUD.hudList.poseList6.scenename = '';
_root.HUD.hudList.poseList6.menuname = '';
_root.poseList7text = '';
_root.HUD.hudList.poseList7.posename = '';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = '';
_root.poseList8text = '';
_root.HUD.hudList.poseList8.posename = '';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = '';
_root.setPoseList();
}
frame 6 {
_root.deactivatePoseList();
_root.poseList0text = '< BACK';
_root.HUD.hudList.poseList0.posename = '';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'away';
_root.poseList1text = '';
_root.HUD.hudList.poseList1.posename = '';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = '';
_root.poseList2text = '';
_root.HUD.hudList.poseList2.posename = '';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = '';
_root.HUD.hudList.poseList3.posename = '';
_root.HUD.hudList.poseList3.scenename = '';
_root.HUD.hudList.poseList3.menuname = '';
_root.poseList4text = '';
_root.HUD.hudList.poseList4.posename = '';
_root.HUD.hudList.poseList4.scenename = '';
_root.HUD.hudList.poseList4.menuname = '';
_root.poseList5text = '';
_root.HUD.hudList.poseList5.posename = '';
_root.HUD.hudList.poseList5.scenename = '';
_root.HUD.hudList.poseList5.menuname = '';
_root.poseList6text = '';
_root.HUD.hudList.poseList6.posename = '';
_root.HUD.hudList.poseList6.scenename = '';
_root.HUD.hudList.poseList6.menuname = '';
_root.poseList7text = '';
_root.HUD.hudList.poseList7.posename = '';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = '';
_root.poseList8text = '';
_root.HUD.hudList.poseList8.posename = '';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = '';
_root.setPoseList();
}
frame 7 {
_root.poseList0text = 'NEXT GUY';
_root.HUD.hudList.poseList0.posename = 'join';
_root.HUD.hudList.poseList0.scenename = 'pickRandomGuy';
_root.HUD.hudList.poseList0.menuname = 'HKG1';
_root.poseList1text = 'PICK GUY';
_root.HUD.hudList.poseList1.posename = '';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = 'guyPick';
_root.poseList2text = '';
_root.HUD.hudList.poseList2.posename = '';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = '> SERVICE';
_root.HUD.hudList.poseList3.posename = 'away';
_root.HUD.hudList.poseList3.scenename = 'HKG1';
_root.HUD.hudList.poseList3.menuname = 'away';
_root.poseList4text = '> TITTYFUCK';
_root.HUD.hudList.poseList4.posename = 'away';
_root.HUD.hudList.poseList4.scenename = 'HKG2';
_root.HUD.hudList.poseList4.menuname = 'away';
_root.poseList5text = '> COWGIRL';
_root.HUD.hudList.poseList5.posename = 'away';
_root.HUD.hudList.poseList5.scenename = 'HKG3';
_root.HUD.hudList.poseList5.menuname = 'away';
_root.poseList6text = '> DOGGYSTYLE';
_root.HUD.hudList.poseList6.posename = 'away';
_root.HUD.hudList.poseList6.scenename = 'HKG4';
_root.HUD.hudList.poseList6.menuname = 'away';
_root.poseList7text = '';
_root.HUD.hudList.poseList7.posename = '';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = '';
_root.poseList8text = '[CUSTOMIZE]';
_root.HUD.hudList.poseList8.posename = '';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = 'customOUT';
_root.setPoseList();
gotoAndStop('away' + _root.mainScene);
}
frame 8 {
_root.poseList0text = 'NEXT GUY';
_root.HUD.hudList.poseList0.posename = 'join';
_root.HUD.hudList.poseList0.menuname = 'HKG1';
_root.setPoseList();
_root.HUD.hudList.poseList3.currentBar._visible = true;
_root.HUD.hudList.poseList3.posename = 'ignore';
}
frame 9 {
_root.poseList0text = 'NEXT GUY';
_root.HUD.hudList.poseList0.posename = 'join';
_root.HUD.hudList.poseList0.menuname = 'HKG2';
_root.setPoseList();
_root.HUD.hudList.poseList4.currentBar._visible = true;
_root.HUD.hudList.poseList4.posename = 'ignore';
}
frame 10 {
_root.poseList0text = 'NEXT GUY';
_root.HUD.hudList.poseList0.posename = 'join';
_root.HUD.hudList.poseList0.menuname = 'HKG3';
_root.setPoseList();
_root.HUD.hudList.poseList5.currentBar._visible = true;
_root.HUD.hudList.poseList5.posename = 'ignore';
}
frame 11 {
_root.poseList0text = 'NEXT GUY';
_root.HUD.hudList.poseList0.posename = 'join';
_root.HUD.hudList.poseList0.menuname = 'HKG4';
_root.setPoseList();
_root.HUD.hudList.poseList6.currentBar._visible = true;
_root.HUD.hudList.poseList6.posename = 'ignore';
}
frame 14 {
_root.poseList0text = 'CONTINUE';
_root.HUD.hudList.poseList0.posename = 'ignore';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG1';
_root.poseList1text = 'PULL OUT';
_root.HUD.hudList.poseList1.posename = 'leave';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = 'away';
_root.poseList2text = '';
_root.HUD.hudList.poseList2.posename = '';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = '> SERVICE';
_root.HUD.hudList.poseList3.posename = 'idleAlways';
_root.HUD.hudList.poseList3.scenename = 'HKG1';
_root.HUD.hudList.poseList3.menuname = 'HKG1';
_root.poseList4text = '> TITTYFUCK';
_root.HUD.hudList.poseList4.posename = 'idleAlways';
_root.HUD.hudList.poseList4.scenename = 'HKG2';
_root.HUD.hudList.poseList4.menuname = 'HKG2';
_root.poseList5text = '> COWGIRL';
_root.HUD.hudList.poseList5.posename = 'idleAlways';
_root.HUD.hudList.poseList5.scenename = 'HKG3';
_root.HUD.hudList.poseList5.menuname = 'HKG3';
_root.poseList6text = '> DOGGYSTYLE';
_root.HUD.hudList.poseList6.posename = 'idleAlways';
_root.HUD.hudList.poseList6.scenename = 'HKG4';
_root.HUD.hudList.poseList6.menuname = 'HKG4';
_root.poseList7text = '';
_root.HUD.hudList.poseList7.posename = '';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = '';
_root.poseList8text = '[CUSTOMIZE]';
_root.HUD.hudList.poseList8.posename = '';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = 'customIN';
_root.setPoseList();
gotoAndStop('idle' + _root.mainScene);
}
frame 15 {
_root.poseList0text = 'CONTINUE';
_root.HUD.hudList.poseList0.posename = 'ignore';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG1';
_root.setPoseList();
_root.HUD.hudList.poseList3.currentBar._visible = true;
_root.HUD.hudList.poseList3.posename = 'ignore';
}
frame 16 {
_root.poseList0text = 'CONTINUE';
_root.HUD.hudList.poseList0.posename = 'ignore';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG2';
_root.setPoseList();
_root.HUD.hudList.poseList4.currentBar._visible = true;
_root.HUD.hudList.poseList4.posename = 'ignore';
}
frame 17 {
_root.poseList0text = 'CONTINUE';
_root.HUD.hudList.poseList0.posename = 'ignore';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG3';
_root.setPoseList();
_root.HUD.hudList.poseList5.currentBar._visible = true;
_root.HUD.hudList.poseList5.posename = 'ignore';
}
frame 18 {
_root.poseList0text = 'CONTINUE';
_root.HUD.hudList.poseList0.posename = 'ignore';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG4';
_root.setPoseList();
_root.HUD.hudList.poseList6.currentBar._visible = true;
_root.HUD.hudList.poseList6.posename = 'ignore';
}
frame 23 {
gotoAndStop(_root.mainScene);
}
frame 24 {
}
frame 25 {
_root.poseList0text = 'STOP';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'idle';
_root.poseList1text = 'LICK';
_root.HUD.hudList.poseList1.posename = 'lick';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = '';
_root.poseList2text = 'LICK MORE';
_root.HUD.hudList.poseList2.posename = 'lickMore';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = 'SUCK HEAD';
_root.HUD.hudList.poseList3.posename = 'suckHead';
_root.HUD.hudList.poseList3.scenename = '';
_root.HUD.hudList.poseList3.menuname = '';
_root.poseList4text = 'RUB TIP';
_root.HUD.hudList.poseList4.posename = 'rubtip';
_root.HUD.hudList.poseList4.scenename = '';
_root.HUD.hudList.poseList4.menuname = '';
_root.poseList5text = 'HANDJOB';
_root.HUD.hudList.poseList5.posename = 'handjob';
_root.HUD.hudList.poseList5.scenename = '';
_root.HUD.hudList.poseList5.menuname = '';
_root.poseList6text = 'PUMPING';
_root.HUD.hudList.poseList6.posename = 'pumping';
_root.HUD.hudList.poseList6.scenename = '';
_root.HUD.hudList.poseList6.menuname = '';
_root.poseList7text = '> BLOWJOB';
_root.HUD.hudList.poseList7.posename = 'idleBlow';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = 'HKG1bj';
_root.poseList8text = '> DEEPTHROAT';
_root.HUD.hudList.poseList8.posename = 'idleThroat';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = 'HKG1dt';
_root.setPoseList();
_root.HUD.hudList.poseList0.currentBar._visible = true;
}
frame 26 {
_root.poseList0text = '< BACK';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG1';
_root.poseList1text = '> DEEPTHROAT';
_root.HUD.hudList.poseList1.posename = 'idleThroat';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = 'HKG1dt';
_root.poseList2text = 'BLOW';
_root.HUD.hudList.poseList2.posename = 'suckDeeper';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = 'FASTER';
_root.HUD.hudList.poseList3.posename = 'deepthroat';
_root.HUD.hudList.poseList3.scenename = '';
_root.HUD.hudList.poseList3.menuname = '';
_root.poseList4text = 'DEEPER';
_root.HUD.hudList.poseList4.posename = 'deeperthroat';
_root.HUD.hudList.poseList4.scenename = '';
_root.HUD.hudList.poseList4.menuname = '';
_root.poseList5text = 'MILKING';
_root.HUD.hudList.poseList5.posename = 'milking';
_root.HUD.hudList.poseList5.scenename = '';
_root.HUD.hudList.poseList5.menuname = '';
_root.poseList6text = 'GUIDED';
_root.HUD.hudList.poseList6.posename = 'guided';
_root.HUD.hudList.poseList6.scenename = '';
_root.HUD.hudList.poseList6.menuname = '';
_root.poseList7text = 'SLIDING';
_root.HUD.hudList.poseList7.posename = 'sliding';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = '';
_root.poseList8text = 'CUM';
_root.HUD.hudList.poseList8.posename = 'precum';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = '';
_root.setPoseList();
}
frame 27 {
_root.poseList0text = '< BACK';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG1';
_root.poseList1text = '> BLOWJOB';
_root.HUD.hudList.poseList1.posename = 'idleBlow';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = 'HKG1bj';
_root.poseList2text = 'SUCK DEEPER!';
_root.HUD.hudList.poseList2.posename = 'suckDeeperHF';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = 'DEEPTHROAT';
_root.HUD.hudList.poseList3.posename = 'deepthroatHF';
_root.HUD.hudList.poseList3.scenename = '';
_root.HUD.hudList.poseList3.menuname = '';
_root.poseList4text = 'DEEPTHROAT!';
_root.HUD.hudList.poseList4.posename = 'deeperthroatHF';
_root.HUD.hudList.poseList4.scenename = '';
_root.HUD.hudList.poseList4.menuname = '';
_root.poseList5text = '*SLOPPY TOP';
_root.HUD.hudList.poseList5.posename = '';
_root.HUD.hudList.poseList5.scenename = '';
_root.HUD.hudList.poseList5.menuname = '';
_root.poseList6text = '*ALL THE WAY';
_root.HUD.hudList.poseList6.posename = '';
_root.HUD.hudList.poseList6.scenename = '';
_root.HUD.hudList.poseList6.menuname = '';
_root.poseList7text = '*TO THE HILT';
_root.HUD.hudList.poseList7.posename = '';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = '';
_root.poseList8text = 'CUM';
_root.HUD.hudList.poseList8.posename = 'precumThroat';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = '';
_root.setPoseList();
}
frame 28 {
}
frame 29 {
_root.poseList0text = 'STOP';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'idle';
_root.poseList1text = 'GRIND';
_root.HUD.hudList.poseList1.posename = 'grind';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = '';
_root.poseList2text = 'LICK';
_root.HUD.hudList.poseList2.posename = 'TFlick';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = 'LICK FAST';
_root.HUD.hudList.poseList3.posename = 'TFlickFast';
_root.HUD.hudList.poseList3.scenename = '';
_root.HUD.hudList.poseList3.menuname = '';
_root.poseList4text = '*GRAB';
_root.HUD.hudList.poseList4.posename = 'grab';
_root.HUD.hudList.poseList4.scenename = '';
_root.HUD.hudList.poseList4.menuname = '';
_root.poseList5text = '';
_root.HUD.hudList.poseList5.posename = '';
_root.HUD.hudList.poseList5.scenename = '';
_root.HUD.hudList.poseList5.menuname = '';
_root.poseList6text = '';
_root.HUD.hudList.poseList6.posename = '';
_root.HUD.hudList.poseList6.scenename = '';
_root.HUD.hudList.poseList6.menuname = '';
_root.poseList7text = '> BOOBJOB';
_root.HUD.hudList.poseList7.posename = 'ignore';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = 'HKG2boob';
_root.poseList8text = '> TITTYFUCK';
_root.HUD.hudList.poseList8.posename = 'idleTitfuck';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = 'HKG2tit';
_root.setPoseList();
_root.HUD.hudList.poseList0.currentBar._visible = true;
}
frame 30 {
_root.poseList0text = '< BACK';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG2';
_root.poseList1text = '> TITTYFUCK';
_root.HUD.hudList.poseList1.posename = 'idleTitfuck';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = 'HKG2tit';
_root.poseList2text = '*TEASE';
_root.HUD.hudList.poseList2.posename = '';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = 'GRIND';
_root.HUD.hudList.poseList3.posename = 'grind';
_root.HUD.hudList.poseList3.scenename = '';
_root.HUD.hudList.poseList3.menuname = '';
_root.poseList4text = 'SLOW';
_root.HUD.hudList.poseList4.posename = 'boobjobSlow';
_root.HUD.hudList.poseList4.scenename = '';
_root.HUD.hudList.poseList4.menuname = '';
_root.poseList5text = 'MEDIUM';
_root.HUD.hudList.poseList5.posename = 'boobjob';
_root.HUD.hudList.poseList5.scenename = '';
_root.HUD.hudList.poseList5.menuname = '';
_root.poseList6text = 'FAST';
_root.HUD.hudList.poseList6.posename = 'boobjobFast';
_root.HUD.hudList.poseList6.scenename = '';
_root.HUD.hudList.poseList6.menuname = '';
_root.poseList7text = 'FASTER!!';
_root.HUD.hudList.poseList7.posename = 'boobjobFaster';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = '';
_root.poseList8text = 'CUM';
_root.HUD.hudList.poseList8.posename = 'precum';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = '';
_root.setPoseList();
}
frame 31 {
_root.poseList0text = '< BACK';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG2';
_root.poseList1text = '> BOOBJOB';
_root.HUD.hudList.poseList1.posename = 'idle';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = 'HKG2boob';
_root.poseList2text = 'SLOW';
_root.HUD.hudList.poseList2.posename = 'titfuckSlow';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = 'MEDIUM';
_root.HUD.hudList.poseList3.posename = 'titfuck';
_root.HUD.hudList.poseList3.scenename = '';
_root.HUD.hudList.poseList3.menuname = '';
_root.poseList4text = 'FAST';
_root.HUD.hudList.poseList4.posename = 'titfuckFast';
_root.HUD.hudList.poseList4.scenename = '';
_root.HUD.hudList.poseList4.menuname = '';
_root.poseList5text = 'FASTER!!';
_root.HUD.hudList.poseList5.posename = 'titfuckFaster';
_root.HUD.hudList.poseList5.scenename = '';
_root.HUD.hudList.poseList5.menuname = '';
_root.poseList6text = '*HELD';
_root.HUD.hudList.poseList6.posename = '';
_root.HUD.hudList.poseList6.scenename = '';
_root.HUD.hudList.poseList6.menuname = '';
_root.poseList7text = '*HANDFULL';
_root.HUD.hudList.poseList7.posename = '';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = '';
_root.poseList8text = 'CUM';
_root.HUD.hudList.poseList8.posename = 'precum';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = '';
_root.setPoseList();
}
frame 32 {
}
frame 33 {
_root.poseList0text = 'STOP';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'idle';
_root.poseList1text = 'RUB';
_root.HUD.hudList.poseList1.posename = 'rub';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = '';
_root.poseList2text = 'RUB TIP';
_root.HUD.hudList.poseList2.posename = 'rubTip';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = 'SLIDE';
_root.HUD.hudList.poseList3.posename = 'slide';
_root.HUD.hudList.poseList3.scenename = '';
_root.HUD.hudList.poseList3.menuname = '';
_root.poseList4text = 'PROD';
_root.HUD.hudList.poseList4.posename = 'prod';
_root.HUD.hudList.poseList4.scenename = '';
_root.HUD.hudList.poseList4.menuname = '';
_root.poseList5text = 'PROD ASS';
_root.HUD.hudList.poseList5.posename = 'prodAss';
_root.HUD.hudList.poseList5.scenename = '';
_root.HUD.hudList.poseList5.menuname = '';
_root.poseList6text = '> PENETRATE';
_root.HUD.hudList.poseList6.posename = 'idlePussyRide';
_root.HUD.hudList.poseList6.scenename = '';
_root.HUD.hudList.poseList6.menuname = 'HKG3v';
_root.poseList7text = '*> ANAL SEX';
_root.HUD.hudList.poseList7.posename = '';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = '';
_root.poseList8text = '*> MISSIONARY';
_root.HUD.hudList.poseList8.posename = '';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = '';
_root.setPoseList();
_root.HUD.hudList.poseList0.currentBar._visible = true;
}
frame 34 {
_root.poseList0text = '< BACK';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG3';
_root.poseList1text = '*> ASSFUCK';
_root.HUD.hudList.poseList1.posename = '';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = '';
_root.poseList2text = 'GRIND';
_root.HUD.hudList.poseList2.posename = 'grind';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = '';
_root.HUD.hudList.poseList3.posename = '';
_root.HUD.hudList.poseList3.scenename = '';
_root.HUD.hudList.poseList3.menuname = '';
_root.poseList4text = 'SLOW SEX';
_root.HUD.hudList.poseList4.posename = 'sexSlow';
_root.HUD.hudList.poseList4.scenename = '';
_root.HUD.hudList.poseList4.menuname = '';
_root.poseList5text = 'SEX';
_root.HUD.hudList.poseList5.posename = 'sex';
_root.HUD.hudList.poseList5.scenename = '';
_root.HUD.hudList.poseList5.menuname = '';
_root.poseList6text = 'FAST SEX';
_root.HUD.hudList.poseList6.posename = 'sexFast';
_root.HUD.hudList.poseList6.scenename = '';
_root.HUD.hudList.poseList6.menuname = '';
_root.poseList7text = 'FAST SEX!!';
_root.HUD.hudList.poseList7.posename = 'sexFaster';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = '';
_root.poseList8text = 'CUM';
_root.HUD.hudList.poseList8.posename = 'precum';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = '';
_root.setPoseList();
}
frame 35 {
_root.poseList0text = '< BACK';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG3';
_root.poseList1text = '> PUSSYFUCK';
_root.HUD.hudList.poseList1.posename = 'idlePussyRide';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = 'HKG3v';
_root.poseList2text = 'GRIND';
_root.HUD.hudList.poseList2.posename = 'grind';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = '';
_root.HUD.hudList.poseList3.posename = '';
_root.HUD.hudList.poseList3.scenename = '';
_root.HUD.hudList.poseList3.menuname = '';
_root.poseList4text = 'SLOW SEX';
_root.HUD.hudList.poseList4.posename = 'sexSlow';
_root.HUD.hudList.poseList4.scenename = '';
_root.HUD.hudList.poseList4.menuname = '';
_root.poseList5text = 'SEX';
_root.HUD.hudList.poseList5.posename = 'sex';
_root.HUD.hudList.poseList5.scenename = '';
_root.HUD.hudList.poseList5.menuname = '';
_root.poseList6text = 'FAST SEX';
_root.HUD.hudList.poseList6.posename = 'sexFast';
_root.HUD.hudList.poseList6.scenename = '';
_root.HUD.hudList.poseList6.menuname = '';
_root.poseList7text = 'FAST SEX!!';
_root.HUD.hudList.poseList7.posename = 'sexFaster';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = '';
_root.poseList8text = 'CUM';
_root.HUD.hudList.poseList8.posename = 'precum';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = '';
_root.setPoseList();
}
frame 40 {
}
frame 41 {
_root.poseList0text = 'STOP';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'idle';
_root.poseList1text = '*SQUEEZE';
_root.HUD.hudList.poseList1.posename = '';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = '';
_root.poseList2text = 'RUB';
_root.HUD.hudList.poseList2.posename = 'rub';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = '*HOTDOG';
_root.HUD.hudList.poseList3.posename = '';
_root.HUD.hudList.poseList3.scenename = '';
_root.HUD.hudList.poseList3.menuname = '';
_root.poseList4text = '*POKE PUSSY';
_root.HUD.hudList.poseList4.posename = '';
_root.HUD.hudList.poseList4.scenename = '';
_root.HUD.hudList.poseList4.menuname = '';
_root.poseList5text = 'PROD ANUS';
_root.HUD.hudList.poseList5.posename = 'prod';
_root.HUD.hudList.poseList5.scenename = '';
_root.HUD.hudList.poseList5.menuname = '';
_root.poseList6text = '*> PENETRATE';
_root.HUD.hudList.poseList6.posename = '';
_root.HUD.hudList.poseList6.scenename = '';
_root.HUD.hudList.poseList6.menuname = '';
_root.poseList7text = '> ANAL SEX';
_root.HUD.hudList.poseList7.posename = 'idleAnalDoggy';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = 'HKG4a';
_root.poseList8text = '*> STANDING';
_root.HUD.hudList.poseList8.posename = '';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = '';
_root.setPoseList();
_root.HUD.hudList.poseList0.currentBar._visible = true;
}
frame 42 {
_root.poseList0text = '< BACK';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG4';
_root.poseList1text = '*> PUSSYFUCK';
_root.HUD.hudList.poseList1.posename = '';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = '';
_root.poseList2text = '';
_root.HUD.hudList.poseList2.posename = '';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = 'IN AND OUT';
_root.HUD.hudList.poseList3.posename = 'analSlow';
_root.HUD.hudList.poseList3.scenename = '';
_root.HUD.hudList.poseList3.menuname = '';
_root.poseList4text = 'ANAL SEX';
_root.HUD.hudList.poseList4.posename = 'anal';
_root.HUD.hudList.poseList4.scenename = '';
_root.HUD.hudList.poseList4.menuname = '';
_root.poseList5text = 'DEEP ANAL SEX';
_root.HUD.hudList.poseList5.posename = 'deepAnal';
_root.HUD.hudList.poseList5.scenename = '';
_root.HUD.hudList.poseList5.menuname = '';
_root.poseList6text = 'FAST ANAL SEX';
_root.HUD.hudList.poseList6.posename = 'analFast';
_root.HUD.hudList.poseList6.scenename = '';
_root.HUD.hudList.poseList6.menuname = '';
_root.poseList7text = 'FAST ANAL SEX!!';
_root.HUD.hudList.poseList7.posename = 'analFaster';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = '';
_root.poseList8text = 'CUM';
_root.HUD.hudList.poseList8.posename = 'precum';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = '';
_root.setPoseList();
}
frame 43 {
_root.poseList0text = '< BACK';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG4';
_root.poseList1text = '> ASSFUCK';
_root.HUD.hudList.poseList1.posename = 'idleAnalDoggy';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = 'HKG4a';
_root.poseList2text = '';
_root.HUD.hudList.poseList2.posename = '';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = 'SLOW ANAL SEX';
_root.HUD.hudList.poseList3.posename = 'analSlow';
_root.HUD.hudList.poseList3.scenename = '';
_root.HUD.hudList.poseList3.menuname = '';
_root.poseList4text = 'ANAL SEX';
_root.HUD.hudList.poseList4.posename = 'anal';
_root.HUD.hudList.poseList4.scenename = '';
_root.HUD.hudList.poseList4.menuname = '';
_root.poseList5text = 'DEEP ANAL SEX';
_root.HUD.hudList.poseList5.posename = 'deepAnal';
_root.HUD.hudList.poseList5.scenename = '';
_root.HUD.hudList.poseList5.menuname = '';
_root.poseList6text = 'FAST ANAL SEX';
_root.HUD.hudList.poseList6.posename = 'analFast';
_root.HUD.hudList.poseList6.scenename = '';
_root.HUD.hudList.poseList6.menuname = '';
_root.poseList7text = 'FAST ANAL SEX!!';
_root.HUD.hudList.poseList7.posename = 'analFaster';
_root.HUD.hudList.poseList7.scenename = '';
_root.HUD.hudList.poseList7.menuname = '';
_root.poseList8text = 'CUM';
_root.HUD.hudList.poseList8.posename = 'precum';
_root.HUD.hudList.poseList8.scenename = '';
_root.HUD.hudList.poseList8.menuname = '';
_root.setPoseList();
}
frame 48 {
_root.deactivatePoseList();
_root.setPoseList();
}
frame 57 {
_root.deactivatePoseList();
_root.setPoseList();
}
frame 68 {
_root.precumMenus();
}
frame 69 {
_root.poseList0text = 'RETURN';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG1';
_root.poseList1text = 'CUM';
_root.HUD.hudList.poseList1.posename = 'cum';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = '';
_root.poseList2text = '';
_root.poseList3text = '';
_root.poseList4text = '';
_root.poseList5text = '';
_root.poseList6text = '';
_root.poseList7text = '';
_root.poseList8text = '';
_root.setPoseList();
}
frame 70 {
_root.poseList0text = 'RETURN';
_root.HUD.hudList.poseList0.posename = 'idleThroat';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG1';
_root.poseList1text = 'CUM';
_root.HUD.hudList.poseList1.posename = 'cumThroat';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = 'hidden';
_root.poseList2text = '';
_root.poseList3text = '';
_root.poseList4text = '';
_root.poseList5text = '';
_root.poseList6text = '';
_root.poseList7text = '';
_root.poseList8text = '';
_root.setPoseList();
}
frame 71 {
_root.poseList0text = 'RETURN';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG2';
_root.poseList1text = 'SPRAY';
_root.HUD.hudList.poseList1.posename = 'cumLoop';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = 'hidden';
_root.poseList2text = '';
_root.poseList3text = '';
_root.poseList4text = '';
_root.poseList5text = '';
_root.poseList6text = '';
_root.poseList7text = '';
_root.poseList8text = '';
_root.setPoseList();
}
frame 72 {
_root.deactivatePoseList();
_root.setPoseList();
}
frame 83 {
_root.precumMenus();
}
frame 84 {
_root.poseList0text = 'RETURN';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG3';
_root.poseList1text = 'CREAMPIE';
_root.HUD.hudList.poseList1.posename = 'cum';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = 'hidden';
_root.poseList2text = '*CUMSHOT';
_root.HUD.hudList.poseList2.posename = '';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = '';
_root.poseList4text = '';
_root.poseList5text = '';
_root.poseList6text = '';
_root.poseList7text = '';
_root.poseList8text = '';
_root.setPoseList();
}
frame 86 {
_root.poseList0text = 'RETURN';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG4';
_root.poseList1text = 'CREAMPIE';
_root.HUD.hudList.poseList1.posename = 'cumInside';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = 'hidden';
_root.poseList2text = '*CUMSHOT';
_root.HUD.hudList.poseList2.posename = '';
_root.HUD.hudList.poseList2.scenename = '';
_root.HUD.hudList.poseList2.menuname = '';
_root.poseList3text = '';
_root.poseList4text = '';
_root.poseList5text = '';
_root.poseList6text = '';
_root.poseList7text = '';
_root.poseList8text = '';
_root.setPoseList();
}
frame 89 {
_root.poseList0text = 'GO AGAIN';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG1';
_root.poseList1text = 'PULL OUT';
_root.HUD.hudList.poseList1.posename = 'leave';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = 'away';
_root.poseList2text = '';
_root.poseList3text = '';
_root.poseList4text = '';
_root.poseList5text = '';
_root.poseList6text = '';
_root.poseList7text = '';
_root.poseList8text = '';
_root.setPoseList();
}
frame 90 {
_root.poseList0text = 'GO AGAIN';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG2';
_root.poseList1text = 'PULL OUT';
_root.HUD.hudList.poseList1.posename = 'leave';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = 'away';
_root.poseList2text = '';
_root.poseList3text = '';
_root.poseList4text = '';
_root.poseList5text = '';
_root.poseList6text = '';
_root.poseList7text = '';
_root.poseList8text = '';
_root.setPoseList();
}
frame 91 {
_root.poseList0text = 'GO AGAIN';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG3';
_root.poseList1text = 'PULL OUT';
_root.HUD.hudList.poseList1.posename = 'leave';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = 'away';
_root.poseList2text = '';
_root.poseList3text = '';
_root.poseList4text = '';
_root.poseList5text = '';
_root.poseList6text = '';
_root.poseList7text = '';
_root.poseList8text = '';
_root.setPoseList();
}
frame 92 {
_root.poseList0text = 'GO AGAIN';
_root.HUD.hudList.poseList0.posename = 'idle';
_root.HUD.hudList.poseList0.scenename = '';
_root.HUD.hudList.poseList0.menuname = 'HKG4';
_root.poseList1text = 'PULL OUT';
_root.HUD.hudList.poseList1.posename = 'leave';
_root.HUD.hudList.poseList1.scenename = '';
_root.HUD.hudList.poseList1.menuname = 'away';
_root.poseList2text = '';
_root.poseList3text = '';
_root.poseList4text = '';
_root.poseList5text = '';
_root.poseList6text = '';
_root.poseList7text = '';
_root.poseList8text = '';
_root.setPoseList();
}
}
button 1928 {
on (release) {
getURL('http://www.hentaikey.com/sys/members/signup.php?referal=7299', '_blank');
}
}
movieClip 1930 {
frame 1 {
function BGMtrack() {
switch (_root.girl) {
case 0:
case 1:
case 2:
case 3:
case 4:
case 5:
case 6:
_root.randomVar = Math.ceil(Math.random() * 3);
if (_root.randomVar == 2) {
object.attachSound('bgmHKG3');
} else {
if (_root.randomVar == 3) {
object.attachSound('bgmHKG4');
} else {
object.attachSound('bgmHKG2');
}
}
_root.BGMset = 60;
break;
case 7:
}
object.start();
}
gotoAndPlay(2);
object = new Sound(this);
BGMtrack();
object.onSoundComplete = function () {
BGMtrack();
};
}
frame 2 {
_root.timer();
}
frame 3 {
gotoAndPlay(2);
}
}
button 1931 {
on (release) {
_root.stripping();
}
}
movieClip 1932 {
}
frame 7 {
stop();
}
frame 8 {
prevFrame();
}
frame 9 {
nextFrame();
}
movieClip 1946 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1955 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1956 {
frame 1 {
gotoAndStop(_root.expMouth + 2);
}
}
movieClip 1958 {
frame 1 {
gotoAndStop(2);
}
}
movieClip 1974 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1975 {
}
movieClip 1990 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 1991 {
frame 1 {
gotoAndStop(_root.bust + 1);
}
}
movieClip 2013 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2014 {
}
movieClip 2035 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2036 {
}
movieClip 2048 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 2049 {
}
movieClip 2055 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 2067 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 2084 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2085 {
frame 1 {
gotoAndStop(_root.bust + 1);
}
}
movieClip 2086 {
}
movieClip 2107 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2108 {
}
movieClip 2127 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2128 {
}
movieClip 2143 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2144 {
}
movieClip 2164 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2165 {
}
movieClip 2186 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2187 {
}
movieClip 2188 {
}
movieClip 2193 {
frame 1 {
gotoAndPlay(2);
}
}
movieClip 2195 {
frame 1 {
gotoAndStop(_root.expMouth + 2);
}
}
movieClip 2196 {
}
movieClip 2200 {
frame 1 {
gotoAndPlay(2);
}
}
movieClip 2201 {
}
movieClip 2210 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2211 {
frame 1 {
gotoAndStop(_root.expMouth + 2);
}
}
movieClip 2212 {
}
movieClip 2214 {
frame 1 {
gotoAndPlay(2);
}
}
movieClip 2218 {
}
movieClip 2226 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2233 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2240 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2241 {
frame 1 {
gotoAndStop(_root.expMouth + 2);
}
}
movieClip 2242 {
}
movieClip 2248 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2249 {
}
movieClip 2250 {
}
movieClip 2256 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2263 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2277 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2283 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2289 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2295 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2301 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2307 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2313 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2326 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2332 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2338 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2344 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2350 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2357 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2363 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2376 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2382 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2388 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2390 {
frame 1 {
gotoAndPlay(2);
}
}
movieClip 2396 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2403 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2416 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2429 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2435 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2441 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2454 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2460 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2470 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2471 {
}
movieClip 2472 {
}
movieClip 2473 {
}
movieClip 2485 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 2497 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 2504 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 2516 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 2517 {
}
movieClip 2529 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 2530 {
}
movieClip 2542 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 2543 {
}
movieClip 2555 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 2556 {
}
movieClip 2568 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 2569 {
}
movieClip 2570 {
}
movieClip 2571 {
}
movieClip 2585 {
frame 1 {
if (_root.cumScene == 'all' or _root.cumScene == 'red') {
gotoAndPlay(2);
} else {
gotoAndStop('no');
}
}
frame 8 {
_root.messFacialRed = true;
_root.cumCheck();
}
frame 9 {
_root.cumTimer = 0;
}
frame 14 {
stop();
}
}
movieClip 2597 {
frame 1 {
if (_root.cumScene == 'all' or _root.cumScene == 'orange') {
gotoAndPlay(2);
} else {
gotoAndStop('no');
}
}
frame 7 {
_root.messFacialOrange = true;
_root.cumCheck();
_root.cumTimer = 0;
}
frame 12 {
stop();
}
}
movieClip 2600 {
frame 1 {
gotoAndPlay(2);
}
}
movieClip 2610 {
frame 1 {
if (_root.cumScene == 'all' or _root.cumScene == 'yellow') {
gotoAndPlay(2);
} else {
gotoAndStop('no');
}
}
frame 4 {
_root.messFacialYellow = true;
_root.cumCheck();
}
frame 8 {
_root.cumTimer = 0;
}
frame 11 {
stop();
}
}
movieClip 2628 {
frame 1 {
if (_root.cumScene == 'all' or _root.cumScene == 'cyan') {
gotoAndPlay(2);
} else {
gotoAndStop('no');
}
}
frame 7 {
_root.messFacialCyan = true;
_root.cumCheck();
}
frame 15 {
_root.cumTimer = 0;
}
frame 19 {
stop();
}
}
movieClip 2645 {
frame 1 {
if (_root.cumScene == 'all' or _root.cumScene == 'green') {
gotoAndPlay(2);
} else {
gotoAndStop('no');
}
}
frame 4 {
_root.messFacialGreen = true;
_root.cumCheck();
}
frame 15 {
_root.cumTimer = 0;
}
frame 18 {
stop();
}
}
movieClip 2663 {
frame 1 {
if (_root.cumScene == 'all' or _root.cumScene == 'indigo') {
gotoAndPlay(2);
} else {
gotoAndStop('no');
}
}
frame 9 {
_root.messFacialIndigo = true;
_root.cumCheck();
}
frame 15 {
_root.cumTimer = 0;
}
frame 19 {
stop();
}
}
movieClip 2677 {
frame 1 {
if (_root.cumScene == 'all' or _root.cumScene == 'blue') {
gotoAndPlay(2);
} else {
gotoAndStop('no');
}
}
frame 6 {
_root.messFacialBlue = true;
_root.cumCheck();
}
frame 9 {
_root.cumTimer = 0;
}
frame 15 {
stop();
}
}
movieClip 2697 {
frame 1 {
if (_root.cumScene == 'all' or _root.cumScene == 'purple') {
gotoAndPlay(2);
} else {
gotoAndStop('no');
}
}
frame 10 {
_root.messFacialPurple = true;
_root.cumCheck();
}
frame 16 {
_root.cumTimer = 0;
}
frame 21 {
stop();
}
}
movieClip 2717 {
frame 1 {
if (_root.cumScene == 'all' or _root.cumScene == 'pink') {
gotoAndPlay(2);
} else {
gotoAndStop('no');
}
}
frame 5 {
_root.messFacialPink = true;
_root.cumCheck();
}
frame 14 {
_root.cumTimer = 0;
}
frame 21 {
stop();
}
}
movieClip 2733 {
frame 1 {
gotoAndPlay(2);
}
}
movieClip 2742 {
frame 1 {
gotoAndPlay('gulp');
}
frame 233 {
gotoAndPlay(2);
}
frame 291 {
stop();
}
}
movieClip 2743 {
}
movieClip 2744 {
}
movieClip 2748 {
frame 279 {
_root.countMinus();
}
frame 294 {
_root.countMinus();
}
frame 309 {
_root.countMinus();
}
frame 321 {
_root.countMinus();
}
frame 323 {
_root.goAnim();
}
frame 361 {
_root.countPlus();
}
frame 363 {
_root.goAnim();
}
frame 373 {
_root.countPlus();
}
frame 377 {
_root.countPlus();
}
frame 387 {
_root.goAnim();
}
frame 393 {
_root.countPlus();
}
frame 401 {
_root.countPlus();
}
frame 414 {
_root.countPlus();
}
frame 423 {
_root.goAnim();
}
frame 457 {
_root.countPlus();
}
frame 459 {
_root.countPlus();
}
frame 468 {
_root.goAnim();
}
frame 471 {
_root.countPlus();
}
frame 473 {
_root.countPlus();
}
frame 475 {
_root.countPlus();
}
frame 479 {
_root.goAnim();
}
frame 483 {
_root.countPlus();
}
frame 485 {
_root.countPlus();
}
frame 487 {
_root.countPlus();
}
frame 489 {
_root.countPlus();
}
frame 493 {
_root.goAnim();
}
frame 495 {
_root.countPlus();
}
frame 496 {
_root.countPlus();
}
frame 497 {
_root.countPlus();
}
frame 498 {
_root.countPlus();
}
frame 499 {
_root.countPlus();
}
frame 502 {
_root.goAnim();
}
frame 583 {
_root.countMinus();
}
frame 585 {
_root.goAnim();
}
frame 623 {
_root.goAnim();
}
frame 661 {
_root.countPlus();
}
frame 663 {
_root.goAnim();
}
frame 673 {
_root.countPlus();
}
frame 677 {
_root.countPlus();
}
frame 687 {
_root.goAnim();
}
frame 691 {
_root.countPlus();
}
frame 693 {
_root.countPlus();
}
frame 695 {
_root.countPlus();
}
frame 697 {
_root.countPlus();
}
frame 701 {
_root.goAnim();
}
frame 703 {
_root.countPlus();
}
frame 704 {
_root.countPlus();
}
frame 705 {
_root.countPlus();
}
frame 706 {
_root.countPlus();
}
frame 707 {
_root.countPlus();
}
frame 710 {
_root.goAnim();
}
frame 711 {
_root.precumSetup();
}
frame 712 {
countVar = 0;
}
frame 742 {
_root.goAnim();
}
frame 751 {
_root.messFacialRed = true;
_root.cumCheck();
_root.cumTimer = 0;
}
frame 757 {
_root.messFacialOrange = true;
_root.cumCheck();
_root.cumTimer = 0;
}
frame 764 {
_root.messFacialYellow = true;
_root.cumCheck();
_root.cumTimer = 0;
}
frame 773 {
_root.messFacialCyan = true;
_root.cumCheck();
_root.cumTimer = 0;
}
frame 783 {
_root.messFacialGreen = true;
_root.cumCheck();
_root.cumTimer = 0;
}
frame 801 {
_root.messFacialIndigo = true;
_root.cumCheck();
_root.cumTimer = 0;
}
frame 814 {
_root.messFacialBlue = true;
_root.cumCheck();
_root.cumTimer = 0;
}
frame 836 {
_root.messFacialPurple = true;
_root.cumCheck();
_root.cumTimer = 0;
}
frame 845 {
_root.messFacialPink = true;
_root.cumCheck();
_root.cumTimer = 0;
}
frame 908 {
}
frame 915 {
_root.countMinus();
}
frame 926 {
_root.countMinus();
}
frame 936 {
_root.countMinus();
}
frame 946 {
_root.countMinus();
}
frame 955 {
_root.countMinus();
}
frame 962 {
gotoAndPlay('after');
}
frame 987 {
_root.goAnim('idle');
_root.HUD.hudList.gotoAndStop('HKG2');
}
frame 1001 {
_root.cumSequence();
}
frame 1007 {
_root.countMinus();
}
frame 1013 {
_root.countMinus();
}
frame 1019 {
_root.countMinus();
}
frame 1025 {
_root.countMinus();
}
frame 1030 {
_root.countMinus();
}
frame 1035 {
_root.countMinus();
}
frame 1041 {
_root.countMinus();
}
frame 1047 {
_root.countMinus();
}
frame 1052 {
_root.countMinus();
}
frame 1056 {
_root.goAnim();
}
frame 1083 {
_root.goAnim('idle');
}
frame 1112 {
_root.goAnim('away');
}
}
frame 10 {
stop();
}
frame 11 {
prevFrame();
}
frame 12 {
nextFrame();
}
movieClip 2763 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 2769 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 2781 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 2793 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 2805 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2819 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2829 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2830 {
}
movieClip 2835 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2838 {
}
movieClip 2852 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2863 {
frame 1 {
if (_root.messEyeClosed) {
gotoAndStop(_root.girlFrame);
_parent.headMask.gotoAndStop(2);
} else {
gotoAndStop('no');
_parent.headMask.gotoAndStop(3);
}
}
}
movieClip 2876 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2888 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2900 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2912 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2924 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2925 {
}
movieClip 2934 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2935 {
frame 1 {
gotoAndStop(_root.expMouth + 2);
}
}
movieClip 2937 {
frame 1 {
gotoAndStop(2);
}
}
movieClip 2938 {
frame 1 {
gotoAndStop(_root.expBrows + 2);
}
}
movieClip 2939 {
}
movieClip 2940 {
frame 1 {
gotoAndStop(_root.expBrows + 2);
}
}
movieClip 2941 {
}
movieClip 2975 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 2983 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3006 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3030 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3034 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3047 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3048 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3065 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3076 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3088 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 3089 {
}
movieClip 3099 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3118 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3119 {
}
movieClip 3122 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 3123 {
}
movieClip 3127 {
frame 1 {
gotoAndPlay(2);
}
}
movieClip 3129 {
frame 1 {
gotoAndStop(_root.expMouth + 2);
}
}
movieClip 3130 {
}
movieClip 3134 {
frame 1 {
gotoAndPlay(2);
}
}
movieClip 3140 {
}
movieClip 3158 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3160 {
}
movieClip 3161 {
}
movieClip 3173 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3180 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3193 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3194 {
frame 1 {
gotoAndStop(_root.expMouth + 2);
}
}
movieClip 3195 {
}
movieClip 3199 {
frame 1 {
gotoAndPlay(2);
}
}
movieClip 3201 {
}
movieClip 3202 {
}
movieClip 3203 {
}
movieClip 3217 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3218 {
frame 1 {
gotoAndStop(_root.expMouth + 2);
}
}
movieClip 3219 {
}
movieClip 3223 {
frame 1 {
gotoAndPlay(2);
}
}
movieClip 3232 {
}
movieClip 3240 {
}
movieClip 3248 {
}
movieClip 3257 {
}
movieClip 3272 {
}
movieClip 3294 {
frame 1 {
gotoAndStop(2);
}
}
movieClip 3305 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 3328 {
}
movieClip 3349 {
}
movieClip 3372 {
}
movieClip 3397 {
}
movieClip 3403 {
frame 280 {
_root.countMinus();
}
frame 298 {
_root.countMinus();
}
frame 316 {
_root.countMinus();
}
frame 331 {
_root.countMinus();
}
frame 333 {
_root.goAnim();
}
frame 346 {
_root.countPlus();
}
frame 368 {
_root.goAnim();
}
frame 376 {
_root.countPlus();
}
frame 389 {
_root.goAnim();
}
frame 428 {
_root.countPlus();
}
frame 430 {
_root.countPlus();
}
frame 432 {
_root.countPlus();
}
frame 434 {
_root.countPlus();
}
frame 436 {
_root.countPlus();
}
frame 438 {
_root.countPlus();
}
frame 440 {
_root.countPlus();
}
frame 442 {
_root.countPlus();
}
frame 496 {
_root.countPlus();
}
frame 518 {
_root.goAnim();
}
frame 531 {
_root.countPlus();
}
frame 547 {
_root.goAnim();
}
frame 564 {
_root.countPlus();
}
frame 589 {
_root.countPlus();
}
frame 600 {
_root.goAnim();
}
frame 606 {
_root.countPlus();
}
frame 618 {
_root.goAnim();
}
frame 624 {
_root.countPlus();
}
frame 629 {
_root.goAnim();
}
frame 651 {
_root.goAnim();
}
frame 692 {
_root.goAnim();
}
frame 700 {
_root.countPlus();
}
frame 713 {
_root.goAnim();
}
frame 842 {
_root.goAnim();
}
frame 844 {
_root.precumSetup();
}
frame 846 {
countVar = 0;
}
frame 898 {
_root.goAnim();
}
frame 1057 {
_root.cumAfter();
}
frame 1062 {
_root.countMinus();
}
frame 1073 {
_root.countMinus();
}
frame 1083 {
_root.countMinus();
}
frame 1093 {
_root.countMinus();
}
frame 1102 {
_root.countMinus();
}
frame 1111 {
_root.countMinus();
}
frame 1117 {
gotoAndPlay('afterInside');
}
frame 1131 {
gotoAndPlay('idle');
}
frame 1287 {
_root.countMinus();
}
frame 1298 {
_root.countMinus();
}
frame 1308 {
_root.countMinus();
}
frame 1318 {
_root.countMinus();
}
frame 1327 {
_root.countMinus();
}
frame 1336 {
_root.countMinus();
}
frame 1343 {
_root.countMinus();
}
frame 1347 {
gotoAndPlay('afterOutside');
}
frame 1362 {
gotoAndPlay('idle');
}
frame 1368 {
_root.countMinus();
}
frame 1374 {
_root.countMinus();
}
frame 1380 {
_root.countMinus();
}
frame 1386 {
_root.countMinus();
}
frame 1391 {
_root.countMinus();
}
frame 1396 {
_root.countMinus();
}
frame 1402 {
_root.countMinus();
}
frame 1408 {
_root.countMinus();
}
frame 1413 {
_root.countMinus();
}
frame 1417 {
_root.countMinus();
}
frame 1421 {
_root.countMinus();
}
frame 1425 {
_root.countMinus();
}
frame 1427 {
_root.goAnim();
}
frame 1461 {
_root.goAnim('idle');
}
frame 1495 {
_root.goAnim('away');
}
}
frame 13 {
stop();
}
frame 14 {
prevFrame();
}
frame 15 {
nextFrame();
}
movieClip 3406 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3418 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 3424 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 3430 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3443 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3450 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3451 {
}
movieClip 3464 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3473 {
frame 1 {
if (_root.messEyeClosed) {
gotoAndStop(_root.girlFrame);
} else {
gotoAndStop('no');
}
}
}
movieClip 3486 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3487 {
frame 1 {
gotoAndStop(_root.expBrows + 2);
}
}
movieClip 3488 {
frame 1 {
gotoAndStop(2);
}
}
movieClip 3489 {
frame 1 {
gotoAndStop(_root.expBrows + 2);
}
}
movieClip 3490 {
frame 1 {
gotoAndStop(2);
}
}
movieClip 3495 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3507 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3519 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3531 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3543 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3544 {
}
movieClip 3556 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3568 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3580 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3581 {
frame 1 {
gotoAndStop(_root.expMouth + 2);
}
}
movieClip 3582 {
frame 1 {
gotoAndStop(2);
}
}
movieClip 3603 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3621 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3634 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3647 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3668 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3680 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3697 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3721 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3734 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3746 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 3747 {
}
movieClip 3759 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 3765 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 3771 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3772 {
}
movieClip 3778 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3779 {
}
movieClip 3785 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3786 {
}
movieClip 3792 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3793 {
}
movieClip 3805 {
frame 1 {
gotoAndStop(_root.guy + 1);
}
}
movieClip 3806 {
}
movieClip 3818 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3822 {
frame 1 {
gotoAndPlay(2);
}
}
movieClip 3835 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3847 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3860 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3861 {
frame 1 {
gotoAndStop(_root.expMouth + 2);
}
}
movieClip 3862 {
}
movieClip 3866 {
frame 1 {
gotoAndPlay(2);
}
}
movieClip 3868 {
frame 1 {
gotoAndStop(2);
}
}
movieClip 3870 {
frame 1 {
gotoAndStop(2);
}
}
movieClip 3884 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3895 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3908 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3917 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3930 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3944 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3954 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3968 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 3969 {
}
movieClip 3974 {
frame 1 {
gotoAndPlay(2);
}
}
movieClip 3975 {
}
movieClip 3979 {
frame 1 {
gotoAndPlay(2);
}
}
movieClip 3982 {
}
movieClip 3992 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 4005 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 4017 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 4018 {
frame 1 {
gotoAndStop(_root.expMouth + 2);
}
}
movieClip 4019 {
frame 1 {
gotoAndStop(2);
}
}
movieClip 4034 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 4047 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 4060 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 4061 {
frame 1 {
gotoAndStop(_root.expMouth + 2);
}
}
movieClip 4062 {
frame 1 {
gotoAndStop(2);
}
}
movieClip 4063 {
}
movieClip 4069 {
frame 1 {
gotoAndPlay(2);
}
}
movieClip 4071 {
frame 1 {
gotoAndStop(2);
}
}
movieClip 4077 {
}
movieClip 4080 {
frame 1 {
gotoAndPlay(2);
}
}
movieClip 4081 {
}
movieClip 4204 {
frame 1 {
gotoAndStop(_root.girlFrame);
}
}
movieClip 4222 {
}
movieClip 4234 {
}
movieClip 4255 {
}
movieClip 4277 {
}
movieClip 4299 {
frame 1 {
gotoAndStop(2);
}
}
movieClip 4303 {
frame 333 {
_root.countMinus();
}
frame 351 {
_root.countMinus();
}
frame 368 {
_root.countMinus();
}
frame 386 {
_root.countMinus();
}
frame 388 {
_root.goAnim();
}
frame 410 {
_root.countPlus();
}
frame 437 {
_root.goAnim();
}
frame 454 {
_root.countPlus();
}
frame 473 {
_root.goAnim();
}
frame 539 {
_root.countPlus();
}
frame 544 {
_root.countPlus();
}
frame 549 {
_root.countPlus();
}
frame 552 {
_root.countPlus();
}
frame 554 {
_root.countPlus();
}
frame 556 {
_root.countPlus();
}
frame 558 {
_root.countPlus();
}
frame 598 {
_root.countPlus();
}
frame 648 {
_root.countPlus();
}
frame 671 {
_root.countPlus();
}
frame 681 {
_root.goAnim();
}
frame 704 {
_root.countPlus();
}
frame 708 {
_root.goAnim();
}
frame 720 {
_root.countPlus();
}
frame 740 {
_root.countPlus();
}
frame 760 {
_root.countPlus();
}
frame 786 {
_root.countPlus();
}
frame 789 {
_root.countPlus();
}
frame 818 {
_root.goAnim();
}
frame 822 {
_root.countPlus();
}
frame 828 {
_root.countPlus();
}
frame 833 {
_root.goAnim();
}
frame 837 {
_root.countPlus();
}
frame 840 {
_root.countPlus();
}
frame 843 {
_root.goAnim();
}
frame 909 {
_root.countPlus();
}
frame 914 {
_root.countPlus();
}
frame 919 {
_root.countPlus();
}
frame 922 {
_root.countPlus();
}
frame 924 {
_root.countPlus();
}
frame 926 {
_root.countPlus();
}
frame 928 {
_root.countPlus();
}
frame 980 {
_root.countMinus();
}
frame 996 {
_root.countMinus();
}
frame 1014 {
_root.countMinus();
}
frame 1032 {
_root.countMinus();
}
frame 1050 {
_root.countMinus();
}
frame 1067 {
_root.countMinus();
}
frame 1082 {
_root.goAnim();
}
frame 1083 {
_root.precumSetup();
}
frame 1089 {
countVar = 0;
countVar = 0;
}
frame 1143 {
_root.goAnim();
}
frame 1278 {
_root.countMinus();
}
frame 1287 {
_root.countMinus();
}
frame 1297 {
_root.countMinus();
}
frame 1308 {
_root.countMinus();
}
frame 1317 {
_root.countMinus();
}
frame 1323 {
gotoAndPlay('afterOutside');
}
frame 1336 {
stopAllSounds();
}
frame 1338 {
gotoAndPlay('idle');
}
frame 1544 {
_root.cumAfter();
}
frame 1550 {
_root.countMinus();
}
frame 1559 {
_root.countMinus();
}
frame 1569 {
_root.countMinus();
}
frame 1578 {
_root.countMinus();
}
frame 1587 {
_root.countMinus();
}
frame 1593 {
gotoAndPlay('afterInside');
}
frame 1610 {
stopAllSounds();
}
frame 1612 {
gotoAndPlay('idle');
}
frame 1618 {
_root.countMinus();
}
frame 1624 {
_root.countMinus();
}
frame 1630 {
_root.countMinus();
}
frame 1636 {
_root.countMinus();
}
frame 1641 {
_root.countMinus();
}
frame 1646 {
_root.countMinus();
}
frame 1652 {
_root.countMinus();
}
frame 1658 {
_root.countMinus();
}
frame 1663 {
_root.countMinus();
}
frame 1667 {
_root.countMinus();
}
frame 1671 {
_root.countMinus();
}
frame 1675 {
_root.countMinus();
}
frame 1677 {
_root.goAnim();
}
frame 1679 {
_root.hisHandsLoose();
}
frame 1706 {
_root.hisHandsTouch();
}
frame 1724 {
_root.goAnim('idle');
}
frame 1740 {
_root.hisHandsLoose();
}
frame 1766 {
_root.goAnim('away');
}
}
frame 16 {
stop();
}
frame 17 {
prevFrame();
}
frame 18 {
nextFrame();
}
movieClip 4305 {
}
movieClip 4307 {
}
movieClip 4311 {
}
// unknown tag 88 length 69
// unknown tag 88 length 69
movieClip 4323 {
}
button 4325 {
on (release) {
gotoAndPlay(1466);
}
}
movieClip 4328 {
frame 1 {
stopAllSounds();
}
frame 2 {
countVar = 0;
countVar = 0;
}
frame 92 {
stop();
}
frame 105 {
gotoAndPlay('idle');
}
}
frame 19 {
stop();
}
frame 20 {
prevFrame();
}