Combined Code
frame 1 {
function sceneClicked() {
_root.cameraLast = 0;
if (_root.startscreen) {
_root.hudMain.gotoAndStop(5);
_root.gotoAndStop('intro');
_root.sexpose = ' . . .';
_root.startscreen = false;
} else {
if (_root.sexpose == 'original' && !_root.sexposeSelected) {
stopAllSounds();
_root.gotoAndStop(1);
_root.startscreen = true;
_root.hudMain.gotoAndStop('startscreen');
} else {
if (_root.sexpose == 'SPOOKY' && _root.sexposeSelected != 'RESTING' && _root.sexposeSelected == false) {
_root.hudMain.gotoAndStop(5);
_root.startscreen = false;
_root.sexposeSelected = _root.sexpose10name;
_root.sceneClicked();
_root.sexpose10skip = true;
_root.hudMain.hud.flipItem10.gotoAndStop(1);
} else {
_root.sceneArray = [0];
if (!_root.sexpose1skip) {
_root.sceneArray.push(_root.sexpose1name);
}
if (!_root.sexpose2skip) {
_root.sceneArray.push(_root.sexpose2name);
}
if (!_root.sexpose3skip) {
_root.sceneArray.push(_root.sexpose3name);
}
if (!_root.sexpose4skip) {
_root.sceneArray.push(_root.sexpose4name);
}
if (!_root.sexpose5skip) {
_root.sceneArray.push(_root.sexpose5name);
}
if (!_root.sexpose6skip) {
_root.sceneArray.push(_root.sexpose6name);
}
if (!_root.sexpose7skip) {
_root.sceneArray.push(_root.sexpose7name);
}
if (!_root.sexpose8skip) {
_root.sceneArray.push(_root.sexpose8name);
}
if (!_root.sexpose9skip) {
_root.sceneArray.push(_root.sexpose9name);
}
if (!_root.sexpose10skip) {
_root.sceneArray.push(_root.sexpose10name);
}
if (!_root.sexpose11skip) {
_root.sceneArray.push(_root.sexpose11name);
}
if (!_root.sexpose12skip) {
_root.sceneArray.push(_root.sexpose12name);
}
if (_root.sexposeSelected != false) {
_root.sexposeCurrent = 0;
var v2 = 0;
while (v2 < _root.sceneArray.length) {
if (_root.sceneArray[v2] == _root.sexposeSelected) {
_root.sexpose = _root.sceneArray[_root.sexposeCurrent];
_root.gotoAndStop(_root.sexpose);
break;
}
++_root.sexposeCurrent;
++v2;
}
_root.sexposeSelected = false;
} else {
if (_root.sceneArray.length > 1) {
if (_root.sexposeShuffle) {
_root.sexposeCurrent = Math.ceil(Math.random() * (_root.sceneArray.length - 1));
if (_root.sceneArray[_root.sexposeCurrent] == _root.sexpose) {
_root.sexposeCurrent = Math.ceil(Math.random() * (_root.sceneArray.length - 1));
}
_root.sexpose = _root.sceneArray[_root.sexposeCurrent];
} else {
if (_root.sexposeCurrent == false or _root.sexposeCurrent >= _root.sceneArray.length - 1) {
_root.sexposeCurrent = 0;
}
++_root.sexposeCurrent;
_root.sexpose = _root.sceneArray[_root.sexposeCurrent];
}
_root.gotoAndStop(_root.sexpose);
}
}
_root.checkPose();
}
}
}
if (_root.sexposeAdvanceSet != 0) {
_root.sexposeAdvanceTimer = _root.sexposeAdvanceSet * 25;
}
_root.checkPace();
_root.messCheck();
_root.voiceCheck();
_root.sceneGo();
}
function checkPose() {
if (!_root.creampieForced) {
_root.creampie = false;
}
_root.sexposeHasAlt = _root['sexposeAlts' + _root.sexpose];
if (_root.sexposeHasAlt == 'Y') {
_root.altPose = true;
} else {
if (_root.sexposeHasAlt == 'N') {
_root.altPose = false;
} else {
if (_root.sexposeHasAlt == 'R') {
_root.rand = Math.ceil(Math.random() * 2);
if (_root.rand <= 1) {
_root.altPose = true;
} else {
_root.altPose = false;
}
} else {
_root.altPose = false;
}
}
}
_root.blink = false;
_root.faceTime = 0;
if (_root.sexpose != 'REST' && _root.cumming == 'flow') {
_root.cumming = false;
}
}
function introEnded() {
if (_root.sexpose == 'original') {
_root.gotoAndStop('original');
_root.messCheck();
} else {
_root.sceneClicked();
}
}
function resetGirl() {
_root.gcam.g.g.neck.gotoAndStop(1);
_root.gcam.g.g.lips.gotoAndStop(1);
_root.gcam.g.g.head.mouth.mouth.gotoAndStop(1);
_root.gcam.g.g.ass.gotoAndStop(1);
_root.gcam.g.g.panty.gotoAndStop(1);
_root.gcam.g.g.pantyUnder.gotoAndStop(1);
_root.gcam.g.g.pantyBack.gotoAndStop(1);
_root.gcam.g.g.pussy.gotoAndStop(1);
_root.gcam.g.g.crotch.gotoAndStop(1);
_root.gcam.g.g.torso.gotoAndStop(1);
_root.gcam.g.g.armR.gotoAndStop(1);
_root.gcam.g.g.armL.gotoAndStop(1);
_root.gcam.g.g.foreR.gotoAndStop(1);
_root.gcam.g.g.foreL.gotoAndStop(1);
_root.gcam.g.g.handR.gotoAndStop(1);
_root.gcam.g.g.handL.gotoAndStop(1);
_root.gcam.g.g.hips.gotoAndStop(1);
_root.gcam.g.g.legR.gotoAndStop(1);
_root.gcam.g.g.footR.gotoAndStop(1);
_root.gcam.g.g.legL.gotoAndStop(1);
_root.gcam.g.g.footL.gotoAndStop(1);
_root.gcam.g.g.nipR.gotoAndStop(1);
_root.gcam.g.g.nipL.gotoAndStop(1);
_root.gcam.g.g.areolaL.gotoAndStop(1);
_root.gcam.g.g.areolaR.gotoAndStop(1);
_root.gcam.g.g.nipL.gotoAndStop(1);
_root.gcam.g.g.nipR.gotoAndStop(1);
_root.gcam.g.g.breastL.gotoAndStop(1);
_root.gcam.g.g.breastR.gotoAndStop(1);
_root.gcam.g.g.bandeauR.gotoAndStop(1);
_root.gcam.g.g.bandeauL.gotoAndStop(1);
_root.gcam.g.g.bandeauBot.gotoAndStop(1);
_root.gcam.g.g.bandeauTop.gotoAndStop(1);
_root.hudMain.hud.iconTop.gotoAndStop(1);
_root.hudMain.hud.iconBot.gotoAndStop(1);
if (_root.sexpose == 'original') {
_root.orig.g1.g.g.neck.gotoAndStop(1);
_root.orig.g1.g.g.lips.gotoAndStop(1);
_root.orig.g1.g.g.head.mouth.mouth.gotoAndStop(1);
_root.orig.g1.g.g.ass.gotoAndStop(1);
_root.orig.g1.g.g.panty.gotoAndStop(1);
_root.orig.g1.g.g.pantyUnder.gotoAndStop(1);
_root.orig.g1.g.g.pantyBack.gotoAndStop(1);
_root.orig.g1.g.g.pussy.gotoAndStop(1);
_root.orig.g1.g.g.crotch.gotoAndStop(1);
_root.orig.g1.g.g.torso.gotoAndStop(1);
_root.orig.g1.g.g.armR.gotoAndStop(1);
_root.orig.g1.g.g.armL.gotoAndStop(1);
_root.orig.g1.g.g.foreR.gotoAndStop(1);
_root.orig.g1.g.g.foreL.gotoAndStop(1);
_root.orig.g1.g.g.hips.gotoAndStop(1);
_root.orig.g1.g.g.legR.gotoAndStop(1);
_root.orig.g1.g.g.footR.gotoAndStop(1);
_root.orig.g1.g.g.legL.gotoAndStop(1);
_root.orig.g1.g.g.footL.gotoAndStop(1);
_root.orig.g1.g.g.nipR.gotoAndStop(1);
_root.orig.g1.g.g.nipL.gotoAndStop(1);
_root.orig.g1.g.g.areolaL.gotoAndStop(1);
_root.orig.g1.g.g.areolaR.gotoAndStop(1);
_root.orig.g1.g.g.breastL.gotoAndStop(1);
_root.orig.g1.g.g.breastR.gotoAndStop(1);
_root.orig.g1.g.g.bandeauR.gotoAndStop(1);
_root.orig.g1.g.g.bandeauL.gotoAndStop(1);
_root.orig.g1.g.g.bandeauBot.gotoAndStop(1);
_root.orig.g1.g.g.bandeauTop.gotoAndStop(1);
_root.orig.g2.g.g.neck.gotoAndStop(1);
_root.orig.g2.g.g.lips.gotoAndStop(1);
_root.orig.g2.g.g.head.mouth.mouth.gotoAndStop(1);
_root.orig.g2.g.g.ass.gotoAndStop(1);
_root.orig.g2.g.g.panty.gotoAndStop(1);
_root.orig.g2.g.g.pantyUnder.gotoAndStop(1);
_root.orig.g2.g.g.pantyBack.gotoAndStop(1);
_root.orig.g2.g.g.pussy.gotoAndStop(1);
_root.orig.g2.g.g.crotch.gotoAndStop(1);
_root.orig.g2.g.g.torso.gotoAndStop(1);
_root.orig.g2.g.g.armR.gotoAndStop(1);
_root.orig.g2.g.g.armL.gotoAndStop(1);
_root.orig.g2.g.g.foreR.gotoAndStop(1);
_root.orig.g2.g.g.foreL.gotoAndStop(1);
_root.orig.g2.g.g.hips.gotoAndStop(1);
_root.orig.g2.g.g.legR.gotoAndStop(1);
_root.orig.g2.g.g.footR.gotoAndStop(1);
_root.orig.g2.g.g.legL.gotoAndStop(1);
_root.orig.g2.g.g.footL.gotoAndStop(1);
_root.orig.g2.g.g.nipR.gotoAndStop(1);
_root.orig.g2.g.g.nipL.gotoAndStop(1);
_root.orig.g2.g.g.areolaL.gotoAndStop(1);
_root.orig.g2.g.g.areolaR.gotoAndStop(1);
_root.orig.g2.g.g.breastL.gotoAndStop(1);
_root.orig.g2.g.g.breastR.gotoAndStop(1);
_root.orig.g2.g.g.bandeauR.gotoAndStop(1);
_root.orig.g2.g.g.bandeauL.gotoAndStop(1);
_root.orig.g2.g.g.bandeauBot.gotoAndStop(1);
_root.orig.g2.g.g.bandeauTop.gotoAndStop(1);
}
_root.messCheck();
}
function resetGuy() {
_root.hudMain.hud.iconGuySkin.gotoAndStop(1);
_root.gcam.g.g.guyCockOutline.gotoAndStop(1);
_root.gcam.g.g.guyCockShade.gotoAndStop(1);
_root.gcam.g.g.guyCockMess.gotoAndStop(1);
_root.gcam.g.g.guyCockSkin.gotoAndStop(1);
_root.gcam.g.g.guyCockHead.gotoAndStop(1);
_root.gcam.g.g.guyBalls.gotoAndStop(1);
_root.gcam.g.g.guyTorso.gotoAndStop(1);
_root.gcam.g.g.guyRear.gotoAndStop(1);
_root.gcam.g.g.guyRearAlt.gotoAndStop(1);
_root.gcam.g.g.guyLegL.gotoAndStop(1);
_root.gcam.g.g.guyLegR.gotoAndStop(1);
if (_root.sexpose == 'original') {
_root.orig.g1.g.g.guyCockOutline.gotoAndStop(1);
_root.orig.g1.g.g.guyCockShade.gotoAndStop(1);
_root.orig.g1.g.g.guyCockMess.gotoAndStop(1);
_root.orig.g1.g.g.guyCockSkin.gotoAndStop(1);
_root.orig.g1.g.g.guyBalls.gotoAndStop(1);
_root.orig.g1.g.g.guyTorso.gotoAndStop(1);
_root.orig.g1.g.g.guyRear.gotoAndStop(1);
_root.orig.g1.g.g.guyLegL.gotoAndStop(1);
_root.orig.g1.g.g.guyLegR.gotoAndStop(1);
_root.orig.g2.g.g.guyCockOutline.gotoAndStop(1);
_root.orig.g2.g.g.guyCockShade.gotoAndStop(1);
_root.orig.g2.g.g.guyCockMess.gotoAndStop(1);
_root.orig.g2.g.g.guyCockSkin.gotoAndStop(1);
_root.orig.g2.g.g.guyBalls.gotoAndStop(1);
_root.orig.g2.g.g.guyTorso.gotoAndStop(1);
_root.orig.g2.g.g.guyRear.gotoAndStop(1);
_root.orig.g2.g.g.guyLegL.gotoAndStop(1);
_root.orig.g2.g.g.guyLegR.gotoAndStop(1);
}
}
function ticker() {
if (_root.gcam.sceneController._visible != false) {
_root.gcam.sceneController._visible = false;
}
if (_root.sexposeAdvanceSet != 0) {
if (_root.cumming == true) {
_root.sexposeAdvanceTimerDisplay = 'CUM';
} else {
--_root.sexposeAdvanceTimer;
if (_root.sexposeAdvanceTimer <= 0) {
_root.sceneClicked();
}
_root.advancerSet();
}
}
_root.locVoice = Math.round((_root.gcam.pointVoice._x / 640) * 100);
_root.locAction = Math.round((_root.gcam.pointAction._x / 640) * 100);
if (_root.locVoice <= -100) {
_root.locVoice = -100;
} else {
if (_root.locVoice >= 100) {
_root.locVoice = 100;
}
}
if (_root.locAction <= -100) {
_root.locAction = -100;
} else {
if (_root.locAction >= 100) {
_root.locAction = 100;
}
}
_root.vox1.spacialvox1.setPan(_root.locVoice);
_root.vox2.spacialvox2.setPan(_root.locVoice);
_root.sSFXsquish.spacial.setPan(_root.locVoice);
_root.sSFXslobber.spacial.setPan(_root.locVoice);
_root.nmSFXthroat.spacial.setPan(_root.locVoice);
_root.bbSFXsoft.spacial.setPan(_root.locAction);
_root.bbSFXdry.spacial.setPan(_root.locAction);
_root.bbSFXheavy.spacial.setPan(_root.locAction);
_root.bbSFXhard.spacial.setPan(_root.locAction);
_root.SFXschlop.spacial.setPan(_root.locAction);
_root.SFXroomySoft.spacial.setPan(_root.locAction);
_root.SFXroomyHard.spacial.setPan(_root.locAction);
_root.SFXbackshotLFE.spacial.setPan(_root.locAction);
_root.SFXbackshot.spacial.setPan(_root.locAction);
_root.SFXinternal.spacial.setPan(_root.locAction);
}
function advancerSet() {
if (_root.sexposeAdvanceSet == 0) {
_root.sexposeAdvanceTimerDisplay = 'OFF';
} else {
_root.sexposeAdvanceTimerDisplay = Math.ceil(_root.sexposeAdvanceTimer / 25) + 's';
}
}
function resetLights() {
_root.gcam.lights.gotoAndStop(1);
_root.gcam.shading.gotoAndStop(1);
_root.gcam.bg.gotoAndStop(1);
_root.hudMain.hud.bulbIcon.gotoAndStop(1);
if (_root.sexpose == 'original') {
_root.orig.lights.gotoAndStop(1);
_root.orig.shading.gotoAndStop(1);
_root.orig.bg.gotoAndStop(1);
}
}
function resetCamera() {
if (_root.sexpose == 'original') {
_root.cameraText = 'NOPE';
_root.sexposeShuffleText = 'NOPE';
_root.sexposeAdvanceTimerDisplay = 'NOPE';
} else {
if (_root.camera == 1) {
_root.cameraText = 'MOVE';
} else {
if (_root.camera == 2) {
_root.cameraText = 'WIDE';
} else {
if (_root.camera == 3) {
_root.cameraText = 'ZOOM';
} else {
if (_root.camera == 4) {
_root.cameraText = 'ANY';
} else {
if (_root.camera == 5) {
_root.cameraText = 'RAND.';
} else {
_root.cameraText = 'OFF';
_root.gcam.gotoAndStop(_root.cameraText);
}
}
}
}
}
if (_root.sexpose == 'original') {
_root.orig.gotoAndStop(2);
} else {
if (_root.camera == 1) {
_root.cameraActionOn();
} else {
if (_root.camera == 2) {
_root.cameraActionWide();
} else {
if (_root.camera == 3) {
_root.cameraActionZoom();
} else {
if (_root.camera == 4 or _root.camera == 5) {
if (_root.cameraLast == 0) {
_root.cameraActionOn();
_root.cameraLast = Math.ceil(Math.random() * 5);
_root.cameraReverse = false;
_root.cameraLastAutoStyle = 0;
} else {
_root.rand = Math.ceil(Math.random() * 4);
if (_root.rand == 1 or _root.cameraLastAutoStyle == 0 or _root.camera == 5) {
_root.rand = Math.ceil(Math.random() * 3);
} else {
_root.rand = _root.cameraLastAutoStyle;
}
if (_root.rand == 2) {
_root.cameraActionWide();
_root.cameraLastAutoStyle = 2;
} else {
if (_root.rand == 3) {
_root.cameraActionZoom();
_root.cameraLastAutoStyle = 3;
} else {
_root.cameraActionOn();
_root.cameraLastAutoStyle = 1;
}
}
}
} else {
_root.gcam.gotoAndPlay('camera' + _root.camera);
_root.gcam.gotoAndPlay(_root.cameraText);
}
}
}
}
}
}
}
function cameraActionOn() {
if (_root.cameraLast == 0 && !_root.startscreen) {
_root.hudMain.overlay.gotoAndPlay(2);
}
if (_root.cameraLast == 0 && _root.camera != 5 && _root.sexposeAdvanceSet != 5 && _root.sexposeAdvanceSet != 10) {
_root.cameraLast = Math.ceil(Math.random() * 5);
_root.cameraReverse = false;
_root.gcam.gotoAndPlay('camera0');
} else {
_root.rand = Math.ceil(Math.random() * 4);
if (_root.rand == 1 && !_root.cameraReverse && !_root.cameraReverseDisabled) {
_root.gcam.gotoAndPlay('camera' + _root.cameraLast + 'rev');
_root.cameraReverse = true;
} else {
_root.rand = Math.ceil(Math.random() * 3);
if (_root.rand == 1 && !_root.cameraReverseDisabled) {
_root.rand = Math.ceil(Math.random() * 5);
_root.gcam.gotoAndPlay('camera' + _root.rand + 'rev');
_root.cameraReverse = true;
_root.cameraLast = _root.rand;
} else {
_root.rand = Math.ceil(Math.random() * 5);
_root.gcam.gotoAndPlay('camera' + _root.rand);
_root.cameraReverse = false;
_root.cameraLast = _root.rand;
}
}
}
}
function cameraActionWide() {
if (_root.cameraLast == 0 && !_root.startscreen) {
_root.hudMain.overlay.gotoAndPlay(2);
}
if (_root.cameraLast > 3 or _root.cameraLast < 1) {
_root.rand = Math.ceil(Math.random() * 3);
_root.cameraLast = _root.rand;
}
_root.rand = Math.ceil(Math.random() * 2);
if (_root.rand == 1) {
if (_root.cameraLast >= 3) {
_root.gcam.gotoAndPlay(_root.cameraText + _root.cameraLast + 1);
_root.cameraLast = 1;
} else {
_root.gcam.gotoAndPlay(_root.cameraText + _root.cameraLast + (_root.cameraLast + 1));
++_root.cameraLast;
}
} else {
if (_root.cameraLast <= 1) {
_root.gcam.gotoAndPlay(_root.cameraText + _root.cameraLast + 3);
_root.cameraLast = 3;
} else {
_root.gcam.gotoAndPlay(_root.cameraText + _root.cameraLast + (_root.cameraLast - 1));
--_root.cameraLast;
}
}
_root.gcam.gotoAndPlay(_root.cameraText + _root.rand);
}
function cameraActionZoom() {
if (_root.cameraLast == 0 && !_root.startscreen) {
_root.hudMain.overlay.gotoAndPlay(2);
}
_root.rand = Math.ceil(Math.random() * 4);
if (_root.rand == _root.cameraLast) {
_root.rand = Math.ceil(Math.random() * 4);
}
_root.gcam.gotoAndPlay(_root.cameraText + _root.rand);
_root.cameraReverse = false;
_root.cameraLast = _root.rand;
}
function soundToggle() {
if (_root.silenced == true) {
_root.vox3.stop();
_root.orig.vox3.stop();
_root.silenced = false;
} else {
_root.vox3.play();
_root.orig.vox3.play();
_root.silenced = true;
}
}
function voiceToggle() {
if (_root.voiceShow != 'x') {
++_root.voice;
}
if (_root.voice > 3) {
_root.voice = 0;
}
_root.voiceCheck();
}
function voiceCheck() {
if (_root.cumming == true or _root.sexpose == 'original' or _root.sexpose == 'BLOWJOB' or _root.sexpose == 'THROAT' or _root.sexpose == 'TITFUCK' && _root.paceCurrent == 3) {
_root.vox1.stop();
_root.vox2.stop();
_root.voiceShow = 'x';
} else {
if (_root.sexpose == 'RESTING') {
_root.vox1.stop();
if (_root.voice == 1 or _root.voice == 3) {
_root.vox2.play();
} else {
_root.vox2.stop();
}
_root.voiceShow = _root.voice;
} else {
if (_root.voice == 1) {
_root.vox1.stop();
_root.vox2.play();
_root.orig.vox1.stop();
_root.orig.vox2.play();
} else {
if (_root.voice == 2) {
_root.vox1.play();
_root.vox2.stop();
_root.orig.vox1.play();
_root.orig.vox2.stop();
} else {
if (_root.voice == 3) {
_root.vox1.play();
_root.vox2.play();
_root.orig.vox1.play();
_root.orig.vox2.play();
} else {
_root.vox1.stop();
_root.vox2.stop();
_root.orig.vox1.stop();
_root.orig.vox2.stop();
}
}
}
_root.voiceShow = _root.voice;
}
}
}
function paceButton() {
_root.sexposeHasAlt = _root['sexpose' + _root.sexposeCurrent + 'alts'];
if (_root.sexposeHasAlt == 'R') {
_root.rand = Math.ceil(Math.random() * 2);
if (_root.rand <= 1) {
if (_root.altPose) {
_root.altPose = false;
} else {
_root.altPose = true;
}
}
}
if (_root.cumming == false or _root.cumming == 'flow') {
++_root.sexpace;
if (_root.sexpace > 8) {
_root.sexpace = 1;
}
_root.hudMain.hud.HUDpace.gotoAndStop(_root.sexpace + 1);
_root.checkPace();
}
}
function checkPace() {
if (_root.sexpace == 1) {
_root.speedSlowBias = 0;
_root.speedMedBias = 0;
_root.speedFastBias = 0;
} else {
if (_root.sexpace == 5) {
_root.speedSlowBias = -4;
_root.speedMedBias = -3;
_root.speedFastBias = -4;
} else {
if (_root.sexpace == 6) {
_root.speedSlowBias = 3;
_root.speedMedBias = -1;
_root.speedFastBias = -4;
} else {
if (_root.sexpace == 7) {
_root.speedSlowBias = -2;
_root.speedMedBias = 2;
_root.speedFastBias = -2;
} else {
if (_root.sexpace == 8) {
_root.speedSlowBias = -4;
_root.speedMedBias = -2;
_root.speedFastBias = 3;
}
}
}
}
}
if (_root.sexpose == 'RESTING') {
_root.speedSlowBias += 5;
_root.speedMedBias += 5;
_root.speedFastBias += 5;
}
}
function sceneGo() {
if (_root.sexpace == 5) {
_root.paceCurrent = Math.ceil(Math.random() * 3);
} else {
if (_root.sexpace == 2) {
_root.paceCurrent = 1;
} else {
if (_root.sexpace == 3) {
_root.paceCurrent = 2;
} else {
if (_root.sexpace == 4) {
_root.paceCurrent = 3;
} else {
if (_root.paceCurrent == 1) {
_root.rand = Math.ceil(Math.random() * (5 + _root.speedSlowBias));
if (_root.rand <= 1) {
_root.paceCurrent = 2;
} else {
_root.paceCurrent = 1;
}
} else {
if (_root.paceCurrent == 3) {
_root.rand = Math.ceil(Math.random() * (5 + _root.speedFastBias));
if (_root.rand <= 1) {
_root.paceCurrent = 2;
} else {
_root.paceCurrent = 3;
}
} else {
_root.rand = Math.ceil(Math.random() * (5 + _root.speedMedBias));
if (_root.rand <= 1) {
if (_root.sexpace == 6) {
_root.rand = Math.ceil(Math.random() * 4);
if (_root.rand <= 1) {
_root.paceCurrent = 3;
} else {
_root.paceCurrent = 1;
}
} else {
if (_root.sexpace == 8) {
_root.rand = Math.ceil(Math.random() * 4);
if (_root.rand <= 1) {
_root.paceCurrent = 1;
} else {
_root.paceCurrent = 3;
}
} else {
_root.rand = Math.ceil(Math.random() * 2);
if (_root.rand <= 1) {
_root.paceCurrent = 3;
} else {
_root.paceCurrent = 1;
}
}
}
} else {
_root.paceCurrent = 2;
}
}
}
}
}
}
}
_root.sexposeHasAlt = _root['sexposeAlts' + _root.sexpose];
if (_root.sexposeHasAlt == 'Y') {
_root.altPose = true;
} else {
if (_root.sexposeHasAlt == 'Y') {
root.altPose = false;
} else {
if (_root.sexposeHasAlt == 'R') {
_root.rand = Math.ceil(Math.random() * 50);
if (_root.rand <= 1) {
if (_root.altPose) {
_root.altPose = false;
} else {
_root.altPose = true;
}
}
}
}
}
if (_root.altPose) {
if (_root.paceCurrent == 1) {
_root.gcam.g.g.gotoAndPlay('slowAlt');
} else {
if (_root.paceCurrent == 2) {
_root.gcam.g.g.gotoAndPlay('medAlt');
} else {
if (_root.paceCurrent == 3) {
_root.gcam.g.g.gotoAndPlay('fastAlt');
} else {
_root.gcam.g.g.gotoAndPlay('slowAlt');
}
}
}
} else {
if (_root.paceCurrent == 1) {
_root.gcam.g.g.gotoAndPlay('slow');
} else {
if (_root.paceCurrent == 2) {
_root.gcam.g.g.gotoAndPlay('med');
} else {
if (_root.paceCurrent == 3) {
_root.gcam.g.g.gotoAndPlay('fast');
} else {
_root.gcam.g.g.gotoAndPlay('slow');
}
}
}
}
_root.voiceCheck();
if (_root.cumming == 'ready') {
_root.gcam.g.g.gotoAndPlay('cum');
_root.paceCurrent = 5;
_root.cumming = true;
} else {
if (_root.cumming == true) {
_root.gcam.g.play();
_root.cumming = false;
}
}
if (_root.sexpose == 'BLOWJOB') {
_root.gcam.g.g.head.mouth._visible = false;
}
if (_root.sexpose == 'TITFUCK') {
if (_root.paceCurrent == 3) {
_root.gcam.g.g.head.mouth._visible = false;
_root.gcam.g.g.guyCockHead._visible = false;
} else {
_root.gcam.g.g.head.mouth._visible = true;
_root.gcam.g.g.guyCockHead._visible = true;
}
}
_root.checkPace();
}
function cumButton() {
if (_root.sexpose == 'original') {
if (_root.cumming == false) {
_root.gotoAndStop('original');
_root.orig.gotoAndStop('stable');
_root.cumming = true;
} else {
_root.gotoAndStop('original');
_root.orig.play();
_root.cumming = false;
}
_root.messCheck();
} else {
if (_root.sexpose == 'RESTING') {
if (_root.cumming != 'flow') {
_root.cumming = 'flow';
} else {
_root.cumming = false;
}
_root.gcam.g.g.assLeak.play();
} else {
if (_root.cumming == false) {
_root.cumming = 'ready';
_root.paceCurrent = 5;
}
}
}
}
function cumMid() {
_root.gcam.g.stop();
_root.paceCurrent = 0;
_root.voiceCheck();
_root.creampie = true;
_root.resetGuy();
if (_root.sexpose == 'TITFUCK') {
_root.gcam.g.g.head.mouth._visible = false;
}
}
function messButtonPlus() {
_root.messArray = [];
if (!_root.mess1) {
_root.messArray.push('mess1');
}
if (!_root.mess2) {
_root.messArray.push('mess2');
}
if (!_root.mess3) {
_root.messArray.push('mess3');
}
if (!_root.mess4) {
_root.messArray.push('mess4');
}
if (!_root.mess5) {
_root.messArray.push('mess5');
}
if (_root.messArray.length != 0) {
_root[_root.messArray[Math.floor(Math.random() * _root.messArray.length)]] = true;
_root.SFXejac.play();
} else {
_root.creampie = true;
_root.creampieForced = true;
_root.resetGuy();
_root.SFXejac.play();
}
_root.messCheck();
}
function messButtonCross() {
if (_root.mess1 == false && _root.mess2 == false && _root.mess3 == false && _root.mess4 == false && _root.mess5 == false && _root.creampie == false && _root.creampieForced == false) {
_root.creampie = true;
_root.creampieForced = true;
_root.SFXejac.play();
} else {
_root.creampie = false;
_root.creampieForced = false;
}
_root.mess1 = false;
_root.mess2 = false;
_root.mess3 = false;
_root.mess4 = false;
_root.mess5 = false;
_root.resetGuy();
_root.messCheck();
}
function messCheck() {
if (_root.mess1) {
_root.gcam.g.g.legL.mess1._visible = true;
_root.orig.g1.g.g.legL.mess1._visible = true;
_root.orig.g2.g.g.legL.mess1._visible = true;
} else {
_root.gcam.g.g.legL.mess1._visible = false;
_root.orig.g1.g.g.legL.mess1._visible = false;
_root.orig.g2.g.g.legL.mess1._visible = false;
}
if (_root.mess2) {
_root.gcam.g.g.legL.mess2._visible = true;
_root.orig.g1.g.g.legL.mess2._visible = true;
_root.orig.g2.g.g.legL.mess2._visible = true;
} else {
_root.gcam.g.g.legL.mess2._visible = false;
_root.orig.g1.g.g.legL.mess2._visible = false;
_root.orig.g2.g.g.legL.mess2._visible = false;
}
if (_root.mess3) {
_root.gcam.g.g.legR.mess3._visible = true;
_root.orig.g1.g.g.legR.mess3._visible = true;
_root.orig.g2.g.g.legR.mess3._visible = true;
} else {
_root.gcam.g.g.legR.mess3._visible = false;
_root.orig.g1.g.g.legR.mess3._visible = false;
_root.orig.g2.g.g.legR.mess3._visible = false;
}
if (_root.mess4) {
_root.gcam.g.g.crotch.mess4._visible = true;
_root.orig.g1.g.g.crotch.mess4._visible = true;
_root.orig.g2.g.g.crotch.mess4._visible = true;
} else {
_root.gcam.g.g.crotch.mess4._visible = false;
_root.orig.g1.g.g.crotch.mess4._visible = false;
_root.orig.g2.g.g.crotch.mess4._visible = false;
}
if (_root.mess5) {
_root.gcam.g.g.hips.mess5._visible = true;
_root.orig.g1.g.g.hips.mess5._visible = true;
_root.orig.g2.g.g.hips.mess5._visible = true;
} else {
_root.gcam.g.g.hips.mess5._visible = false;
_root.orig.g1.g.g.hips.mess5._visible = false;
_root.orig.g2.g.g.hips.mess5._visible = false;
}
}
function logo() {
getURL('http://www.patreon.com/corta', '_blank');
_root.bottomless = 2;
_root.topless = 1;
_root.legwear = 2;
_root.blushing = 2;
_root.blushChange = true;
_root.skintone = 5;
_root.mess1 = true;
_root.mess2 = true;
_root.mess3 = true;
_root.mess4 = true;
_root.mess5 = true;
_root.creampie = true;
_root.creampieForced = true;
_root.lighting = 2;
_root.resetLights();
_root.sceneClicked();
_root.sexpose = 'SPOOKY';
_root.sexposeShuffle = true;
_root.sexposeShuffleText = 'ON';
_root.resetGirl();
_root.resetGuy();
}
stop();
_root.startscreen = true;
_root.topless = 0;
_root.bottomless = 0;
_root.legwear = 1;
_root.blushing = 1;
_root.blushChange = false;
_root.skintone = Math.ceil(Math.random() * 3);
_root.rand = -1;
_root.sexpose = 'PLAY';
_root.sexpace = 1;
_root.paceCurrent = 1;
_root.altPose = false;
_root.cumming = false;
_root.mess1 = false;
_root.mess2 = false;
_root.mess3 = false;
_root.mess4 = false;
_root.mess5 = false;
_root.creampie = false;
_root.creampieForced = false;
_root.speedSlowBias = 0;
_root.speedMedBias = 0;
_root.speedFastBias = 0;
_root.sexposeAdvanceSet = 0;
_root.sexposeAdvanceTimer = 0;
_root.advancerSet();
_root.blink = false;
_root.faceTime = 0;
_root.lighting = 1;
_root.silenced = false;
_root.soundToggle();
_root.voice = 1;
_root.locVoice = 0;
_root.locAction = 0;
_root.voiceCheck();
_root.sexposeSelected = false;
_root.sexposeShuffle = false;
_root.sexposeShuffleText = 'OFF';
_root.camera = 4;
_root.cameraText = 'ANY';
_root.cameraLast = 0;
_root.cameraLastAutoStyle = 0;
_root.cameraReverse = false;
_root.cameraReverseDisabled = false;
_root.sexposeCurrent = false;
_root.sexposeHasAlt = false;
_root.sexpose1name = 'BLOWJOB';
_root.sexpose1skip = false;
_root.sexpose2name = 'FOLDED';
_root.sexpose2skip = false;
_root.sexpose3name = 'SPOON';
_root.sexpose3skip = false;
_root.sexpose4name = 'RIDING';
_root.sexpose4skip = false;
_root.sexpose5name = 'SPLITS';
_root.sexpose5skip = false;
_root.sexpose6name = 'DOGGY';
_root.sexpose6skip = false;
_root.sexpose7name = 'MISSION';
_root.sexpose7skip = false;
_root.sexpose8name = 'ELEVATE';
_root.sexpose8skip = false;
_root.sexpose9name = 'CARRY';
_root.sexpose9skip = false;
_root.sexpose10name = 'RESTING';
_root.sexpose10skip = false;
_root.sexpose11name = 'THROAT';
_root.sexpose11skip = false;
_root.sexpose12name = 'TITFUCK';
_root.sexpose12skip = false;
_root.sexposeAltsBLOWJOB = false;
_root.sexposeAltsFOLDED = false;
_root.sexposeAltsSPOON = false;
_root.sexposeAltsRIDING = false;
_root.sexposeAltsSPLITS = false;
_root.sexposeAltsDOGGY = false;
_root.sexposeAltsMISSION = 'R';
_root.sexposeAltsELEVATE = false;
_root.sexposeAltsCARRY = 'R';
_root.sexposeAltsRESTING = 'R';
_root.sexposeAltsTHROAT = false;
_root.sexposeAltsTITFUCK = false;
}
movieClip 3 {
}
movieClip 6 {
}
movieClip 7 {
}
// unknown tag 88 length 94
movieClip 14 {
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 20 {
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');
}
}
}
// unknown tag 88 length 96
button 27 {
on (release) {
_root.gotoAndStop('intro');
_root.sexpose = 'original';
_root.startscreen = false;
_root.hudMain.gotoAndStop(5);
}
}
movieClip 33 {
frame 1 {
stop();
}
frame 27 {
gotoAndStop(1);
}
}
// unknown tag 88 length 215
button 37 {
on (release) {
if (_root.sexpose == 'SPOOKY') {
_root.sexpose = ' . . .';
_root.sexpose10skip = true;
}
_root.sceneClicked();
}
}
movieClip 58 {
frame 1 {
gotoAndStop(_root.sexpace + 1);
}
}
movieClip 74 {
frame 1 {
gotoAndStop(_root.skintone + 1);
}
}
movieClip 79 {
frame 1 {
gotoAndStop(_root.lighting + 2);
}
}
movieClip 84 {
frame 1 {
gotoAndStop(_root.topless + 2);
}
}
movieClip 89 {
frame 1 {
gotoAndStop(_root.bottomless + 2);
}
}
button 95 {
on (release) {
++_root.skintone;
if (_root.skintone > 8) {
_root.skintone = 1;
}
_root.resetGuy();
}
}
button 99 {
on (release) {
++_root.topless;
if (_root.topless > 3) {
_root.topless = 0;
}
_root.resetGirl();
}
}
button 100 {
on (release) {
++_root.bottomless;
if (_root.bottomless > 3) {
_root.bottomless = 0;
}
_root.resetGirl();
}
}
button 101 {
on (release) {
++_root.legwear;
if (_root.legwear > 3) {
_root.legwear = 1;
}
_root.resetGirl();
}
}
button 102 {
on (release) {
_root.voiceToggle();
}
}
button 103 {
on (release) {
_root.cumButton();
}
}
button 104 {
on (release) {
_root.paceButton();
}
}
button 105 {
on (release) {
++_root.blushing;
if (_root.blushing > 4) {
_root.blushing = 1;
}
_root.blushChange = true;
_root.resetGirl();
}
}
button 106 {
on (release) {
_root.messButtonCross();
}
}
button 107 {
on (release) {
_root.soundToggle();
}
}
button 108 {
on (release) {
++_root.lighting;
if (_root.lighting > 2) {
_root.lighting = 0;
}
_root.resetLights();
}
}
button 109 {
on (release) {
play();
}
}
button 110 {
on (release) {
_root.messButtonPlus();
}
}
button 118 {
on (release) {
if (_root.startscreen) {
_root.startscreen = false;
_root.hudMain.gotoAndStop(5);
}
_root.sexposeSelected = _root['sexpose' + number + 'name'];
_root.sceneClicked();
}
}
button 121 {
on (release) {
if (_root['sexpose' + number + 'skip']) {
_root['sexpose' + number + 'skip'] = false;
} else {
_root['sexpose' + number + 'skip'] = true;
}
gotoAndStop(1);
}
}
button 124 {
on (release) {
if (_root['sexposeAlts' + _root['sexpose' + number + 'name']] == 'R') {
_root['sexposeAlts' + _root['sexpose' + number + 'name']] = 'Y';
} else {
if (_root['sexposeAlts' + _root['sexpose' + number + 'name']] == 'Y') {
_root['sexposeAlts' + _root['sexpose' + number + 'name']] = 'N';
} else {
if (_root['sexposeAlts' + _root['sexpose' + number + 'name']] == 'N') {
_root['sexposeAlts' + _root['sexpose' + number + 'name']] = 'R';
} else {
_root['sexposeAlts' + _root['sexpose' + number + 'name']] = 'R';
}
}
}
altText.text = _root['sexposeAlts' + _root['sexpose' + number + 'name']];
_root.checkPose();
}
}
movieClip 128 {
frame 1 {
if (_root['sexpose' + number + 'skip']) {
gotoAndStop(4);
} else {
if (_root['sexposeAlts' + _root['sexpose' + number + 'name']] != false) {
gotoAndStop(3);
altText.text = _root['sexposeAlts' + _root['sexpose' + number + 'name']];
} else {
gotoAndStop(2);
}
}
itemName.text = _root['sexpose' + number + 'name'];
}
}
button 138 {
on (release) {
if (_root.sexpose != 'original') {
if (_root.camera == 4) {
_root.camera = 0;
} else {
if (_root.camera == 0) {
_root.camera = 5;
} else {
if (_root.camera >= 5) {
_root.camera = 1;
} else {
++_root.camera;
}
}
}
_root.cameraLastAutoStyle = 0;
_root.resetCamera();
}
}
}
button 139 {
on (release) {
if (_root.sexpose != 'original') {
if (_root.sexposeShuffle) {
_root.sexposeShuffle = false;
_root.sexposeShuffleText = 'OFF';
} else {
_root.sexposeShuffle = true;
_root.sexposeShuffleText = 'ON';
}
}
}
}
button 140 {
on (release) {
if (!_root.startscreen) {
_root.gotoAndStop(1);
stopAllSounds();
_root.hudMain.gotoAndStop('startscreen');
}
}
}
button 141 {
on (release) {
if (_root.sexpose != 'original') {
_root.sexposeAdvanceSet += 5;
if (_root.sexposeAdvanceSet > 15) {
_root.sexposeAdvanceSet += 10;
}
if (_root.sexposeAdvanceSet > 60) {
_root.sexposeAdvanceSet += 15;
}
if (_root.sexposeAdvanceSet > 120) {
_root.sexposeAdvanceSet = 0;
}
_root.sexposeAdvanceTimer = _root.sexposeAdvanceSet * 25;
_root.advancerSet();
}
}
}
movieClip 142 {
frame 1 {
stop();
}
frame 2 {
stop();
flipItem1.number = 1;
flipItem2.number = 2;
flipItem3.number = 3;
flipItem4.number = 4;
flipItem5.number = 5;
flipItem6.number = 6;
flipItem7.number = 7;
flipItem8.number = 8;
flipItem9.number = 9;
flipItem10.number = 10;
flipItem11.number = 11;
flipItem12.number = 12;
}
}
button 143 {
on (press) {
play();
}
on (rollOver) {
play();
}
}
button 144 {
on (press) {
play();
hud.gotoAndStop(1);
}
on (rollOver) {
play();
hud.gotoAndStop(1);
}
}
movieClip 145 {
frame 1 {
if (_root.startscreen) {
gotoAndStop('startscreen');
} else {
gotoAndStop(5);
}
}
frame 2 {
stop();
}
frame 5 {
stop();
}
frame 10 {
gotoAndStop(2);
}
}
frame 2 {
stop();
}
movieClip 149 {
frame 1 {
if (_root.sexpose == 'SPOOKY') {
gotoAndPlay('spookmas');
} else {
gotoAndPlay('normal');
}
}
frame 211 {
stop();
}
frame 421 {
stop();
}
}
movieClip 152 {
frame 210 {
_root.introEnded();
}
}
movieClip 160 {
frame 1 {
_visible = false;
spacial = new Sound(_root.bbSFXdry);
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_root.randomSFX = Math.floor(Math.random() * 5);
gotoAndPlay(_root.randomSFX + 4);
}
frame 4 {
gotoAndStop('stop');
}
frame 5 {
gotoAndStop('stop');
}
frame 6 {
gotoAndStop('stop');
}
frame 7 {
gotoAndStop('stop');
}
frame 8 {
gotoAndStop('stop');
}
frame 9 {
gotoAndStop('stop');
}
frame 10 {
gotoAndStop('stop');
}
}
instance bbSFXdry of movieClip 160 {
}
movieClip 167 {
frame 1 {
_visible = false;
spacial = new Sound(_root.bbSFXsoft);
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_root.randomSFX = Math.floor(Math.random() * 5);
gotoAndPlay(_root.randomSFX + 4);
}
frame 4 {
gotoAndStop('stop');
}
frame 5 {
gotoAndStop('stop');
}
frame 6 {
gotoAndStop('stop');
}
frame 7 {
gotoAndStop('stop');
}
frame 8 {
gotoAndStop('stop');
}
frame 9 {
gotoAndStop('stop');
}
frame 10 {
gotoAndStop('stop');
}
}
instance bbSFXsoft of movieClip 167 {
}
movieClip 174 {
frame 1 {
_visible = false;
spacial = new Sound(_root.bbSFXheavy);
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_root.randomSFX = Math.floor(Math.random() * 5);
gotoAndPlay(_root.randomSFX + 4);
}
frame 4 {
gotoAndStop('stop');
}
frame 5 {
gotoAndStop('stop');
}
frame 6 {
gotoAndStop('stop');
}
frame 7 {
gotoAndStop('stop');
}
frame 8 {
gotoAndStop('stop');
}
frame 9 {
gotoAndStop('stop');
}
frame 10 {
gotoAndStop('stop');
}
}
instance bbSFXheavy of movieClip 174 {
}
movieClip 181 {
frame 1 {
_visible = false;
spacial = new Sound(_root.bbSFXhard);
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_root.randomSFX = Math.floor(Math.random() * 5);
gotoAndPlay(_root.randomSFX + 4);
}
frame 4 {
gotoAndStop('stop');
}
frame 5 {
gotoAndStop('stop');
}
frame 6 {
gotoAndStop('stop');
}
frame 7 {
gotoAndStop('stop');
}
frame 8 {
gotoAndStop('stop');
}
frame 9 {
gotoAndStop('stop');
}
frame 10 {
gotoAndStop('stop');
}
}
instance bbSFXhard of movieClip 181 {
}
movieClip 223 {
frame 1 {
_visible = false;
spacial = new Sound(_root.SFXschlop);
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_root.randomSFX = Math.floor(Math.random() * 40);
gotoAndPlay(_root.randomSFX + 4);
}
frame 4 {
gotoAndStop('stop');
}
frame 5 {
gotoAndStop('stop');
}
frame 6 {
gotoAndStop('stop');
}
frame 7 {
gotoAndStop('stop');
}
frame 8 {
gotoAndStop('stop');
}
frame 9 {
gotoAndStop('stop');
}
frame 10 {
gotoAndStop('stop');
}
frame 11 {
gotoAndStop('stop');
}
frame 12 {
gotoAndStop('stop');
}
frame 13 {
gotoAndStop('stop');
}
frame 14 {
gotoAndStop('stop');
}
frame 15 {
gotoAndStop('stop');
}
frame 16 {
gotoAndStop('stop');
}
frame 17 {
gotoAndStop('stop');
}
frame 18 {
gotoAndStop('stop');
}
frame 19 {
gotoAndStop('stop');
}
frame 20 {
gotoAndStop('stop');
}
frame 21 {
gotoAndStop('stop');
}
frame 22 {
gotoAndStop('stop');
}
frame 23 {
gotoAndStop('stop');
}
frame 24 {
gotoAndStop('stop');
}
frame 25 {
gotoAndStop('stop');
}
frame 26 {
gotoAndStop('stop');
}
frame 27 {
gotoAndStop('stop');
}
frame 28 {
gotoAndStop('stop');
}
frame 29 {
gotoAndStop('stop');
}
frame 30 {
gotoAndStop('stop');
}
frame 31 {
gotoAndStop('stop');
}
frame 32 {
gotoAndStop('stop');
}
frame 33 {
gotoAndStop('stop');
}
frame 34 {
gotoAndStop('stop');
}
frame 35 {
gotoAndStop('stop');
}
frame 36 {
gotoAndStop('stop');
}
frame 37 {
gotoAndStop('stop');
}
frame 38 {
gotoAndStop('stop');
}
frame 39 {
gotoAndStop('stop');
}
frame 40 {
gotoAndStop('stop');
}
frame 41 {
gotoAndStop('stop');
}
frame 42 {
gotoAndStop('stop');
}
frame 43 {
gotoAndStop('stop');
}
frame 44 {
gotoAndStop('stop');
}
frame 45 {
gotoAndStop('stop');
}
}
instance SFXschlop of movieClip 223 {
}
movieClip 232 {
frame 1 {
_visible = false;
spacial = new Sound(_root.SFXroomySoft);
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_root.randomSFX = Math.floor(Math.random() * 6);
gotoAndPlay(_root.randomSFX + 4);
}
frame 4 {
gotoAndStop('stop');
}
frame 5 {
gotoAndStop('stop');
}
frame 6 {
gotoAndStop('stop');
}
frame 7 {
gotoAndStop('stop');
}
frame 8 {
gotoAndStop('stop');
}
frame 9 {
gotoAndStop('stop');
}
frame 10 {
gotoAndStop('stop');
}
}
instance SFXroomySoft of movieClip 232 {
}
movieClip 241 {
frame 1 {
_visible = false;
spacial = new Sound(_root.SFXroomyHard);
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_root.randomSFX = Math.floor(Math.random() * 6);
gotoAndPlay(_root.randomSFX + 4);
}
frame 4 {
gotoAndStop('stop');
}
frame 5 {
gotoAndStop('stop');
}
frame 6 {
gotoAndStop('stop');
}
frame 7 {
gotoAndStop('stop');
}
frame 8 {
gotoAndStop('stop');
}
frame 9 {
gotoAndStop('stop');
}
frame 10 {
gotoAndStop('stop');
}
}
instance SFXroomyHard of movieClip 241 {
}
movieClip 252 {
frame 1 {
_visible = false;
spacial = new Sound(_root.SFXbackshot);
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_root.randomSFX = Math.floor(Math.random() * 9);
gotoAndPlay(_root.randomSFX + 4);
}
frame 4 {
gotoAndStop('stop');
}
frame 5 {
gotoAndStop('stop');
}
frame 6 {
gotoAndStop('stop');
}
frame 7 {
gotoAndStop('stop');
}
frame 8 {
gotoAndStop('stop');
}
frame 9 {
gotoAndStop('stop');
}
frame 10 {
gotoAndStop('stop');
}
frame 11 {
gotoAndStop('stop');
}
frame 12 {
gotoAndStop('stop');
}
frame 13 {
gotoAndStop('stop');
}
frame 14 {
gotoAndStop('stop');
}
frame 15 {
gotoAndStop('stop');
}
}
instance SFXbackshot of movieClip 252 {
}
movieClip 264 {
frame 1 {
_visible = false;
spacial = new Sound(_root.SFXbackshotLFE);
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_root.randomSFX = Math.floor(Math.random() * 10);
gotoAndPlay(_root.randomSFX + 4);
}
frame 4 {
gotoAndStop('stop');
}
frame 5 {
gotoAndStop('stop');
}
frame 6 {
gotoAndStop('stop');
}
frame 7 {
gotoAndStop('stop');
}
frame 8 {
gotoAndStop('stop');
}
frame 9 {
gotoAndStop('stop');
}
frame 10 {
gotoAndStop('stop');
}
frame 11 {
gotoAndStop('stop');
}
frame 12 {
gotoAndStop('stop');
}
frame 13 {
gotoAndStop('stop');
}
frame 14 {
gotoAndStop('stop');
}
frame 15 {
gotoAndStop('stop');
}
}
instance SFXbackshotLFE of movieClip 264 {
}
movieClip 282 {
frame 1 {
_visible = false;
spacial = new Sound(_root.sSFXslobber);
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_root.randomSFX = Math.ceil(Math.random() * 16);
gotoAndPlay(_root.randomSFX + 3);
}
frame 4 {
gotoAndStop('stop');
}
frame 5 {
gotoAndStop('stop');
}
frame 6 {
gotoAndStop('stop');
}
frame 7 {
gotoAndStop('stop');
}
frame 8 {
gotoAndStop('stop');
}
frame 9 {
gotoAndStop('stop');
}
frame 10 {
gotoAndStop('stop');
}
frame 11 {
gotoAndStop('stop');
}
frame 12 {
gotoAndStop('stop');
}
frame 13 {
gotoAndStop('stop');
}
frame 14 {
gotoAndStop('stop');
}
frame 15 {
gotoAndStop('stop');
}
frame 16 {
gotoAndStop('stop');
}
frame 17 {
gotoAndStop('stop');
}
frame 18 {
gotoAndStop('stop');
}
frame 19 {
gotoAndStop('stop');
}
}
instance sSFXslobber of movieClip 282 {
}
movieClip 298 {
frame 1 {
_visible = false;
spacial = new Sound(_root.sSFXsquish);
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_root.randomSFX = Math.ceil(Math.random() * 14);
gotoAndPlay(_root.randomSFX + 3);
}
frame 4 {
gotoAndStop('stop');
}
frame 5 {
gotoAndStop('stop');
}
frame 6 {
gotoAndStop('stop');
}
frame 7 {
gotoAndStop('stop');
}
frame 8 {
gotoAndStop('stop');
}
frame 9 {
gotoAndStop('stop');
}
frame 10 {
gotoAndStop('stop');
}
frame 11 {
gotoAndStop('stop');
}
frame 12 {
gotoAndStop('stop');
}
frame 13 {
gotoAndStop('stop');
}
frame 14 {
gotoAndStop('stop');
}
frame 15 {
gotoAndStop('stop');
}
frame 16 {
gotoAndStop('stop');
}
frame 17 {
gotoAndStop('stop');
}
}
instance sSFXsquish of movieClip 298 {
}
movieClip 322 {
frame 1 {
_visible = false;
spacial = new Sound(_root.SFXinternal);
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_root.randomSFX = Math.ceil(Math.random() * 20);
gotoAndPlay(_root.randomSFX + 3);
}
frame 4 {
gotoAndStop('stop');
}
frame 5 {
gotoAndStop('stop');
}
frame 6 {
gotoAndStop('stop');
}
frame 7 {
gotoAndStop('stop');
}
frame 8 {
gotoAndStop('stop');
}
frame 9 {
gotoAndStop('stop');
}
frame 10 {
gotoAndStop('stop');
}
frame 11 {
gotoAndStop('stop');
}
frame 12 {
gotoAndStop('stop');
}
frame 13 {
gotoAndStop('stop');
}
frame 14 {
gotoAndStop('stop');
}
frame 15 {
gotoAndStop('stop');
}
frame 16 {
gotoAndStop('stop');
}
frame 17 {
gotoAndStop('stop');
}
frame 18 {
gotoAndStop('stop');
}
frame 19 {
gotoAndStop('stop');
}
frame 20 {
gotoAndStop('stop');
}
frame 21 {
gotoAndStop('stop');
}
frame 22 {
gotoAndStop('stop');
}
}
instance SFXinternal of movieClip 322 {
}
movieClip 350 {
frame 1 {
_visible = false;
spacial = new Sound(_root.nmSFXthroat);
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_root.randomSFX = Math.ceil(Math.random() * 26);
gotoAndPlay(_root.randomSFX + 3);
}
frame 4 {
gotoAndStop('stop');
}
frame 5 {
gotoAndStop('stop');
}
frame 6 {
gotoAndStop('stop');
}
frame 7 {
gotoAndStop('stop');
}
frame 8 {
gotoAndStop('stop');
}
frame 9 {
gotoAndStop('stop');
}
frame 10 {
gotoAndStop('stop');
}
frame 11 {
gotoAndStop('stop');
}
frame 12 {
gotoAndStop('stop');
}
frame 13 {
gotoAndStop('stop');
}
frame 14 {
gotoAndStop('stop');
}
frame 15 {
gotoAndStop('stop');
}
frame 16 {
gotoAndStop('stop');
}
frame 17 {
gotoAndStop('stop');
}
frame 18 {
gotoAndStop('stop');
}
frame 19 {
gotoAndStop('stop');
}
frame 20 {
gotoAndStop('stop');
}
frame 21 {
gotoAndStop('stop');
}
frame 22 {
gotoAndStop('stop');
}
frame 23 {
gotoAndStop('stop');
}
frame 24 {
gotoAndStop('stop');
}
frame 25 {
gotoAndStop('stop');
}
frame 26 {
gotoAndStop('stop');
}
frame 27 {
gotoAndStop('stop');
}
frame 28 {
gotoAndStop('stop');
}
frame 29 {
gotoAndStop('stop');
}
}
instance nmSFXthroat of movieClip 350 {
}
movieClip 355 {
frame 1 {
_visible = false;
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_root.randomSFX = Math.ceil(Math.random() * 3);
gotoAndPlay(_root.randomSFX + 3);
}
frame 4 {
gotoAndStop('stop');
}
frame 5 {
gotoAndStop('stop');
}
frame 6 {
gotoAndStop('stop');
}
}
instance SFXejac of movieClip 355 {
}
frame 3 {
stop();
}
movieClip 364 {
frame 1 {
gotoAndStop(_root.lighting + 2);
}
}
movieClip 370 {
frame 1 {
gotoAndStop(_root.blushing + 1);
}
}
movieClip 386 {
frame 1 {
gotoAndStop(2);
onEnterFrame = function () {
++_root.faceTime;
if (_root.faceTime >= 0) {
if (_root.blink) {
gotoAndStop(2 + Math.ceil(Math.random() * 5));
_root.faceTime = -25 - Math.ceil(Math.random() * 75) - (_root.paceCurrent - 1) * 10;
_root.blink = false;
} else {
gotoAndStop(2);
_root.faceTime = -Math.ceil(Math.random() * 25) - (_root.paceCurrent - 1) * 10;
_root.blink = true;
}
}
if (_root.blushChange) {
_parent.blush.gotoAndStop(1);
_root.blushChange = false;
}
};
}
}
movieClip 390 {
frame 1 {
if (_root.sexpose == 'FOLDED' or _root.sexpose == 'REST' or _root.sexpose == 'SPLIT') {
gotoAndStop(3);
} else {
gotoAndStop(2);
}
}
}
movieClip 392 {
frame 1 {
gotoAndStop(_root.bottomless + 2);
}
}
movieClip 395 {
frame 1 {
gotoAndStop(_root.bottomless + 2);
}
}
movieClip 398 {
frame 1 {
gotoAndStop(_root.bottomless + 2);
}
}
movieClip 399 {
}
movieClip 400 {
}
movieClip 401 {
}
movieClip 402 {
}
movieClip 403 {
}
movieClip 409 {
frame 1 {
gotoAndStop(_root.skintone + 1);
}
}
movieClip 417 {
frame 1 {
gotoAndStop(_root.skintone + 1);
}
}
movieClip 426 {
frame 1 {
gotoAndStop(_root.skintone + 1);
}
}
movieClip 430 {
frame 1 {
gotoAndStop(_root.legwear + 1);
}
}
movieClip 434 {
frame 1 {
gotoAndStop(_root.legwear + 1);
}
}
movieClip 436 {
}
movieClip 438 {
}
movieClip 440 {
}
movieClip 442 {
frame 1 {
gotoAndStop(_root.topless + 2);
}
}
movieClip 444 {
frame 1 {
gotoAndStop(_root.topless + 2);
}
}
movieClip 446 {
}
movieClip 449 {
}
movieClip 451 {
frame 1 {
gotoAndStop(_root.topless + 2);
}
}
movieClip 454 {
frame 1 {
gotoAndStop(_root.topless + 2);
}
}
movieClip 456 {
}
movieClip 459 {
}
movieClip 461 {
frame 1 {
gotoAndStop(_root.topless + 2);
}
}
movieClip 465 {
frame 1 {
gotoAndStop(_root.topless + 2);
}
}
movieClip 470 {
frame 1 {
gotoAndStop(_root.topless + 2);
}
}
movieClip 474 {
}
movieClip 475 {
}
movieClip 480 {
}
movieClip 485 {
frame 1 {
gotoAndStop(_root.legwear + 1);
}
}
movieClip 492 {
frame 1 {
gotoAndStop(_root.legwear + 1);
}
}
movieClip 497 {
}
movieClip 500 {
}
movieClip 503 {
frame 1 {
gotoAndStop(_root.legwear + 1);
}
}
movieClip 508 {
frame 1 {
gotoAndStop(_root.legwear + 1);
}
}
movieClip 511 {
}
movieClip 514 {
}
movieClip 515 {
}
movieClip 517 {
frame 1 {
gotoAndStop(_root.bottomless + 2);
}
}
movieClip 519 {
frame 1 {
gotoAndStop(_root.bottomless + 2);
}
}
movieClip 528 {
frame 1 {
gotoAndStop(_root.skintone + 1);
}
}
movieClip 530 {
}
movieClip 532 {
}
movieClip 541 {
frame 1 {
gotoAndStop(_root.skintone + 1);
}
frame 1 {
if (_root.sexpose == 'original') {
condom.enabled = true;
} else {
condom.enabled = false;
}
}
}
movieClip 544 {
frame 1 {
if (_root.sexpose == 'original') {
_parent.condom._visible = true;
} else {
_parent.condom._visible = false;
}
}
}
movieClip 552 {
frame 1 {
gotoAndStop(_root.skintone + 1);
}
}
movieClip 555 {
}
movieClip 556 {
frame 1 {
gotoAndStop(_root.skintone + 1);
if (_root.creampie) {
mess._visible = true;
} else {
mess._visible = false;
}
}
}
movieClip 558 {
frame 1 {
gotoAndStop(_root.skintone + 1);
}
}
movieClip 559 {
frame 15 {
gotoAndPlay(1);
}
frame 30 {
gotoAndPlay(16);
}
}
movieClip 560 {
}
movieClip 561 {
frame 15 {
gotoAndPlay(1);
}
frame 30 {
gotoAndPlay(16);
}
}
movieClip 578 {
frame 1 {
gotoAndStop(2);
onEnterFrame = function () {
++_root.faceTime;
if (_root.faceTime >= 0) {
if (_root.blink) {
gotoAndStop(2 + Math.ceil(Math.random() * 5));
_root.faceTime = -25 - Math.ceil(Math.random() * 75) - (_root.paceCurrent - 1) * 10;
_root.blink = false;
} else {
gotoAndStop(2);
_root.faceTime = -Math.ceil(Math.random() * 25) - (_root.paceCurrent - 1) * 10;
_root.blink = true;
}
}
if (_root.blushChange) {
_parent.blush.gotoAndStop(1);
_root.blushChange = false;
}
};
}
frame 430 {
}
}
movieClip 601 {
frame 15 {
gotoAndPlay(1);
}
}
movieClip 602 {
}
movieClip 603 {
}
movieClip 604 {
}
movieClip 605 {
}
movieClip 606 {
frame 16 {
gotoAndPlay(1);
}
frame 31 {
gotoAndPlay(16);
}
}
movieClip 607 {
}
movieClip 608 {
frame 15 {
gotoAndPlay(1);
}
frame 30 {
gotoAndPlay(16);
}
}
movieClip 611 {
}
movieClip 613 {
frame 1 {
gotoAndStop(_root.lighting + 2);
}
}
movieClip 615 {
frame 1 {
gotoAndStop(_root.lighting + 2);
}
}
movieClip 617 {
frame 1 {
spacialvox1 = new Sound(_root.vox1);
}
frame 558 {
gotoAndPlay(2);
}
}
movieClip 618 {
frame 1 {
spacialvox2 = new Sound(_root.vox2);
}
frame 841 {
gotoAndPlay(2);
}
}
movieClip 619 {
frame 1 {
}
}
movieClip 620 {
frame 1 {
g1F = 0;
g2F = 0;
vox1.soundTransform = new SoundTransform(0.05);
vox2.soundTransform = new SoundTransform(0.05);
g1.gotoAndPlay(16);
g1.g.g.gotoAndPlay(16);
g2.gotoAndPlay(23);
g2.g.g.gotoAndPlay(23);
}
frame 1 {
}
frame 2 {
}
frame 150 {
vox1.startVol();
vox2.startVol();
}
frame 1270 {
gotoAndPlay('loopPoint');
}
}
frame 4 {
stop();
}
movieClip 630 {
frame 1 {
gotoAndStop(_root.skintone + 1);
}
}
movieClip 631 {
}
movieClip 632 {
}
movieClip 634 {
}
movieClip 636 {
}
movieClip 638 {
}
movieClip 640 {
}
movieClip 642 {
}
movieClip 644 {
}
movieClip 646 {
}
movieClip 647 {
frame 1 {
head.gotoAndStop(20);
}
frame 3 {
_root.SFXschlop.play();
}
frame 3 {
head.gotoAndStop(22);
}
frame 5 {
head.gotoAndStop(16);
}
frame 14 {
_root.SFXschlop.play();
}
frame 14 {
head.gotoAndStop(17);
}
frame 16 {
head.gotoAndStop(18);
}
frame 18 {
head.gotoAndStop(19);
}
frame 19 {
_root.bbSFXdry.play();
}
frame 20 {
head.gotoAndStop(20);
}
frame 21 {
_root.sceneGo();
}
frame 22 {
head.gotoAndStop(20);
}
frame 24 {
_root.SFXschlop.play();
}
frame 24 {
head.gotoAndStop(22);
}
frame 26 {
head.gotoAndStop(16);
}
frame 33 {
_root.SFXschlop.play();
}
frame 34 {
head.gotoAndStop(17);
}
frame 36 {
head.gotoAndStop(18);
}
frame 37 {
_root.bbSFXsoft.play();
}
frame 37 {
head.gotoAndStop(19);
}
frame 38 {
head.gotoAndStop(20);
}
frame 39 {
_root.sceneGo();
}
frame 40 {
head.gotoAndStop(20);
}
frame 41 {
_root.SFXschlop.play();
}
frame 41 {
head.gotoAndStop(22);
}
frame 43 {
head.gotoAndStop(16);
}
frame 48 {
_root.SFXschlop.play();
}
frame 49 {
head.gotoAndStop(17);
}
frame 50 {
head.gotoAndStop(18);
}
frame 52 {
_root.bbSFXheavy.play();
}
frame 52 {
head.gotoAndStop(19);
}
frame 53 {
head.gotoAndStop(20);
}
frame 54 {
_root.sceneGo();
}
frame 55 {
head.gotoAndStop(20);
}
frame 57 {
_root.SFXschlop.play();
}
frame 57 {
head.gotoAndStop(22);
}
frame 59 {
head.gotoAndStop(16);
}
frame 66 {
_root.SFXschlop.play();
}
frame 67 {
head.gotoAndStop(17);
}
frame 69 {
head.gotoAndStop(18);
}
frame 70 {
_root.bbSFXsoft.play();
}
frame 70 {
head.gotoAndStop(19);
}
frame 71 {
head.gotoAndStop(20);
}
frame 74 {
head.gotoAndStop(20);
}
frame 75 {
_root.SFXschlop.play();
}
frame 75 {
head.gotoAndStop(22);
}
frame 77 {
head.gotoAndStop(16);
}
frame 82 {
_root.SFXschlop.play();
}
frame 83 {
head.gotoAndStop(17);
}
frame 84 {
head.gotoAndStop(18);
}
frame 86 {
_root.bbSFXheavy.play();
}
frame 86 {
head.gotoAndStop(19);
}
frame 87 {
head.gotoAndStop(20);
}
frame 88 {
_root.SFXinternal.play();
}
frame 90 {
head.gotoAndStop(20);
}
frame 92 {
_root.SFXschlop.play();
}
frame 92 {
head.gotoAndStop(22);
}
frame 94 {
head.gotoAndStop(16);
}
frame 103 {
_root.SFXschlop.play();
}
frame 103 {
head.gotoAndStop(17);
}
frame 105 {
head.gotoAndStop(18);
}
frame 108 {
head.gotoAndStop(19);
}
frame 110 {
_root.bbSFXdry.play();
}
frame 110 {
_root.SFXinternal.play();
}
frame 112 {
head.gotoAndStop(20);
}
frame 114 {
head.gotoAndStop(21);
}
frame 116 {
_root.cumMid();
}
frame 116 {
head.gotoAndStop(22);
}
frame 118 {
head.gotoAndStop(16);
}
frame 119 {
_root.SFXinternal.play();
}
frame 143 {
_root.SFXinternal.play();
}
frame 153 {
_root.SFXschlop.play();
}
frame 157 {
head.gotoAndStop(16);
}
frame 172 {
_root.SFXschlop.play();
}
frame 172 {
head.gotoAndStop(17);
}
frame 174 {
head.gotoAndStop(18);
}
frame 177 {
head.gotoAndStop(19);
}
frame 179 {
_root.bbSFXdry.play();
}
frame 180 {
head.gotoAndStop(20);
}
frame 182 {
_root.sceneGo();
}
frame 184 {
head.gotoAndStop(16);
}
frame 185 {
head.gotoAndStop(17);
}
frame 186 {
head.gotoAndStop(18);
}
frame 187 {
head.gotoAndStop(19);
}
frame 188 {
head.gotoAndStop(20);
}
frame 189 {
head.gotoAndStop(21);
}
frame 190 {
head.gotoAndStop(22);
}
}
movieClip 648 {
}
movieClip 650 {
frame 1 {
_root.ticker();
play();
}
}
movieClip 652 {
frame 1 {
_visible = false;
stop();
}
}
movieClip 654 {
frame 1 {
_visible = false;
stop();
}
}
movieClip 655 {
frame 1 {
_root.resetCamera();
}
frame 3 {
_root.resetCamera();
}
frame 151 {
_root.resetCamera();
}
frame 313 {
_root.resetCamera();
}
frame 475 {
_root.resetCamera();
}
frame 634 {
_root.resetCamera();
}
frame 785 {
_root.resetCamera();
}
frame 992 {
_root.resetCamera();
}
frame 1199 {
_root.resetCamera();
}
frame 1360 {
_root.resetCamera();
}
frame 1521 {
_root.resetCamera();
}
frame 1629 {
_root.resetCamera();
}
frame 1737 {
_root.resetCamera();
}
frame 1917 {
_root.resetCamera();
}
frame 2098 {
_root.resetCamera();
}
frame 2304 {
_root.resetCamera();
}
frame 2484 {
_root.resetCamera();
}
frame 2665 {
_root.resetCamera();
}
frame 2871 {
_root.resetCamera();
}
frame 2932 {
_root.resetCamera();
}
frame 2993 {
_root.resetCamera();
}
frame 3055 {
_root.resetCamera();
}
frame 3117 {
_root.resetCamera();
}
}
frame 5 {
stop();
}
movieClip 659 {
frame 1 {
gotoAndStop(_root.legwear + 1);
}
}
movieClip 662 {
frame 1 {
gotoAndStop(_root.legwear + 1);
}
}
movieClip 706 {
frame 1 {
head.gotoAndStop(18);
}
frame 3 {
head.gotoAndStop(19);
}
frame 5 {
_root.SFXschlop.play();
}
frame 5 {
head.gotoAndStop(20);
}
frame 11 {
head.gotoAndStop(20);
}
frame 15 {
head.gotoAndStop(22);
}
frame 16 {
_root.SFXschlop.play();
}
frame 17 {
head.gotoAndStop(16);
}
frame 19 {
head.gotoAndStop(17);
}
frame 20 {
_root.SFXroomySoft.play();
}
frame 21 {
_root.sceneGo();
}
frame 22 {
head.gotoAndStop(18);
}
frame 24 {
head.gotoAndStop(19);
}
frame 25 {
_root.SFXschlop.play();
}
frame 26 {
head.gotoAndStop(20);
}
frame 31 {
head.gotoAndStop(20);
}
frame 35 {
head.gotoAndStop(22);
}
frame 36 {
_root.SFXschlop.play();
}
frame 37 {
head.gotoAndStop(16);
}
frame 39 {
_root.SFXroomyHard.play();
}
frame 39 {
head.gotoAndStop(17);
}
frame 40 {
_root.sceneGo();
}
frame 41 {
head.gotoAndStop(18);
}
frame 43 {
_root.SFXschlop.play();
}
frame 43 {
head.gotoAndStop(19);
}
frame 45 {
head.gotoAndStop(20);
}
frame 47 {
head.gotoAndStop(20);
}
frame 49 {
head.gotoAndStop(22);
}
frame 50 {
_root.SFXschlop.play();
}
frame 50 {
head.gotoAndStop(16);
}
frame 52 {
head.gotoAndStop(17);
}
frame 53 {
_root.SFXbackshot.play();
}
frame 54 {
_root.sceneGo();
}
frame 55 {
head.gotoAndStop(18);
}
frame 57 {
head.gotoAndStop(19);
}
frame 58 {
_root.SFXschlop.play();
}
frame 59 {
head.gotoAndStop(20);
}
frame 64 {
head.gotoAndStop(20);
}
frame 68 {
head.gotoAndStop(22);
}
frame 69 {
_root.SFXschlop.play();
}
frame 70 {
head.gotoAndStop(16);
}
frame 72 {
_root.SFXroomyHard.play();
}
frame 72 {
head.gotoAndStop(17);
}
frame 74 {
head.gotoAndStop(18);
}
frame 76 {
_root.SFXschlop.play();
}
frame 76 {
head.gotoAndStop(19);
}
frame 78 {
head.gotoAndStop(20);
}
frame 80 {
head.gotoAndStop(20);
}
frame 82 {
head.gotoAndStop(22);
}
frame 83 {
_root.SFXschlop.play();
}
frame 83 {
head.gotoAndStop(16);
}
frame 85 {
head.gotoAndStop(17);
}
frame 86 {
_root.SFXbackshot.play();
}
frame 87 {
_root.SFXinternal.play();
}
frame 93 {
head.gotoAndStop(18);
}
frame 98 {
head.gotoAndStop(19);
}
frame 100 {
_root.SFXschlop.play();
}
frame 100 {
head.gotoAndStop(20);
}
frame 106 {
head.gotoAndStop(20);
}
frame 110 {
head.gotoAndStop(22);
}
frame 111 {
_root.SFXschlop.play();
}
frame 112 {
head.gotoAndStop(16);
}
frame 116 {
head.gotoAndStop(17);
}
frame 120 {
_root.cumMid();
}
frame 120 {
_root.SFXroomySoft.play();
}
frame 126 {
_root.SFXinternal.play();
}
frame 136 {
head.gotoAndStop(18);
}
frame 140 {
_root.SFXinternal.play();
}
frame 142 {
head.gotoAndStop(19);
}
frame 145 {
_root.SFXschlop.play();
}
frame 145 {
head.gotoAndStop(20);
}
frame 151 {
head.gotoAndStop(20);
}
frame 156 {
head.gotoAndStop(22);
}
frame 157 {
_root.SFXschlop.play();
}
frame 158 {
head.gotoAndStop(16);
}
frame 162 {
head.gotoAndStop(17);
}
frame 165 {
_root.SFXroomySoft.play();
}
frame 166 {
_root.sceneGo();
}
frame 168 {
head.gotoAndStop(16);
}
frame 169 {
head.gotoAndStop(17);
}
frame 170 {
head.gotoAndStop(18);
}
frame 171 {
head.gotoAndStop(19);
}
frame 172 {
head.gotoAndStop(20);
}
frame 173 {
head.gotoAndStop(21);
}
frame 174 {
head.gotoAndStop(22);
}
}
movieClip 707 {
}
movieClip 708 {
frame 1 {
_root.resetCamera();
}
frame 3 {
_root.resetCamera();
}
frame 151 {
_root.resetCamera();
}
frame 313 {
_root.resetCamera();
}
frame 475 {
_root.resetCamera();
}
frame 592 {
_root.resetCamera();
}
frame 709 {
_root.resetCamera();
}
frame 916 {
_root.resetCamera();
}
frame 1123 {
_root.resetCamera();
}
frame 1284 {
_root.resetCamera();
}
frame 1445 {
_root.resetCamera();
}
frame 1553 {
_root.resetCamera();
}
frame 1661 {
_root.resetCamera();
}
frame 1841 {
_root.resetCamera();
}
frame 2022 {
_root.resetCamera();
}
frame 2228 {
_root.resetCamera();
}
frame 2408 {
_root.resetCamera();
}
frame 2589 {
_root.resetCamera();
}
frame 2795 {
_root.resetCamera();
}
frame 2856 {
_root.resetCamera();
}
frame 2917 {
_root.resetCamera();
}
frame 2979 {
_root.resetCamera();
}
frame 3041 {
_root.resetCamera();
}
}
frame 6 {
stop();
}
movieClip 717 {
frame 1 {
gotoAndStop(_root.skintone + 1);
}
}
movieClip 719 {
}
movieClip 730 {
frame 1 {
gotoAndStop(_root.skintone + 1);
}
}
movieClip 741 {
frame 1 {
gotoAndStop(_root.skintone + 1);
}
}
movieClip 742 {
frame 2 {
_root.SFXschlop.play();
}
frame 10 {
_root.bbSFXdry.play();
}
frame 12 {
_root.SFXschlop.play();
}
frame 22 {
_root.sceneGo();
}
frame 24 {
_root.SFXschlop.play();
}
frame 28 {
_root.bbSFXsoft.play();
}
frame 30 {
_root.SFXschlop.play();
}
frame 40 {
_root.sceneGo();
}
frame 41 {
_root.SFXschlop.play();
}
frame 45 {
_root.bbSFXheavy.play();
}
frame 46 {
_root.SFXschlop.play();
}
frame 55 {
_root.sceneGo();
}
frame 57 {
_root.SFXschlop.play();
}
frame 61 {
_root.bbSFXsoft.play();
}
frame 63 {
_root.SFXschlop.play();
}
frame 74 {
_root.SFXschlop.play();
}
frame 78 {
_root.bbSFXheavy.play();
}
frame 78 {
_root.SFXinternal.play();
}
frame 79 {
_root.SFXschlop.play();
}
frame 90 {
_root.SFXschlop.play();
}
frame 97 {
_root.SFXinternal.play();
}
frame 98 {
_root.bbSFXdry.play();
}
frame 100 {
_root.SFXschlop.play();
}
frame 113 {
_root.SFXschlop.play();
}
frame 126 {
_root.cumMid();
}
frame 126 {
_root.SFXinternal.play();
}
frame 127 {
_root.bbSFXdry.play();
}
frame 129 {
_root.SFXschlop.play();
}
frame 189 {
_root.sceneGo();
}
}
movieClip 743 {
}
movieClip 744 {
frame 1 {
_root.resetCamera();
}
frame 3 {
_root.resetCamera();
}
frame 151 {
_root.resetCamera();
}
frame 313 {
_root.resetCamera();
}
frame 475 {
_root.resetCamera();
}
frame 592 {
_root.resetCamera();
}
frame 709 {
_root.resetCamera();
}
frame 916 {
_root.resetCamera();
}
frame 1123 {
_root.resetCamera();
}
frame 1284 {
_root.resetCamera();
}
frame 1445 {
_root.resetCamera();
}
frame 1553 {
_root.resetCamera();
}
frame 1661 {
_root.resetCamera();
}
frame 1841 {
_root.resetCamera();
}
frame 2022 {
_root.resetCamera();
}
frame 2228 {
_root.resetCamera();
}
frame 2408 {
_root.resetCamera();
}
frame 2589 {
_root.resetCamera();
}
frame 2795 {
_root.resetCamera();
}
frame 2856 {
_root.resetCamera();
}
frame 2917 {
_root.resetCamera();
}
frame 2979 {
_root.resetCamera();
}
frame 3041 {
_root.resetCamera();
}
}
frame 7 {
stop();
}
movieClip 745 {
}
movieClip 747 {
}
movieClip 750 {
frame 1 {
gotoAndStop(_root.bottomless + 2);
}
}
movieClip 754 {
frame 1 {
gotoAndStop(_root.legwear + 1);
}
}
movieClip 861 {
frame 7 {
_root.sSFXsquish.play();
}
frame 16 {
_root.sSFXsquish.play();
}
frame 22 {
_root.sceneGo();
}
frame 27 {
_root.sSFXslobber.play();
}
frame 35 {
_root.sSFXsquish.play();
}
frame 40 {
_root.sceneGo();
}
frame 43 {
_root.sSFXslobber.play();
}
frame 45 {
_root.sSFXsquish.play();
}
frame 51 {
_root.sSFXsquish.play();
}
frame 55 {
_root.sceneGo();
}
frame 60 {
_root.sSFXslobber.play();
}
frame 68 {
_root.sSFXsquish.play();
}
frame 76 {
_root.sSFXslobber.play();
}
frame 78 {
_root.sSFXsquish.play();
}
frame 79 {
_root.SFXinternal.play();
}
frame 84 {
_root.sSFXsquish.play();
}
frame 98 {
_root.sSFXsquish.play();
}
frame 98 {
_root.SFXinternal.play();
}
frame 109 {
_root.sSFXsquish.play();
}
frame 132 {
_root.sSFXsquish.play();
}
frame 146 {
_root.SFXinternal.play();
}
frame 147 {
_root.cumMid();
}
frame 147 {
_root.sSFXslobber.play();
}
frame 176 {
_root.sSFXsquish.play();
}
frame 179 {
_root.blink = true;
_root.faceTime = 0;
}
frame 192 {
_root.blink = false;
_root.faceTime = 0;
}
frame 207 {
_root.sceneGo();
}
}
movieClip 862 {
}
movieClip 863 {
frame 1 {
_root.resetCamera();
}
frame 3 {
_root.resetCamera();
}
frame 151 {
_root.resetCamera();
}
frame 313 {
_root.resetCamera();
}
frame 475 {
_root.resetCamera();
}
frame 592 {
_root.resetCamera();
}
frame 709 {
_root.resetCamera();
}
frame 916 {
_root.resetCamera();
}
frame 1123 {
_root.resetCamera();
}
frame 1284 {
_root.resetCamera();
}
frame 1445 {
_root.resetCamera();
}
frame 1553 {
_root.resetCamera();
}
frame 1661 {
_root.resetCamera();
}
frame 1841 {
_root.resetCamera();
}
frame 2022 {
_root.resetCamera();
}
frame 2228 {
_root.resetCamera();
}
frame 2408 {
_root.resetCamera();
}
frame 2589 {
_root.resetCamera();
}
frame 2795 {
_root.resetCamera();
}
frame 2856 {
_root.resetCamera();
}
frame 2917 {
_root.resetCamera();
}
frame 2979 {
_root.resetCamera();
}
frame 3041 {
_root.resetCamera();
}
}
frame 8 {
stop();
}
movieClip 958 {
frame 2 {
_root.SFXschlop.play();
}
frame 8 {
_root.bbSFXsoft.play();
}
frame 10 {
_root.SFXschlop.play();
}
frame 21 {
_root.sceneGo();
}
frame 23 {
_root.SFXschlop.play();
}
frame 27 {
_root.bbSFXheavy.play();
}
frame 29 {
_root.SFXschlop.play();
}
frame 39 {
_root.sceneGo();
}
frame 41 {
_root.SFXschlop.play();
}
frame 44 {
_root.SFXroomySoft.play();
}
frame 45 {
_root.SFXschlop.play();
}
frame 54 {
_root.sceneGo();
}
frame 56 {
_root.SFXschlop.play();
}
frame 60 {
_root.bbSFXheavy.play();
}
frame 62 {
_root.SFXschlop.play();
}
frame 78 {
_root.SFXschlop.play();
}
frame 81 {
_root.SFXroomySoft.play();
}
frame 82 {
_root.SFXschlop.play();
}
frame 83 {
_root.SFXinternal.play();
}
frame 95 {
_root.SFXschlop.play();
}
frame 101 {
_root.bbSFXsoft.play();
}
frame 103 {
_root.SFXschlop.play();
}
frame 105 {
_root.SFXinternal.play();
}
frame 128 {
_root.SFXschlop.play();
}
frame 132 {
_root.cumMid();
}
frame 135 {
_root.bbSFXsoft.play();
}
frame 137 {
_root.SFXschlop.play();
}
frame 141 {
_root.SFXinternal.play();
}
frame 189 {
_root.sceneGo();
}
}
movieClip 959 {
}
movieClip 960 {
frame 1 {
_root.resetCamera();
}
frame 3 {
_root.resetCamera();
}
frame 151 {
_root.resetCamera();
}
frame 313 {
_root.resetCamera();
}
frame 475 {
_root.resetCamera();
}
frame 592 {
_root.resetCamera();
}
frame 709 {
_root.resetCamera();
}
frame 916 {
_root.resetCamera();
}
frame 1123 {
_root.resetCamera();
}
frame 1284 {
_root.resetCamera();
}
frame 1445 {
_root.resetCamera();
}
frame 1553 {
_root.resetCamera();
}
frame 1661 {
_root.resetCamera();
}
frame 1841 {
_root.resetCamera();
}
frame 2022 {
_root.resetCamera();
}
frame 2228 {
_root.resetCamera();
}
frame 2408 {
_root.resetCamera();
}
frame 2589 {
_root.resetCamera();
}
frame 2795 {
_root.resetCamera();
}
frame 2856 {
_root.resetCamera();
}
frame 2917 {
_root.resetCamera();
}
frame 2979 {
_root.resetCamera();
}
frame 3041 {
_root.resetCamera();
}
}
frame 9 {
stop();
}
movieClip 963 {
}
movieClip 1034 {
frame 1 {
if (_root.cumming != 'flow') {
stop();
}
}
frame 3 {
_root.blink = false;
_root.faceTime = 0;
}
frame 124 {
if (_root.cumming == 'flow') {
_root.rand = Math.ceil(Math.random() * 5);
if (_root.rand == 1) {
gotoAndPlay('ooze');
} else {
gotoAndPlay('gape');
}
}
}
}
movieClip 1038 {
frame 1 {
gotoAndStop(_root.legwear + 1);
}
}
movieClip 1042 {
frame 1 {
gotoAndStop(_root.bottomless + 2);
}
}
movieClip 1045 {
frame 1 {
gotoAndStop(_root.legwear + 1);
}
}
movieClip 1047 {
}
movieClip 1049 {
}
movieClip 1051 {
}
movieClip 1052 {
frame 1 {
head.mouth._visible = false;
}
frame 1 {
head.gotoAndStop(16);
}
frame 43 {
_root.sceneGo();
}
frame 44 {
head.mouth._visible = false;
}
frame 44 {
head.gotoAndStop(16);
}
frame 86 {
_root.sceneGo();
}
frame 87 {
head.mouth._visible = false;
_root.blink = true;
}
frame 122 {
_root.sceneGo();
}
frame 123 {
head.mouth._visible = false;
_root.blink = true;
}
frame 123 {
head.gotoAndStop(16);
}
frame 158 {
_root.sceneGo();
}
frame 159 {
head.mouth._visible = false;
_root.blink = true;
}
frame 159 {
head.gotoAndStop(16);
}
frame 194 {
_root.sceneGo();
}
frame 223 {
_root.sceneGo();
}
frame 224 {
head.mouth._visible = false;
}
frame 224 {
head.gotoAndStop(16);
}
frame 252 {
_root.sceneGo();
}
frame 254 {
head.gotoAndStop(16);
}
frame 255 {
head.gotoAndStop(17);
}
frame 256 {
head.gotoAndStop(18);
}
frame 257 {
head.gotoAndStop(19);
}
frame 258 {
head.gotoAndStop(20);
}
frame 259 {
head.gotoAndStop(21);
}
frame 260 {
head.gotoAndStop(22);
}
}
movieClip 1053 {
}
movieClip 1054 {
frame 1 {
_root.resetCamera();
}
frame 3 {
_root.resetCamera();
}
frame 151 {
_root.resetCamera();
}
frame 314 {
_root.resetCamera();
}
frame 495 {
_root.resetCamera();
}
frame 675 {
_root.resetCamera();
}
frame 811 {
_root.resetCamera();
}
frame 951 {
_root.resetCamera();
}
frame 1187 {
_root.resetCamera();
}
frame 1425 {
_root.resetCamera();
}
frame 1637 {
_root.resetCamera();
}
frame 1859 {
_root.resetCamera();
}
frame 2005 {
_root.resetCamera();
}
frame 2150 {
_root.resetCamera();
}
frame 2352 {
_root.resetCamera();
}
frame 2555 {
_root.resetCamera();
}
frame 2784 {
_root.resetCamera();
}
frame 2986 {
_root.resetCamera();
}
frame 3192 {
_root.resetCamera();
}
frame 3423 {
_root.resetCamera();
}
frame 3488 {
_root.resetCamera();
}
frame 3554 {
_root.resetCamera();
}
frame 3616 {
_root.resetCamera();
}
frame 3678 {
_root.resetCamera();
}
}
frame 10 {
stop();
}
movieClip 1090 {
frame 2 {
_root.sSFXsquish.play();
}
frame 12 {
_root.nmSFXthroat.play();
}
frame 13 {
_root.sSFXsquish.play();
}
frame 21 {
_root.sceneGo();
}
frame 23 {
_root.sSFXsquish.play();
}
frame 31 {
_root.nmSFXthroat.play();
}
frame 33 {
_root.sSFXsquish.play();
}
frame 40 {
_root.sceneGo();
}
frame 42 {
_root.sSFXsquish.play();
}
frame 46 {
_root.nmSFXthroat.play();
}
frame 51 {
_root.sSFXsquish.play();
}
frame 54 {
_root.sceneGo();
}
frame 56 {
_root.sSFXsquish.play();
}
frame 70 {
_root.nmSFXthroat.play();
}
frame 75 {
_root.sSFXsquish.play();
}
frame 86 {
_root.sSFXsquish.play();
}
frame 92 {
_root.nmSFXthroat.play();
}
frame 95 {
_root.SFXinternal.play();
}
frame 100 {
_root.sSFXsquish.play();
}
frame 107 {
_root.sSFXsquish.play();
}
frame 122 {
_root.SFXinternal.play();
}
frame 134 {
_root.nmSFXthroat.play();
}
frame 138 {
_root.sSFXsquish.play();
}
frame 153 {
_root.sSFXsquish.play();
}
frame 165 {
_root.SFXinternal.play();
}
frame 167 {
_root.cumMid();
}
frame 172 {
_root.rand = Math.ceil(Math.random() * 2);
if (_root.rand == 1) {
assLeak.play();
}
}
frame 201 {
_root.nmSFXthroat.play();
}
frame 204 {
_root.sSFXsquish.play();
}
frame 223 {
_root.sceneGo();
}
}
movieClip 1091 {
}
movieClip 1092 {
frame 1 {
_root.resetCamera();
}
frame 3 {
_root.resetCamera();
}
frame 151 {
_root.resetCamera();
}
frame 313 {
_root.resetCamera();
}
frame 475 {
_root.resetCamera();
}
frame 592 {
_root.resetCamera();
}
frame 709 {
_root.resetCamera();
}
frame 916 {
_root.resetCamera();
}
frame 1123 {
_root.resetCamera();
}
frame 1284 {
_root.resetCamera();
}
frame 1445 {
_root.resetCamera();
}
frame 1553 {
_root.resetCamera();
}
frame 1661 {
_root.resetCamera();
}
frame 1841 {
_root.resetCamera();
}
frame 2022 {
_root.resetCamera();
}
frame 2228 {
_root.resetCamera();
}
frame 2408 {
_root.resetCamera();
}
frame 2589 {
_root.resetCamera();
}
frame 2795 {
_root.resetCamera();
}
frame 2856 {
_root.resetCamera();
}
frame 2917 {
_root.resetCamera();
}
frame 2979 {
_root.resetCamera();
}
frame 3041 {
_root.resetCamera();
}
}
frame 11 {
stop();
}
movieClip 1125 {
frame 2 {
_root.SFXschlop.play();
}
frame 8 {
_root.bbSFXdry.play();
}
frame 10 {
_root.SFXschlop.play();
}
frame 20 {
_root.sceneGo();
}
frame 22 {
_root.SFXschlop.play();
}
frame 23 {
_root.bbSFXsoft.play();
}
frame 26 {
_root.SFXschlop.play();
}
frame 34 {
_root.sceneGo();
}
frame 35 {
_root.SFXschlop.play();
}
frame 38 {
_root.bbSFXheavy.play();
}
frame 41 {
_root.SFXschlop.play();
}
frame 46 {
_root.sceneGo();
}
frame 48 {
_root.SFXschlop.play();
}
frame 49 {
_root.bbSFXsoft.play();
}
frame 52 {
_root.SFXschlop.play();
}
frame 63 {
_root.SFXschlop.play();
}
frame 66 {
_root.bbSFXheavy.play();
}
frame 69 {
_root.SFXinternal.play();
}
frame 70 {
_root.SFXschlop.play();
}
frame 79 {
_root.SFXschlop.play();
}
frame 87 {
_root.bbSFXdry.play();
}
frame 90 {
_root.SFXschlop.play();
}
frame 90 {
_root.SFXinternal.play();
}
frame 111 {
_root.SFXschlop.play();
}
frame 129 {
_root.bbSFXdry.play();
}
frame 131 {
_root.SFXschlop.play();
}
frame 132 {
_root.cumMid();
}
frame 132 {
_root.SFXinternal.play();
}
frame 166 {
_root.sceneGo();
}
}
movieClip 1126 {
}
movieClip 1127 {
frame 1 {
_root.resetCamera();
}
frame 3 {
_root.resetCamera();
}
frame 151 {
_root.resetCamera();
}
frame 313 {
_root.resetCamera();
}
frame 475 {
_root.resetCamera();
}
frame 592 {
_root.resetCamera();
}
frame 709 {
_root.resetCamera();
}
frame 916 {
_root.resetCamera();
}
frame 1123 {
_root.resetCamera();
}
frame 1284 {
_root.resetCamera();
}
frame 1445 {
_root.resetCamera();
}
frame 1553 {
_root.resetCamera();
}
frame 1661 {
_root.resetCamera();
}
frame 1841 {
_root.resetCamera();
}
frame 2022 {
_root.resetCamera();
}
frame 2228 {
_root.resetCamera();
}
frame 2408 {
_root.resetCamera();
}
frame 2589 {
_root.resetCamera();
}
frame 2795 {
_root.resetCamera();
}
frame 2856 {
_root.resetCamera();
}
frame 2917 {
_root.resetCamera();
}
frame 2979 {
_root.resetCamera();
}
frame 3041 {
_root.resetCamera();
}
}
frame 12 {
stop();
}
movieClip 1226 {
frame 2 {
_root.SFXschlop.play();
}
frame 9 {
_root.bbSFXdry.play();
}
frame 12 {
_root.SFXschlop.play();
}
frame 22 {
_root.sceneGo();
}
frame 24 {
_root.SFXschlop.play();
}
frame 28 {
_root.SFXroomySoft.play();
}
frame 32 {
_root.SFXschlop.play();
}
frame 40 {
_root.sceneGo();
}
frame 41 {
_root.SFXschlop.play();
}
frame 42 {
_root.SFXroomyHard.play();
}
frame 49 {
_root.SFXschlop.play();
}
frame 55 {
_root.sceneGo();
}
frame 57 {
_root.SFXschlop.play();
}
frame 61 {
_root.SFXroomySoft.play();
}
frame 65 {
_root.SFXschlop.play();
}
frame 75 {
_root.SFXschlop.play();
}
frame 81 {
_root.SFXroomySoft.play();
}
frame 87 {
_root.SFXschlop.play();
}
frame 113 {
_root.bbSFXdry.play();
}
frame 116 {
_root.SFXinternal.play();
}
frame 127 {
_root.SFXschlop.play();
}
frame 149 {
_root.bbSFXdry.play();
}
frame 150 {
_root.cumMid();
}
frame 150 {
_root.SFXinternal.play();
}
frame 164 {
_root.SFXinternal.play();
}
frame 178 {
_root.SFXschlop.play();
}
frame 209 {
_root.sceneGo();
}
}
movieClip 1227 {
}
movieClip 1228 {
frame 1 {
_root.resetCamera();
}
frame 3 {
_root.resetCamera();
}
frame 151 {
_root.resetCamera();
}
frame 313 {
_root.resetCamera();
}
frame 475 {
_root.resetCamera();
}
frame 592 {
_root.resetCamera();
}
frame 709 {
_root.resetCamera();
}
frame 916 {
_root.resetCamera();
}
frame 1123 {
_root.resetCamera();
}
frame 1284 {
_root.resetCamera();
}
frame 1445 {
_root.resetCamera();
}
frame 1553 {
_root.resetCamera();
}
frame 1661 {
_root.resetCamera();
}
frame 1841 {
_root.resetCamera();
}
frame 2022 {
_root.resetCamera();
}
frame 2228 {
_root.resetCamera();
}
frame 2408 {
_root.resetCamera();
}
frame 2589 {
_root.resetCamera();
}
frame 2795 {
_root.resetCamera();
}
frame 2856 {
_root.resetCamera();
}
frame 2917 {
_root.resetCamera();
}
frame 2979 {
_root.resetCamera();
}
frame 3041 {
_root.resetCamera();
}
}
frame 13 {
stop();
}
movieClip 1229 {
frame 1 {
head.gotoAndStop(17);
}
frame 3 {
_root.SFXschlop.play();
}
frame 3 {
head.gotoAndStop(18);
}
frame 5 {
head.gotoAndStop(19);
}
frame 9 {
head.gotoAndStop(20);
}
frame 13 {
_root.sSFXsquish.play();
}
frame 13 {
head.gotoAndStop(21);
}
frame 17 {
_root.SFXschlop.play();
}
frame 17 {
head.gotoAndStop(22);
}
frame 20 {
head.gotoAndStop(17);
}
frame 23 {
head.gotoAndStop(16);
}
frame 28 {
_root.sceneGo();
}
frame 29 {
head.gotoAndStop(17);
}
frame 30 {
_root.SFXschlop.play();
}
frame 30 {
head.gotoAndStop(18);
}
frame 31 {
head.gotoAndStop(19);
}
frame 32 {
head.gotoAndStop(20);
}
frame 34 {
_root.bbSFXheavy.play();
}
frame 34 {
head.gotoAndStop(21);
}
frame 36 {
_root.SFXschlop.play();
}
frame 36 {
head.gotoAndStop(22);
}
frame 39 {
head.gotoAndStop(17);
}
frame 42 {
head.gotoAndStop(16);
}
frame 46 {
_root.sceneGo();
}
frame 47 {
_root.SFXschlop.play();
}
frame 47 {
head.gotoAndStop(22);
}
frame 49 {
head.gotoAndStop(16);
}
frame 51 {
_root.SFXroomySoft.play();
}
frame 51 {
head.gotoAndStop(17);
}
frame 52 {
head.gotoAndStop(18);
}
frame 53 {
head.gotoAndStop(19);
}
frame 54 {
_root.SFXschlop.play();
}
frame 54 {
head.gotoAndStop(20);
}
frame 56 {
head.gotoAndStop(21);
}
frame 58 {
_root.sceneGo();
}
frame 59 {
head.gotoAndStop(17);
}
frame 61 {
_root.SFXschlop.play();
}
frame 61 {
head.gotoAndStop(18);
}
frame 63 {
head.gotoAndStop(19);
}
frame 67 {
head.gotoAndStop(20);
}
frame 71 {
_root.sSFXsquish.play();
}
frame 71 {
head.gotoAndStop(21);
}
frame 75 {
_root.SFXschlop.play();
}
frame 75 {
head.gotoAndStop(22);
}
frame 78 {
head.gotoAndStop(17);
}
frame 81 {
head.gotoAndStop(16);
}
frame 86 {
_root.sceneGo();
}
frame 87 {
head.gotoAndStop(17);
}
frame 88 {
_root.SFXschlop.play();
}
frame 88 {
head.gotoAndStop(18);
}
frame 89 {
head.gotoAndStop(19);
}
frame 90 {
head.gotoAndStop(20);
}
frame 92 {
_root.bbSFXheavy.play();
}
frame 92 {
head.gotoAndStop(21);
}
frame 94 {
_root.SFXschlop.play();
}
frame 94 {
head.gotoAndStop(22);
}
frame 97 {
head.gotoAndStop(17);
}
frame 100 {
head.gotoAndStop(16);
}
frame 104 {
_root.sceneGo();
}
frame 105 {
_root.SFXschlop.play();
}
frame 105 {
head.gotoAndStop(22);
}
frame 107 {
head.gotoAndStop(16);
}
frame 109 {
_root.SFXroomySoft.play();
}
frame 109 {
head.gotoAndStop(17);
}
frame 110 {
head.gotoAndStop(18);
}
frame 111 {
head.gotoAndStop(19);
}
frame 112 {
_root.SFXschlop.play();
}
frame 112 {
head.gotoAndStop(20);
}
frame 114 {
head.gotoAndStop(21);
}
frame 116 {
_root.sceneGo();
}
frame 117 {
head.gotoAndStop(17);
}
frame 118 {
_root.SFXschlop.play();
}
frame 118 {
head.gotoAndStop(18);
}
frame 120 {
head.gotoAndStop(19);
}
frame 121 {
head.gotoAndStop(20);
}
frame 124 {
_root.bbSFXheavy.play();
}
frame 124 {
head.gotoAndStop(21);
}
frame 128 {
_root.SFXschlop.play();
}
frame 128 {
head.gotoAndStop(22);
}
frame 131 {
head.gotoAndStop(17);
}
frame 137 {
head.gotoAndStop(16);
}
frame 143 {
_root.SFXschlop.play();
}
frame 143 {
head.gotoAndStop(22);
}
frame 147 {
head.gotoAndStop(16);
}
frame 151 {
_root.SFXroomySoft.play();
}
frame 151 {
head.gotoAndStop(17);
}
frame 153 {
head.gotoAndStop(18);
}
frame 155 {
_root.SFXinternal.play();
}
frame 155 {
head.gotoAndStop(19);
}
frame 157 {
_root.SFXschlop.play();
}
frame 157 {
head.gotoAndStop(20);
}
frame 161 {
head.gotoAndStop(21);
}
frame 165 {
_root.SFXschlop.play();
}
frame 165 {
head.gotoAndStop(22);
}
frame 170 {
head.gotoAndStop(16);
}
frame 175 {
_root.bbSFXheavy.play();
}
frame 175 {
head.gotoAndStop(17);
}
frame 179 {
head.gotoAndStop(18);
}
frame 181 {
_root.SFXinternal.play();
}
frame 181 {
head.gotoAndStop(19);
}
frame 194 {
_root.SFXschlop.play();
}
frame 194 {
head.gotoAndStop(20);
}
frame 198 {
head.gotoAndStop(21);
}
frame 204 {
head.gotoAndStop(17);
}
frame 210 {
_root.SFXschlop.play();
}
frame 210 {
head.gotoAndStop(18);
}
frame 212 {
head.gotoAndStop(19);
}
frame 215 {
head.gotoAndStop(20);
}
frame 220 {
_root.cumMid();
}
frame 220 {
_root.sSFXsquish.play();
}
frame 220 {
_root.SFXinternal.play();
}
frame 220 {
head.gotoAndStop(21);
}
frame 231 {
_root.SFXinternal.play();
}
frame 249 {
_root.SFXschlop.play();
}
frame 249 {
head.gotoAndStop(22);
}
frame 254 {
head.gotoAndStop(17);
}
frame 262 {
head.gotoAndStop(16);
}
frame 270 {
_root.sceneGo();
}
}
movieClip 1230 {
}
movieClip 1231 {
frame 1 {
_root.resetCamera();
}
frame 3 {
_root.resetCamera();
}
frame 151 {
_root.resetCamera();
}
frame 313 {
_root.resetCamera();
}
frame 475 {
_root.resetCamera();
}
frame 592 {
_root.resetCamera();
}
frame 709 {
_root.resetCamera();
}
frame 916 {
_root.resetCamera();
}
frame 1123 {
_root.resetCamera();
}
frame 1284 {
_root.resetCamera();
}
frame 1445 {
_root.resetCamera();
}
frame 1553 {
_root.resetCamera();
}
frame 1661 {
_root.resetCamera();
}
frame 1841 {
_root.resetCamera();
}
frame 2022 {
_root.resetCamera();
}
frame 2228 {
_root.resetCamera();
}
frame 2408 {
_root.resetCamera();
}
frame 2589 {
_root.resetCamera();
}
frame 2795 {
_root.resetCamera();
}
frame 2856 {
_root.resetCamera();
}
frame 2917 {
_root.resetCamera();
}
frame 2979 {
_root.resetCamera();
}
frame 3041 {
_root.resetCamera();
}
}
frame 14 {
stop();
}
movieClip 1234 {
}
movieClip 1241 {
}
movieClip 1244 {
frame 1 {
gotoAndStop(_root.skintone + 1);
if (_root.creampie) {
mess._visible = true;
} else {
mess._visible = false;
}
}
}
movieClip 1247 {
frame 1 {
gotoAndStop(_root.legwear + 1);
}
}
movieClip 1250 {
frame 1 {
gotoAndStop(_root.bottomless + 2);
}
}
movieClip 1253 {
frame 1 {
gotoAndStop(_root.legwear + 1);
}
}
movieClip 1254 {
frame 1 {
head.gotoAndStop(16);
}
frame 2 {
_root.SFXschlop.play();
}
frame 13 {
_root.SFXschlop.play();
}
frame 21 {
_root.sceneGo();
}
frame 22 {
head.gotoAndStop(21);
}
frame 24 {
head.gotoAndStop(22);
}
frame 26 {
_root.SFXschlop.play();
}
frame 26 {
head.gotoAndStop(16);
}
frame 30 {
head.gotoAndStop(17);
}
frame 33 {
head.gotoAndStop(18);
}
frame 34 {
_root.SFXschlop.play();
}
frame 36 {
head.gotoAndStop(19);
}
frame 39 {
head.gotoAndStop(20);
}
frame 41 {
_root.bbSFXdry.play();
}
frame 42 {
_root.sceneGo();
}
frame 43 {
head.gotoAndStop(16);
}
frame 44 {
_root.sSFXsquish.play();
}
frame 48 {
_root.sSFXslobber.play();
}
frame 48 {
head.gotoAndStop(17);
}
frame 51 {
_root.sSFXsquish.play();
}
frame 54 {
head.gotoAndStop(16);
}
frame 57 {
_root.sceneGo();
}
frame 58 {
head.gotoAndStop(21);
}
frame 60 {
head.gotoAndStop(22);
}
frame 62 {
_root.SFXschlop.play();
}
frame 62 {
head.gotoAndStop(16);
}
frame 66 {
head.gotoAndStop(17);
}
frame 69 {
head.gotoAndStop(18);
}
frame 70 {
_root.SFXschlop.play();
}
frame 72 {
head.gotoAndStop(19);
}
frame 75 {
head.gotoAndStop(20);
}
frame 77 {
_root.bbSFXdry.play();
}
frame 79 {
head.gotoAndStop(21);
}
frame 81 {
head.gotoAndStop(22);
}
frame 83 {
_root.SFXschlop.play();
}
frame 83 {
head.gotoAndStop(16);
}
frame 86 {
head.gotoAndStop(17);
}
frame 89 {
head.gotoAndStop(18);
}
frame 90 {
_root.SFXschlop.play();
}
frame 92 {
head.gotoAndStop(19);
}
frame 94 {
head.gotoAndStop(20);
}
frame 96 {
_root.bbSFXdry.play();
}
frame 98 {
head.gotoAndStop(21);
}
frame 99 {
head.gotoAndStop(22);
}
frame 100 {
_root.SFXschlop.play();
}
frame 100 {
head.gotoAndStop(16);
}
frame 102 {
head.gotoAndStop(17);
}
frame 105 {
head.gotoAndStop(18);
}
frame 106 {
_root.SFXschlop.play();
}
frame 108 {
head.gotoAndStop(19);
}
frame 110 {
head.gotoAndStop(20);
}
frame 112 {
_root.bbSFXdry.play();
}
frame 114 {
_root.cumMid();
}
frame 114 {
head.gotoAndStop(16);
}
frame 118 {
_root.sSFXsquish.play();
}
frame 129 {
_root.blink = false;
_root.faceTime = 0;
}
frame 129 {
_root.sSFXslobber.play();
}
frame 129 {
_root.SFXinternal.play();
}
frame 129 {
head.gotoAndStop(17);
}
frame 139 {
_root.sSFXsquish.play();
}
frame 142 {
head.gotoAndStop(16);
}
frame 146 {
head.gotoAndStop(16);
}
frame 152 {
_root.sSFXsquish.play();
}
frame 161 {
_root.blink = false;
_root.faceTime = 0;
}
frame 161 {
_root.sSFXslobber.play();
}
frame 161 {
_root.SFXinternal.play();
}
frame 161 {
head.gotoAndStop(17);
}
frame 184 {
_root.sSFXsquish.play();
}
frame 189 {
_root.SFXinternal.play();
}
frame 197 {
_root.blink = true;
_root.faceTime = 0;
}
frame 199 {
head.gotoAndStop(16);
}
frame 228 {
_root.blink = false;
_root.faceTime = 0;
}
frame 255 {
_root.blink = true;
_root.faceTime = 0;
}
frame 265 {
_root.sceneGo();
}
}
movieClip 1255 {
}
movieClip 1256 {
frame 1 {
_root.resetCamera();
}
frame 3 {
_root.resetCamera();
}
frame 151 {
_root.resetCamera();
}
frame 313 {
_root.resetCamera();
}
frame 475 {
_root.resetCamera();
}
frame 592 {
_root.resetCamera();
}
frame 709 {
_root.resetCamera();
}
frame 916 {
_root.resetCamera();
}
frame 1123 {
_root.resetCamera();
}
frame 1284 {
_root.resetCamera();
}
frame 1445 {
_root.resetCamera();
}
frame 1553 {
_root.resetCamera();
}
frame 1661 {
_root.resetCamera();
}
frame 1841 {
_root.resetCamera();
}
frame 2022 {
_root.resetCamera();
}
frame 2228 {
_root.resetCamera();
}
frame 2408 {
_root.resetCamera();
}
frame 2589 {
_root.resetCamera();
}
frame 2795 {
_root.resetCamera();
}
frame 2856 {
_root.resetCamera();
}
frame 2917 {
_root.resetCamera();
}
frame 2979 {
_root.resetCamera();
}
frame 3041 {
_root.resetCamera();
}
}
frame 15 {
stop();
}
movieClip 1379 {
frame 1 {
head.gotoAndStop(16);
}
frame 2 {
_root.SFXschlop.play();
}
frame 4 {
head.gotoAndStop(17);
}
frame 7 {
_root.bbSFXdry.play();
}
frame 9 {
head.gotoAndStop(18);
}
frame 10 {
_root.SFXschlop.play();
}
frame 15 {
head.gotoAndStop(17);
}
frame 19 {
head.gotoAndStop(16);
}
frame 21 {
_root.sceneGo();
}
frame 22 {
head.gotoAndStop(16);
}
frame 23 {
_root.SFXschlop.play();
}
frame 24 {
head.gotoAndStop(17);
}
frame 26 {
_root.SFXroomySoft.play();
}
frame 26 {
head.gotoAndStop(18);
}
frame 28 {
head.gotoAndStop(19);
}
frame 29 {
_root.SFXschlop.play();
}
frame 30 {
head.gotoAndStop(18);
}
frame 34 {
head.gotoAndStop(17);
}
frame 37 {
head.gotoAndStop(16);
}
frame 39 {
_root.sceneGo();
}
frame 39 {
head.gotoAndStop(16);
}
frame 40 {
head.gotoAndStop(16);
}
frame 41 {
_root.SFXschlop.play();
}
frame 43 {
_root.SFXroomyHard.play();
}
frame 43 {
head.gotoAndStop(17);
}
frame 45 {
head.gotoAndStop(18);
}
frame 47 {
_root.SFXschlop.play();
}
frame 47 {
head.gotoAndStop(19);
}
frame 49 {
head.gotoAndStop(20);
}
frame 51 {
head.gotoAndStop(21);
}
frame 53 {
head.gotoAndStop(22);
}
frame 54 {
_root.sceneGo();
}
frame 55 {
head.gotoAndStop(16);
}
frame 56 {
_root.SFXschlop.play();
}
frame 58 {
head.gotoAndStop(17);
}
frame 61 {
_root.bbSFXdry.play();
}
frame 63 {
head.gotoAndStop(18);
}
frame 64 {
_root.SFXschlop.play();
}
frame 69 {
head.gotoAndStop(17);
}
frame 73 {
head.gotoAndStop(16);
}
frame 75 {
_root.sceneGo();
}
frame 76 {
head.gotoAndStop(16);
}
frame 77 {
_root.SFXschlop.play();
}
frame 78 {
head.gotoAndStop(17);
}
frame 80 {
_root.SFXroomySoft.play();
}
frame 80 {
head.gotoAndStop(18);
}
frame 82 {
head.gotoAndStop(19);
}
frame 83 {
_root.SFXschlop.play();
}
frame 84 {
head.gotoAndStop(18);
}
frame 88 {
head.gotoAndStop(17);
}
frame 91 {
head.gotoAndStop(16);
}
frame 93 {
_root.sceneGo();
}
frame 93 {
head.gotoAndStop(16);
}
frame 94 {
head.gotoAndStop(16);
}
frame 95 {
_root.SFXschlop.play();
}
frame 97 {
_root.SFXroomyHard.play();
}
frame 97 {
head.gotoAndStop(17);
}
frame 99 {
head.gotoAndStop(18);
}
frame 101 {
_root.SFXschlop.play();
}
frame 101 {
head.gotoAndStop(19);
}
frame 103 {
head.gotoAndStop(20);
}
frame 105 {
head.gotoAndStop(21);
}
frame 107 {
head.gotoAndStop(22);
}
frame 108 {
_root.sceneGo();
}
frame 109 {
if (_root.altPose == true) {
gotoAndPlay('cumAlt');
}
}
frame 109 {
head.gotoAndStop(16);
}
frame 110 {
_root.SFXschlop.play();
}
frame 113 {
head.gotoAndStop(17);
}
frame 116 {
_root.SFXroomySoft.play();
}
frame 116 {
head.gotoAndStop(18);
}
frame 120 {
head.gotoAndStop(19);
}
frame 121 {
_root.SFXschlop.play();
}
frame 122 {
head.gotoAndStop(18);
}
frame 128 {
head.gotoAndStop(17);
}
frame 133 {
head.gotoAndStop(16);
}
frame 136 {
head.gotoAndStop(16);
}
frame 137 {
head.gotoAndStop(16);
}
frame 138 {
_root.SFXschlop.play();
}
frame 141 {
_root.SFXroomyHard.play();
}
frame 141 {
head.gotoAndStop(17);
}
frame 143 {
_root.SFXinternal.play();
}
frame 144 {
head.gotoAndStop(18);
}
frame 147 {
_root.SFXschlop.play();
}
frame 147 {
head.gotoAndStop(19);
}
frame 150 {
head.gotoAndStop(20);
}
frame 152 {
head.gotoAndStop(21);
}
frame 156 {
head.gotoAndStop(22);
}
frame 158 {
head.gotoAndStop(16);
}
frame 159 {
_root.SFXschlop.play();
}
frame 163 {
head.gotoAndStop(17);
}
frame 168 {
_root.bbSFXdry.play();
}
frame 169 {
_root.SFXinternal.play();
}
frame 170 {
head.gotoAndStop(18);
}
frame 171 {
_root.SFXschlop.play();
}
frame 183 {
head.gotoAndStop(17);
}
frame 190 {
head.gotoAndStop(16);
}
frame 195 {
head.gotoAndStop(16);
}
frame 196 {
_root.SFXschlop.play();
}
frame 203 {
head.gotoAndStop(17);
}
frame 214 {
_root.bbSFXdry.play();
}
frame 219 {
head.gotoAndStop(18);
}
frame 220 {
_root.cumMid();
}
frame 220 {
_root.SFXschlop.play();
}
frame 220 {
_root.SFXinternal.play();
}
frame 243 {
head.gotoAndStop(17);
}
frame 254 {
head.gotoAndStop(16);
}
frame 256 {
_root.sceneGo();
}
frame 257 {
head.gotoAndStop(16);
}
frame 258 {
_root.SFXschlop.play();
}
frame 261 {
head.gotoAndStop(17);
}
frame 264 {
_root.SFXroomySoft.play();
}
frame 264 {
head.gotoAndStop(18);
}
frame 268 {
head.gotoAndStop(19);
}
frame 269 {
_root.SFXschlop.play();
}
frame 270 {
head.gotoAndStop(18);
}
frame 276 {
head.gotoAndStop(17);
}
frame 281 {
head.gotoAndStop(16);
}
frame 284 {
head.gotoAndStop(16);
}
frame 285 {
head.gotoAndStop(16);
}
frame 286 {
_root.SFXschlop.play();
}
frame 289 {
_root.SFXroomyHard.play();
}
frame 289 {
head.gotoAndStop(17);
}
frame 291 {
_root.SFXinternal.play();
}
frame 292 {
head.gotoAndStop(18);
}
frame 295 {
_root.SFXschlop.play();
}
frame 295 {
head.gotoAndStop(19);
}
frame 298 {
head.gotoAndStop(20);
}
frame 300 {
head.gotoAndStop(21);
}
frame 304 {
head.gotoAndStop(22);
}
frame 306 {
head.gotoAndStop(16);
}
frame 307 {
_root.SFXschlop.play();
}
frame 311 {
head.gotoAndStop(17);
}
frame 316 {
_root.bbSFXdry.play();
}
frame 317 {
_root.SFXinternal.play();
}
frame 318 {
head.gotoAndStop(18);
}
frame 319 {
_root.SFXschlop.play();
}
frame 331 {
head.gotoAndStop(17);
}
frame 338 {
head.gotoAndStop(16);
}
frame 343 {
head.gotoAndStop(16);
}
frame 344 {
_root.SFXschlop.play();
}
frame 351 {
head.gotoAndStop(17);
}
frame 362 {
_root.bbSFXdry.play();
}
frame 367 {
head.gotoAndStop(18);
}
frame 368 {
_root.cumMid();
}
frame 368 {
_root.SFXschlop.play();
}
frame 368 {
_root.SFXinternal.play();
}
frame 391 {
head.gotoAndStop(17);
}
frame 402 {
head.gotoAndStop(16);
}
frame 404 {
_root.sceneGo();
}
}
movieClip 1380 {
}
movieClip 1381 {
frame 1 {
_root.resetCamera();
}
frame 3 {
_root.resetCamera();
}
frame 151 {
_root.resetCamera();
}
frame 313 {
_root.resetCamera();
}
frame 475 {
_root.resetCamera();
}
frame 592 {
_root.resetCamera();
}
frame 709 {
_root.resetCamera();
}
frame 916 {
_root.resetCamera();
}
frame 1123 {
_root.resetCamera();
}
frame 1284 {
_root.resetCamera();
}
frame 1445 {
_root.resetCamera();
}
frame 1553 {
_root.resetCamera();
}
frame 1661 {
_root.resetCamera();
}
frame 1841 {
_root.resetCamera();
}
frame 2022 {
_root.resetCamera();
}
frame 2228 {
_root.resetCamera();
}
frame 2408 {
_root.resetCamera();
}
frame 2589 {
_root.resetCamera();
}
frame 2795 {
_root.resetCamera();
}
frame 2856 {
_root.resetCamera();
}
frame 2917 {
_root.resetCamera();
}
frame 2979 {
_root.resetCamera();
}
frame 3041 {
_root.resetCamera();
}
}