Combined Code
// unknown tag 88 length 81
button 23 {
on (release) {
_root.newDay = true;
_root.gotoScreen('4');
_root.StatsServed += _root.StatsSessionServed;
_root.StatsExcellent += _root.StatsSessionExcellent;
_root.StatsMissed += _root.StatsSessionMissed;
_root.StatsPlayTime += _root.StatsSessionPlayTime;
if (_root.StatsSessionServed > _root.StatsMostServed) {
_root.StatsMostServed = _root.StatsSessionServed;
if (_root.localMap == 'slums') {
_root.StatsMostServedText = '- (Slums) ' + _root.StatsMostServed + ' served';
} else {
if (_root.localMap == 'c-sec') {
_root.StatsMostServedText = '- (C-Sec) ' + _root.StatsMostServed + ' served';
} else {
if (_root.localMap == 'consort') {
_root.StatsMostServedText = '- (Consort) ' + _root.StatsMostServed + ' served';
} else {
if (_root.localMap == 'flux') {
_root.StatsMostServedText = '- (Flux) ' + _root.StatsMostServed + ' served';
} else {
if (_root.localMap == 'blood') {
_root.StatsMostServedText = '- (Blood Pack) ' + _root.StatsMostServed + ' served';
} else {
if (_root.localMap == 'cerberus') {
_root.StatsMostServedText = '- (Cerberus) ' + _root.StatsMostServed + ' served';
} else {
if (_root.localMap == 'council') {
_root.StatsMostServedText = '- (Emissary) ' + _root.StatsMostServed + ' served';
} else {
_root.StatsMostServedText = '- ' + _root.StatsMostServed + ' served';
}
}
}
}
}
}
}
}
if (_root.session_cash > _root.StatsMostPaid) {
_root.StatsMostPaid = _root.session_cash;
if (_root.localMap == 'slums') {
_root.StatsMostPaidText = '- (Slums) ' + _root.StatsMostPaid + ' earned';
} else {
if (_root.localMap == 'c-sec') {
_root.StatsMostPaidText = '- (C-Sec) ' + _root.StatsMostPaid + ' earned';
} else {
if (_root.localMap == 'consort') {
_root.StatsMostPaidText = '- (Consort) ' + _root.StatsMostPaid + ' earned';
} else {
if (_root.localMap == 'flux') {
_root.StatsMostPaidText = '- (Flux) ' + _root.StatsMostPaid + ' earned';
} else {
if (_root.localMap == 'blood') {
_root.StatsMostPaidText = '- (Blood Pack) ' + _root.StatsMostPaid + ' earned';
} else {
if (_root.localMap == 'cerberus') {
_root.StatsMostPaidText = '- (Cerberus) ' + _root.StatsMostPaid + ' earned';
} else {
if (_root.localMap == 'council') {
_root.StatsMostPaidText = '- (Emissary) ' + _root.StatsMostPaid + ' earned';
} else {
_root.StatsMostPaidText = '- ' + _root.StatsMostPaid + ' earned';
}
}
}
}
}
}
}
}
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
}
}
movieClip 27 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 33 {
}
movieClip 41 {
}
movieClip 60 {
frame 20 {
_parent.gotoAndStop('idle');
}
}
movieClip 61 {
frame 20 {
_parent.gotoAndStop('idle');
}
}
movieClip 62 {
frame 14 {
}
}
movieClip 63 {
frame 1 {
stop();
}
}
button 65 {
on (rollOver) {
a.gotoAndStop('over');
}
on (rollOut) {
a.gotoAndStop('no');
}
on (releaseOutside) {
a.gotoAndStop('no');
}
on (press) {
a.gotoAndStop('down');
}
on (release) {
_root.gotoScreen('1');
_root.level_pause = true;
}
}
movieClip 80 {
frame 1 {
gotoAndStop('no');
}
}
movieClip 88 {
}
movieClip 91 {
frame 200 {
gotoAndPlay('loop');
}
}
movieClip 123 {
frame 231 {
stop();
}
}
// unknown tag 88 length 68
movieClip 131 {
frame 1 {
stop();
}
}
movieClip 132 {
frame 1 {
_visible = false;
}
}
movieClip 133 {
}
movieClip 134 610b3745 {
frame 1 {
_root.done = false;
_root.doneticks = 0;
if (_root.character != _root.characterSaved) {
_root.character = _root.characterSaved;
}
if (_root.costume != _root.costumeSaved) {
_root.costume = _root.costumeSaved;
}
++_root.dayNumber;
dayNumber.text = _root.dayNumber - 1;
_root.session_cash = Math.floor(_root._score - _root.session_start_score);
_root.cashCurrent = 0;
cashEarned.text = '';
cashEarnedRed.text = '';
_root.session_rep = Math.floor(_root.mapLocalRep - _root.session_start_rep);
if (_root.session_start_rep < 100) {
_root.repDiff = 0;
repEarned.text = '';
} else {
_root.repDiff = 0;
repEarned.text = '-max rep-';
}
reputation.gotoAndStop(Math.floor(_root.session_start_rep + 2));
reputation.orb.gotoAndStop(Math.floor(_root.session_start_rep + 2));
_root.statTimeMinNeeded = Math.floor(_root.StatsSessionPlayTime / 60);
_root.statTimeSecNeeded = Math.floor(_root.StatsSessionPlayTime - _root.statTimeMinNeeded * 60);
_root.statTimeMinCurrent = 0;
statTimeMin.text = '';
_root.statTimeSecCurrent = 0;
statTimeSec.text = '';
_root.statServedCurrent = 0;
statServed.text = '';
_root.statExcellentCurrent = 0;
statExcellent.text = '';
_root.statMissedCurrent = 0;
statMissed.text = '';
}
frame 1 {
function tick() {
if (_root.session_cash > 0) {
if (_root.cashCurrent < _root.session_cash) {
if (_root.cashCurrent + _root.session_cash * 0.05 < _root.session_cash) {
_root.cashCurrent += _root.session_cash * 0.01;
_root.cashCurrent = Math.ceil(_root.cashCurrent);
}
if (_root.cashCurrent < _root.session_cash) {
_root.cashCurrent += 1;
}
cashEarned.text = '+ ' + _root.cashCurrent;
}
} else {
if (_root.session_cash < 0) {
if (_root.cashCurrent > _root.session_cash) {
if (_root.cashCurrent + _root.session_cash * 0.05 > _root.session_cash) {
_root.cashCurrent += _root.session_cash * 0.01;
_root.cashCurrent = Math.ceil(_root.cashCurrent);
}
if (_root.cashCurrent > _root.session_cash) {
_root.cashCurrent -= 1;
}
cashEarnedRed.text = _root.cashCurrent;
}
}
}
if (_root.repDiff < _root.session_rep) {
_root.repDiff += 1;
repEarned.text = '+ ' + _root.repDiff;
reputation.gotoAndStop(Math.floor(_root.repDiff + _root.session_start_rep + 2));
reputation.orb.gotoAndStop(Math.floor(_root.repDiff + _root.session_start_rep + 2));
}
if (_root.statTimeMinCurrent < _root.statTimeMinNeeded) {
_root.statTimeMinCurrent += 0.1;
statTimeMin.text = Math.round(_root.statTimeMinCurrent);
}
if (_root.statTimeSecCurrent < _root.statTimeSecNeeded) {
_root.statTimeSecCurrent += 0.75;
if (_root.statTimeSecCurrent < 10) {
statTimeSec.text = '0' + Math.round(_root.statTimeSecCurrent);
} else {
statTimeSec.text = Math.round(_root.statTimeSecCurrent);
}
}
if (_root.statServedCurrent < _root.StatsSessionServed) {
if (_root.statServedCurrent + _root.StatsSessionServed * 0.5 < _root.StatsSessionServed) {
_root.statServedCurrent += Math.ceil(_root.StatsSessionServed * 0.01);
} else {
_root.statServedCurrent += 0.5;
}
statServed.text = Math.ceil(_root.statServedCurrent);
}
if (_root.statExcellentCurrent < _root.StatsSessionExcellent) {
if (_root.statExcellentCurrent + _root.StatsSessionExcellent * 0.5 < _root.StatsSessionExcellent) {
_root.statExcellentCurrent += Math.ceil(_root.StatsSessionExcellent * 0.01);
} else {
_root.statExcellentCurrent += 0.25;
}
statExcellent.text = Math.ceil(_root.statExcellentCurrent);
}
if (_root.statMissedCurrent < _root.StatsSessionMissed) {
if (_root.statMissedCurrent + _root.StatsSessionMissed * 0.5 < _root.StatsSessionMissed) {
_root.statMissedCurrent += Math.ceil(_root.StatsSessionMissed * 0.01);
} else {
_root.statMissedCurrent += 0.25;
}
statMissed.text = Math.ceil(_root.statMissedCurrent);
}
if (_root.cashCurrent >= _root.session_cash && _root.repDiff >= _root.session_rep && _root.statTimeMinCurrent >= _root.statTimeMinNeeded && _root.statTimeSecCurrent >= _root.statTimeSecNeeded && _root.statServedCurrent >= _root.StatsSessionServed && _root.statExcellentCurrent >= _root.StatsSessionExcellent && _root.statMissedCurrent >= _root.StatsSessionMissed) {
_root.done = true;
} else {
++_root.doneticks;
}
}
}
frame 40 {
if (_root.session_start_rep < 100 && _root.endless != true) {
clock.gotoAndStop(Math.floor(_root.session_timer_mult * 0.32 + 2));
if (_root.session_timer_mult >= 100 && _root.session_timer_mult <= 120) {
clock.icon.gotoAndStop('tick');
} else {
if (_root.session_timer_mult >= 200 && _root.session_timer_mult <= 220) {
clock.icon.gotoAndStop('tick');
} else {
if (_root.session_timer_mult >= 300 && _root.session_timer_mult <= 320) {
clock.icon.gotoAndStop('tick');
} else {
if (_root.session_timer_mult >= 400 && _root.session_timer_mult <= 420) {
clock.icon.gotoAndStop('tick');
} else {
if (_root.session_timer_mult >= 500 && _root.session_timer_mult <= 520) {
clock.icon.gotoAndStop('tickBig');
} else {
if (_root.session_timer_mult >= 600 && _root.session_timer_mult <= 620) {
clock.icon.gotoAndStop('tickBig');
} else {
if (_root.session_timer_mult >= 700) {
clock.icon.gotoAndStop('ring');
} else {
clock.icon.gotoAndStop('idle');
}
}
}
}
}
}
}
} else {
clock.gotoAndStop('endless');
}
}
frame 45 {
if (_root.session_cash > 0) {
cashEarned.text = 0;
} else {
cashEarnedRed.text = 0;
}
repEarned.text = 0;
statTimeMin.text = 0;
statTimeSec.text = 0;
statServed.text = 0;
statExcellent.text = 0;
statMissed.text = 0;
}
instance of movieClip 133 {
onClipEvent (enterFrame) {
_parent.tick();
}
}
frame 62 {
if (_root.done == true or _root.doneticks >= 250) {
gotoAndPlay('end');
} else {
gotoAndPlay('loop');
}
}
frame 75 {
stop();
}
}
movieClip 142 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 147 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 152 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 157 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 162 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 166 {
}
movieClip 178 {
}
movieClip 186 {
frame 1 {
gotoAndPlay(2);
}
frame 55 {
gotoAndPlay('loop');
}
}
movieClip 192 {
frame 1 {
stop();
}
}
movieClip 194 {
}
movieClip 196 {
}
movieClip 198 {
}
movieClip 200 {
}
movieClip 203 {
}
movieClip 205 {
}
movieClip 213 {
}
movieClip 217 {
}
movieClip 223 {
frame 1 {
_alpha = 0;
}
}
movieClip 227 {
frame 1 {
_index = 5;
xtime = 1500;
timer = random(xtime);
this.onEnterFrame = function () {
if (_root.galleryViewing != true) {
if (_root.mapLocalRep >= 70) {
if (_root.clientsLeft > 0) {
if (timer > 0) {
--timer;
} else {
if (_currentframe == 2) {
gotoAndPlay('hello');
} else {
timer = random(xtime) + 500;
}
}
}
}
}
};
if (_root.skillAll1 == true && _root.skillAll2 == true && _root.skillAll3 == true) {
satisfaction = 25;
} else {
if (_root.skillAll1 == true && _root.skillAll2 == true && _root.skillAll3 == false) {
satisfaction = 20;
} else {
if (_root.skillAll1 == false && _root.skillAll2 == false && _root.skillAll3 == true) {
satisfaction = 15;
} else {
satisfaction = 10;
}
}
}
ejac = 0;
}
frame 1 {
gotoAndStop('closed');
}
frame 2 {
stop();
}
frame 3 {
khead.gotoAndStop(3);
}
frame 28 {
khead.gotoAndStop(2);
}
frame 40 {
btn.onRelease = function () {
if (!_parent._parent.a0) {
_parent._parent.rainbow();
}
_parent._parent.attach_walkanim(_index, _xmode, _color, satisfaction, ejac);
_root.came = false;
gotoAndStop('opened');
onEnterFrame = null;
};
btn.onRollOver = function () {
gotoAndStop('over');
};
btn.onRollOut = function () {
gotoAndPlay('wait');
};
btn.onReleaseOutside = function () {
gotoAndPlay('wait');
};
btn.onPress = function () {
gotoAndStop('click');
};
}
frame 40 {
khead.gotoAndStop(1);
}
frame 80 {
gotoAndPlay('wait');
}
frame 81 {
stop();
}
frame 82 {
stop();
}
frame 83 {
stop();
}
frame 84 {
}
frame 84 {
khead.gotoAndStop(3);
}
frame 105 {
gotoAndPlay(1);
}
}
movieClip 232 {
}
movieClip 235 {
}
movieClip 245 {
}
movieClip 247 {
}
movieClip 254 {
}
movieClip 256 {
}
movieClip 258 {
}
movieClip 262 {
frame 1 {
randomFlag = function () {
gotoAndPlay('flag' + (random(2) + 1));
};
}
frame 60 {
randomFlag();
}
frame 120 {
randomFlag();
}
}
movieClip 264 {
}
movieClip 268 {
}
movieClip 270 {
}
movieClip 293 {
frame 1 {
_index = 5;
xtime = 1500;
timer = random(xtime);
this.onEnterFrame = function () {
if (_root.galleryViewing != true) {
if (_root.mapLocalRep >= 70) {
if (_root.clientsLeft > 0) {
if (timer > 0) {
--timer;
} else {
if (_currentframe == 2) {
gotoAndPlay('hello');
} else {
timer = random(xtime) + 500;
}
}
}
}
}
};
if (_root.skillAll1 == true && _root.skillAll2 == true && _root.skillAll3 == true) {
satisfaction = 25;
} else {
if (_root.skillAll1 == true && _root.skillAll2 == true && _root.skillAll3 == false) {
satisfaction = 20;
} else {
if (_root.skillAll1 == false && _root.skillAll2 == false && _root.skillAll3 == true) {
satisfaction = 15;
} else {
satisfaction = 10;
}
}
}
ejac = 0;
}
frame 1 {
gotoAndStop('closed');
}
frame 2 {
stop();
}
frame 40 {
btn.onRelease = function () {
if (!_parent._parent.a0) {
_parent._parent.rainbow();
}
_parent._parent.attach_walkanim(_index, _xmode, _color, satisfaction, ejac);
_root.came = false;
gotoAndStop('opened');
onEnterFrame = null;
};
btn.onRollOver = function () {
gotoAndStop('over');
};
btn.onRollOut = function () {
gotoAndPlay('wait');
};
btn.onReleaseOutside = function () {
gotoAndPlay('wait');
};
btn.onPress = function () {
gotoAndStop('click');
};
}
frame 80 {
gotoAndPlay('wait');
}
frame 81 {
stop();
}
frame 82 {
stop();
}
frame 83 {
stop();
}
frame 105 {
gotoAndPlay(1);
}
}
movieClip 296 {
}
movieClip 320 {
frame 1 {
gotoAndPlay(Math.ceil(Math.random(30)));
}
frame 121 {
gotoAndPlay('loop');
}
}
movieClip 344 {
}
movieClip 366 {
frame 1 {
_index = 5;
xtime = 1500;
timer = random(xtime);
this.onEnterFrame = function () {
if (_root.galleryViewing != true) {
if (_root.mapLocalRep >= 70) {
if (_root.clientsLeft > 0) {
if (timer > 0) {
--timer;
} else {
if (_currentframe == 2) {
gotoAndPlay('hello');
} else {
timer = random(xtime) + 500;
}
}
}
}
}
};
if (_root.skillAll1 == true && _root.skillAll2 == true && _root.skillAll3 == true) {
satisfaction = 25;
} else {
if (_root.skillAll1 == true && _root.skillAll2 == true && _root.skillAll3 == false) {
satisfaction = 20;
} else {
if (_root.skillAll1 == false && _root.skillAll2 == false && _root.skillAll3 == true) {
satisfaction = 15;
} else {
satisfaction = 10;
}
}
}
ejac = 0;
}
frame 1 {
gotoAndStop('closed');
}
frame 2 {
stop();
}
frame 40 {
btn.onRelease = function () {
if (!_parent._parent.a0) {
_parent._parent.rainbow();
}
_parent._parent.attach_walkanim(_index, _xmode, _color, satisfaction, ejac);
_root.came = false;
gotoAndStop('opened');
onEnterFrame = null;
};
btn.onRollOver = function () {
gotoAndStop('over');
};
btn.onRollOut = function () {
gotoAndPlay('wait');
};
btn.onReleaseOutside = function () {
gotoAndPlay('wait');
};
btn.onPress = function () {
gotoAndStop('click');
};
}
frame 80 {
gotoAndPlay('wait');
}
frame 81 {
stop();
}
frame 82 {
stop();
}
frame 83 {
stop();
}
frame 105 {
gotoAndPlay(1);
}
}
movieClip 369 {
}
movieClip 374 {
}
movieClip 378 {
}
movieClip 383 {
frame 1 {
if (!_root.localMap) {
stop();
} else {
gotoAndStop(_root.localMap);
}
}
}
movieClip 388 {
}
movieClip 400 {
frame 1 {
gotoAndStop('stop');
}
frame 36 {
gotoAndStop('stop');
}
}
movieClip 402 {
frame 1 {
_parent.skills.btnB.block.gotoAndStop(102);
if (_root.skillSta1 == true && _root.skillSta2 == true && _root.skillSta3 == true) {
energyMult = 2.25;
} else {
if (_root.skillSta1 == true && _root.skillSta2 == true && _root.skillSta3 == false) {
energyMult = 1.75;
} else {
if (_root.skillSta1 == true && _root.skillSta2 == false && _root.skillSta3 == false) {
energyMult = 1.35;
} else {
energyMult = 1;
}
}
}
onEnterFrame = function () {
if (_root.xp < _root.xpNeeded) {
if (_parent.LevelBar.currentFrame != Math.ceil((_root.xp / _root.xpNeeded) * 100 + 2)) {
_parent.LevelBar.gotoAndStop(Math.ceil((_root.xp / _root.xpNeeded) * 100 + 2));
}
} else {
_parent.LevelBar.ding();
}
if (_root.level_pause == false) {
if (_root.cheatEnergy != true) {
if (_root.energyS < 0) {
_root.energyS = 0;
} else {
if (_root.energyS > _root.energySmax) {
_root.energyS = _root.energySmax;
} else {
_root.energyS += 0.004 * energyMult;
}
}
if (_root.energyF < 0) {
_root.energyF = 0;
} else {
if (_root.energyF > _root.energyFmax) {
_root.energyF = _root.energyFmax;
} else {
_root.energyF += 0.004 * energyMult;
}
}
if (_root.energyA < 0) {
_root.energyA = 0;
} else {
if (_root.energyA > _root.energyAmax) {
_root.energyA = _root.energyAmax;
} else {
_root.energyA += 0.004 * energyMult;
}
}
} else {
if (_root.energyS < _root.energySmax) {
_root.energyS = _root.energySmax;
}
if (_root.energyF < _root.energyFmax) {
_root.energyF = _root.energyFmax;
}
if (_root.energyA < _root.energyAmax) {
_root.energyA = _root.energyAmax;
}
}
_parent.skills.btnS.block.gotoAndStop(Math.round((_root.energyS / _root.energySmax) * 100 + 2));
_parent.skills.btnF.block.gotoAndStop(Math.round((_root.energyF / _root.energyFmax) * 100 + 2));
_parent.skills.btnA.block.gotoAndStop(Math.round((_root.energyA / _root.energyAmax) * 100 + 2));
if (_root.skillS1 != false) {
_parent.skills.orb.pipS.gotoAndStop(Math.round((_root.energyS / _root.energySmax) * 100 + 2));
} else {
_parent.skills.orb.pipS.gotoAndStop('off');
}
if (_root.skillF1 != false) {
_parent.skills.orb.pipF.gotoAndStop(Math.round((_root.energyF / _root.energyFmax) * 100 + 2));
} else {
_parent.skills.orb.pipF.gotoAndStop('off');
}
if (_root.skillA1 != false) {
_parent.skills.orb.pipA.gotoAndStop(Math.round((_root.energyA / _root.energyAmax) * 100 + 2));
} else {
_parent.skills.orb.pipA.gotoAndStop('off');
}
}
};
}
}
movieClip 412 {
frame 1 {
gotoAndStop(2);
}
frame 25 {
gotoAndStop(2);
}
}
movieClip 424 {
frame 1 {
function ding() {
_root.xp -= _root.xpNeeded;
if (_root.xpLevel <= 5) {
_root.skillPoints += 3;
} else {
if (_root.xpLevel > 5 && _root.xpLevel <= 10) {
_root.skillPoints += 5;
} else {
if (_root.xpLevel > 10 && _root.xpLevel <= 15) {
_root.skillPoints += 10;
} else {
_root.skillPoints += 15;
}
}
}
++_root.xpLevel;
_root.xpNeeded = 2500 + 3500 * (_root.xpLevel * 0.75);
_parent.pauseMenu.ind.checkCanLevelSkills();
blink.gotoAndPlay('blink');
}
}
}
movieClip 441 {
frame 1 {
gotoAndStop(2);
}
frame 14 {
gotoAndStop(2);
}
frame 24 {
gotoAndStop(2);
}
}
movieClip 448 {
frame 1 {
stop();
}
}
movieClip 453 {
frame 1 {
if (_root.skillA1 != true) {
gotoAndStop(5);
} else {
if (_root.controlsScheme == 'QWER') {
gotoAndStop(2);
} else {
if (_root.controlsScheme == 'AZER') {
gotoAndStop(3);
} else {
if (_root.controlsScheme == '1234') {
gotoAndStop(4);
} else {
gotoAndStop('no');
}
}
}
}
}
frame 5 {
stop();
}
}
movieClip 459 {
frame 1 {
if (_root.skillF1 != true) {
gotoAndStop(5);
} else {
if (_root.controlsScheme == 'QWER') {
gotoAndStop(2);
} else {
if (_root.controlsScheme == 'AZER') {
gotoAndStop(3);
} else {
if (_root.controlsScheme == '1234') {
gotoAndStop(4);
} else {
gotoAndStop('no');
}
}
}
}
}
frame 5 {
stop();
}
}
movieClip 467 {
frame 1 {
if (_root.skillS1 != true) {
gotoAndStop(5);
} else {
if (_root.controlsScheme == 'QWER') {
gotoAndStop(2);
} else {
if (_root.controlsScheme == 'AZER') {
gotoAndStop(3);
} else {
if (_root.controlsScheme == '1234') {
gotoAndStop(4);
} else {
gotoAndStop('no');
}
}
}
}
}
frame 5 {
stop();
}
}
movieClip 475 {
frame 1 {
if (_root.skillB1 != true) {
gotoAndStop(5);
} else {
if (_root.controlsScheme == 'QWER') {
gotoAndStop(2);
} else {
if (_root.controlsScheme == 'AZER') {
gotoAndStop(3);
} else {
if (_root.controlsScheme == '1234') {
gotoAndStop(4);
} else {
gotoAndStop('no');
}
}
}
}
}
frame 5 {
stop();
}
}
movieClip 480 {
}
movieClip 484 {
}
movieClip 488 {
}
movieClip 490 {
}
movieClip 491 {
frame 1 {
gotoAndStop('invis');
}
frame 6 {
if (_root.level == 1) {
gotoAndStop(7);
} else {
if (_root.level == 3) {
gotoAndStop(8);
} else {
if (_root.level == 8) {
gotoAndStop(9);
} else {
if (_root.level == 10) {
gotoAndStop(10);
}
}
}
}
}
frame 15 {
gotoAndStop('invis');
}
}
movieClip 493 {
frame 1 {
stop();
}
}
movieClip 494 {
frame 1 {
function setB() {
if (_root.level_pause != true) {
if (_root.skillB1 == true) {
if (Math.round((_root.energyB / _root.energyBmax) * 100) >= 20) {
_root.level = 1;
gotoAndStop(2);
setAnim();
} else {
btnB.block.blink.gotoAndPlay('blinkE');
}
} else {
btnB.block.blink.gotoAndPlay('blinkS');
}
}
}
function setS() {
if (_root.level_pause != true) {
if (_root.skillS1 == true) {
if (Math.round((_root.energyS / _root.energySmax) * 100) >= 20) {
_root.level = 3;
gotoAndStop(3);
setAnim();
} else {
btnS.block.blink.gotoAndPlay('blinkE');
}
} else {
btnS.block.blink.gotoAndPlay('blinkS');
}
}
}
function setF() {
if (_root.level_pause != true) {
if (_root.skillF1 == true) {
if (Math.round((_root.energyF / _root.energyFmax) * 100) >= 20) {
_root.level = 8;
gotoAndStop(4);
setAnim();
} else {
btnF.block.blink.gotoAndPlay('blinkE');
}
} else {
btnF.block.blink.gotoAndPlay('blinkS');
}
}
}
function setA() {
if (_root.level_pause != true) {
if (_root.skillA1 == true) {
if (Math.round((_root.energyA / _root.energyAmax) * 100) >= 20) {
_root.level = 10;
gotoAndStop(5);
setAnim();
} else {
btnA.block.blink.gotoAndPlay('blinkE');
}
} else {
btnA.block.blink.gotoAndPlay('blinkS');
}
}
}
function setAnim() {
_parent.remove_sex_anim();
}
if (_root.level == 1) {
setB();
} else {
if (_root.level > 1 && _root.level <= 5) {
setS();
} else {
if (_root.level < 10 && _root.level > 5) {
setF();
} else {
if (_root.level == 10) {
setA();
} else {
stop();
}
}
}
}
btnB.onPress = function () {
setB();
};
btnS.onPress = function () {
setS();
};
btnF.onPress = function () {
setF();
};
btnA.onPress = function () {
setA();
};
var key = {'onKeyDown': function () {
switch (Key.getCode()) {
case 81:
if (_root.controlsScheme == 'QWER') {
setB();
}
break;
case 87:
if (_root.controlsScheme == 'QWER') {
setS();
}
break;
case 69:
setF();
break;
case 82:
setA();
break;
case 65:
if (_root.controlsScheme == 'AZER') {
setB();
}
break;
case 90:
if (_root.controlsScheme == 'AZER') {
setS();
}
break;
case 49:
if (_root.controlsScheme == '1234') {
setB();
}
break;
case 50:
if (_root.controlsScheme == '1234') {
setS();
}
break;
case 51:
if (_root.controlsScheme == '1234') {
setF();
}
break;
case 52:
if (_root.controlsScheme == '1234') {
setA();
}
}
}};
Key.addListener(key);
}
frame 1 {
function pressed() {
_root.wheel = true;
_root.clickedx = _root._xmouse;
if (_root.clickedx > 500) {
_root.clickedx = 500;
} else {
if (_root.clickedx < 140) {
_root.clickedx = 140;
}
}
_root.clickedy = _root._ymouse;
if (_root.clickedy < 140) {
_root.clickedy = 140;
} else {
if (_root.clickedy > 350) {
_root.clickedy = 350;
}
}
orb._x = _root.clickedx;
orb._y = _root.clickedy;
orb.gotoAndPlay('come');
Middlebox._x = orb._x;
Middlebox._y = orb._y;
}
function missed() {
_root.wheel = false;
orb.gotoAndPlay('go');
}
}
instance orb of movieClip 491 {
}
}
movieClip 508 {
frame 1 {
stop();
if (_root.BGMmute != true) {
gotoAndStop('no');
} else {
gotoAndStop('yes');
}
}
frame 2 {
stop();
}
}
movieClip 511 {
frame 1 {
stop();
if (_root.SFXmute != true) {
gotoAndStop('no');
} else {
gotoAndStop('yes');
}
}
frame 2 {
stop();
}
}
movieClip 514 {
instance volSetting of movieClip 508 {
onClipEvent (press) {
if (_root.BGMmute != true) {
this.gotoAndStop('yes');
_root.BGMmute = true;
} else {
this.gotoAndStop('no');
_root.BGMmute = false;
}
}
}
instance sfxSetting of movieClip 511 {
onClipEvent (press) {
if (_root.SFXmute != true) {
this.gotoAndStop('yes');
_root.SFXmute = true;
} else {
this.gotoAndStop('no');
_root.SFXmute = false;
}
}
}
}
movieClip 515 {
}
button 520 {
on (release) {
if (_root.newDay != true) {
_root.canLevel = 0;
_root.gotoScreen('4');
_root.level_pause = false;
} else {
if (_root.newDay == true) {
_parent.gotoAndPlay('shopToMap');
if (_root.startup != false) {
_root.startup = 'map';
}
}
}
}
}
// unknown tag 88 length 63
movieClip 533 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 549 {
}
movieClip 583 {
}
movieClip 594 {
frame 1 {
function resetControls() {
ctQ.gotoAndStop('off');
ctA.gotoAndStop('off');
ct1.gotoAndStop('off');
if (_root.controlsScheme == 'QWER') {
ctQ.gotoAndStop('on');
} else {
if (_root.controlsScheme == 'AZER') {
ctA.gotoAndStop('on');
} else {
if (_root.controlsScheme == '1234') {
ct1.gotoAndStop('on');
}
}
}
}
stop();
box.onPress = function () {
if (pressed == false) {
gotoAndStop('hold');
pressed = true;
} else {
gotoAndStop('hide');
pressed = false;
}
};
box.onRollOver = function () {
gotoAndStop('hold');
pressed = true;
};
}
frame 2 {
resetControls();
}
instance ctQ of movieClip 583 {
onClipEvent (press) {
if (_root.controlsScheme == 'QWER') {
this.gotoAndStop('onDown');
} else {
this.gotoAndStop('down');
}
}
onClipEvent (release) {
if (_root.controlsScheme != 'QWER') {
_root.controlsScheme = 'QWER';
_parent.resetControls();
}
}
onClipEvent (rollOver) {
if (_root.controlsScheme == 'QWER') {
this.gotoAndStop('onOver');
} else {
this.gotoAndStop('over');
}
}
onClipEvent (rollOut) {
if (_root.controlsScheme == 'QWER') {
this.gotoAndStop('on');
} else {
this.gotoAndStop('off');
}
}
onClipEvent (releaseOutside) {
if (_root.controlsScheme == 'QWER') {
this.gotoAndStop('on');
} else {
this.gotoAndStop('off');
}
}
}
instance ct1 of movieClip 583 {
onClipEvent (press) {
if (_root.controlsScheme == '1234') {
this.gotoAndStop('onDown');
} else {
this.gotoAndStop('down');
}
}
onClipEvent (release) {
if (_root.controlsScheme != '1234') {
_root.controlsScheme = '1234';
_parent.resetControls();
}
}
onClipEvent (rollOver) {
if (_root.controlsScheme == '1234') {
this.gotoAndStop('onOver');
} else {
this.gotoAndStop('over');
}
}
onClipEvent (rollOut) {
if (_root.controlsScheme == '1234') {
this.gotoAndStop('on');
} else {
this.gotoAndStop('off');
}
}
onClipEvent (releaseOutside) {
if (_root.controlsScheme == '1234') {
this.gotoAndStop('on');
} else {
this.gotoAndStop('off');
}
}
}
instance ctA of movieClip 583 {
onClipEvent (press) {
if (_root.controlsScheme == 'AZER') {
this.gotoAndStop('onDown');
} else {
this.gotoAndStop('down');
}
}
onClipEvent (release) {
if (_root.controlsScheme != 'AZER') {
_root.controlsScheme = 'AZER';
_parent.resetControls();
}
}
onClipEvent (rollOver) {
if (_root.controlsScheme == 'AZER') {
this.gotoAndStop('onOver');
} else {
this.gotoAndStop('over');
}
}
onClipEvent (rollOut) {
if (_root.controlsScheme == 'AZER') {
this.gotoAndStop('on');
} else {
this.gotoAndStop('off');
}
}
onClipEvent (releaseOutside) {
if (_root.controlsScheme == 'AZER') {
this.gotoAndStop('on');
} else {
this.gotoAndStop('off');
}
}
}
frame 3 {
resetControls();
}
}
movieClip 596 {
}
movieClip 603 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 612 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 621 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 631 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 649 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 668 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 686 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 687 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 696 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 704 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 723 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 762 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 768 {
frame 1 {
function mess() {
if (_root.messPussy <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messPussy == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messPussy == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messPussy == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messPussy >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 772 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 777 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 780 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 784 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 792 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 811 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 851 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 861 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 869 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 873 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 877 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 879 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 882 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 910 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 914 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 917 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 919 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 922 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 925 {
frame 1 {
function mess() {
if (_root.messAss <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messAss == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messAss == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messAss == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messAss >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 934 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 939 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 942 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 946 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 948 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 952 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 954 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 965 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 970 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 976 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 990 {
frame 1 {
if (_root.strippedBot != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 993 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 995 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 997 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 1006 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 1009 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1011 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1013 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1015 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1017 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1019 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 1028 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 1037 {
frame 1 {
if (_root.hideNipples != true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
}
}
movieClip 1066 {
frame 1 {
if (_root.hideNipples == false) {
if (_root.strippedTop == true or _root.strippedFull == true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
} else {
gotoAndStop('hide');
}
}
}
movieClip 1071 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1076 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1079 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1083 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 1092 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 1095 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1097 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1099 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1101 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1104 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1115 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 1118 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1119 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1121 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1123 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1125 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1134 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 1143 {
frame 1 {
if (_root.hideNipples != true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
}
}
movieClip 1154 {
frame 1 {
if (_root.hideNipples == false) {
if (_root.strippedTop == true or _root.strippedFull == true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
} else {
gotoAndStop('hide');
}
}
}
movieClip 1157 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1159 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1161 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1163 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1166 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1179 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 1182 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1183 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1185 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1187 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1189 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1198 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 1205 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1209 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1213 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 1222 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 1227 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1232 {
frame 1 {
if (_root.strippedBot != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 1246 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 1281 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 1284 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1287 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1290 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1291 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 1295 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 1298 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 1302 {
frame 1 {
function mess() {
if (_root.messFace <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messFace == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messFace == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messFace == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messFace >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 1310 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 1330 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 1331 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 1333 {
}
movieClip 1340 {
frame 1 {
function mess() {
if (_root.messFace <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messFace == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messFace == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messFace == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messFace >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 1359 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 1372 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 1391 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 1396 {
frame 1 {
function mess() {
if (_root.messFace <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messFace == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messFace == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messFace == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messFace >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 1416 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 1418 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 1425 {
frame 1 {
function mess() {
if (_root.messMouth <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messMouth == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messMouth == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messMouth == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messMouth >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 1436 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 1437 {
}
movieClip 1465 {
frame 1 {
if (_root.rainbow != false && _root.jutsu == 5) {
if (!_parent.holdFrame) {
_parent.holdFrame = _root.character;
}
gotoAndStop(_parent.holdFrame + 1);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 1475 {
frame 1 {
if (_root.rainbow != false && _root.jutsu == 5) {
if (!_parent.holdFrame) {
_parent.holdFrame = _root.character;
}
gotoAndStop(_parent.holdFrame + 1);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 1476 {
frame 1 {
gotoAndPlay(random(100) + 1);
}
frame 105 {
gotoAndStop(1);
}
}
movieClip 1497 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 1505 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 1509 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 1510 {
}
movieClip 1514 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 1521 {
frame 1 {
function mess() {
if (_root.messMouth <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messMouth == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messMouth == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messMouth == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messMouth >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 1524 {
frame 1 {
if (_root.character == 5 or _root.character == 6 or _root.character == 9) {
if (_root.strippedMask == true) {
gotoAndStop('hide');
} else {
gotoAndStop(_root.character + 1);
}
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 1542 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 1560 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 1579 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 1581 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 1582 {
}
movieClip 1584 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 1595 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 1611 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
button 1615 {
on (release) {
selectHair();
}
on (rollOver) {
rollHair();
}
on (rollOut) {
iconReset();
}
on (releaseOutside) {
iconReset();
}
}
movieClip 1620 {
frame 11 {
stop();
}
}
button 1626 {
on (release) {
selectMask();
}
on (rollOver) {
rollMask();
}
on (rollOut) {
iconReset();
}
on (releaseOutside) {
iconReset();
}
}
movieClip 1634 {
frame 1 {
function galleryReset() {
_parent._parent.replaceGirl();
}
function iconReset() {
if (_root.character == 5 or _root.character == 6 or _root.character == 9) {
resetMask();
} else {
resetHair();
}
}
function selectMask() {
if (_root.strippedMaskUnlocked == true) {
if (_root.strippedMask != true) {
_root.strippedMask = true;
_root.strippedHair = false;
galleryReset();
} else {
_root.strippedMask = false;
_root.strippedHair = false;
galleryReset();
}
_root.menuSelected = false;
_parent.setSelect();
rollMask();
} else {
if (_root.menuSelected == 'stripMask') {
if (_root._score >= _root.strippedMaskCost) {
_root.buyCost = '- ' + _root.strippedMaskCost;
_root._score -= _root.strippedMaskCost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.strippedMask = true;
_root.strippedHair = false;
lockMask.gotoAndPlay('buy');
_root.strippedMaskUnlocked = true;
_root.menuSelected = false;
_parent.setSelect();
rollMask();
}
} else {
_root.menuSelected = 'stripMask';
_parent.setSelect();
lockMask.gotoAndStop('over');
rollMask();
}
}
}
function selectHair() {
if (_root.strippedHairUnlocked == true) {
if (_root.character >= 1 && _root.character <= 4) {
_root.strippedHairMax = 14;
} else {
if (_root.character == 8 or _root.character == 10) {
_root.strippedHairMax = 14;
} else {
if (_root.character == 7) {
_root.strippedHairMax = 5;
} else {
_root.strippedHairMax = false;
}
}
}
if (_root.strippedHairMax != false) {
if (_root.strippedHair == false) {
_root.strippedHair = 1;
_root.strippedMask = false;
galleryReset();
} else {
if (_root.strippedHair < _root.strippedHairMax) {
++_root.strippedHair;
_root.strippedMask = false;
galleryReset();
} else {
_root.strippedHair = false;
_root.strippedMask = false;
galleryReset();
}
}
if (_root.character >= 1 && _root.character <= 4) {
if (_root.character == _root.strippedHair) {
++_root.strippedHair;
_root.strippedMask = false;
galleryReset();
}
}
if (_root.character == 8 or _root.character == 10) {
if (_root.strippedHair == 1) {
++_root.strippedHair;
_root.strippedMask = false;
galleryReset();
}
}
}
_root.menuSelected = false;
_parent.setSelect();
rollHair();
} else {
if (_root.menuSelected == 'stripHair') {
if (_root._score >= _root.strippedHairCost) {
_root.buyCost = '- ' + _root.strippedHairCost;
_root._score -= _root.strippedHairCost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.strippedHair = true;
_root.strippedMask = false;
lockHair.gotoAndPlay('buy');
_root.strippedHairUnlocked = true;
_root.menuSelected = false;
_parent.setSelect();
rollHair();
}
} else {
_root.menuSelected = 'stripHair';
_parent.setSelect();
lockHair.gotoAndStop('over');
rollHair();
}
}
}
function rollMask() {
if (_root.menuSelected != 'stripMask') {
if (_root.strippedMask != true) {
gotoAndStop('maskOnSelect');
} else {
gotoAndStop('maskOffSelect');
}
if (_root.strippedMaskUnlocked != true) {
lockMask.gotoAndStop('over');
}
}
}
function rollHair() {
if (_root.menuSelected != 'stripHair') {
if (_root.strippedHair != false) {
gotoAndStop('hairOnSelect');
} else {
gotoAndStop('hairOffSelect');
}
}
}
function resetMask() {
if (_root.menuSelected != 'stripMask') {
if (_root.strippedMask != true) {
gotoAndStop('maskOn');
} else {
gotoAndStop('maskOff');
}
if (_root.strippedMaskUnlocked == true) {
lockMask.gotoAndStop('off');
} else {
lockMask.gotoAndStop('lock');
}
}
}
function resetHair() {
if (_root.menuSelected != 'stripHair') {
if (_root.strippedHair != false) {
gotoAndStop('hairOn');
} else {
gotoAndStop('hairOff');
}
if (_root.strippedHairUnlocked == true) {
lockHair.gotoAndStop('off');
} else {
lockHair.gotoAndStop('lock');
}
}
if (_root.character != 5 && _root.character != 6 && _root.character != 9) {
if (_root.strippedHair != false) {
_root.strippedHairDisplay = _root.strippedHair;
} else {
_root.strippedHairDisplay = '';
}
} else {
_root.strippedHairDisplay = '';
}
}
stop();
iconReset();
}
instance lockHair of movieClip 1620 {
}
instance lockMask of movieClip 1620 {
}
}
movieClip 1644 {
}
movieClip 1656 {
frame 1 {
function galleryReset() {
_parent._parent.replaceGirl();
}
function iconReset() {
if (_root.character == 5 or _root.character == 6) {
resetMask();
} else {
resetHair();
}
}
function selectMask() {
if (_root.strippedMaskUnlocked == true) {
if (_root.strippedMask != true) {
_root.strippedMask = true;
_root.strippedHair = false;
galleryReset();
} else {
_root.strippedMask = false;
_root.strippedHair = false;
galleryReset();
}
_root.menuSelected = false;
_parent.setSelect();
rollMask();
} else {
if (_root.menuSelected == 'stripMask') {
if (_root._score >= _root.strippedMaskCost) {
_root.buyCost = '- ' + _root.strippedMaskCost;
_root._score -= _root.strippedMaskCost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.strippedMask = true;
_root.strippedHair = false;
lockMask.gotoAndPlay('buy');
_root.strippedMaskUnlocked = true;
_root.menuSelected = false;
_parent.setSelect();
rollMask();
}
} else {
_root.menuSelected = 'stripMask';
_parent.setSelect();
lockMask.gotoAndStop('over');
rollMask();
}
}
}
function selectHair() {
if (_root.strippedHairUnlocked == true) {
if (_root.strippedHair != true) {
_root.strippedHair = true;
_root.strippedMask = false;
galleryReset();
} else {
_root.strippedHair = false;
_root.strippedMask = false;
galleryReset();
}
_root.menuSelected = false;
_parent.setSelect();
rollHair();
} else {
if (_root.menuSelected == 'stripHair') {
if (_root._score >= _root.strippedHairCost) {
_root.buyCost = '- ' + _root.strippedHairCost;
_root._score -= _root.strippedHairCost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.strippedHair = true;
_root.strippedMask = false;
lockHair.gotoAndPlay('buy');
_root.strippedHairUnlocked = true;
_root.menuSelected = false;
_parent.setSelect();
rollHair();
}
} else {
_root.menuSelected = 'stripHair';
_parent.setSelect();
lockHair.gotoAndStop('over');
rollHair();
}
}
}
function rollMask() {
if (_root.menuSelected != 'stripBot') {
if (_root.strippedMask != true) {
gotoAndStop('maskOnSelect');
} else {
gotoAndStop('maskOffSelect');
}
if (_root.strippedMaskUnlocked != true) {
lockMask.gotoAndStop('over');
}
}
}
function rollHair() {
if (_root.menuSelected != 'stripHair') {
if (_root.strippedHair != true) {
gotoAndStop('dressSelect');
} else {
gotoAndStop('nudeSelect');
}
}
}
function resetMask() {
if (_root.menuSelected != 'stripMask') {
if (_root.strippedMask != true) {
gotoAndStop('maskOn');
} else {
gotoAndStop('maskOff');
}
}
if (_root.menuSelected != 'stripmask') {
if (_root.strippedMaskUnlocked == true) {
lockMask.gotoAndStop('off');
} else {
lockMask.gotoAndStop('lock');
}
}
}
function resetHair() {
if (_root.menuSelected != 'stripHair') {
if (_root.strippedHair != true) {
gotoAndStop('dress');
} else {
gotoAndStop('nude');
}
if (_root.strippedHairUnlocked == true) {
lockHair.gotoAndStop('off');
} else {
lockHair.gotoAndStop('lock');
}
}
}
stop();
iconReset();
}
instance lock of movieClip 1620 {
}
}
movieClip 1663 {
frame 1 {
function noLock() {
icon.lockMask._visible = false;
icon.lockHair._visible = false;
}
orb.gotoAndStop(_root.characterSaved);
showing = 'off';
gotoAndStop('off');
noLock();
}
frame 2 {
showing = 'off';
noLock();
}
frame 3 {
showing = 'over';
noLock();
}
frame 6 {
stop();
noLock();
}
frame 7 {
showing = 'out';
noLock();
}
frame 10 {
gotoAndStop('off');
noLock();
}
}
button 1666 {
on (release) {
selectTop();
}
on (rollOver) {
rollTop();
}
on (rollOut) {
iconReset();
}
on (releaseOutside) {
iconReset();
}
}
button 1667 {
on (release) {
selectBot();
}
on (rollOver) {
rollBot();
}
on (rollOut) {
iconReset();
}
on (releaseOutside) {
iconReset();
}
}
button 1680 {
on (release) {
selectFull();
}
on (rollOver) {
rollFull();
}
on (rollOut) {
iconReset();
}
on (releaseOutside) {
iconReset();
}
}
movieClip 1684 {
frame 1 {
function galleryReset() {
_parent._parent.replaceGirl();
}
function iconReset() {
if (_root.costume >= 1 && _root.costume <= 8 && _root.costume != 7) {
resetFull();
} else {
if (_root.costume == 9) {
resetNaked();
} else {
resetBikini();
}
}
}
function selectTop() {
if (_root.strippedTopUnlocked == true) {
if (_root.strippedTop != true) {
_root.strippedTop = true;
_root.strippedFull = false;
galleryReset();
} else {
_root.strippedTop = false;
_root.strippedFull = false;
galleryReset();
}
_root.menuSelected = false;
_parent.setSelect();
rollTop();
} else {
if (_root.menuSelected == 'stripTop') {
if (_root._score >= _root.strippedTopCost) {
_root.buyCost = '- ' + _root.strippedTopCost;
_root._score -= _root.strippedTopCost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.strippedTop = true;
_root.strippedFull = false;
lockTop.gotoAndPlay('buy');
_root.strippedTopUnlocked = true;
_root.menuSelected = false;
_parent.setSelect();
rollTop();
}
} else {
_root.menuSelected = 'stripTop';
_parent.setSelect();
lockTop.gotoAndStop('over');
rollTop();
}
}
}
function selectBot() {
if (_root.strippedBotUnlocked == true) {
if (_root.strippedBot != true) {
_root.strippedBot = true;
_root.strippedFull = false;
galleryReset();
} else {
_root.strippedBot = false;
_root.strippedFull = false;
galleryReset();
}
_root.menuSelected = false;
_parent.setSelect();
rollBot();
} else {
if (_root.menuSelected == 'stripBot') {
if (_root._score >= _root.strippedBotCost) {
_root.buyCost = '- ' + _root.strippedBotCost;
_root._score -= _root.strippedBotCost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.strippedBot = true;
_root.strippedFull = false;
lockBot.gotoAndPlay('buy');
_root.strippedBotUnlocked = true;
_root.menuSelected = false;
_parent.setSelect();
rollBot();
}
} else {
_root.menuSelected = 'stripBot';
_parent.setSelect();
lockBot.gotoAndStop('over');
rollBot();
}
}
}
function selectFull() {
if (_root.strippedFullUnlocked == true) {
if (_root.strippedFull != true) {
_root.strippedFull = true;
_root.strippedTop = false;
_root.strippedBot = false;
galleryReset();
} else {
_root.strippedFull = false;
_root.strippedTop = false;
_root.strippedBot = false;
galleryReset();
}
_root.menuSelected = false;
_parent.setSelect();
rollFull();
} else {
if (_root.menuSelected == 'stripFull') {
if (_root._score >= _root.strippedFullCost) {
_root.buyCost = '- ' + _root.strippedFullCost;
_root._score -= _root.strippedFullCost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.strippedFull = true;
_root.strippedTop = false;
_root.strippedBot = false;
lockFull.gotoAndPlay('buy');
_root.strippedFullUnlocked = true;
_root.menuSelected = false;
_parent.setSelect();
rollFull();
}
} else {
_root.menuSelected = 'stripFull';
_parent.setSelect();
lockFull.gotoAndStop('over');
rollFull();
}
}
}
function rollTop() {
if (_root.menuSelected != 'stripBot') {
if (_root.strippedTop != true && _root.strippedBot != true) {
gotoAndStop('onTopSelect');
} else {
if (_root.strippedTop == true && _root.strippedBot != true) {
gotoAndStop('toplessTopSelect');
} else {
if (_root.strippedTop != true && _root.strippedBot == true) {
gotoAndStop('bottomlessTopSelect');
} else {
gotoAndStop('offTopSelect');
}
}
}
if (_root.strippedTopUnlocked != true) {
lockTop.gotoAndStop('over');
}
}
}
function rollBot() {
if (_root.menuSelected != 'stripTop') {
if (_root.strippedTop != true && _root.strippedBot != true) {
gotoAndStop('onBotSelect');
} else {
if (_root.strippedTop == true && _root.strippedBot != true) {
gotoAndStop('toplessBotSelect');
} else {
if (_root.strippedTop != true && _root.strippedBot == true) {
gotoAndStop('bottomlessBotSelect');
} else {
gotoAndStop('offBotSelect');
}
}
}
if (_root.strippedBotUnlocked != true) {
lockBot.gotoAndStop('over');
}
}
}
function rollFull() {
if (_root.menuSelected != 'stripFull') {
if (_root.strippedFull != true) {
gotoAndStop('dressSelect');
} else {
gotoAndStop('nudeSelect');
}
}
}
function resetBikini() {
if (_root.menuSelected != 'stripTop' && _root.menuSelected != 'stripBot') {
if (_root.strippedTop != true && _root.strippedBot != true) {
gotoAndStop('on');
} else {
if (_root.strippedTop == true && _root.strippedBot != true) {
gotoAndStop('topless');
} else {
if (_root.strippedTop != true && _root.strippedBot == true) {
gotoAndStop('bottomless');
} else {
gotoAndStop('off');
}
}
}
}
if (_root.menuSelected != 'stripTop') {
if (_root.strippedTopUnlocked == true) {
lockTop.gotoAndStop('off');
} else {
lockTop.gotoAndStop('lock');
}
}
if (_root.menuSelected != 'stripBot') {
if (_root.strippedBotUnlocked == true) {
lockBot.gotoAndStop('off');
} else {
lockBot.gotoAndStop('lock');
}
}
}
function resetFull() {
if (_root.menuSelected != 'stripFull') {
if (_root.strippedFull != true) {
gotoAndStop('dress');
} else {
gotoAndStop('nude');
}
if (_root.strippedFullUnlocked == true) {
lockFull.gotoAndStop('off');
} else {
lockFull.gotoAndStop('lock');
}
}
}
function resetNaked() {
gotoAndStop('naked');
}
stop();
iconReset();
}
instance lockTop of movieClip 1620 {
}
instance lockBot of movieClip 1620 {
}
instance lockFull of movieClip 1620 {
}
}
movieClip 1692 {
}
movieClip 1695 {
frame 1 {
function noLock() {
icon.lockTop._visible = false;
icon.lockBot._visible = false;
icon.lockFull._visible = false;
}
orb.gotoAndStop(_root.costumeSaved);
showing = 'off';
gotoAndStop('off');
noLock();
}
frame 2 {
showing = 'off';
noLock();
}
frame 3 {
showing = 'over';
noLock();
}
frame 6 {
stop();
noLock();
}
frame 7 {
showing = 'out';
noLock();
}
frame 10 {
gotoAndStop('off');
noLock();
}
}
button 1703 {
on (release) {
_root.startup = 'map';
_root.gotoScreen('4');
}
}
movieClip 1712 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1716 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1720 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1724 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1728 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1732 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1736 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1740 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1744 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1748 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
button 1760 {
on (release) {
_parent.gotoAndPlay('lookGo');
}
}
movieClip 1768 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1773 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1777 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1783 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1788 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1792 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1796 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1800 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1804 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1810 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1816 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1822 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1828 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1834 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1840 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1846 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 1853 {
frame 1 {
function setNude() {
_root.checkCostume();
}
function setSelect() {
setNude();
gotoAndPlay('reset');
if (_root.menuSelected == false) {
textCostWord.text = '';
textCostPoor.text = '';
} else {
textCostWord.text = 'Price:';
textCostPoor.text = '';
}
switch (_root.menuSelected) {
case false:
textCost.text = '';
textName.text = '';
textLine1.text = '';
textLine2.text = '';
break;
case 'stripHair':
textCost.text = _root.strippedHairCost;
textName.text = 'Hair Colour';
textLine1.text = '[doesnt work]';
textLine2.text = '';
break;
case 'stripFace':
textCost.text = _root.strippedFaceCost;
textName.text = 'Strip Face';
textLine1.text = '[nothing here]';
textLine2.text = '';
break;
case 'stripMask':
textCost.text = _root.strippedMaskCost;
textName.text = 'Remove Mask';
textLine1.text = 'No need to be shy..';
textLine2.text = '';
break;
case 'stripTop':
textCost.text = _root.strippedTopCost;
textName.text = 'Strip Top';
textLine1.text = 'Yay, boobies!';
textLine2.text = '';
break;
case 'stripBot':
textCost.text = _root.strippedBotCost;
textName.text = 'Strip Panties';
textLine1.text = 'Who\'s a naughty girl?';
textLine2.text = '';
break;
case 'stripFull':
textCost.text = _root.strippedFullCost;
textName.text = 'Strip Costume';
textLine1.text = '[doesnt work yet. stretch goal!]';
textLine2.text = '';
break;
case 'cha01':
textCost.text = _root.character01cost;
textName.text = 'Pale Shepard';
textLine1.text = 'Savior of the galaxy.. without sunlight!';
textLine2.text = '';
break;
case 'cha02':
textCost.text = _root.character02cost;
textName.text = 'White Shepard';
textLine1.text = 'Savior of the galaxy.. with canonical hair!';
textLine2.text = '';
break;
case 'cha03':
textCost.text = _root.character03cost;
textName.text = 'Tanned Shepard';
textLine1.text = 'Savior of the galaxy.. with blonde hair!';
textLine2.text = '';
break;
case 'cha04':
textCost.text = _root.character04cost;
textName.text = 'Black Shepard';
textLine1.text = 'Savior of the galaxy.. with dark skin!';
textLine2.text = '';
break;
case 'cha05':
textCost.text = _root.character05cost;
textName.text = 'Tali\'Zorah';
textLine1.text = '\'emergency. induction. port.\'';
textLine2.text = '';
break;
case 'cha06':
textCost.text = _root.character04cost;
textName.text = 'Daro\'Xen';
textLine1.text = 'Admiral on deck.';
textLine2.text = '';
break;
case 'cha07':
textCost.text = _root.character07cost;
textName.text = 'Liara';
textLine1.text = 'let\'s meld';
textLine2.text = '';
break;
case 'cha08':
textCost.text = _root.character08cost;
textName.text = 'Miranda';
textLine1.text = 'Genetically superior';
textLine2.text = '';
break;
case 'cha09':
textCost.text = _root.character09cost;
textName.text = 'Edi';
textLine1.text = '01101000 01101001 ';
textLine2.text = '';
break;
case 'cos01':
textCost.text = _root.costume01cost;
textName.text = 'N7 Cocktail Dress';
textLine1.text = 'Military issue';
textLine2.text = '';
break;
case 'cos02':
textCost.text = _root.costume02cost;
textName.text = 'N7 Combat Armor';
textLine1.text = 'Love is a battlefield';
textLine2.text = '';
break;
case 'cos03':
textCost.text = _root.costume03cost;
textName.text = 'N7 Jump-suit';
textLine1.text = 'For any occasion';
textLine2.text = '';
break;
case 'cos04':
textCost.text = _root.costume04cost;
textName.text = 'N7 Corset';
textLine1.text = 'Military issue?';
textLine2.text = '';
break;
case 'cos05':
textCost.text = _root.costume05cost;
textName.text = 'Enviro-suit';
textLine1.text = 'Integrity not garuanteed';
textLine2.text = '';
break;
case 'cos06':
textCost.text = _root.costume06cost;
textName.text = 'Admiral\'s suit';
textLine1.text = 'Integrity not garuanteed';
textLine2.text = '';
break;
case 'cos07':
textCost.text = _root.costume07cost;
textName.text = 'Dancer Costume';
textLine1.text = 'Citadel\'s finest';
textLine2.text = '';
break;
case 'cos08':
textCost.text = _root.costume08cost;
textName.text = 'Techsuit';
textLine1.text = 'You like silicone, dontcha?';
textLine2.text = '';
break;
case 'cos09':
textCost.text = _root.costume09cost;
textName.text = 'Robot chassis';
textLine1.text = 'Mostly wires';
textLine2.text = '';
break;
case 'cos23':
textCost.text = _root.costume23cost;
textName.text = 'Pink Bikini';
textLine1.text = 'Swimwear in orchid';
textLine2.text = '';
break;
case 'cos24':
textCost.text = _root.costume24cost;
textName.text = 'Blue Bikini';
textLine1.text = 'Swimwear in navy';
textLine2.text = '';
break;
case 'cos25':
textCost.text = _root.costume25cost;
textName.text = 'Purple Bikini';
textLine1.text = 'Swimwear in violet';
textLine2.text = '';
break;
case 'cos26':
textCost.text = _root.costume26cost;
textName.text = 'Black Bikini';
textLine1.text = 'Dark swimwear';
textLine2.text = '';
break;
case 'cos27':
textCost.text = _root.costume27cost;
textName.text = 'White Bikini';
textLine1.text = 'Light swimwear';
textLine2.text = '';
break;
case 'cos28':
textCost.text = _root.costume28cost;
textName.text = 'Black Lingerie';
textLine1.text = 'Dress for the occasion';
textLine2.text = '';
break;
case 'cos29':
textCost.text = _root.costume29cost;
textName.text = 'White Lingerie';
textLine1.text = '\'pure\' indeed..';
textLine2.text = '';
}
headStripping.iconReset();
bodyStripping.iconReset();
if (_root._score <= textCost.text) {
textCostPoor.text = textCost.text;
textCost.text = '';
}
}
function setButtons() {
if (_root.character01unlocked == true) {
if (_root.character == 1) {
btnCha01.gotoAndStop('on');
} else {
btnCha01.gotoAndStop('off');
}
} else {
btnCha01.gotoAndStop('offLocked');
}
if (_root.character02unlocked == true) {
if (_root.character == 2) {
btnCha02.gotoAndStop('on');
} else {
btnCha02.gotoAndStop('off');
}
} else {
btnCha02.gotoAndStop('offLocked');
}
if (_root.character03unlocked == true) {
if (_root.character == 3) {
btnCha03.gotoAndStop('on');
} else {
btnCha03.gotoAndStop('off');
}
} else {
btnCha03.gotoAndStop('offLocked');
}
if (_root.character04unlocked == true) {
if (_root.character == 4) {
btnCha04.gotoAndStop('on');
} else {
btnCha04.gotoAndStop('off');
}
} else {
btnCha04.gotoAndStop('offLocked');
}
if (_root.character05unlocked == true) {
if (_root.character == 5) {
btnCha05.gotoAndStop('on');
} else {
btnCha05.gotoAndStop('off');
}
} else {
btnCha05.gotoAndStop('offLocked');
}
if (_root.character06unlocked == true) {
if (_root.character == 6) {
btnCha06.gotoAndStop('on');
} else {
btnCha06.gotoAndStop('off');
}
} else {
btnCha06.gotoAndStop('offLocked');
}
if (_root.character07unlocked == true) {
if (_root.character == 7) {
btnCha07.gotoAndStop('on');
} else {
btnCha07.gotoAndStop('off');
}
} else {
btnCha07.gotoAndStop('offLocked');
}
if (_root.costume01unlocked == true) {
if (_root.costume == 1) {
btnCos01.gotoAndStop('on');
} else {
btnCos01.gotoAndStop('off');
}
} else {
btnCos01.gotoAndStop('offLocked');
}
if (_root.costume02unlocked == true) {
if (_root.costume == 2) {
btnCos02.gotoAndStop('on');
} else {
btnCos02.gotoAndStop('off');
}
} else {
btnCos02.gotoAndStop('offLocked');
}
if (_root.costume03unlocked == true) {
if (_root.costume == 3) {
btnCos03.gotoAndStop('on');
} else {
btnCos03.gotoAndStop('off');
}
} else {
btnCos03.gotoAndStop('offLocked');
}
if (_root.costume04unlocked == true) {
if (_root.costume == 4) {
btnCos04.gotoAndStop('on');
} else {
btnCos04.gotoAndStop('off');
}
} else {
btnCos04.gotoAndStop('offLocked');
}
if (_root.costume05unlocked == true) {
if (_root.costume == 5) {
btnCos05.gotoAndStop('on');
} else {
btnCos05.gotoAndStop('off');
}
} else {
btnCos05.gotoAndStop('offLocked');
}
if (_root.costume06unlocked == true) {
if (_root.costume == 6) {
btnCos06.gotoAndStop('on');
} else {
btnCos06.gotoAndStop('off');
}
} else {
btnCos06.gotoAndStop('offLocked');
}
if (_root.costume07unlocked == true) {
if (_root.costume == 7) {
btnCos07.gotoAndStop('on');
} else {
btnCos07.gotoAndStop('off');
}
} else {
btnCos07.gotoAndStop('offLocked');
}
if (_root.costume23unlocked == true) {
if (_root.costume == 23) {
btnCos23.gotoAndStop('on');
} else {
btnCos23.gotoAndStop('off');
}
} else {
btnCos23.gotoAndStop('offLocked');
}
if (_root.costume24unlocked == true) {
if (_root.costume == 24) {
btnCos24.gotoAndStop('on');
} else {
btnCos24.gotoAndStop('off');
}
} else {
btnCos24.gotoAndStop('offLocked');
}
if (_root.costume25unlocked == true) {
if (_root.costume == 25) {
btnCos25.gotoAndStop('on');
} else {
btnCos25.gotoAndStop('off');
}
} else {
btnCos25.gotoAndStop('offLocked');
}
if (_root.costume26unlocked == true) {
if (_root.costume == 26) {
btnCos26.gotoAndStop('on');
} else {
btnCos26.gotoAndStop('off');
}
} else {
btnCos26.gotoAndStop('offLocked');
}
if (_root.costume27unlocked == true) {
if (_root.costume == 27) {
btnCos27.gotoAndStop('on');
} else {
btnCos27.gotoAndStop('off');
}
} else {
btnCos27.gotoAndStop('offLocked');
}
if (_root.costume28unlocked == true) {
if (_root.costume == 28) {
btnCos28.gotoAndStop('on');
} else {
btnCos28.gotoAndStop('off');
}
} else {
btnCos28.gotoAndStop('offLocked');
}
if (_root.costume29unlocked == true) {
if (_root.costume == 29) {
btnCos29.gotoAndStop('on');
} else {
btnCos29.gotoAndStop('off');
}
} else {
btnCos29.gotoAndStop('offLocked');
}
}
gotoAndStop('reset');
_root.menuSelected = false;
setButtons();
setSelect();
}
instance btnCha02 of movieClip 1712 {
onClipEvent (release) {
if (_root.menuSelected != 'cha02') {
if (_root.character02unlocked == true) {
_root.character = 2;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cha02';
_parent.setSelect();
} else {
_root.character = 2;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cha02';
_parent.setSelect();
}
} else {
if (_root.character02unlocked != true) {
if (_root._score >= _root.character01cost) {
_root.buyCost = '- ' + _root.character02cost;
_root._score -= _root.character02cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.character = 2;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.character02unlocked = true;
}
}
}
}
}
instance btnCha03 of movieClip 1716 {
onClipEvent (release) {
if (_root.menuSelected != 'cha03') {
if (_root.character03unlocked == true) {
_root.character = 3;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cha03';
_parent.setSelect();
} else {
_root.character = 3;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cha03';
_parent.setSelect();
}
} else {
if (_root.character03unlocked != true) {
if (_root._score >= _root.character01cost) {
_root.buyCost = '- ' + _root.character03cost;
_root._score -= _root.character03cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.character = 3;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.character03unlocked = true;
}
}
}
}
}
instance btnCha04 of movieClip 1720 {
onClipEvent (release) {
if (_root.menuSelected != 'cha04') {
if (_root.character04unlocked == true) {
_root.character = 4;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cha04';
_parent.setSelect();
} else {
_root.character = 4;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cha04';
_parent.setSelect();
}
} else {
if (_root.character04unlocked != true) {
if (_root._score >= _root.character01cost) {
_root.buyCost = '- ' + _root.character04cost;
_root._score -= _root.character04cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.character = 4;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.character04unlocked = true;
}
}
}
}
}
instance btnCha05 of movieClip 1724 {
onClipEvent (release) {
if (_root.menuSelected != 'cha05') {
if (_root.character05unlocked == true) {
_root.character = 5;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cha05';
_parent.setSelect();
} else {
_root.character = 5;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cha05';
_parent.setSelect();
}
} else {
if (_root.character05unlocked != true) {
if (_root._score >= _root.character01cost) {
_root.buyCost = '- ' + _root.character05cost;
_root._score -= _root.character05cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.character = 5;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.character05unlocked = true;
}
}
}
}
}
instance btnCha06 of movieClip 1728 {
onClipEvent (release) {
if (_root.menuSelected != 'cha06') {
if (_root.character06unlocked == true) {
_root.character = 6;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cha06';
_parent.setSelect();
} else {
_root.character = 6;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cha06';
_parent.setSelect();
}
} else {
if (_root.character06unlocked != true) {
if (_root._score >= _root.character01cost) {
_root.buyCost = '- ' + _root.character06cost;
_root._score -= _root.character06cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.character = 6;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.character06unlocked = true;
}
}
}
}
}
instance btnCha07 of movieClip 1732 {
onClipEvent (release) {
if (_root.menuSelected != 'cha07') {
if (_root.character07unlocked == true) {
_root.character = 7;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cha07';
_parent.setSelect();
} else {
_root.character = 7;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cha07';
_parent.setSelect();
}
} else {
if (_root.character07unlocked != true) {
if (_root._score >= _root.character01cost) {
_root.buyCost = '- ' + _root.character07cost;
_root._score -= _root.character07cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.character = 7;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.character07unlocked = true;
}
}
}
}
}
instance btnCha01 of movieClip 1736 {
onClipEvent (release) {
if (_root.menuSelected != 'cha01') {
if (_root.character01unlocked == true) {
_root.character = 1;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cha01';
_parent.setSelect();
} else {
_root.character = 1;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cha01';
_parent.setSelect();
}
} else {
if (_root.character01unlocked != true) {
if (_root._score >= _root.character01cost) {
_root.buyCost = '- ' + _root.character01cost;
_root._score -= _root.character01cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.character = 1;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.character01unlocked = true;
}
}
}
}
}
instance btnCos02 of movieClip 1712 {
onClipEvent (release) {
if (_root.menuSelected != 'cos02') {
if (_root.costume02unlocked == true) {
_root.costume = 2;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos02';
_parent.setSelect();
} else {
_root.costume = 2;
_root.checkCostume();
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos02';
_parent.setSelect();
}
} else {
if (_root.costume02unlocked != true) {
if (_root._score >= _root.costume01cost) {
_root.buyCost = '- ' + _root.costume02cost;
_root._score -= _root.costume02cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 2;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume02unlocked = true;
}
}
}
}
}
instance btnCos03 of movieClip 1716 {
onClipEvent (release) {
if (_root.menuSelected != 'cos03') {
if (_root.costume03unlocked == true) {
_root.costume = 3;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos03';
_parent.setSelect();
} else {
_root.costume = 3;
_root.checkCostume();
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos03';
_parent.setSelect();
}
} else {
if (_root.costume03unlocked != true) {
if (_root._score >= _root.costume01cost) {
_root.buyCost = '- ' + _root.costume03cost;
_root._score -= _root.costume03cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 3;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume03unlocked = true;
}
}
}
}
}
instance btnCos04 of movieClip 1720 {
onClipEvent (release) {
if (_root.menuSelected != 'cos04') {
if (_root.costume04unlocked == true) {
_root.costume = 4;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos04';
_parent.setSelect();
} else {
_root.costume = 4;
_root.checkCostume();
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos04';
_parent.setSelect();
}
} else {
if (_root.costume04unlocked != true) {
if (_root._score >= _root.costume01cost) {
_root.buyCost = '- ' + _root.costume04cost;
_root._score -= _root.costume04cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 4;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume04unlocked = true;
}
}
}
}
}
instance btnCos05 of movieClip 1724 {
onClipEvent (release) {
if (_root.menuSelected != 'cos05') {
if (_root.costume05unlocked == true) {
_root.costume = 5;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos05';
_parent.setSelect();
} else {
_root.costume = 5;
_root.checkCostume();
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos05';
_parent.setSelect();
}
} else {
if (_root.costume05unlocked != true) {
if (_root._score >= _root.costume01cost) {
_root.buyCost = '- ' + _root.costume05cost;
_root._score -= _root.costume05cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 5;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume05unlocked = true;
}
}
}
}
}
instance btnCos06 of movieClip 1728 {
onClipEvent (release) {
if (_root.menuSelected != 'cos06') {
if (_root.costume06unlocked == true) {
_root.costume = 6;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos06';
_parent.setSelect();
} else {
_root.costume = 6;
_root.checkCostume();
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos06';
_parent.setSelect();
}
} else {
if (_root.costume06unlocked != true) {
if (_root._score >= _root.costume01cost) {
_root.buyCost = '- ' + _root.costume06cost;
_root._score -= _root.costume06cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 6;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume06unlocked = true;
}
}
}
}
}
instance btnCos07 of movieClip 1732 {
onClipEvent (release) {
if (_root.menuSelected != 'cos07') {
if (_root.costume07unlocked == true) {
_root.costume = 7;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos07';
_parent.setSelect();
} else {
_root.costume = 7;
_root.checkCostume();
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos07';
_parent.setSelect();
}
} else {
if (_root.costume07unlocked != true) {
if (_root._score >= _root.costume01cost) {
_root.buyCost = '- ' + _root.costume07cost;
_root._score -= _root.costume07cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 7;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume07unlocked = true;
}
}
}
}
}
instance btnCos23 of movieClip 1740 {
onClipEvent (release) {
if (_root.menuSelected != 'cos23') {
if (_root.costume23unlocked == true) {
_root.costume = 23;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos23';
_parent.setSelect();
} else {
_root.costume = 23;
_root.checkCostume();
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos23';
_parent.setSelect();
}
} else {
if (_root.costume23unlocked != true) {
if (_root._score >= _root.costume23cost) {
_root.buyCost = '- ' + _root.costume23cost;
_root._score -= _root.costume23cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 23;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume23unlocked = true;
}
}
}
}
}
instance btnCos28 of movieClip 1744 {
onClipEvent (release) {
if (_root.menuSelected != 'cos28') {
if (_root.costume28unlocked == true) {
_root.costume = 28;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos28';
_parent.setSelect();
} else {
_root.costume = 28;
_root.checkCostume();
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos28';
_parent.setSelect();
}
} else {
if (_root.costume28unlocked != true) {
if (_root._score >= _root.costume28cost) {
_root.buyCost = '- ' + _root.costume28cost;
_root._score -= _root.costume28cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 28;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume28unlocked = true;
}
}
}
}
}
instance btnCos01 of movieClip 1736 {
onClipEvent (release) {
if (_root.menuSelected != 'cos01') {
if (_root.costume01unlocked == true) {
_root.costume = 1;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos01';
_parent.setSelect();
} else {
_root.costume = 1;
_root.checkCostume();
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos01';
_parent.setSelect();
}
} else {
if (_root.costume01unlocked != true) {
if (_root._score >= _root.costume01cost) {
_root.buyCost = '- ' + _root.costume01cost;
_root._score -= _root.costume01cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 1;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume01unlocked = true;
}
}
}
}
}
instance btnCos29 of movieClip 1748 {
onClipEvent (release) {
if (_root.menuSelected != 'cos29') {
if (_root.costume29unlocked == true) {
_root.costume = 29;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos29';
_parent.setSelect();
} else {
_root.costume = 29;
_root.checkCostume();
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos29';
_parent.setSelect();
}
} else {
if (_root.costume29unlocked != true) {
if (_root._score >= _root.costume29cost) {
_root.buyCost = '- ' + _root.costume29cost;
_root._score -= _root.costume29cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 29;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume29unlocked = true;
}
}
}
}
}
instance btnCha07 of movieClip 1768 {
onClipEvent (release) {
if (_root.menuSelected != 'cha09') {
if (_root.character09unlocked == true) {
_root.character = 9;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cha09';
_parent.setSelect();
} else {
_root.character = 9;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cha09';
_parent.setSelect();
}
} else {
if (_root.character09unlocked != true) {
if (_root._score >= _root.character01cost) {
_root.buyCost = '- ' + _root.character09cost;
_root._score -= _root.character09cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.character = 9;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.character09unlocked = true;
}
}
}
}
}
instance btnCos07 of movieClip 1773 {
onClipEvent (release) {
if (_root.menuSelected != 'cos09') {
if (_root.costume09unlocked == true) {
_root.costume = 9;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos09';
_parent.setSelect();
} else {
_root.costume = 9;
_root.checkCostume();
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos09';
_parent.setSelect();
}
} else {
if (_root.costume09unlocked != true) {
if (_root._score >= _root.costume01cost) {
_root.buyCost = '- ' + _root.costume09cost;
_root._score -= _root.costume09cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 9;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume09unlocked = true;
}
}
}
}
}
instance btnCos22 of movieClip 1777 {
onClipEvent (release) {
if (_root.menuSelected != 'cos22') {
if (_root.costume22unlocked == true) {
_root.costume = 22;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = true;
_root.strippedBot = true;
_root.strippedFull = true;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos22';
_parent.setSelect();
} else {
_root.costume = 22;
_root.checkCostume();
_root.strippedTop = true;
_root.strippedBot = true;
_root.strippedFull = true;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos22';
_parent.setSelect();
}
} else {
if (_root.costume22unlocked != true) {
if (_root._score >= _root.costume22cost) {
_root.buyCost = '- ' + _root.costume22cost;
_root._score -= _root.costume22cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 22;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume22unlocked = true;
}
}
}
}
}
instance btnCha07 of movieClip 1783 {
onClipEvent (release) {
if (_root.menuSelected != 'cha08') {
if (_root.character08unlocked == true) {
_root.character = 8;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cha08';
_parent.setSelect();
} else {
_root.character = 8;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cha08';
_parent.setSelect();
}
} else {
if (_root.character08unlocked != true) {
if (_root._score >= _root.character01cost) {
_root.buyCost = '- ' + _root.character08cost;
_root._score -= _root.character08cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.character = 8;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.character08unlocked = true;
}
}
}
}
}
instance btnCos07 of movieClip 1783 {
onClipEvent (release) {
if (_root.menuSelected != 'cos08') {
if (_root.costume08unlocked == true) {
_root.costume = 8;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos08';
_parent.setSelect();
} else {
_root.costume = 8;
_root.checkCostume();
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos08';
_parent.setSelect();
}
} else {
if (_root.costume08unlocked != true) {
if (_root._score >= _root.costume01cost) {
_root.buyCost = '- ' + _root.costume08cost;
_root._score -= _root.costume08cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 8;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume08unlocked = true;
}
}
}
}
}
instance btnCos21 of movieClip 1788 {
onClipEvent (release) {
if (_root.menuSelected != 'cos21') {
if (_root.costume21unlocked == true) {
_root.costume = 21;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = true;
_root.strippedBot = true;
_root.strippedFull = true;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos21';
_parent.setSelect();
} else {
_root.costume = 21;
_root.checkCostume();
_root.strippedTop = true;
_root.strippedBot = true;
_root.strippedFull = true;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos21';
_parent.setSelect();
}
} else {
if (_root.costume21unlocked != true) {
if (_root._score >= _root.costume21cost) {
_root.buyCost = '- ' + _root.costume21cost;
_root._score -= _root.costume21cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 21;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume21unlocked = true;
}
}
}
}
}
instance btnCos25 of movieClip 1792 {
onClipEvent (release) {
if (_root.menuSelected != 'cos25') {
if (_root.costume25unlocked == true) {
_root.costume = 25;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos25';
_parent.setSelect();
} else {
_root.costume = 25;
_root.checkCostume();
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos25';
_parent.setSelect();
}
} else {
if (_root.costume25unlocked != true) {
if (_root._score >= _root.costume25cost) {
_root.buyCost = '- ' + _root.costume25cost;
_root._score -= _root.costume25cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 25;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume25unlocked = true;
}
}
}
}
}
instance btnCos26 of movieClip 1796 {
onClipEvent (release) {
if (_root.menuSelected != 'cos26') {
if (_root.costume26unlocked == true) {
_root.costume = 26;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos26';
_parent.setSelect();
} else {
_root.costume = 26;
_root.checkCostume();
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos26';
_parent.setSelect();
}
} else {
if (_root.costume26unlocked != true) {
if (_root._score >= _root.costume26cost) {
_root.buyCost = '- ' + _root.costume26cost;
_root._score -= _root.costume26cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 26;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume26unlocked = true;
}
}
}
}
}
instance btnCos27 of movieClip 1800 {
onClipEvent (release) {
if (_root.menuSelected != 'cos27') {
if (_root.costume27unlocked == true) {
_root.costume = 27;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos27';
_parent.setSelect();
} else {
_root.costume = 27;
_root.checkCostume();
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos27';
_parent.setSelect();
}
} else {
if (_root.costume27unlocked != true) {
if (_root._score >= _root.costume27cost) {
_root.buyCost = '- ' + _root.costume27cost;
_root._score -= _root.costume27cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 27;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume27unlocked = true;
}
}
}
}
}
instance btnCos24 of movieClip 1804 {
onClipEvent (release) {
if (_root.menuSelected != 'cos24') {
if (_root.costume24unlocked == true) {
_root.costume = 24;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos24';
_parent.setSelect();
} else {
_root.costume = 24;
_root.checkCostume();
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos24';
_parent.setSelect();
}
} else {
if (_root.costume24unlocked != true) {
if (_root._score >= _root.costume24cost) {
_root.buyCost = '- ' + _root.costume24cost;
_root._score -= _root.costume24cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 24;
_root.checkCostume();
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume24unlocked = true;
}
}
}
}
}
frame 3 {
gotoAndStop('menu');
}
instance btnCha02 of movieClip 1810 {
onClipEvent (release) {
if (_root.menuSelected != 'cha01') {
if (_root.character01unlocked == true) {
_root.character = 1;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cha01';
_parent.setSelect();
} else {
_root.character = 1;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cha01';
_parent.setSelect();
}
} else {
if (_root.character01unlocked != true) {
if (_root._score >= _root.character01cost) {
_root.buyCost = '- ' + _root.character01cost;
_root._score -= _root.character01cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.character = 1;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.character01unlocked = true;
}
}
}
}
}
instance btnCha03 of movieClip 1816 {
onClipEvent (release) {
if (_root.menuSelected != 'cha03') {
if (_root.character03unlocked == true) {
_root.character = 3;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cha03';
_parent.setSelect();
} else {
_root.character = 3;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cha03';
_parent.setSelect();
}
} else {
if (_root.character03unlocked != true) {
if (_root._score >= _root.character01cost) {
_root.buyCost = '- ' + _root.character03cost;
_root._score -= _root.character03cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.character = 3;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.character03unlocked = true;
}
}
}
}
}
instance btnCha04 of movieClip 1822 {
onClipEvent (release) {
if (_root.menuSelected != 'cha04') {
if (_root.character04unlocked == true) {
_root.character = 4;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cha04';
_parent.setSelect();
} else {
_root.character = 4;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cha04';
_parent.setSelect();
}
} else {
if (_root.character04unlocked != true) {
if (_root._score >= _root.character01cost) {
_root.buyCost = '- ' + _root.character04cost;
_root._score -= _root.character04cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.character = 4;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.character04unlocked = true;
}
}
}
}
}
instance btnCha05 of movieClip 1828 {
onClipEvent (release) {
if (_root.menuSelected != 'cha05') {
if (_root.character05unlocked == true) {
_root.character = 5;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cha05';
_parent.setSelect();
} else {
_root.character = 5;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cha05';
_parent.setSelect();
}
} else {
if (_root.character05unlocked != true) {
if (_root._score >= _root.character01cost) {
_root.buyCost = '- ' + _root.character05cost;
_root._score -= _root.character05cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.character = 5;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.character05unlocked = true;
}
}
}
}
}
instance btnCha06 of movieClip 1834 {
onClipEvent (release) {
if (_root.menuSelected != 'cha06') {
if (_root.character06unlocked == true) {
_root.character = 6;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cha06';
_parent.setSelect();
} else {
_root.character = 6;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cha06';
_parent.setSelect();
}
} else {
if (_root.character06unlocked != true) {
if (_root._score >= _root.character01cost) {
_root.buyCost = '- ' + _root.character06cost;
_root._score -= _root.character06cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.character = 6;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.character06unlocked = true;
}
}
}
}
}
instance btnCha07 of movieClip 1840 {
onClipEvent (release) {
if (_root.menuSelected != 'cha07') {
if (_root.character07unlocked == true) {
_root.character = 7;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cha07';
_parent.setSelect();
} else {
_root.character = 7;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cha07';
_parent.setSelect();
}
} else {
if (_root.character07unlocked != true) {
if (_root._score >= _root.character01cost) {
_root.buyCost = '- ' + _root.character07cost;
_root._score -= _root.character07cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.character = 7;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.character07unlocked = true;
}
}
}
}
}
instance btnCha01 of movieClip 1846 {
onClipEvent (release) {
if (_root.menuSelected != 'cha02') {
if (_root.character02unlocked == true) {
_root.character = 2;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cha02';
_parent.setSelect();
} else {
_root.character = 2;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cha02';
_parent.setSelect();
}
} else {
if (_root.character02unlocked != true) {
if (_root._score >= _root.character01cost) {
_root.buyCost = '- ' + _root.character02cost;
_root._score -= _root.character02cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.character = 2;
_root.characterSaved = _root.character;
_root.strippedHair = false;
_root.strippedFace = false;
_root.strippedMask = false;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.character02unlocked = true;
}
}
}
}
}
instance btnCos02 of movieClip 1712 {
onClipEvent (release) {
if (_root.menuSelected != 'cos02') {
if (_root.costume02unlocked == true) {
_root.costume = 2;
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos02';
_parent.setSelect();
} else {
_root.costume = 2;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos02';
_parent.setSelect();
}
} else {
if (_root.costume02unlocked != true) {
if (_root._score >= _root.costume01cost) {
_root.buyCost = '- ' + _root.costume02cost;
_root._score -= _root.costume02cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 2;
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume02unlocked = true;
}
}
}
}
}
instance btnCos03 of movieClip 1716 {
onClipEvent (release) {
if (_root.menuSelected != 'cos03') {
if (_root.costume03unlocked == true) {
_root.costume = 3;
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos03';
_parent.setSelect();
} else {
_root.costume = 3;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos03';
_parent.setSelect();
}
} else {
if (_root.costume03unlocked != true) {
if (_root._score >= _root.costume01cost) {
_root.buyCost = '- ' + _root.costume03cost;
_root._score -= _root.costume03cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 3;
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume03unlocked = true;
}
}
}
}
}
instance btnCos04 of movieClip 1720 {
onClipEvent (release) {
if (_root.menuSelected != 'cos04') {
if (_root.costume04unlocked == true) {
_root.costume = 4;
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos04';
_parent.setSelect();
} else {
_root.costume = 4;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos04';
_parent.setSelect();
}
} else {
if (_root.costume04unlocked != true) {
if (_root._score >= _root.costume01cost) {
_root.buyCost = '- ' + _root.costume04cost;
_root._score -= _root.costume04cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 4;
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume04unlocked = true;
}
}
}
}
}
instance btnCos05 of movieClip 1724 {
onClipEvent (release) {
if (_root.menuSelected != 'cos05') {
if (_root.costume05unlocked == true) {
_root.costume = 5;
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos05';
_parent.setSelect();
} else {
_root.costume = 5;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos05';
_parent.setSelect();
}
} else {
if (_root.costume05unlocked != true) {
if (_root._score >= _root.costume01cost) {
_root.buyCost = '- ' + _root.costume05cost;
_root._score -= _root.costume05cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 5;
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume05unlocked = true;
}
}
}
}
}
instance btnCos06 of movieClip 1728 {
onClipEvent (release) {
if (_root.menuSelected != 'cos06') {
if (_root.costume06unlocked == true) {
_root.costume = 6;
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos06';
_parent.setSelect();
} else {
_root.costume = 6;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos06';
_parent.setSelect();
}
} else {
if (_root.costume06unlocked != true) {
if (_root._score >= _root.costume01cost) {
_root.buyCost = '- ' + _root.costume06cost;
_root._score -= _root.costume06cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 6;
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume06unlocked = true;
}
}
}
}
}
instance btnCos07 of movieClip 1732 {
onClipEvent (release) {
if (_root.menuSelected != 'cos07') {
if (_root.costume07unlocked == true) {
_root.costume = 7;
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos07';
_parent.setSelect();
} else {
_root.costume = 7;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos07';
_parent.setSelect();
}
} else {
if (_root.costume07unlocked != true) {
if (_root._score >= _root.costume01cost) {
_root.buyCost = '- ' + _root.costume07cost;
_root._score -= _root.costume07cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 7;
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume07unlocked = true;
}
}
}
}
}
instance btnCos25 of movieClip 1792 {
onClipEvent (release) {
if (_root.menuSelected != 'cos25') {
if (_root.costume25unlocked == true) {
_root.costume = 25;
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos25';
_parent.setSelect();
} else {
_root.costume = 25;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos25';
_parent.setSelect();
}
} else {
if (_root.costume25unlocked != true) {
if (_root._score >= _root.costume25cost) {
_root.buyCost = '- ' + _root.costume25cost;
_root._score -= _root.costume25cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 25;
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume25unlocked = true;
}
}
}
}
}
instance btnCos26 of movieClip 1796 {
onClipEvent (release) {
if (_root.menuSelected != 'cos26') {
if (_root.costume26unlocked == true) {
_root.costume = 26;
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos26';
_parent.setSelect();
} else {
_root.costume = 26;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos26';
_parent.setSelect();
}
} else {
if (_root.costume26unlocked != true) {
if (_root._score >= _root.costume26cost) {
_root.buyCost = '- ' + _root.costume26cost;
_root._score -= _root.costume26cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 26;
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume26unlocked = true;
}
}
}
}
}
instance btnCos23 of movieClip 1740 {
onClipEvent (release) {
if (_root.menuSelected != 'cos23') {
if (_root.costume23unlocked == true) {
_root.costume = 23;
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos23';
_parent.setSelect();
} else {
_root.costume = 23;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos23';
_parent.setSelect();
}
} else {
if (_root.costume23unlocked != true) {
if (_root._score >= _root.costume23cost) {
_root.buyCost = '- ' + _root.costume23cost;
_root._score -= _root.costume23cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 23;
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume23unlocked = true;
}
}
}
}
}
instance btnCos27 of movieClip 1800 {
onClipEvent (release) {
if (_root.menuSelected != 'cos27') {
if (_root.costume27unlocked == true) {
_root.costume = 27;
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos27';
_parent.setSelect();
} else {
_root.costume = 27;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos27';
_parent.setSelect();
}
} else {
if (_root.costume27unlocked != true) {
if (_root._score >= _root.costume27cost) {
_root.buyCost = '- ' + _root.costume27cost;
_root._score -= _root.costume27cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 27;
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume27unlocked = true;
}
}
}
}
}
instance btnCos28 of movieClip 1744 {
onClipEvent (release) {
if (_root.menuSelected != 'cos28') {
if (_root.costume28unlocked == true) {
_root.costume = 28;
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos28';
_parent.setSelect();
} else {
_root.costume = 28;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos28';
_parent.setSelect();
}
} else {
if (_root.costume28unlocked != true) {
if (_root._score >= _root.costume28cost) {
_root.buyCost = '- ' + _root.costume28cost;
_root._score -= _root.costume28cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 28;
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume28unlocked = true;
}
}
}
}
}
instance btnCos24 of movieClip 1804 {
onClipEvent (release) {
if (_root.menuSelected != 'cos24') {
if (_root.costume24unlocked == true) {
_root.costume = 24;
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos24';
_parent.setSelect();
} else {
_root.costume = 24;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos24';
_parent.setSelect();
}
} else {
if (_root.costume24unlocked != true) {
if (_root._score >= _root.costume24cost) {
_root.buyCost = '- ' + _root.costume24cost;
_root._score -= _root.costume24cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 24;
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume24unlocked = true;
}
}
}
}
}
instance btnCos01 of movieClip 1736 {
onClipEvent (release) {
if (_root.menuSelected != 'cos01') {
if (_root.costume01unlocked == true) {
_root.costume = 1;
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos01';
_parent.setSelect();
} else {
_root.costume = 1;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos01';
_parent.setSelect();
}
} else {
if (_root.costume01unlocked != true) {
if (_root._score >= _root.costume01cost) {
_root.buyCost = '- ' + _root.costume01cost;
_root._score -= _root.costume01cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 1;
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume01unlocked = true;
}
}
}
}
}
instance btnCos29 of movieClip 1748 {
onClipEvent (release) {
if (_root.menuSelected != 'cos29') {
if (_root.costume29unlocked == true) {
_root.costume = 29;
_root.costumeSaved = _root.costume;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('on');
_root.menuSelected = 'cos29';
_parent.setSelect();
} else {
_root.costume = 29;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_parent.setButtons();
gotoAndStop('onLocked');
_root.menuSelected = 'cos29';
_parent.setSelect();
}
} else {
if (_root.costume29unlocked != true) {
if (_root._score >= _root.costume29cost) {
_root.buyCost = '- ' + _root.costume29cost;
_root._score -= _root.costume29cost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_root.costume = 29;
_root.costumeSaved = _root.costume;
_parent.setButtons();
_parent.setSelect();
this.gotoAndPlay('buy');
_root.costume29unlocked = true;
}
}
}
}
}
}
movieClip 1854 win {
frame 1 {
function setSelect() {
if (_root.menuSelected == false) {
textCostWord.text = '';
} else {
textCostWord.text = 'Cost:';
}
switch (_root.menuSelected) {
case false:
textCost.text = '';
textName.text = '';
textLine1.text = '';
textLine2.text = '';
break;
case 'b1':
textCost.text = _root.skillB1Cost;
textName.text = 'Foreplay #1';
textLine1.text = 'as safe as sex with strangers can be';
textLine2.text = '[new pose: handjob]';
break;
case 'b2':
textCost.text = _root.skillB2Cost;
textName.text = 'Foreplay #2';
textLine1.text = 'if you got the goods..';
textLine2.text = '[new pose: tittyfuck]';
break;
case 'b3':
textCost.text = _root.skillB3Cost;
textName.text = 'Foreplay #3';
textLine1.text = 'when an arm\'s reach isnt enough';
textLine2.text = '[new pose: footjob]';
break;
case 'b4':
textCost.text = _root.skillB4Cost;
textName.text = 'Foreplay #4';
textLine1.text = 'better living through technology';
textLine2.text = '[new pose: omnitool stimulation]';
break;
case 'b5':
textCost.text = _root.skillB5Cost;
textName.text = 'Foreplay #5';
textLine1.text = 'the future is NOW';
textLine2.text = '[new pose: biotic handjob]';
break;
case 's1':
textCost.text = _root.skillS1Cost;
textName.text = 'Fellatio #1';
textLine1.text = 'Sucking dick 101 - the basics';
textLine2.text = '[new pose: just the tip]';
break;
case 's2':
textCost.text = _root.skillS2Cost;
textName.text = 'Fellatio #2';
textLine1.text = 'Sucking dick 102 - workin\' it';
textLine2.text = '[new pose: blow]';
break;
case 's3':
textCost.text = _root.skillS3Cost;
textName.text = 'Fellatio #3';
textLine1.text = 'Sucking dick 103 - goin\' deep';
textLine2.text = '[new pose: hands-free]';
break;
case 's4':
textCost.text = _root.skillS4Cost;
textName.text = 'Fellatio #4';
textLine1.text = 'Sucking dick 104 - multi-tasking';
textLine2.text = '[new pose: the classic]';
break;
case 's5':
textCost.text = _root.skillS5Cost;
textName.text = 'Fellatio #5';
textLine1.text = 'Sucking dick 105 - not choking';
textLine2.text = '[new pose: deepthroat]';
break;
case 'f1':
textCost.text = _root.skillF1Cost;
textName.text = 'Intercourse #1';
textLine1.text = 'Because sex with strangers.';
textLine2.text = '[new pose: sex]';
break;
case 'f2':
textCost.text = _root.skillF2Cost;
textName.text = 'Intercourse #2';
textLine1.text = 'The naughtiest smile';
textLine2.text = '[new pose: spread-ass]';
break;
case 'f3':
textCost.text = _root.skillF3Cost;
textName.text = 'Intercourse #3';
textLine1.text = 'It\'s not all about them..';
textLine2.text = '[new pose: squeezing tits]';
break;
case 'f4':
textCost.text = _root.skillF4Cost;
textName.text = 'Intercourse #4';
textLine1.text = 'Introducing miss bendy-legs';
textLine2.text = '[new pose: leg-up]';
break;
case 'a1':
textCost.text = _root.skillA1Cost;
textName.text = 'Sodomy #1';
textLine1.text = 'Backdoor Basics';
textLine2.text = '[new pose: butt-sex]';
break;
case 'a2':
textCost.text = _root.skillA2Cost;
textName.text = 'Sodomy #2';
textLine1.text = 'Immoral Intermediacy';
textLine2.text = '[new pose: hold open';
break;
case 'a3':
textCost.text = _root.skillA3Cost;
textName.text = 'Sodomy #3';
textLine1.text = 'Anal Artistry';
textLine2.text = '[new pose: self-squeeze]';
break;
case 'a4':
textCost.text = _root.skillA4Cost;
textName.text = 'Sodomy #4';
textLine1.text = 'Sphincter Supremacy';
textLine2.text = '[new pose: multi-tasking]';
break;
case 'fin1':
textCost.text = _root.skillFin1Cost;
textName.text = 'Proficient';
textLine1.text = 'You\'ve seen a few of these before';
textLine2.text = '[+ partner satisfaction]';
break;
case 'fin2':
textCost.text = _root.skillFin2Cost;
textName.text = 'Talented';
textLine1.text = 'You know what you\'re doing';
textLine2.text = '[++ partner satisfaction]';
break;
case 'fin3':
textCost.text = _root.skillFin3Cost;
textName.text = 'Experienced';
textLine1.text = 'The best at what you do';
textLine2.text = '[+++ partner satisfaction]';
break;
case 'sta1':
textCost.text = _root.skillSta1Cost;
textName.text = 'You can do it!';
textLine1.text = 'Smoking after sex? ..Try lube!';
textLine2.text = '[+ max energy & regen]';
break;
case 'sta2':
textCost.text = _root.skillSta2Cost;
textName.text = 'Hang in there!';
textLine1.text = 'It puts the lotion on it\'s skin..';
textLine2.text = '[++ max energy & regen]';
break;
case 'sta3':
textCost.text = _root.skillSta3Cost;
textName.text = 'Gettin\' hot in here!';
textLine1.text = 'All day, lil\' buddy .. ALL day';
textLine2.text = '[+++ max energy & regen]';
break;
case 'all1':
textCost.text = _root.skillAll1Cost;
textName.text = '\'\'Hey there.\'\'';
textLine1.text = 'Customers will start more excited';
textLine2.text = 'And pay 15% more for your services';
break;
case 'all2':
textCost.text = _root.skillAll2Cost;
textName.text = '\'\'How you doin\'?\'\'';
textLine1.text = 'Males will be \'happier\' to meet you';
textLine2.text = 'And pay 30% more for your services';
break;
case 'all3':
textCost.text = _root.skillAll3Cost;
textName.text = '\'\'AYO GURL\'\'';
textLine1.text = 'Gents get even harder for you';
textLine2.text = 'And pay 50% more for your services';
break;
case 'lib1':
textCost.text = _root.skillLib1Cost;
textName.text = 'Lewd';
textLine1.text = 'Your libido starts showing';
textLine2.text = '[+ momentum & click-power]';
break;
case 'lib2':
textCost.text = _root.skillLib2Cost;
textName.text = 'Naughty';
textLine1.text = 'Your sex-drive is taking over';
textLine2.text = '[++ momentum & click-power]';
break;
case 'lib3':
textCost.text = _root.skillLib3Cost;
textName.text = 'Deviant';
textLine1.text = 'My hips are moving on their own!';
textLine2.text = '[+++ momentum & click-power]';
}
}
function buySkill() {
_root.buyCost = '';
_parent._parent.board.cost.gotoAndPlay('go');
switch (_root.menuSelected) {
case 'b1':
_root.skillPoints -= _root.skillB1Cost;
_root.skillB1 = true;
_root.menuSelected = false;
setSelect();
setButtons();
b1.gotoAndPlay('buy');
break;
case 'b2':
_root.skillPoints -= _root.skillB2Cost;
_root.skillB2 = true;
_root.menuSelected = false;
setSelect();
setButtons();
b2.gotoAndPlay('buy');
break;
case 'b3':
_root.skillPoints -= _root.skillB3Cost;
_root.skillB3 = true;
_root.menuSelected = false;
setSelect();
setButtons();
b3.gotoAndPlay('buy');
break;
case 'b4':
_root.skillPoints -= _root.skillB4Cost;
_root.skillB4 = true;
_root.menuSelected = false;
setSelect();
setButtons();
b4.gotoAndPlay('buy');
break;
case 'b5':
_root.skillPoints -= _root.skillB5Cost;
_root.skillB5 = true;
_root.menuSelected = false;
setSelect();
setButtons();
b5.gotoAndPlay('buy');
break;
case 's1':
_root.skillPoints -= _root.skillS1Cost;
_root.skillS1 = true;
_root.menuSelected = false;
setSelect();
setButtons();
s1.gotoAndPlay('buy');
break;
case 's2':
_root.skillPoints -= _root.skillS2Cost;
_root.skillS2 = true;
_root.menuSelected = false;
setSelect();
setButtons();
s2.gotoAndPlay('buy');
break;
case 's3':
_root.skillPoints -= _root.skillS3Cost;
_root.skillS3 = true;
_root.menuSelected = false;
setSelect();
setButtons();
s3.gotoAndPlay('buy');
break;
case 's4':
_root.skillPoints -= _root.skillS4Cost;
_root.skillS4 = true;
_root.menuSelected = false;
setSelect();
setButtons();
s4.gotoAndPlay('buy');
break;
case 's5':
_root.skillPoints -= _root.skillS5Cost;
_root.skillS5 = true;
_root.menuSelected = false;
setSelect();
setButtons();
s5.gotoAndPlay('buy');
break;
case 'f1':
_root.skillPoints -= _root.skillF1Cost;
_root.skillF1 = true;
_root.menuSelected = false;
setSelect();
setButtons();
f1.gotoAndPlay('buy');
break;
case 'f2':
_root.skillPoints -= _root.skillF2Cost;
_root.skillF2 = true;
_root.menuSelected = false;
setSelect();
setButtons();
f2.gotoAndPlay('buy');
break;
case 'f3':
_root.skillPoints -= _root.skillF3Cost;
_root.skillF3 = true;
_root.menuSelected = false;
setSelect();
setButtons();
f3.gotoAndPlay('buy');
break;
case 'f4':
_root.skillPoints -= _root.skillF4Cost;
_root.skillF4 = true;
_root.menuSelected = false;
setSelect();
setButtons();
f4.gotoAndPlay('buy');
break;
case 'a1':
_root.skillPoints -= _root.skillA1Cost;
_root.skillA1 = true;
_root.menuSelected = false;
setSelect();
setButtons();
a1.gotoAndPlay('buy');
break;
case 'a2':
_root.skillPoints -= _root.skillA2Cost;
_root.skillA2 = true;
_root.menuSelected = false;
setSelect();
setButtons();
a2.gotoAndPlay('buy');
break;
case 'a3':
_root.skillPoints -= _root.skillA3Cost;
_root.skillA3 = true;
_root.menuSelected = false;
setSelect();
setButtons();
a3.gotoAndPlay('buy');
break;
case 'a4':
_root.skillPoints -= _root.skillA4Cost;
_root.skillA4 = true;
_root.menuSelected = false;
setSelect();
setButtons();
a4.gotoAndPlay('buy');
break;
case 'fin1':
_root.skillPoints -= _root.skillFin1Cost;
_root.skillFin1 = true;
_root.menuSelected = false;
setSelect();
setButtons();
fin1.gotoAndPlay('buy');
break;
case 'fin2':
_root.skillPoints -= _root.skillFin2Cost;
_root.skillFin2 = true;
_root.menuSelected = false;
setSelect();
setButtons();
fin2.gotoAndPlay('buy');
break;
case 'fin3':
_root.skillPoints -= _root.skillFin3Cost;
_root.skillFin3 = true;
_root.menuSelected = false;
setSelect();
setButtons();
fin3.gotoAndPlay('buy');
break;
case 'sta1':
_root.skillPoints -= _root.skillSta1Cost;
_root.skillSta1 = true;
_root.energySmax = 25;
_root.energyFmax = 15;
_root.energyAmax = 10;
_root.menuSelected = false;
setSelect();
setButtons();
sta1.gotoAndPlay('buy');
break;
case 'sta2':
_root.skillPoints -= _root.skillSta2Cost;
_root.skillSta2 = true;
_root.energySmax = 30;
_root.energyFmax = 20;
_root.energyAmax = 15;
_root.menuSelected = false;
setSelect();
setButtons();
sta2.gotoAndPlay('buy');
break;
case 'sta3':
_root.skillPoints -= _root.skillSta3Cost;
_root.skillSta3 = true;
_root.energySmax = 35;
_root.energyFmax = 25;
_root.energyAmax = 20;
_root.menuSelected = false;
setSelect();
setButtons();
sta3.gotoAndPlay('buy');
break;
case 'all1':
_root.skillPoints -= _root.skillAll1Cost;
_root.skillAll1 = true;
_root.menuSelected = false;
setSelect();
setButtons();
all1.gotoAndPlay('buy');
break;
case 'all2':
_root.skillPoints -= _root.skillAll2Cost;
_root.skillAll2 = true;
_root.menuSelected = false;
setSelect();
setButtons();
all2.gotoAndPlay('buy');
break;
case 'all3':
_root.skillPoints -= _root.skillAll3Cost;
_root.skillAll3 = true;
_root.menuSelected = false;
setSelect();
setButtons();
all3.gotoAndPlay('buy');
break;
case 'lib1':
_root.skillPoints -= _root.skillLib1Cost;
_root.skillLib1 = true;
_root.menuSelected = false;
setSelect();
setButtons();
lib1.gotoAndPlay('buy');
break;
case 'lib2':
_root.skillPoints -= _root.skillLib2Cost;
_root.skillLib2 = true;
_root.menuSelected = false;
setSelect();
setButtons();
lib2.gotoAndPlay('buy');
break;
case 'lib3':
_root.skillPoints -= _root.skillLib3Cost;
_root.skillLib3 = true;
_root.menuSelected = false;
setSelect();
setButtons();
lib3.gotoAndPlay('buy');
}
}
function setButtons() {
if (_root.skillB1 == true) {
b1.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillB1Cost) {
b1.gotoAndStop('off');
} else {
b1.gotoAndStop('poor');
}
}
if (_root.skillB2 == true) {
b2.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillB2Cost && _root.skillB1 == true) {
b2.gotoAndStop('off');
} else {
b2.gotoAndStop('poor');
}
}
if (_root.skillB3 == true) {
b3.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillB3Cost && _root.skillB2 == true) {
b3.gotoAndStop('off');
} else {
b3.gotoAndStop('poor');
}
}
if (_root.skillB4 == true) {
b4.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillB4Cost && _root.skillB3 == true) {
b4.gotoAndStop('off');
} else {
b4.gotoAndStop('poor');
}
}
if (_root.skillB5 == true) {
b5.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillB5Cost && _root.skillB4 == true) {
b5.gotoAndStop('off');
} else {
b5.gotoAndStop('poor');
}
}
if (_root.skillS1 == true) {
s1.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillS1Cost) {
s1.gotoAndStop('off');
} else {
s1.gotoAndStop('poor');
}
}
if (_root.skillS2 == true) {
s2.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillS2Cost && _root.skillS1 == true) {
s2.gotoAndStop('off');
} else {
s2.gotoAndStop('poor');
}
}
if (_root.skillS3 == true) {
s3.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillS3Cost && _root.skillS2 == true) {
s3.gotoAndStop('off');
} else {
s3.gotoAndStop('poor');
}
}
if (_root.skillS4 == true) {
s4.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillS4Cost && _root.skillS3 == true) {
s4.gotoAndStop('off');
} else {
s4.gotoAndStop('poor');
}
}
if (_root.skillS5 == true) {
s5.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillS5Cost && _root.skillS4 == true) {
s5.gotoAndStop('off');
} else {
s5.gotoAndStop('poor');
}
}
if (_root.skillF1 == true) {
f1.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillF1Cost) {
f1.gotoAndStop('off');
} else {
f1.gotoAndStop('poor');
}
}
if (_root.skillF2 == true) {
f2.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillF2Cost && _root.skillF1 == true) {
f2.gotoAndStop('off');
} else {
f2.gotoAndStop('poor');
}
}
if (_root.skillF3 == true) {
f3.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillF3Cost && _root.skillF3 == true) {
f3.gotoAndStop('off');
} else {
f3.gotoAndStop('poor');
}
}
if (_root.skillF4 == true) {
f4.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillF4Cost && _root.skillF3 == true) {
f4.gotoAndStop('off');
} else {
f4.gotoAndStop('poor');
}
}
if (_root.skillA1 == true) {
a1.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillA1Cost) {
a1.gotoAndStop('off');
} else {
a1.gotoAndStop('poor');
}
}
if (_root.skillA2 == true) {
a2.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillA2Cost && _root.skillA1 == true) {
a2.gotoAndStop('off');
} else {
a2.gotoAndStop('poor');
}
}
if (_root.skillA3 == true) {
a3.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillA3Cost && _root.skillA2 == true) {
a3.gotoAndStop('off');
} else {
a3.gotoAndStop('poor');
}
}
if (_root.skillA4 == true) {
a4.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillA4Cost && _root.skillA3 == true) {
a4.gotoAndStop('off');
} else {
a4.gotoAndStop('poor');
}
}
if (_root.skillFin1 == true) {
fin1.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillFin1Cost) {
fin1.gotoAndStop('off');
} else {
fin1.gotoAndStop('poor');
}
}
if (_root.skillFin2 == true) {
fin2.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillFin2Cost && _root.skillFin1 == true) {
fin2.gotoAndStop('off');
} else {
fin2.gotoAndStop('poor');
}
}
if (_root.skillFin3 == true) {
fin3.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillFin3Cost && _root.skillFin2 == true) {
fin3.gotoAndStop('off');
} else {
fin3.gotoAndStop('poor');
}
}
if (_root.skillSta1 == true) {
sta1.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillSta1Cost) {
sta1.gotoAndStop('off');
} else {
sta1.gotoAndStop('poor');
}
}
if (_root.skillSta2 == true) {
sta2.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillSta2Cost && _root.skillSta1 == true) {
sta2.gotoAndStop('off');
} else {
sta2.gotoAndStop('poor');
}
}
if (_root.skillSta3 == true) {
sta3.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillSta3Cost && _root.skillSta2 == true) {
sta3.gotoAndStop('off');
} else {
sta3.gotoAndStop('poor');
}
}
if (_root.skillAll1 == true) {
all1.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillAll1Cost) {
all1.gotoAndStop('off');
} else {
all1.gotoAndStop('poor');
}
}
if (_root.skillAll2 == true) {
all2.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillAll2Cost && _root.skillAll1 == true) {
all2.gotoAndStop('off');
} else {
all2.gotoAndStop('poor');
}
}
if (_root.skillAll3 == true) {
all3.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillAll3Cost && _root.skillAll3 == true) {
all3.gotoAndStop('off');
} else {
all3.gotoAndStop('poor');
}
}
if (_root.skillLib1 == true) {
lib1.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillLib1Cost) {
lib1.gotoAndStop('off');
} else {
lib1.gotoAndStop('poor');
}
}
if (_root.skillLib2 == true) {
lib2.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillLib2Cost && _root.skillLib1 == true) {
lib2.gotoAndStop('off');
} else {
lib2.gotoAndStop('poor');
}
}
if (_root.skillLib3 == true) {
lib3.gotoAndStop('on');
} else {
if (_root.skillPoints >= _root.skillLib3Cost && _root.skillLib2 == true) {
lib3.gotoAndStop('off');
} else {
lib3.gotoAndStop('poor');
}
}
}
gotoAndStop('reset');
_root.menuSelected = false;
if (!_root.characterSaved) {
_root.characterSaved = _root.character;
}
if (!_root.costumeSaved) {
_root.costumeSaved = _root.costume;
}
}
instance fin3 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'fin3') {
if (_root.skillFin3) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'fin3';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillFin3Cost && _root.skillFin2) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'fin3';
_parent.setSelect();
}
} else {
if (!_root.skillFin3) {
if (_root.skillPoints >= _root.skillFin3Cost && _root.skillFin2) {
_parent.buySkill();
}
}
}
}
}
instance fin1 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'fin1') {
if (_root.skillFin1) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'fin1';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillFin1Cost) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'fin1';
_parent.setSelect();
}
} else {
if (!_root.skillFin1) {
if (_root.skillPoints >= _root.skillFin1Cost) {
_parent.buySkill();
}
}
}
}
}
instance fin2 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'fin2') {
if (_root.skillFin2) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'fin2';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillFin2Cost && _root.skillFin1) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'fin2';
_parent.setSelect();
}
} else {
if (!_root.skillFin2) {
if (_root.skillPoints >= _root.skillFin2Cost && _root.skillFin1) {
_parent.buySkill();
}
}
}
}
}
instance b1 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'b1') {
if (_root.skillB1) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'b1';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillB1Cost) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'b1';
_parent.setSelect();
}
} else {
if (!_root.skillB1) {
if (_root.skillPoints >= _root.skillB1Cost) {
_parent.buySkill();
}
}
}
}
}
instance b2 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'b2') {
if (_root.skillB2) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'b2';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillB2Cost && _root.skillB1) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'b2';
_parent.setSelect();
}
} else {
if (!_root.skillB2) {
if (_root.skillPoints >= _root.skillB2Cost && _root.skillB1) {
_parent.buySkill();
}
}
}
}
}
instance b3 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'b3') {
if (_root.skillB3) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'b3';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillB3Cost && _root.skillB2) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'b3';
_parent.setSelect();
}
} else {
if (!_root.skillB3) {
if (_root.skillPoints >= _root.skillB3Cost && _root.skillB2) {
_parent.buySkill();
}
}
}
}
}
instance s1 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 's1') {
if (_root.skillS1) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 's1';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillS1Cost) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 's1';
_parent.setSelect();
}
} else {
if (!_root.skillS1) {
if (_root.skillPoints >= _root.skillS1Cost) {
_parent.buySkill();
}
}
}
}
}
instance s2 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 's2') {
if (_root.skillS2) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 's2';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillS2Cost && _root.skillS1) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 's2';
_parent.setSelect();
}
} else {
if (!_root.skillS2) {
if (_root.skillPoints >= _root.skillS2Cost && _root.skillS1) {
_parent.buySkill();
}
}
}
}
}
instance s3 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 's3') {
if (_root.skillS3) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 's3';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillS3Cost && _root.skillS2) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 's3';
_parent.setSelect();
}
} else {
if (!_root.skillS3) {
if (_root.skillPoints >= _root.skillS3Cost && _root.skillS2) {
_parent.buySkill();
}
}
}
}
}
instance f2 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'f2') {
if (_root.skillF2) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'f2';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillF2Cost && _root.skillF1) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'f2';
_parent.setSelect();
}
} else {
if (!_root.skillF2) {
if (_root.skillPoints >= _root.skillF2Cost && _root.skillF1) {
_parent.buySkill();
}
}
}
}
}
instance b4 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'b4') {
if (_root.skillB4) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'b4';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillB4Cost && _root.skillB3) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'b4';
_parent.setSelect();
}
} else {
if (!_root.skillB4) {
if (_root.skillPoints >= _root.skillB4Cost && _root.skillB3) {
_parent.buySkill();
}
}
}
}
}
instance b5 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'b5') {
if (_root.skillB5) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'b5';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillB5Cost && _root.skillB4) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'b5';
_parent.setSelect();
}
} else {
if (!_root.skillB5) {
if (_root.skillPoints >= _root.skillB5Cost && _root.skillB4) {
_parent.buySkill();
}
}
}
}
}
instance s4 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 's4') {
if (_root.skillS4) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 's4';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillS4Cost && _root.skillS3) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 's4';
_parent.setSelect();
}
} else {
if (!_root.skillS4) {
if (_root.skillPoints >= _root.skillS4Cost && _root.skillS3) {
_parent.buySkill();
}
}
}
}
}
instance s5 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 's5') {
if (_root.skillS5) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 's5';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillS5Cost && _root.skillS4) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 's5';
_parent.setSelect();
}
} else {
if (!_root.skillS5) {
if (_root.skillPoints >= _root.skillS5Cost && _root.skillS4) {
_parent.buySkill();
}
}
}
}
}
instance f3 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'f3') {
if (_root.skillF3) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'f3';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillF3Cost && _root.skillF2) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'f3';
_parent.setSelect();
}
} else {
if (!_root.skillF3) {
if (_root.skillPoints >= _root.skillF3Cost && _root.skillF2) {
_parent.buySkill();
}
}
}
}
}
instance f4 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'f4') {
if (_root.skillF4) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'f4';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillF4Cost && _root.skillF3) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'f4';
_parent.setSelect();
}
} else {
if (!_root.skillF4) {
if (_root.skillPoints >= _root.skillF4Cost && _root.skillF3) {
_parent.buySkill();
}
}
}
}
}
instance f1 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'f1') {
if (_root.skillF1) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'f1';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillF1Cost) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'f1';
_parent.setSelect();
}
} else {
if (!_root.skillF1) {
if (_root.skillPoints >= _root.skillF1Cost) {
_parent.buySkill();
}
}
}
}
}
instance a2 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'a2') {
if (_root.skillA2) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'a2';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillA2Cost && _root.skillA1) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'a2';
_parent.setSelect();
}
} else {
if (!_root.skillA2) {
if (_root.skillPoints >= _root.skillA2Cost && _root.skillA1) {
_parent.buySkill();
}
}
}
}
}
instance a3 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'a3') {
if (_root.skillA3) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'a3';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillA3Cost && _root.skillA2) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'a3';
_parent.setSelect();
}
} else {
if (!_root.skillA3) {
if (_root.skillPoints >= _root.skillA3Cost && _root.skillA2) {
_parent.buySkill();
}
}
}
}
}
instance a1 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'a1') {
if (_root.skillA1) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'a1';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillA1Cost) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'a1';
_parent.setSelect();
}
} else {
if (!_root.skillA1) {
if (_root.skillPoints >= _root.skillA1Cost) {
_parent.buySkill();
}
}
}
}
}
instance a4 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'a4') {
if (_root.skillA4) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'a4';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillA4Cost && _root.skillA3) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'a4';
_parent.setSelect();
}
} else {
if (!_root.skillA4) {
if (_root.skillPoints >= _root.skillA4Cost && _root.skillA3) {
_parent.buySkill();
}
}
}
}
}
instance sta3 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'sta3') {
if (_root.skillSta3) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'sta3';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillSta3Cost && _root.skillSta2) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'sta3';
_parent.setSelect();
}
} else {
if (!_root.skillSta3) {
if (_root.skillPoints >= _root.skillSta3Cost && _root.skillSta2) {
_parent.buySkill();
}
}
}
}
}
instance all3 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'all3') {
if (_root.skillAll3) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'all3';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillAll3Cost && _root.skillAll2) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'all3';
_parent.setSelect();
}
} else {
if (!_root.skillAll3) {
if (_root.skillPoints >= _root.skillAll3Cost && _root.skillAll2) {
_parent.buySkill();
}
}
}
}
}
instance sta1 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'sta1') {
if (_root.skillSta1) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'sta1';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillSta1Cost) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'sta1';
_parent.setSelect();
}
} else {
if (!_root.skillSta1) {
if (_root.skillPoints >= _root.skillSta1Cost) {
_parent.buySkill();
}
}
}
}
}
instance sta2 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'sta2') {
if (_root.skillSta2) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'sta2';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillSta2Cost && _root.skillSta1) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'sta2';
_parent.setSelect();
}
} else {
if (!_root.skillSta2) {
if (_root.skillPoints >= _root.skillSta2Cost && _root.skillSta1) {
_parent.buySkill();
}
}
}
}
}
instance all1 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'all1') {
if (_root.skillAll1) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'all1';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillAll1Cost) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'all1';
_parent.setSelect();
}
} else {
if (!_root.skillAll1) {
if (_root.skillPoints >= _root.skillAll1Cost) {
_parent.buySkill();
}
}
}
}
}
instance all2 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'all2') {
if (_root.skillAll2) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'all2';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillAll2Cost && _root.skillAll1) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'all2';
_parent.setSelect();
}
} else {
if (!_root.skillAll2) {
if (_root.skillPoints >= _root.skillAll2Cost && _root.skillAll1) {
_parent.buySkill();
}
}
}
}
}
instance lib3 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'lib3') {
if (_root.skillLib3) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'lib3';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillLib3Cost && _root.skillLib2) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'lib3';
_parent.setSelect();
}
} else {
if (!_root.skillLib3) {
if (_root.skillPoints >= _root.skillLib3Cost && _root.skillLib2) {
_parent.buySkill();
}
}
}
}
}
instance lib1 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'lib1') {
if (_root.skillLib1) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'lib1';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillLib1Cost) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'lib1';
_parent.setSelect();
}
} else {
if (!_root.skillLib1) {
if (_root.skillPoints >= _root.skillLib1Cost) {
_parent.buySkill();
}
}
}
}
}
instance lib2 of movieClip 533 {
onClipEvent (release) {
if (_root.menuSelected != 'lib2') {
if (_root.skillLib2) {
_parent.setButtons();
gotoAndStop('overOn');
_root.menuSelected = 'lib2';
_parent.setSelect();
} else {
if (_root.skillPoints >= _root.skillLib2Cost && _root.skillLib1) {
_parent.setButtons();
gotoAndStop('overOff');
} else {
_parent.setButtons();
gotoAndStop('overPoor');
}
_root.menuSelected = 'lib2';
_parent.setSelect();
}
} else {
if (!_root.skillLib2) {
if (_root.skillPoints >= _root.skillLib2Cost && _root.skillLib1) {
_parent.buySkill();
}
}
}
}
}
frame 2 {
setButtons();
setSelect();
if (_root.startup != false) {
this.gotoAndStop('startup');
if (help.pressed == undefined) {
help.gotoAndStop('hold');
}
} else {
help.pressed = false;
gotoAndStop('menu');
}
}
instance lookHitboxTop of movieClip 515 {
onClipEvent (press) {
_parent.gotoAndPlay('menuToLook');
}
onClipEvent (rollOver) {
if (_parent.iconChar.showing != 'over') {
_parent.iconChar.gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
if (_parent.iconChar.showing == 'over') {
_parent.iconChar.gotoAndPlay('out');
}
}
}
instance lookHitboxBot of movieClip 515 {
onClipEvent (press) {
_parent.gotoAndPlay('menuToLook');
}
onClipEvent (rollOver) {
if (_parent.iconCost.showing != 'over') {
_parent.iconCost.gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
if (_parent.iconCost.showing == 'over') {
_parent.iconCost.gotoAndPlay('out');
}
}
}
frame 6 {
gotoAndPlay('lookCome');
}
frame 9 {
gotoAndStop('menu');
}
instance lookHitboxTop of movieClip 515 {
onClipEvent (press) {
_parent.gotoAndPlay('startupToLook');
}
onClipEvent (rollOver) {
if (_parent.iconChar.showing != 'over') {
_parent.iconChar.gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
if (_parent.iconChar.showing == 'over') {
_parent.iconChar.gotoAndPlay('out');
}
}
}
instance lookHitboxBot of movieClip 515 {
onClipEvent (press) {
_parent.gotoAndPlay('startupToLook');
}
onClipEvent (rollOver) {
if (_parent.iconCost.showing != 'over') {
_parent.iconCost.gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
if (_parent.iconCost.showing == 'over') {
_parent.iconCost.gotoAndPlay('out');
}
}
}
frame 13 {
gotoAndPlay('lookCome');
}
frame 16 {
gotoAndStop('startup');
}
frame 18 {
_root.characterSaved = _root.character;
_root.costumeSaved = _root.costume;
}
frame 20 {
stop();
}
frame 23 {
if (_root.characterSaved != _root.character) {
_root.character = _root.characterSaved;
}
if (_root.costumeSaved != _root.costume) {
_root.costume = _root.costumeSaved;
}
clothesMenu.setNude();
if (_root.startup != false) {
this.gotoAndPlay('startupFromLook');
} else {
this.gotoAndPlay('menuFromLook');
}
_root.menuSelected = false;
setButtons();
setSelect();
}
}
movieClip 1865 {
}
movieClip 1878 {
frame 1 {
gotoAndPlay('on');
}
frame 13 {
gotoAndPlay('loop');
}
frame 20 {
stop();
}
}
movieClip 1885 {
frame 1 {
gotoAndStop('idle');
}
frame 2 {
}
frame 3 {
}
frame 4 {
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 75 {
stop();
}
}
movieClip 1914 {
frame 1 {
stop();
}
}
movieClip 1923 {
frame 1 {
gotoAndPlay('no');
}
frame 2 {
ship.thrustC.gotoAndPlay('no');
ship.thrustF.gotoAndPlay('no');
ship.thrustL.gotoAndPlay('no');
ship.thrustR.gotoAndPlay('no');
}
frame 8 {
if (_root.mapDock == false) {
gotoAndPlay('no');
} else {
gotoAndPlay('open');
}
}
frame 26 {
if (_root.mapDock == true) {
if (_parent._parent.mapPlate.parts.text >= 4) {
gotoAndPlay('lift');
}
} else {
gotoAndPlay('close');
}
}
frame 50 {
gotoAndPlay('glow');
}
frame 96 {
gotoAndStop('no');
}
frame 97 {
ship.thrustC.gotoAndPlay('on');
ship.thrustF.gotoAndPlay('no');
ship.thrustL.gotoAndPlay('no');
ship.thrustR.gotoAndPlay('no');
}
frame 176 {
ship.thrustC.gotoAndPlay('loop');
ship.thrustF.gotoAndPlay('no');
ship.thrustL.gotoAndPlay('no');
ship.thrustR.gotoAndPlay('no');
}
frame 177 {
if (_root.mapDock == true) {
if (_root.mapDockLaunch == true or _root.mapDockLaunch == 'go') {
gotoAndPlay('liftOff');
}
} else {
if (_root.mapDock == false) {
gotoAndPlay('land');
}
}
}
instance inv of movieClip 1914 {
onClipEvent (load) {
this.gotoAndStop(1);
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.mapDock == 'go') {
_parent.gotoAndPlay('depart');
} else {
if (_root.mapDock == false) {
_parent.gotoAndPlay('land');
}
}
}
}
frame 248 {
gotoAndPlay('hover');
}
frame 249 {
ship.thrustC.gotoAndPlay('loop');
ship.thrustF.gotoAndPlay('no');
ship.thrustL.gotoAndPlay('no');
ship.thrustR.gotoAndPlay('no');
}
frame 290 {
gotoAndPlay('close');
}
frame 291 {
ship.thrustC.gotoAndPlay('no');
ship.thrustF.gotoAndPlay('off');
ship.thrustL.gotoAndPlay('no');
ship.thrustR.gotoAndPlay('no');
ship.gotoAndPlay('takeoff');
}
frame 385 {
stop();
}
frame 386 {
ship.thrustF.gotoAndPlay('on');
ship.thrustL.gotoAndPlay('on');
ship.thrustR.gotoAndPlay('on');
ship.thrustC.gotoAndPlay('loop');
}
frame 387 {
ship.thrustF.gotoAndPlay('on');
ship.thrustL.gotoAndPlay('on');
ship.thrustR.gotoAndPlay('on');
ship.thrustC.gotoAndPlay('loop');
}
frame 418 {
ship.thrustC.gotoAndPlay('off');
}
frame 428 {
gotoAndPlay('fly');
}
frame 429 {
ship.thrustF.gotoAndPlay('off');
ship.thrustL.gotoAndPlay('off');
ship.thrustR.gotoAndPlay('off');
}
frame 496 {
gotoAndPlay('preHover');
}
frame 497 {
if (_root.mapDock == true) {
} else {
if (_root.mapDock == false) {
gotoAndPlay('descend');
}
}
}
instance inv of movieClip 1914 {
onClipEvent (load) {
this.gotoAndStop(1);
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.mapDockLaunch == 'go') {
_parent.gotoAndPlay('takeoff');
} else {
if (_root.mapDock == false) {
_parent.gotoAndPlay('descend');
}
}
}
}
frame 546 {
gotoAndPlay('fly');
}
frame 547 {
ship.thrustF.gotoAndPlay('off');
ship.thrustL.gotoAndPlay('off');
ship.thrustR.gotoAndPlay('off');
}
frame 552 {
ship.gotoAndStop('low');
}
frame 552 {
}
frame 560 {
_parent._parent.gotoAndPlay('ending');
}
frame 576 {
_root.fadescreen.gotoAndPlay('fadeout');
_root.fadescreen.swapDepths(100000);
_root.sceneGoingTo = 'to endscene';
}
frame 585 {
ship.gotoAndPlay('atmos');
}
frame 610 {
}
frame 650 {
stop();
}
}
movieClip 1924 {
frame 1 {
stop();
}
}
button 1928 {
on (release) {
selectCheat();
}
on (rollOver) {
rollCheat();
}
on (rollOut) {
iconReset();
if (_root.mapTooltipShowing == 'rep') {
_parent.tip.gotoAndStop('gone');
} else {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
on (releaseOutside) {
iconReset();
if (_root.mapTooltipShowing == 'rep') {
_parent.tip.gotoAndStop('gone');
} else {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
}
button 1929 {
on (release) {
selectMusic();
}
on (rollOver) {
rollMusic();
}
on (rollOut) {
iconReset();
if (_root.mapTooltipShowing == 'rep') {
_parent.tip.gotoAndStop('gone');
} else {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
on (releaseOutside) {
iconReset();
if (_root.mapTooltipShowing == 'rep') {
_parent.tip.gotoAndStop('gone');
} else {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
}
button 1930 {
on (release) {
selectMap();
}
on (rollOver) {
rollMap();
}
on (rollOut) {
iconReset();
if (_root.mapTooltipShowing == 'rep') {
_parent.tip.gotoAndStop('gone');
} else {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
on (releaseOutside) {
iconReset();
if (_root.mapTooltipShowing == 'rep') {
_parent.tip.gotoAndStop('gone');
} else {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
}
movieClip 1940 {
frame 1 {
function iconReset() {
if (_root.menuSelected == 'music') {
_parent.board.gotoAndStop('music');
} else {
if (_root.menuSelected == 'cheat') {
_parent.board.gotoAndStop('cheat');
} else {
_parent.board.gotoAndStop('map');
}
}
}
function selectMap() {
if (_root.menuSelected != 'map' && _root.menuSelected != 'mapHold') {
_root.menuSelected = 'map';
_parent._parent.setSelect();
_parent.board.gotoAndStop('map');
_parent.tip.gotoAndStop('gone');
_root.mapTooltipShowing = false;
}
}
function selectMusic() {
if (_root.menuSelected != 'music') {
_root.menuSelected = 'music';
_parent.gotoAndStop('music');
_parent.board.gotoAndStop('music');
if (_root.menuSelected == 'map' or _root.menuSelected == 'mapHold') {
_parent.tip.gotoAndStop('gone');
} else {
_parent.tip.gotoAndPlay('go');
}
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
function selectCheat() {
if (_root.menuSelected != 'cheat') {
_root.menuSelected = 'cheat';
_parent.gotoAndStop('cheat');
_parent.board.gotoAndStop('cheat');
if (_root.menuSelected == 'map' or _root.menuSelected == 'mapHold') {
_parent.tip.gotoAndStop('gone');
} else {
_parent.tip.gotoAndPlay('go');
}
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
function rollMap() {
if (_root.menuSelected != 'map' && _root.menuSelected != 'mapHold') {
if (_root.menuSelected == 'music') {
_parent.board.gotoAndStop('musicMap');
} else {
if (_root.menuSelected == 'cheat') {
_parent.board.gotoAndStop('cheatMap');
}
}
if (_root.mapTooltipShowing != 'boardMap') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Map';
_root.mapTooltipShowing = 'boardMap';
}
}
}
function rollMusic() {
if (_root.menuSelected != 'music') {
if (_root.menuSelected == 'map' or _root.menuSelected == 'mapHold') {
_parent.board.gotoAndStop('mapMusic');
} else {
if (_root.menuSelected == 'cheat') {
_parent.board.gotoAndStop('cheatMusic');
}
}
if (_root.mapTooltipShowing != 'boardMusic') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Music';
_root.mapTooltipShowing = 'boardMusic';
}
}
}
function rollCheat() {
if (_root.menuSelected != 'cheat') {
if (_root.menuSelected == 'map' or _root.menuSelected == 'mapHold') {
_parent.board.gotoAndStop('mapCheat');
} else {
if (_root.menuSelected == 'music') {
_parent.board.gotoAndStop('musicCheat');
}
}
if (_root.mapTooltipShowing != 'boardCheat') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Cheats';
_root.mapTooltipShowing = 'boardCheat';
}
}
}
iconReset();
}
}
movieClip 1944 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1951 {
frame 1 {
stop();
}
}
movieClip 1954 {
frame 1 {
stop();
}
}
movieClip 1957 {
frame 1 {
stop();
}
}
movieClip 1960 {
frame 1 {
stop();
}
}
movieClip 1964 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1986 {
}
movieClip 1989 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1990 {
}
movieClip 1993 {
frame 1 {
stop();
}
}
movieClip 1996 {
frame 1 {
stop();
}
}
movieClip 2000 {
frame 1 {
stop();
}
}
movieClip 2003 {
frame 1 {
stop();
}
}
movieClip 2006 {
frame 1 {
stop();
}
}
movieClip 2012 {
}
movieClip 2043 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 2044 {
frame 1 {
gotoAndStop('gone');
_root.mapTooltipShowing = false;
}
frame 2 {
_root.mapTooltipShowing = false;
}
frame 7 {
stop();
}
frame 13 {
gotoAndStop('gone');
_root.mapTooltipShowing = false;
}
}
movieClip 2056 {
frame 1 {
function iconReset() {
if (_root.menuSelected == 'music') {
_parent.board.gotoAndStop('music');
} else {
if (_root.menuSelected == 'cheat') {
_parent.board.gotoAndStop('cheat');
} else {
_parent.board.gotoAndStop('map');
}
}
}
function selectMap() {
if (_root.menuSelected != 'map' && _root.menuSelected != 'mapHold') {
_root.menuSelected = 'map';
_parent._parent.setSelect();
_parent.board.gotoAndStop('map');
_parent.tip.gotoAndStop('gone');
_root.mapTooltipShowing = false;
}
}
function selectMusic() {
if (_root.menuSelected != 'music') {
_root.menuSelected = 'music';
_parent.gotoAndStop('music');
_parent.board.gotoAndStop('music');
if (_root.menuSelected == 'map' or _root.menuSelected == 'mapHold') {
_parent.tip.gotoAndStop('gone');
} else {
_parent.tip.gotoAndPlay('go');
}
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
function selectCheat() {
if (_root.menuSelected != 'cheat') {
_root.menuSelected = 'cheat';
_parent.gotoAndStop('cheat');
_parent.board.gotoAndStop('cheat');
if (_root.menuSelected == 'map' or _root.menuSelected == 'mapHold') {
_parent.tip.gotoAndStop('gone');
} else {
_parent.tip.gotoAndPlay('go');
}
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
function rollMap() {
if (_root.menuSelected != 'map' && _root.menuSelected != 'mapHold') {
if (_root.menuSelected == 'music') {
_parent.board.gotoAndStop('musicMap');
} else {
if (_root.menuSelected == 'cheat') {
_parent.board.gotoAndStop('cheatMap');
}
}
if (_root.mapTooltipShowing != 'boardMap') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Map';
_root.mapTooltipShowing = 'boardMap';
}
}
}
function rollMusic() {
if (_root.menuSelected != 'music') {
if (_root.menuSelected == 'map' or _root.menuSelected == 'mapHold') {
_parent.board.gotoAndStop('mapMusic');
} else {
if (_root.menuSelected == 'cheat') {
_parent.board.gotoAndStop('cheatMusic');
}
}
if (_root.mapTooltipShowing != 'boardMusic') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Music';
_root.mapTooltipShowing = 'boardMusic';
}
}
}
function rollCheat() {
if (_root.menuSelected != 'cheat') {
if (_root.menuSelected == 'map' or _root.menuSelected == 'mapHold') {
_parent.board.gotoAndStop('mapCheat');
} else {
if (_root.menuSelected == 'music') {
_parent.board.gotoAndStop('musicCheat');
}
}
if (_root.mapTooltipShowing != 'boardCheat') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Cheats';
_root.mapTooltipShowing = 'boardCheat';
}
}
}
iconReset();
}
}
movieClip 2061 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 2066 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 2073 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 2078 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 2083 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 2088 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 2093 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 2098 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 2103 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
movieClip 2108 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
play();
}
frame 15 {
gotoAndStop('on');
}
}
button 2113 {
on (release) {
selectStats();
}
on (rollOver) {
rollStats();
}
on (rollOut) {
iconReset();
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
on (releaseOutside) {
iconReset();
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
movieClip 2115 {
frame 1 {
function iconReset() {
if (_root.mapFluxRep >= 70) {
_parent.board.gotoAndStop('dock');
} else {
_parent.board.gotoAndStop('dockNo');
}
}
function selectStats() {
if (_root.menuSelected != 'stats') {
_root.menuSelected = 'stats';
_parent.gotoAndStop('stats');
_parent.tip.gotoAndStop('gone');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
function rollStats() {
_parent.board.gotoAndStop('dockStats');
if (_root.mapTooltipShowing != 'boardStats') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'View Stats';
_root.mapTooltipShowing = 'boardStats';
}
}
iconReset();
}
}
movieClip 2119 {
frame 1 {
stop();
}
}
movieClip 2126 {
frame 1 {
stop();
}
frame 15 {
stop();
}
}
movieClip 2136 {
frame 1 {
stop();
}
instance pMass of movieClip 2119 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'pShip') {
_parent._parent.tip.gotoAndPlay('come');
_root.mapTooltip = 'Your Ship';
if (_parent._parent.parts.text < 4) {
_parent._parent.tip.block.gotoAndStop('rep1');
_root.mapTooltipRep = '';
_root.mapTooltip2 = '- Integrity: Wreck';
_root.mapTooltip3 = '- Local Travel Incapable';
_root.mapTooltip4 = '- [ Repairs Needed ]';
} else {
if (_parent._parent.parts.text >= 4 && _parent._parent.parts.text < 7) {
_parent._parent.tip.block.gotoAndStop('rep2');
_root.mapTooltipRep = '';
_root.mapTooltip2 = '- Integrity: Defective';
_root.mapTooltip3 = '- Local Travel Enabled';
_root.mapTooltip4 = '- [ Atmosphere Limited ]';
} else {
if (_parent._parent.parts.text >= 7) {
_parent._parent.tip.block.gotoAndStop('rep3');
_root.mapTooltipRep = '';
_root.mapTooltip2 = '- Integrity: Sufficient';
_root.mapTooltip3 = '- Full Flight Enabled';
_root.mapTooltip4 = '- [ Fully Operational ]';
}
}
}
_root.mapTooltipShowing = 'pShip';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_parent._parent.parts.text >= 7) {
_parent.pMass.gotoAndStop('yes');
_parent.pGo.gotoAndStop('yes');
} else {
_parent.pMass.gotoAndStop('no');
_parent.pGo.gotoAndStop('no');
}
_parent._parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_parent._parent.parts.text >= 7) {
_parent.pMass.gotoAndStop('yes');
_parent.pGo.gotoAndStop('yes');
} else {
_parent.pMass.gotoAndStop('no');
_parent.pGo.gotoAndStop('no');
}
_parent._parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance pTick of movieClip 1914 {
onClipEvent (release) {
if (_parent._parent.parts.text >= 4) {
if (_root.cheatRegular != true) {
_root.cheatRegular = 'temp';
_parent._parent._parent.gotoAndStop('dockTrav');
_parent._parent.getOpen();
_parent._parent.nodeBlood.gotoAndStop('open');
_parent._parent.nodeCerberus.gotoAndStop('open');
_parent._parent.nodeCouncil.gotoAndStop('open');
}
_root.mapDockLaunch = true;
_parent.gotoAndPlay('go');
this.gotoAndStop('yes');
_parent._parent.tip.gotoAndPlay('go');
_parent._parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'pLaunch') {
_parent._parent._parent.mapPlate.tip.block.gotoAndStop('words');
if (_parent._parent.parts.text >= 7) {
_parent._parent.tip.gotoAndPlay('come');
_parent._parent.tip.block.gotoAndStop('words');
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Engage Lift Engines?';
_root.mapTooltipShowing = 'pLaunch';
} else {
if (_parent._parent.parts.text < 7 && _parent._parent.parts.text >= 4) {
_parent._parent.tip.gotoAndPlay('come');
_parent._parent.tip.block.gotoAndStop('words');
this.gotoAndStop('maybeOver');
_root.mapTooltip = 'Engage Lift Engines?';
_root.mapTooltipShowing = 'pLaunch';
} else {
_parent._parent.tip.gotoAndPlay('come');
_parent._parent.tip.block.gotoAndStop('poor');
this.gotoAndStop('noOver');
if (_parent._parent.parts.text == 0) {
_root.mapTooltip = 'Critical Defects: 4';
} else {
if (_parent._parent.parts.text == 1) {
_root.mapTooltip = 'Critical Defects: 3';
} else {
if (_parent._parent.parts.text == 2) {
_root.mapTooltip = 'Critical Defects: 2';
} else {
if (_parent._parent.parts.text == 3) {
_root.mapTooltip = 'Critical Defects: 1';
} else {
_root.mapTooltip = '[ Error ]';
}
}
}
}
_root.mapTooltipShowing = 'pLaunch';
}
}
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_parent._parent.parts.text >= 7) {
this.gotoAndStop('yes');
} else {
if (_parent._parent.parts.text < 7 && _parent._parent.parts.text >= 4) {
this.gotoAndStop('maybe');
} else {
this.gotoAndStop('no');
}
}
_parent._parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_parent._parent.parts.text >= 7) {
this.gotoAndStop('yes');
} else {
if (_parent._parent.parts.text < 7 && parent._parent._parent.parts.text >= 4) {
this.gotoAndStop('maybe');
} else {
this.gotoAndStop('no');
}
}
_parent._parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
frame 3 {
if (_parent._parent.parts.text >= 7) {
dummy.gotoAndStop('yes');
} else {
if (_parent._parent.parts.text < 7 && _parent._parent.parts.text >= 4) {
dummy.gotoAndStop('maybe');
} else {
dummy.gotoAndStop('no');
}
}
if (_parent._parent.parts.text >= 4) {
pGo.gotoAndStop('yes');
} else {
pGo.gotoAndStop('no');
}
}
frame 38 {
stop();
if (_parent.parts.text >= 7) {
pTick.gotoAndStop('qyes');
} else {
pTick.gotoAndStop('qno');
}
}
instance pTick of movieClip 1914 {
onClipEvent (release) {
if (_parent._parent.parts.text >= 7) {
_parent._parent._parent.gotoAndStop('block');
_root.mapDockLaunch = 'go';
_parent._parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
_parent.pGo.gotoAndPlay('fade');
_parent.gotoAndPlay('launch');
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'pOrbit') {
_parent._parent._parent.mapPlate.tip.block.gotoAndStop('words');
if (_parent._parent.parts.text >= 7) {
_parent._parent.tip.gotoAndPlay('come');
_parent._parent.tip.block.gotoAndStop('words');
this.gotoAndStop('qyesOver');
_root.mapTooltip = 'Leave Citadel Orbit?';
_root.mapTooltipShowing = 'pLaunch';
} else {
_parent._parent.tip.gotoAndPlay('come');
_parent._parent.tip.block.gotoAndStop('poor');
this.gotoAndStop('qnoOver');
if (_parent._parent.parts.text == 4) {
_root.mapTooltip = 'Outstanding Faults: 3';
} else {
if (_parent._parent.parts.text == 5) {
_root.mapTooltip = 'Outstanding Faults: 2';
} else {
if (_parent._parent.parts.text == 6) {
_root.mapTooltip = 'Outstanding Faults: 1';
} else {
_root.mapTooltip = '[ Error ]';
}
}
}
}
_root.mapTooltipShowing = 'pOrbit';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_parent._parent.parts.text >= 7) {
this.gotoAndStop('qyes');
} else {
this.gotoAndStop('qno');
}
_parent._parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_parent._parent.parts.text >= 7) {
this.gotoAndStop('qyes');
} else {
this.gotoAndStop('qno');
}
_parent._parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
frame 50 {
stop();
}
}
movieClip 2139 {
frame 1 {
stop();
}
}
movieClip 2142 {
frame 1 {
stop();
}
}
movieClip 2145 {
frame 1 {
stop();
}
}
movieClip 2148 {
frame 1 {
stop();
}
}
movieClip 2151 {
frame 1 {
stop();
}
}
movieClip 2154 {
frame 1 {
stop();
}
}
movieClip 2157 {
frame 1 {
stop();
}
}
button 2162 {
on (release) {
selectDock();
}
on (rollOver) {
rollDock();
}
on (rollOut) {
iconReset();
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
on (releaseOutside) {
iconReset();
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
movieClip 2165 {
frame 1 {
function iconReset() {
_parent.board.gotoAndStop('stats');
}
function selectDock() {
if (_root.menuSelected != 'dock') {
_root.menuSelected = 'dock';
_parent.gotoAndStop('dock');
_parent.tip.gotoAndStop('gone');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
function rollDock() {
_parent.board.gotoAndStop('statsDock');
if (_root.mapTooltipShowing != 'boardDock') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'To Dock';
_root.mapTooltipShowing = 'boardDock';
}
}
iconReset();
}
}
movieClip 2179 {
frame 1 {
gotoAndStop(2);
}
frame 14 {
gotoAndStop(2);
}
frame 24 {
gotoAndStop(2);
}
}
movieClip 2183 {
frame 1 {
stop();
}
}
movieClip 2272 {
frame 1 {
stop();
}
instance of movieClip 1944 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'holes') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
this.gotoAndStop(2);
if (_root.mapLocalHoles == 1) {
_root.mapTooltip = '1 Gloryhole installed';
} else {
if (_root.mapLocalHoles == 2) {
_root.mapTooltip = '2 Gloryholes installed';
} else {
if (_root.mapLocalHoles == 3) {
_root.mapTooltip = '3 Gloryholes installed';
} else {
if (_root.mapLocalHoles == 4) {
_root.mapTooltip = '4 Gloryholes installed';
} else {
if (_root.mapLocalHoles == 5) {
_root.mapTooltip = '5 Gloryholes installed';
} else {
_root.mapTooltip = 'Gloryholes';
}
}
}
}
}
_root.mapTooltipShowing = 'population';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
this.gotoAndStop(1);
_root.mapTooltipShowing = false;
}
}
}
instance uHoleNone of movieClip 1951 {
onClipEvent (release) {
_parent._parent.setHoleUpgradeNone();
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'uHoleNone') {
_parent.tip.gotoAndPlay('come');
if (_root.mapLocalHoleSelected == 'none') {
this.gotoAndStop('yesSelect');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'No hole upgrade';
} else {
if (_root.mapLocalHoleSelected == 'tape') {
this.gotoAndStop('noSelect');
_root.mapTooltip = 'Remove tape';
_parent.population.gotoAndStop(_root.mapLocalPop + 21);
_parent.wealth.gotoAndStop(_root.mapLocalWealth + 1);
}
if (_root.mapLocalHoleSelected == 'gel') {
this.gotoAndStop('noSelect');
_root.mapTooltip = 'Remove gel';
_parent.population.gotoAndStop(_root.mapLocalPop + 1);
_parent.wealth.gotoAndStop(_root.mapLocalWealth + 21);
}
}
_root.mapTooltipShowing = 'uHoles';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapLocalHoleSelected == 'none') {
this.gotoAndStop('yes');
} else {
this.gotoAndStop('no');
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
_parent.population.gotoAndStop(_root.mapLocalPop + 1);
_parent.wealth.gotoAndStop(_root.mapLocalWealth + 1);
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapLocalHoleSelected == 'none') {
this.gotoAndStop('yes');
} else {
this.gotoAndStop('no');
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
_parent.population.gotoAndStop(_root.mapLocalPop + 1);
_parent.wealth.gotoAndStop(_root.mapLocalWealth + 1);
}
}
}
instance uHoleTape of movieClip 1954 {
onClipEvent (release) {
if (_root.mapLocalHoleTapeUnlocked == true) {
_parent._parent.setHoleUpgradeTape();
} else {
if (_root._score >= _root.mapLocalHoleTapePrice) {
_parent._parent.buyHoleUpgradeTape();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
_parent.population.gotoAndStop(_root.mapLocalPop + 1);
_parent.wealth.gotoAndStop(_root.mapLocalWealth + 1);
}
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'uHoleNone') {
_parent.tip.gotoAndPlay('come');
if (_root.mapLocalHoleSelected == 'tape') {
this.gotoAndStop('yesSelect');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Taped holes installed';
} else {
if (_root.mapLocalHoleSelected == 'none') {
if (_root.mapLocalHoleTapeUnlocked == true) {
this.gotoAndStop('noSelect');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Tape holes';
} else {
this.gotoAndStop('lockSelect');
_root.mapTooltip = 'Unlock taped holes?';
_root.mapTooltipCost = _root.mapLocalHoleTapePrice;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_parent.population.gotoAndStop(_root.mapLocalPop + 11);
_parent.wealth.gotoAndStop(_root.mapLocalWealth + 1);
}
if (_root.mapLocalHoleSelected == 'gel') {
if (_root.mapLocalHoleTapeUnlocked == true) {
this.gotoAndStop('noSelect');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Gel -> Tape';
} else {
this.gotoAndStop('lockSelect');
_root.mapTooltip = 'Unlock taped holes?';
_root.mapTooltipCost = _root.mapLocalHoleTapePrice;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_parent.population.gotoAndStop(_root.mapLocalPop + 11);
_parent.wealth.gotoAndStop(_root.mapLocalWealth + 21);
}
}
_root.mapTooltipShowing = 'uHoles';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapLocalHoleSelected == 'tape') {
this.gotoAndStop('yes');
} else {
if (_root.mapLocalHoleTapeUnlocked == true) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('lock');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
_parent.population.gotoAndStop(_root.mapLocalPop + 1);
_parent.wealth.gotoAndStop(_root.mapLocalWealth + 1);
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapLocalHoleSelected == 'tape') {
this.gotoAndStop('yes');
} else {
if (_root.mapLocalHoleTapeUnlocked == true) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('lock');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
_parent.population.gotoAndStop(_root.mapLocalPop + 1);
_parent.wealth.gotoAndStop(_root.mapLocalWealth + 1);
}
}
}
instance uHoleGel of movieClip 1957 {
onClipEvent (release) {
if (_root.mapLocalHoleGelUnlocked == true) {
_parent._parent.setHoleUpgradeGel();
} else {
if (_root._score >= _root.mapLocalHoleGelPrice) {
_parent._parent.buyHoleUpgradeGel();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
_parent.population.gotoAndStop(_root.mapLocalPop + 1);
_parent.wealth.gotoAndStop(_root.mapLocalWealth + 1);
}
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'uHoleNone') {
_parent.tip.gotoAndPlay('come');
if (_root.mapLocalHoleSelected == 'gel') {
this.gotoAndStop('yesSelect');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Gelled holes installed';
} else {
if (_root.mapLocalHoleSelected == 'none') {
if (_root.mapLocalHoleGelUnlocked == true) {
this.gotoAndStop('noSelect');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Gel holes';
} else {
this.gotoAndStop('lockSelect');
_root.mapTooltip = 'Unlock gel holes?';
_root.mapTooltipCost = _root.mapLocalHoleGelPrice;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_parent.population.gotoAndStop(_root.mapLocalPop + 1);
_parent.wealth.gotoAndStop(_root.mapLocalWealth + 11);
}
if (_root.mapLocalHoleSelected == 'tape') {
if (_root.mapLocalHoleGelUnlocked == true) {
this.gotoAndStop('noSelect');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Tape -> Gel';
} else {
this.gotoAndStop('lockSelect');
_root.mapTooltip = 'Unlock gel holes?';
_root.mapTooltipCost = _root.mapLocalHoleGelPrice;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_parent.population.gotoAndStop(_root.mapLocalPop + 21);
_parent.wealth.gotoAndStop(_root.mapLocalWealth + 11);
}
}
_root.mapTooltipShowing = 'uHoles';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapLocalHoleSelected == 'gel') {
this.gotoAndStop('yes');
} else {
if (_root.mapLocalHoleGelUnlocked == true) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('lock');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
_parent.population.gotoAndStop(_root.mapLocalPop + 1);
_parent.wealth.gotoAndStop(_root.mapLocalWealth + 1);
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapLocalHoleSelected == 'gel') {
this.gotoAndStop('yes');
} else {
if (_root.mapLocalHoleGelUnlocked == true) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('lock');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
_parent.population.gotoAndStop(_root.mapLocalPop + 1);
_parent.wealth.gotoAndStop(_root.mapLocalWealth + 1);
}
}
}
instance uHole of movieClip 1960 {
onClipEvent (release) {
if (_root.mapLocalHoles < 5) {
if (_root._score >= _root.mapTooltipCost) {
_root.buyCost = '- ' + _root.mapTooltipCost;
_root._score -= _root.mapTooltipCost;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_parent._parent.setHolesUpgrade();
this.gotoAndStop('yesSelect');
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Installed extra hole!';
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
}
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = '-Maximum holes-';
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'uHoles') {
_parent.tip.gotoAndPlay('come');
if (_root.mapLocalHoles != 5) {
this.gotoAndStop('yesSelect');
_root.mapTooltip = 'Unlock extra hole?';
if (_root.mapSelected == 'flux') {
_root.mapTooltipCost = (_root.mapLocalHoles + 1) * (_root.mapLocalHoles * 2.5) * 100 * 2;
} else {
_root.mapTooltipCost = (_root.mapLocalHoles + 1) * (_root.mapLocalHoles * 2.5) * 100;
}
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
} else {
this.gotoAndStop('noSelect');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = '-Maximum holes-';
}
_root.mapTooltipShowing = 'uHoles';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapLocalHoles != 5) {
this.gotoAndStop('yes');
} else {
this.gotoAndStop('no');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapLocalHoles != 5) {
this.gotoAndStop('yes');
} else {
this.gotoAndStop('no');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
instance population of movieClip 1986 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'population') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
this.icon.gotoAndStop(2);
_root.mapTooltip = 'Local Population';
_root.mapTooltipShowing = 'population';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
this.icon.gotoAndStop(1);
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
this.icon.gotoAndStop(1);
_root.mapTooltipShowing = false;
}
}
}
instance wealth of movieClip 1990 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'wealth') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
this.icon.gotoAndStop(2);
_root.mapTooltip = 'Local Wealth';
_root.mapTooltipShowing = 'population';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
this.icon.gotoAndStop(1);
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
this.icon.gotoAndStop(1);
_root.mapTooltipShowing = false;
}
}
}
instance rHuman of movieClip 1993 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'rHuman') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
if (_root.mapMaleHuman == false) {
this.gotoAndStop('noOver');
_root.mapTooltip = 'No Humans';
} else {
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Humans';
}
_root.mapTooltipShowing = 'rHuman';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleHuman == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleHuman == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
instance rKrogan of movieClip 1996 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'rKrogan') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
if (_root.mapMaleKrogan == false) {
this.gotoAndStop('noOver');
_root.mapTooltip = 'No Krogans';
} else {
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Krogans';
}
_root.mapTooltipShowing = 'rKrogan';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleKrogan == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleHuman == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
instance rTurian of movieClip 2000 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'rTurian') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
if (_root.mapMaleTurian == false) {
this.gotoAndStop('noOver');
_root.mapTooltip = 'No Turians';
} else {
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Turians';
}
_root.mapTooltipShowing = 'rTurian';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleTurian == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleHuman == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
instance rVorcha of movieClip 2003 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'rVorcha') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
if (_root.mapMaleVorcha == false) {
this.gotoAndStop('noOver');
_root.mapTooltip = 'No Vorcha';
} else {
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Vorcha';
}
_root.mapTooltipShowing = 'rVorcha';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleVorcha == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleHuman == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
instance rVolus of movieClip 2006 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'rVolus') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
if (_root.mapMaleVolus == false) {
this.gotoAndStop('noOver');
_root.mapTooltip = 'No Volus';
} else {
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Volus';
}
_root.mapTooltipShowing = 'rVolus';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleVolus == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleHuman == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
instance reputation of movieClip 41 {
onClipEvent (rollOver) {
_parent._parent.showRep();
}
onClipEvent (rollOut) {
_parent._parent.hideRep();
}
onClipEvent (releaseOutside) {
_parent._parent.hideRep();
}
}
frame 3 {
function resetMusic() {
btnMusAuto.gotoAndStop('off');
btnMusMute.gotoAndStop('off');
if (_root.music01Unlocked == true) {
btnMus1.gotoAndStop('off');
} else {
btnMus1.gotoAndStop('offLocked');
}
if (_root.music02Unlocked == true) {
btnMus2.gotoAndStop('off');
} else {
btnMus2.gotoAndStop('offLocked');
}
if (_root.music03Unlocked == true) {
btnMus3.gotoAndStop('off');
} else {
btnMus3.gotoAndStop('offLocked');
}
if (_root.music04Unlocked == true) {
btnMus4.gotoAndStop('off');
} else {
btnMus4.gotoAndStop('offLocked');
}
if (_root.music05Unlocked == true) {
btnMus5.gotoAndStop('off');
} else {
btnMus5.gotoAndStop('offLocked');
}
if (_root.music06Unlocked == true) {
btnMus6.gotoAndStop('off');
} else {
btnMus6.gotoAndStop('offLocked');
}
if (_root.music07Unlocked == true) {
btnMus7.gotoAndStop('off');
} else {
btnMus7.gotoAndStop('offLocked');
}
if (_root.musicForced == false) {
btnMusAuto.gotoAndStop('on');
} else {
if (_root.musicForced == 'mute') {
btnMusMute.gotoAndStop('on');
} else {
if (_root.musicForced == 1) {
btnMus1.gotoAndStop('on');
} else {
if (_root.musicForced == 2) {
btnMus2.gotoAndStop('on');
} else {
if (_root.musicForced == 3) {
btnMus3.gotoAndStop('on');
} else {
if (_root.musicForced == 4) {
btnMus4.gotoAndStop('on');
} else {
if (_root.musicForced == 5) {
btnMus5.gotoAndStop('on');
} else {
if (_root.musicForced == 6) {
btnMus6.gotoAndStop('on');
} else {
if (_root.musicForced == 7) {
btnMus7.gotoAndStop('on');
}
}
}
}
}
}
}
}
}
}
resetMusic();
}
instance btnMusAuto of movieClip 2061 {
onClipEvent (release) {
if (_root.musicForced != false) {
_root.musicForced = false;
_parent.resetMusic();
_root.Music();
_parent.resetMusic();
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'musicAuto') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'BGM: Auto';
_root.mapTooltipShowing = 'musicAuto';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance btnMusMute of movieClip 2066 {
onClipEvent (release) {
if (_root.musicForced != 'mute') {
_root.musicForced = 'mute';
_parent.resetMusic();
_root.Music();
_parent.resetMusic();
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'musicMute') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'BGM: Mute';
_root.mapTooltipShowing = 'musicMute';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance btnMus1 of movieClip 1810 {
onClipEvent (release) {
if (_root.musicForced != 1) {
if (_root.music01Unlocked == true) {
_root.musicForced = 1;
_parent.resetMusic();
_root.Music();
} else {
if (_root._score >= 500) {
_root.buyCost = '- 500';
_root._score -= 500;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_parent._parent.mapPlate.tip.gotoAndStop('hold');
_parent._parent.mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Music Unlocked!';
_root.musicForced = 1;
_root.music01Unlocked = true;
_parent.resetMusic();
_root.Music();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
}
}
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'music1') {
_parent.tip.gotoAndPlay('come');
if (_root.music01Unlocked == true) {
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'BGM: Consort';
} else {
_root.mapTooltip = 'BGM: Consort';
_root.mapTooltipCost = 500;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_root.mapTooltipShowing = 'music1';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance btnMus3 of movieClip 1816 {
onClipEvent (release) {
if (_root.musicForced != 3) {
if (_root.music03Unlocked == true) {
_root.musicForced = 3;
_parent.resetMusic();
_root.Music();
} else {
if (_root._score >= 500) {
_root.buyCost = '- 500';
_root._score -= 500;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_parent._parent.mapPlate.tip.gotoAndStop('hold');
_parent._parent.mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Music Unlocked!';
_root.musicForced = 3;
_root.music03Unlocked = true;
_parent.resetMusic();
_root.Music();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
}
}
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'music3') {
_parent.tip.gotoAndPlay('come');
if (_root.music03Unlocked == true) {
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'BGM: Flux';
} else {
_root.mapTooltip = 'BGM: Flux';
_root.mapTooltipCost = 500;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_root.mapTooltipShowing = 'music3';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance btnMus4 of movieClip 1822 {
onClipEvent (release) {
if (_root.musicForced != 4) {
if (_root.music04Unlocked == true) {
_root.musicForced = 4;
_parent.resetMusic();
_root.Music();
} else {
if (_root._score >= 250) {
_root.buyCost = '- 250';
_root._score -= 250;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_parent._parent.mapPlate.tip.gotoAndStop('hold');
_parent._parent.mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Music Unlocked!';
_root.musicForced = 4;
_root.music04Unlocked = true;
_parent.resetMusic();
_root.Music();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
}
}
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'music4') {
_parent.tip.gotoAndPlay('come');
if (_root.music04Unlocked == true) {
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'BGM: Slums';
} else {
_root.mapTooltip = 'BGM: Slums';
_root.mapTooltipCost = 250;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_root.mapTooltipShowing = 'music4';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance btnMus5 of movieClip 1828 {
onClipEvent (release) {
if (_root.musicForced != 5) {
if (_root.music05Unlocked == true) {
_root.musicForced = 5;
_parent.resetMusic();
_root.Music();
} else {
if (_root._score >= 250) {
_root.buyCost = '- 250';
_root._score -= 250;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_parent._parent.mapPlate.tip.gotoAndStop('hold');
_parent._parent.mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Music Unlocked!';
_root.musicForced = 5;
_root.music05Unlocked = true;
_parent.resetMusic();
_root.Music();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
}
}
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'music5') {
_parent.tip.gotoAndPlay('come');
if (_root.music05Unlocked == true) {
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'BGM: Council';
} else {
_root.mapTooltip = 'BGM: Council';
_root.mapTooltipCost = 250;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_root.mapTooltipShowing = 'music5';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance btnMus6 of movieClip 1834 {
onClipEvent (release) {
if (_root.musicForced != 6) {
if (_root.music06Unlocked == true) {
_root.musicForced = 6;
_parent.resetMusic();
_root.Music();
} else {
if (_root._score >= 200) {
_root.buyCost = '- 200';
_root._score -= 200;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_parent._parent.mapPlate.tip.gotoAndStop('hold');
_parent._parent.mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Music Unlocked!';
_root.musicForced = 6;
_root.music06Unlocked = true;
_parent.resetMusic();
_root.Music();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
}
}
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'music6') {
_parent.tip.gotoAndPlay('come');
if (_root.music06Unlocked == true) {
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'BGM: Blood Pack';
} else {
_root.mapTooltip = 'BGM: Blood Pack';
_root.mapTooltipCost = 200;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_root.mapTooltipShowing = 'music6';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance btnMus7 of movieClip 1840 {
onClipEvent (release) {
if (_root.musicForced != 7) {
if (_root.music07Unlocked == true) {
_root.musicForced = 7;
_parent.resetMusic();
_root.Music();
} else {
if (_root._score >= 100) {
_root.buyCost = '- 100';
_root._score -= 100;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_parent._parent.mapPlate.tip.gotoAndStop('hold');
_parent._parent.mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Music Unlocked!';
_root.musicForced = 7;
_root.music07Unlocked = true;
_parent.resetMusic();
_root.Music();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
}
}
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'music7') {
_parent.tip.gotoAndPlay('come');
if (_root.music07Unlocked == true) {
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'BGM: Cerberus';
} else {
_root.mapTooltip = 'BGM: Cerberus';
_root.mapTooltipCost = 100;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_root.mapTooltipShowing = 'music7';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance btnMus2 of movieClip 1846 {
onClipEvent (release) {
if (_root.musicForced != 2) {
if (_root.music02Unlocked == true) {
_root.musicForced = 2;
_parent.resetMusic();
_root.Music();
} else {
if (_root._score >= 500) {
_root.buyCost = '- 500';
_root._score -= 500;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_parent._parent.mapPlate.tip.gotoAndStop('hold');
_parent._parent.mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Music Unlocked!';
_root.musicForced = 2;
_root.music02Unlocked = true;
_parent.resetMusic();
_root.Music();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
}
}
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'music2') {
_parent.tip.gotoAndPlay('come');
if (_root.music02Unlocked == true) {
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'BGM: C-sec';
} else {
_root.mapTooltip = 'BGM: C-sec';
_root.mapTooltipCost = 500;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_root.mapTooltipShowing = 'music2';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
frame 4 {
function resetCheats() {
if (_root.endlessUnlocked == true) {
btnCheEnd.gotoAndStop('off');
} else {
btnCheEnd.gotoAndStop('offLocked');
}
if (_root.cheatEnergyUnlocked == true) {
btnCheEng.gotoAndStop('off');
} else {
btnCheEng.gotoAndStop('offLocked');
}
if (_root.cheatRegularUnlocked == true) {
btnCheDay.gotoAndStop('off');
} else {
btnCheDay.gotoAndStop('offLocked');
}
if (_root.jutsuUnlocked == true) {
btnCheJut.gotoAndStop('off');
} else {
btnCheJut.gotoAndStop('offLocked');
}
if (_root.rainbowAllUnlocked == true) {
btnCheRain.gotoAndStop('off');
} else {
btnCheRain.gotoAndStop('offLocked');
}
if (_root.rainbowHeadUnlocked == true) {
btnCheShp.gotoAndStop('off');
} else {
btnCheShp.gotoAndStop('offLocked');
}
if (_root.rainbowBodyUnlocked == true) {
btnCheDrm.gotoAndStop('off');
} else {
btnCheDrm.gotoAndStop('offLocked');
}
if (_root.rainbowSquadUnlocked == true) {
btnCheSqd.gotoAndStop('off');
} else {
btnCheSqd.gotoAndStop('offLocked');
}
if (_root.endless != false) {
btnCheEnd.gotoAndStop('on');
}
if (_root.cheatEnergy != false) {
btnCheEng.gotoAndStop('on');
}
if (_root.cheatRegular != false) {
btnCheDay.gotoAndStop('on');
}
if (_root.jutsu != 0) {
btnCheJut.gotoAndStop('on');
}
if (_root.rainbow == true) {
btnCheRain.gotoAndStop('on');
} else {
if (_root.rainbow == 'head') {
btnCheShp.gotoAndStop('on');
} else {
if (_root.rainbow == 'body') {
btnCheDrm.gotoAndStop('on');
} else {
if (_root.rainbow == 'squad') {
btnCheSqd.gotoAndStop('on');
}
}
}
}
}
resetCheats();
}
instance btnCheDay of movieClip 2073 {
onClipEvent (release) {
if (_root.cheatRegular != true) {
if (_root.cheatRegularUnlocked == true) {
_root.cheatRegular = true;
_parent.resetCheats();
} else {
if (_root._score >= 1000) {
_root.buyCost = '- 1000';
_root._score -= 1000;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_parent._parent.mapPlate.tip.gotoAndStop('hold');
_parent._parent.mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Cheat Unlocked!';
_root.cheatRegular = true;
_root.cheatRegularUnlocked = true;
_parent.resetCheats();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
}
}
} else {
_root.cheatRegular = false;
_parent.resetCheats();
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'cheatDay') {
_parent.tip.gotoAndPlay('come');
if (_root.cheatRegularUnlocked == true) {
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Faction Ships Always';
} else {
_root.mapTooltip = 'Faction Ships Always';
_root.mapTooltipCost = 1000;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_root.mapTooltipShowing = 'cheatDay';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance btnCheRain of movieClip 2078 {
onClipEvent (release) {
if (_root.rainbow != true) {
if (_root.rainbowAllUnlocked == true) {
_root.rainbow = true;
_parent.resetCheats();
} else {
if (_root._score >= 750) {
_root.buyCost = '- 750';
_root._score -= 750;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_parent._parent.mapPlate.tip.gotoAndStop('hold');
_parent._parent.mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Cheat Unlocked!';
_root.rainbow = true;
_root.rainbowAllUnlocked = true;
_parent.resetCheats();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
}
}
} else {
_root.rainbow = false;
_parent.resetCheats();
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'rainAll') {
_parent.tip.gotoAndPlay('come');
if (_root.rainbowAllUnlocked == true) {
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Rainbow Mode';
} else {
_root.mapTooltip = 'Rainbow Mode';
_root.mapTooltipCost = 750;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_root.mapTooltipShowing = 'rainAll';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance btnCheShp of movieClip 2083 {
onClipEvent (release) {
if (_root.rainbow != 'head') {
if (_root.rainbowHeadUnlocked == true) {
_root.rainbow = 'head';
_parent.resetCheats();
} else {
if (_root._score >= 750) {
_root.buyCost = '- 750';
_root._score -= 750;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_parent._parent.mapPlate.tip.gotoAndStop('hold');
_parent._parent.mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Cheat Unlocked!';
_root.rainbow = 'head';
_root.rainbowHeadUnlocked = true;
_parent.resetCheats();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
}
}
} else {
_root.rainbow = false;
_parent.resetCheats();
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'rainHead') {
_parent.tip.gotoAndPlay('come');
if (_root.rainbowHeadUnlocked == true) {
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Rainbow Head';
} else {
_root.mapTooltip = 'Rainbow Head';
_root.mapTooltipCost = 750;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_root.mapTooltipShowing = 'rainHead';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance btnCheDrm of movieClip 2088 {
onClipEvent (release) {
if (_root.rainbow != 'body') {
if (_root.rainbowBodyUnlocked == true) {
_root.rainbow = 'body';
_parent.resetCheats();
} else {
if (_root._score >= 750) {
_root.buyCost = '- 750';
_root._score -= 750;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_parent._parent.mapPlate.tip.gotoAndStop('hold');
_parent._parent.mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Cheat Unlocked!';
_root.rainbow = 'body';
_root.rainbowBodyUnlocked = true;
_parent.resetCheats();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
}
}
} else {
_root.rainbow = false;
_parent.resetCheats();
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'rainBody') {
_parent.tip.gotoAndPlay('come');
if (_root.rainbowBodyUnlocked == true) {
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Rainbow Clothes';
} else {
_root.mapTooltip = 'Rainbow Clothes';
_root.mapTooltipCost = 750;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_root.mapTooltipShowing = 'rainBody';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance btnCheJut of movieClip 2093 {
onClipEvent (release) {
if (_root.jutsu != 5) {
if (_root.jutsuUnlocked == true) {
_root.jutsu = 5;
_parent.resetCheats();
} else {
if (_root._score >= 2500) {
_root.buyCost = '- 2500';
_root._score -= 2500;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_parent._parent.mapPlate.tip.gotoAndStop('hold');
_parent._parent.mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Cheat Unlocked!';
_root.jutsu = 5;
_root.jutsuUnlocked = true;
_parent.resetCheats();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
}
}
} else {
_root.jutsu = 0;
_parent.resetCheats();
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'cheatJutsu') {
_parent.tip.gotoAndPlay('come');
if (_root.jutsuUnlocked == true) {
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Shadow-clone Mode';
} else {
_root.mapTooltip = 'Shadow-clone Mode';
_root.mapTooltipCost = 2500;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_root.mapTooltipShowing = 'cheatJutsu';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance btnCheEnd of movieClip 2098 {
onClipEvent (release) {
if (_root.endless != true) {
if (_root.endlessUnlocked == true) {
_root.endless = true;
_parent.resetCheats();
} else {
if (_root._score >= 500) {
_root.buyCost = '- 500';
_root._score -= 500;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_parent._parent.mapPlate.tip.gotoAndStop('hold');
_parent._parent.mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Cheat Unlocked!';
_root.endless = true;
_root.endlessUnlocked = true;
_parent.resetCheats();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
}
}
} else {
_root.endless = false;
_parent.resetCheats();
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'cheatEndless') {
_parent.tip.gotoAndPlay('come');
if (_root.endlessUnlocked == true) {
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Endless Mode';
} else {
_root.mapTooltip = 'Endless Mode';
_root.mapTooltipCost = 500;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_root.mapTooltipShowing = 'cheatEndless';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance btnCheEng of movieClip 2103 {
onClipEvent (release) {
if (_root.cheatEnergy != true) {
if (_root.cheatEnergyUnlocked == true) {
_root.cheatEnergy = true;
_parent.resetCheats();
} else {
if (_root._score >= 10000) {
_root.buyCost = '- 10000';
_root._score -= 10000;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_parent._parent.mapPlate.tip.gotoAndStop('hold');
_parent._parent.mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Cheat Unlocked!';
_root.cheatEnergy = true;
_root.cheatEnergyUnlocked = true;
_parent.resetCheats();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
}
}
} else {
_root.cheatEnergy = false;
_parent.resetCheats();
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'cheatEnergy') {
_parent.tip.gotoAndPlay('come');
if (_root.cheatEnergyUnlocked == true) {
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Unlimited Energy';
} else {
_root.mapTooltip = 'Unlimited Energy';
_root.mapTooltipCost = 10000;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_root.mapTooltipShowing = 'cheatEnergy';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance btnCheSqd of movieClip 2108 {
onClipEvent (release) {
if (_root.rainbow != 'squad') {
if (_root.rainbowSquadUnlocked == true) {
_root.rainbow = 'squad';
_parent.resetCheats();
} else {
if (_root._score >= 1500) {
_root.buyCost = '- 1500';
_root._score -= 1500;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent._parent._parent.board.cost.gotoAndPlay('go');
_parent._parent.mapPlate.tip.gotoAndStop('hold');
_parent._parent.mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Cheat Unlocked!';
_root.rainbow = 'squad';
_root.rainbowSquadUnlocked = true;
_parent.resetCheats();
} else {
_parent.tip.gotoAndStop('hold');
_parent.tip.block.gotoAndStop('poor');
_root.mapTooltip = 'Insufficient funds';
}
}
} else {
_root.rainbow = false;
_parent.resetCheats();
}
}
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'rainSquad') {
_parent.tip.gotoAndPlay('come');
if (_root.rainbowSquadUnlocked == true) {
_parent.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Rainbow \'squad\'';
} else {
_root.mapTooltip = 'Rainbow \'squad\'';
_root.mapTooltipCost = 1500;
if (_root._score >= _root.mapTooltipCost) {
_parent.tip.block.gotoAndStop('buy');
} else {
_parent.tip.block.gotoAndStop('buyPoor');
}
}
_root.mapTooltipShowing = 'rainSquad';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
frame 5 {
function resetDock() {
tip.gotoAndStop('gone');
parts.text = 0;
if (_root.mapSlumsRep >= 100) {
++parts.text;
pSlum.gotoAndStop('yes');
} else {
if (_root.mapSlumsUnlocked != true) {
pSlum.gotoAndStop('q');
} else {
pSlum.gotoAndStop('no');
}
}
if (_root.mapCsecRep >= 100) {
++parts.text;
pCsec.gotoAndStop('yes');
} else {
if (_root.mapCsecUnlocked != true) {
pCsec.gotoAndStop('q');
} else {
pCsec.gotoAndStop('no');
}
}
if (_root.mapConsortRep >= 100) {
++parts.text;
pCons.gotoAndStop('yes');
} else {
if (_root.mapConsortUnlocked != true) {
pCons.gotoAndStop('q');
} else {
pCons.gotoAndStop('no');
}
}
if (_root.mapFluxRep >= 100) {
++parts.text;
pFlux.gotoAndStop('yes');
} else {
if (_root.mapFluxUnlocked != true) {
pFlux.gotoAndStop('q');
} else {
pFlux.gotoAndStop('no');
}
}
if (_root.mapBloodRep >= 100) {
++parts.text;
pBlood.gotoAndStop('yes');
} else {
if (_root.mapBloodUnlocked != true) {
pBlood.gotoAndStop('q');
} else {
pBlood.gotoAndStop('no');
}
}
if (_root.mapCerberusRep >= 100) {
++parts.text;
pCerb.gotoAndStop('yes');
} else {
if (_root.mapCerberusUnlocked != true) {
pCerb.gotoAndStop('q');
} else {
pCerb.gotoAndStop('no');
}
}
if (_root.mapCouncilRep >= 100) {
++parts.text;
pCit.gotoAndStop('yes');
} else {
if (_root.mapCouncilUnlocked != true) {
pCit.gotoAndStop('q');
} else {
pCit.gotoAndStop('no');
}
}
if (parts.text >= 7) {
pEnd.pTick.gotoAndStop('yes');
pEnd.pMass.gotoAndStop('yes');
} else {
if (parts.text >= 7 && parent._parent._parent.parts.text >= 4) {
pEnd.pTick.gotoAndStop('maybe');
pEnd.pMass.gotoAndStop('yes');
} else {
pEnd.pTick.gotoAndStop('no');
pEnd.pMass.gotoAndStop('no');
}
}
pEnd.invButton.gotoAndStop('no');
}
resetDock();
}
instance pSlum of movieClip 2139 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'pSlum') {
_parent.tip.gotoAndPlay('come');
if (_root.mapSlumsRep >= 100) {
_parent.tip.block.gotoAndStop('words');
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Hired Mechanic';
} else {
_parent.tip.block.gotoAndStop('poor');
if (_root.mapSlumsUnlocked != true) {
this.gotoAndStop('qOver');
_root.mapTooltip = '[ Unknown Item ]';
} else {
this.gotoAndStop('noOver');
_root.mapTooltip = 'No Mechanic';
}
}
_root.mapTooltipShowing = 'pSlum';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapSlumsRep >= 100) {
this.gotoAndStop('yes');
} else {
if (_root.mapSlumsUnlocked != true) {
this.gotoAndStop('q');
} else {
this.gotoAndStop('no');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapSlumsRep >= 100) {
this.gotoAndStop('yes');
} else {
if (_root.mapSlumsUnlocked != true) {
this.gotoAndStop('q');
} else {
this.gotoAndStop('no');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance pCsec of movieClip 2142 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'pCsec') {
_parent.tip.gotoAndPlay('come');
if (_root.mapCsecRep >= 100) {
_parent.tip.block.gotoAndStop('words');
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Received ID Papers';
} else {
_parent.tip.block.gotoAndStop('poor');
if (_root.mapCsecUnlocked != true) {
this.gotoAndStop('qOver');
_root.mapTooltip = '[ Unknown Item ]';
} else {
this.gotoAndStop('noOver');
_root.mapTooltip = 'No ID Papers';
}
}
_root.mapTooltipShowing = 'pCsec';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapCsecRep >= 100) {
this.gotoAndStop('yes');
} else {
if (_root.mapCsecUnlocked != true) {
this.gotoAndStop('q');
} else {
this.gotoAndStop('no');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapCsecRep >= 100) {
this.gotoAndStop('yes');
} else {
if (_root.mapCsecUnlocked != true) {
this.gotoAndStop('q');
} else {
this.gotoAndStop('no');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance pCons of movieClip 2145 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'pCons') {
_parent.tip.gotoAndPlay('come');
if (_root.mapConsortRep >= 100) {
_parent.tip.block.gotoAndStop('words');
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Shield Array Recharged';
} else {
_parent.tip.block.gotoAndStop('poor');
if (_root.mapConsortUnlocked != true) {
this.gotoAndStop('qOver');
_root.mapTooltip = '[ Unknown Item ]';
} else {
this.gotoAndStop('noOver');
_root.mapTooltip = 'Depleted Shield Array';
}
}
_root.mapTooltipShowing = 'pCons';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapConsortRep >= 100) {
this.gotoAndStop('yes');
} else {
if (_root.mapConsortUnlocked != true) {
this.gotoAndStop('q');
} else {
this.gotoAndStop('no');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapConsortRep >= 100) {
this.gotoAndStop('yes');
} else {
if (_root.mapConsortUnlocked != true) {
this.gotoAndStop('q');
} else {
this.gotoAndStop('no');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance pFlux of movieClip 2148 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'pFlux') {
_parent.tip.gotoAndPlay('come');
if (_root.mapFluxRep >= 100) {
_parent.tip.block.gotoAndStop('words');
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Scavenged Components';
} else {
_parent.tip.block.gotoAndStop('poor');
if (_root.mapFluxUnlocked != true) {
this.gotoAndStop('qOver');
_root.mapTooltip = '[ Unknown Item ]';
} else {
this.gotoAndStop('noOver');
_root.mapTooltip = 'Old Parts Not Replaced';
}
}
_root.mapTooltipShowing = 'pFlux';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapFluxRep >= 100) {
this.gotoAndStop('yes');
} else {
if (_root.mapFluxUnlocked != true) {
this.gotoAndStop('q');
} else {
this.gotoAndStop('no');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapFluxRep >= 100) {
this.gotoAndStop('yes');
} else {
if (_root.mapFluxUnlocked != true) {
this.gotoAndStop('q');
} else {
this.gotoAndStop('no');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance pCerb of movieClip 2151 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'pCerb') {
_parent.tip.gotoAndPlay('come');
if (_root.mapCerberusRep >= 100) {
_parent.tip.block.gotoAndStop('words');
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Flight AI installed';
} else {
_parent.tip.block.gotoAndStop('poor');
if (_root.mapCerberusUnlocked != true) {
this.gotoAndStop('qOver');
_root.mapTooltip = '[ Unknown Item ]';
} else {
this.gotoAndStop('noOver');
_root.mapTooltip = 'No Flight AI';
}
}
_root.mapTooltipShowing = 'pCerb';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapCerberusRep >= 100) {
this.gotoAndStop('yes');
} else {
if (_root.mapCerberusUnlocked != true) {
this.gotoAndStop('q');
} else {
this.gotoAndStop('no');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapCerberusRep >= 100) {
this.gotoAndStop('yes');
} else {
if (_root.mapCerberusUnlocked != true) {
this.gotoAndStop('q');
} else {
this.gotoAndStop('no');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance pBlood of movieClip 2154 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'pBlood') {
_parent.tip.gotoAndPlay('come');
if (_root.mapBloodRep >= 100) {
_parent.tip.block.gotoAndStop('words');
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Warp Drive Installed';
} else {
_parent.tip.block.gotoAndStop('poor');
if (_root.mapBloodUnlocked != true) {
this.gotoAndStop('qOver');
_root.mapTooltip = '[ Unknown Item ]';
} else {
this.gotoAndStop('noOver');
_root.mapTooltip = 'Engines Depleted';
}
}
_root.mapTooltipShowing = 'pBlood';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapBloodRep >= 100) {
this.gotoAndStop('yes');
} else {
if (_root.mapBloodUnlocked != true) {
this.gotoAndStop('q');
} else {
this.gotoAndStop('no');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapBloodRep >= 100) {
this.gotoAndStop('yes');
} else {
if (_root.mapBloodUnlocked != true) {
this.gotoAndStop('q');
} else {
this.gotoAndStop('no');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
instance pCit of movieClip 2157 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'pCit') {
_parent.tip.gotoAndPlay('come');
if (_root.mapCouncilRep >= 100) {
_parent.tip.block.gotoAndStop('words');
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Obtained Sector Pass';
} else {
_parent.tip.block.gotoAndStop('poor');
if (_root.mapCouncilUnlocked != true) {
this.gotoAndStop('qOver');
_root.mapTooltip = '[ Unknown Item ]';
} else {
this.gotoAndStop('noOver');
_root.mapTooltip = 'No Sector Pass';
}
}
_root.mapTooltipShowing = 'pCit';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapCouncilRep >= 100) {
this.gotoAndStop('yes');
} else {
if (_root.mapCouncilUnlocked != true) {
this.gotoAndStop('q');
} else {
this.gotoAndStop('no');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapCouncilRep >= 100) {
this.gotoAndStop('yes');
} else {
if (_root.mapCouncilUnlocked != true) {
this.gotoAndStop('q');
} else {
this.gotoAndStop('no');
}
}
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
}
frame 6 {
function resetRecord() {
tip.gotoAndStop('gone');
tempTimeHour = Math.floor(_root.StatsPlayTime / 3600);
if (tempTimeHour >= 1) {
timeHour.text = tempTimeHour + 'h';
} else {
timeHour.text = '';
}
tempTimeMin = Math.floor((_root.StatsPlayTime - tempTimeHour * 3600) / 60);
timeMin.text = tempTimeMin + 'm';
tempTimeSec = Math.floor(_root.StatsPlayTime - tempTimeHour * 3600 - tempTimeMin * 60);
clock.gotoAndStop(Math.ceil((tempTimeSec / 60) * 32 + 2));
}
resetRecord();
}
instance rKrogan of movieClip 1996 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'rKrogan') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
if (_root.mapMaleKrogan == false) {
this.gotoAndStop('noOver');
_root.mapTooltip = 'No Krogans';
} else {
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Krogans';
}
_root.mapTooltipShowing = 'rKrogan';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleKrogan == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleHuman == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
instance rTurian of movieClip 2000 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'rTurian') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
if (_root.mapMaleTurian == false) {
this.gotoAndStop('noOver');
_root.mapTooltip = 'No Turians';
} else {
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Turians';
}
_root.mapTooltipShowing = 'rTurian';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleTurian == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleHuman == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
instance rVorcha of movieClip 2003 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'rVorcha') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
if (_root.mapMaleVorcha == false) {
this.gotoAndStop('noOver');
_root.mapTooltip = 'No Vorcha';
} else {
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Vorcha';
}
_root.mapTooltipShowing = 'rVorcha';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleVorcha == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleHuman == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
instance rVolus of movieClip 2006 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'rVolus') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
if (_root.mapMaleVolus == false) {
this.gotoAndStop('noOver');
_root.mapTooltip = 'No Volus';
} else {
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Volus';
}
_root.mapTooltipShowing = 'rVolus';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleVolus == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleHuman == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
instance rTurian of movieClip 2006 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'rTurian') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
if (_root.mapMaleTurian == false) {
this.gotoAndStop('noOver');
_root.mapTooltip = 'No Turians';
} else {
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Turians';
}
_root.mapTooltipShowing = 'rTurian';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleTurian == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleHuman == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
instance rVorcha of movieClip 2006 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'rVorcha') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
if (_root.mapMaleVorcha == false) {
this.gotoAndStop('noOver');
_root.mapTooltip = 'No Vorcha';
} else {
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Vorcha';
}
_root.mapTooltipShowing = 'rVorcha';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleVorcha == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleHuman == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
instance rKrogan of movieClip 2006 {
onClipEvent (rollOver) {
if (_root.mapTooltipShowing != 'rKrogan') {
_parent.tip.gotoAndPlay('come');
_parent.tip.block.gotoAndStop('words');
if (_root.mapMaleKrogan == false) {
this.gotoAndStop('noOver');
_root.mapTooltip = 'No Krogans';
} else {
this.gotoAndStop('yesOver');
_root.mapTooltip = 'Krogans';
}
_root.mapTooltipShowing = 'rKrogan';
}
}
onClipEvent (rollOut) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleKrogan == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
onClipEvent (releaseOutside) {
if (_root.mapTooltipShowing != false) {
if (_root.mapMaleHuman == false) {
this.gotoAndStop('no');
} else {
this.gotoAndStop('yes');
}
_parent.tip.gotoAndPlay('go');
_parent.tip.block.gotoAndStop('words');
_root.mapTooltipShowing = false;
}
}
}
}
movieClip 2281 {
}
movieClip 2291 {
}
movieClip 2294 {
frame 1 {
stop();
}
}
movieClip 2302 {
}
movieClip 2312 {
}
movieClip 2313 {
frame 1 {
stop();
}
}
movieClip 2321 {
}
movieClip 2331 {
}
movieClip 2332 {
frame 1 {
stop();
}
}
movieClip 2340 {
}
movieClip 2350 {
}
movieClip 2351 {
frame 1 {
stop();
}
}
button 2359 {
on (release) {
if (_root.mapFluxRep >= 70) {
if (_root.mapDockLaunch != 'go') {
_root.mapSelected = 'none';
if (_root.mapTooltipShowing != false) {
_parent.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
gotoAndStop('dock');
_root.level_pause = true;
mapPlate.gotoAndStop('dock');
_root.mapDock = true;
_root.mapDockLaunch = false;
}
}
}
}
button 2366 {
on (release) {
if (_root.canWork == true) {
if (_root.mapDockLaunch != 'go') {
if (_root.startup != false) {
_root.startup = false;
_root.canLevel = 0;
}
_root.newDay = false;
_root.localMap = _root.mapSelected;
_root.mapSelectedLast = _root.mapSelected;
_root.gotoScreen('4');
if (_root.mapDock == true) {
if (_root.mapDockLaunch == true) {
BG.dock.gotoAndPlay('takeoff');
}
}
_root.level_pause = false;
_root.menuSelected = false;
_root.clientsMax = 0;
_root.energyB = _root.energyBmax;
_root.energyS = _root.energySmax;
_root.energyF = _root.energyFmax;
_root.energyA = _root.energyAmax;
if (_root.musicForced == false) {
if (_root.localMap == 'slums') {
if (_root.BGMplaying != 4) {
_root.BGMplaying = 4;
_root.Music();
_root.BGMmax = 100;
}
} else {
if (_root.localMap == 'c-sec') {
if (_root.BGMplaying != 2) {
_root.BGMplaying = 2;
_root.Music();
_root.BGMmax = 100;
}
} else {
if (_root.localMap == 'consort') {
if (_root.BGMplaying != 1) {
_root.BGMplaying = 1;
_root.Music();
_root.BGMmax = 100;
}
} else {
if (_root.localMap == 'flux') {
if (_root.BGMplaying != 3) {
_root.BGMplaying = 3;
_root.Music();
_root.BGMmax = 100;
}
} else {
if (_root.localMap == 'blood') {
if (_root.BGMplaying != 6) {
_root.BGMplaying = 6;
_root.Music();
_root.BGMmax = 100;
}
} else {
if (_root.localMap == 'cerberus') {
if (_root.BGMplaying != 7) {
_root.BGMplaying = 7;
_root.Music();
_root.BGMmax = 100;
}
} else {
if (_root.localMap == 'council') {
if (_root.BGMplaying != 5) {
_root.BGMplaying = 5;
_root.Music();
_root.BGMmax = 100;
}
} else {
if (_root.BGMplaying != 2) {
_root.BGMplaying = 2;
_root.Music();
_root.BGMmax = 100;
}
}
}
}
}
}
}
}
}
_root.BGMmax = 100;
}
}
}
}
movieClip 2367 {
}
movieClip 2368 {
}
button 2373 {
on (release) {
_parent.gotoAndPlay('mapToShop');
if (_root.startup != false) {
_root.startup = true;
}
}
}
movieClip 2376 {
frame 1 {
function checkCanLevelSkills() {
_root.canLevel = 0;
if (_root.skillB1 == true) {
} else {
if (_root.skillPoints >= _root.skillB1Cost) {
++_root.canLevel;
}
}
if (_root.skillB2 == true) {
} else {
if (_root.skillPoints >= _root.skillB2Cost && _root.skillB1 == true) {
++_root.canLevel;
}
}
if (_root.skillB3 == true) {
} else {
if (_root.skillPoints >= _root.skillB3Cost && _root.skillB2 == true) {
++_root.canLevel;
}
}
if (_root.skillB4 == true) {
} else {
if (_root.skillPoints >= _root.skillB4Cost && _root.skillB3 == true) {
++_root.canLevel;
}
}
if (_root.skillB5 == true) {
} else {
if (_root.skillPoints >= _root.skillB5Cost && _root.skillB4 == true) {
++_root.canLevel;
}
}
if (_root.skillS1 == true) {
} else {
if (_root.skillPoints >= _root.skillS1Cost) {
++_root.canLevel;
}
}
if (_root.skillS2 == true) {
} else {
if (_root.skillPoints >= _root.skillS2Cost && _root.skillS1 == true) {
++_root.canLevel;
}
}
if (_root.skillS3 == true) {
} else {
if (_root.skillPoints >= _root.skillS3Cost && _root.skillS2 == true) {
++_root.canLevel;
}
}
if (_root.skillS4 == true) {
} else {
if (_root.skillPoints >= _root.skillS4Cost && _root.skillS3 == true) {
++_root.canLevel;
}
}
if (_root.skillS5 == true) {
} else {
if (_root.skillPoints >= _root.skillS5Cost && _root.skillS4 == true) {
++_root.canLevel;
}
}
if (_root.skillF1 == true) {
} else {
if (_root.skillPoints >= _root.skillF1Cost) {
++_root.canLevel;
}
}
if (_root.skillF2 == true) {
} else {
if (_root.skillPoints >= _root.skillF2Cost && _root.skillF1 == true) {
++_root.canLevel;
}
}
if (_root.skillF3 == true) {
} else {
if (_root.skillPoints >= _root.skillF3Cost && _root.skillF3 == true) {
++_root.canLevel;
}
}
if (_root.skillF4 == true) {
} else {
if (_root.skillPoints >= _root.skillF4Cost && _root.skillF3 == true) {
++_root.canLevel;
}
}
if (_root.skillA1 == true) {
} else {
if (_root.skillPoints >= _root.skillA1Cost) {
++_root.canLevel;
}
}
if (_root.skillA2 == true) {
} else {
if (_root.skillPoints >= _root.skillA2Cost && _root.skillA1 == true) {
++_root.canLevel;
}
}
if (_root.skillA3 == true) {
} else {
if (_root.skillPoints >= _root.skillA3Cost && _root.skillA2 == true) {
++_root.canLevel;
}
}
if (_root.skillA4 == true) {
} else {
if (_root.skillPoints >= _root.skillA4Cost && _root.skillA3 == true) {
++_root.canLevel;
}
}
if (_root.skillFin1 == true) {
} else {
if (_root.skillPoints >= _root.skillFin1Cost) {
++_root.canLevel;
}
}
if (_root.skillFin2 == true) {
} else {
if (_root.skillPoints >= _root.skillFin2Cost && _root.skillFin1 == true) {
++_root.canLevel;
}
}
if (_root.skillFin3 == true) {
} else {
if (_root.skillPoints >= _root.skillFin3Cost && _root.skillFin2 == true) {
++_root.canLevel;
}
}
if (_root.skillSta1 == true) {
} else {
if (_root.skillPoints >= _root.skillSta1Cost) {
++_root.canLevel;
}
}
if (_root.skillSta2 == true) {
} else {
if (_root.skillPoints >= _root.skillSta2Cost && _root.skillSta1 == true) {
++_root.canLevel;
}
}
if (_root.skillSta3 == true) {
} else {
if (_root.skillPoints >= _root.skillSta3Cost && _root.skillSta2 == true) {
++_root.canLevel;
}
}
if (_root.skillAll1 == true) {
} else {
if (_root.skillPoints >= _root.skillAll1Cost) {
++_root.canLevel;
}
}
if (_root.skillAll2 == true) {
} else {
if (_root.skillPoints >= _root.skillAll2Cost && _root.skillAll1 == true) {
++_root.canLevel;
}
}
if (_root.skillAll3 == true) {
} else {
if (_root.skillPoints >= _root.skillAll3Cost && _root.skillAll3 == true) {
++_root.canLevel;
}
}
if (_root.skillLib1 == true) {
} else {
if (_root.skillPoints >= _root.skillLib1Cost) {
++_root.canLevel;
}
}
if (_root.skillLib2 == true) {
} else {
if (_root.skillPoints >= _root.skillLib2Cost && _root.skillLib1 == true) {
++_root.canLevel;
}
}
if (_root.skillLib3 == true) {
} else {
if (_root.skillPoints >= _root.skillLib3Cost && _root.skillLib2 == true) {
++_root.canLevel;
}
}
gotoAndStop(1);
}
checkCanLevelSkills();
if (_root.canLevel == 0) {
gotoAndStop(2);
} else {
stop();
}
}
frame 2 {
stop();
}
}
button 2381 {
on (rollOver) {
saveText.word.gotoAndStop(1);
saveText.gotoAndPlay('come');
}
on (rollOut) {
if (saveText.word._currentframe == 1) {
saveText.gotoAndPlay('go');
}
}
on (releaseOutside) {
if (saveText.word._currentframe == 1) {
saveText.gotoAndPlay('go');
}
}
on (release) {
saveText.word.gotoAndStop(2);
saveText.gotoAndPlay('save');
_root.saveGame();
}
}
movieClip 2388 {
}
movieClip 2389 {
frame 1 {
gotoAndStop('no');
}
frame 15 {
stop();
}
frame 65 {
gotoAndStop('no');
}
}
button 2397 {
on (release) {
if (_root.mapDockLaunch != 'go') {
gotoAndStop('map');
mapPlate.gotoAndStop('full');
_root.level_pause = false;
_root.mapSelected = _root.mapSelectedLast;
setSelect();
_root.mapDock = false;
_root.mapDockLaunch = false;
if (_root.cheatRegular == 'temp') {
_root.cheatRegular = false;
getOpen();
}
mapPlate.tip.gotoAndStop('gone');
}
}
}
button 2398 {
on (release) {
if (_root.canWork == true) {
if (_root.mapDockLaunch != 'go') {
_root.mapDock = 'go';
if (_root.startup != false) {
_root.startup = false;
_root.canLevel = 0;
}
_root.newDay = false;
_root.localMap = _root.mapSelected;
_root.mapSelectedLast = _root.mapSelected;
_root.gotoScreen('4');
_root.level_pause = false;
_root.menuSelected = false;
_root.clientsMax = 0;
_root.energyB = _root.energyBmax;
_root.energyS = _root.energySmax;
_root.energyF = _root.energyFmax;
_root.energyA = _root.energyAmax;
if (_root.musicForced == false) {
if (_root.localMap == 'slums') {
if (_root.BGMplaying != 4) {
_root.BGMplaying = 4;
_root.Music();
_root.BGMmax = 100;
}
} else {
if (_root.localMap == 'c-sec') {
if (_root.BGMplaying != 2) {
_root.BGMplaying = 2;
_root.Music();
_root.BGMmax = 100;
}
} else {
if (_root.localMap == 'consort') {
if (_root.BGMplaying != 1) {
_root.BGMplaying = 1;
_root.Music();
_root.BGMmax = 100;
}
} else {
if (_root.localMap == 'flux') {
if (_root.BGMplaying != 3) {
_root.BGMplaying = 3;
_root.Music();
_root.BGMmax = 100;
}
} else {
if (_root.localMap == 'blood') {
if (_root.BGMplaying != 6) {
_root.BGMplaying = 6;
_root.Music();
_root.BGMmax = 100;
}
} else {
if (_root.localMap == 'cerberus') {
if (_root.BGMplaying != 7) {
_root.BGMplaying = 7;
_root.Music();
_root.BGMmax = 100;
}
} else {
if (_root.localMap == 'council') {
if (_root.BGMplaying != 5) {
_root.BGMplaying = 5;
_root.Music();
_root.BGMmax = 100;
}
} else {
if (_root.BGMplaying != 2) {
_root.BGMplaying = 2;
_root.Music();
_root.BGMmax = 100;
}
}
}
}
}
}
}
}
}
_root.BGMmax = 100;
}
}
}
}
button 2399 {
on (release) {
if (_root.mapDockLaunch != 'go') {
_root.mapSelected = 'none';
_root.mapSelected = _root.mapSelectedLast;
setSelect();
gotoAndStop('map');
mapPlate.gotoAndStop('full');
_root.mapDock = false;
_root.mapDockLaunch = false;
if (_root.cheatRegular == 'temp') {
_root.cheatRegular = false;
getOpen();
}
mapPlate.tip.gotoAndStop('gone');
}
}
}
movieClip 2403 loose {
frame 1 {
function getOpen() {
_root.timeWeek = Math.floor(_root.dayNumber / 7);
_root.timeDay = _root.dayNumber - _root.timeWeek * 7;
if (_root.cheatRegular != true) {
BG.hider.gotoAndStop(_root.timeDay + 1);
} else {
BG.hider.gotoAndStop('cheat');
}
if (_root.mapSlumsUnlocked != true) {
nodeSlums.gotoAndStop('invis');
}
if (_root.mapCsecUnlocked != true) {
if (_root.mapSlumsRep >= 30) {
_root.mapCsecUnlocked = true;
}
nodeCsec.gotoAndStop('invis');
}
if (_root.mapConsortUnlocked != true) {
if (_root.mapCsecRep >= 30) {
_root.mapConsortUnlocked = true;
}
nodeConsort.gotoAndStop('invis');
}
if (_root.mapFluxUnlocked != true) {
if (_root.mapConsortRep >= 30) {
_root.mapFluxUnlocked = true;
}
nodeFlux.gotoAndStop('invis');
}
if (_root.mapBloodUnlocked != true) {
if (_root.mapSlumsRep >= 70) {
_root.mapBloodUnlocked = true;
}
nodeBlood.gotoAndStop('invis');
}
if (_root.mapCerberusUnlocked != true) {
if (_root.mapConsortRep >= 70) {
_root.mapCerberusUnlocked = true;
}
nodeCerberus.gotoAndStop('invis');
}
if (_root.mapCouncilUnlocked != true) {
if (_root.mapCsecRep >= 70) {
_root.mapCouncilUnlocked = true;
}
nodeCouncil.gotoAndStop('invis');
}
if (_root.cheatRegular == false) {
if (_root.timeDay == 3) {
_root.mapBloodOrbit = true;
} else {
_root.mapBloodOrbit = false;
if (_root.mapSlumsRep >= 70) {
nodeBlood.gotoAndStop('fade');
} else {
nodeBlood.gotoAndStop('invis');
}
}
if (_root.timeDay == 1) {
_root.mapCerberusOrbit = true;
} else {
_root.mapCerberusOrbit = false;
if (_root.mapConsortRep >= 70) {
nodeCerberus.gotoAndStop('fade');
} else {
nodeCerberus.gotoAndStop('invis');
}
}
if (_root.timeDay == 6) {
_root.mapCouncilOrbit = true;
} else {
_root.mapCouncilOrbit = false;
if (_root.mapCsecRep >= 70) {
nodeCouncil.gotoAndStop('fade');
} else {
nodeCouncil.gotoAndStop('invis');
}
}
} else {
_root.mapBloodOrbit = true;
_root.mapCerberusOrbit = true;
_root.mapCouncilOrbit = true;
}
}
function resetPlate() {
if (_root.menuSelected == 'map') {
_root.menuSelected = 'mapHold';
} else {
_root.menuSelected = false;
}
mapPlate.board.iconReset();
if (_root.mapMaleHuman == false) {
mapPlate.rHuman.gotoAndStop('no');
} else {
mapPlate.rHuman.gotoAndStop('yes');
}
if (_root.mapMaleKrogan == false) {
mapPlate.rKrogan.gotoAndStop('no');
} else {
mapPlate.rKrogan.gotoAndStop('yes');
}
if (_root.mapMaleTurian == false) {
mapPlate.rTurian.gotoAndStop('no');
} else {
mapPlate.rTurian.gotoAndStop('yes');
}
if (_root.mapMaleVorcha == false) {
mapPlate.rVorcha.gotoAndStop('no');
} else {
mapPlate.rVorcha.gotoAndStop('yes');
}
if (_root.mapMaleVolus == false) {
mapPlate.rVolus.gotoAndStop('no');
} else {
mapPlate.rVolus.gotoAndStop('yes');
}
nodeSlums.gotoAndStop('open');
nodeCsec.gotoAndStop('open');
nodeConsort.gotoAndStop('open');
nodeFlux.gotoAndStop('open');
nodeBlood.gotoAndStop('open');
nodeCerberus.gotoAndStop('open');
nodeCouncil.gotoAndStop('open');
if (_root.mapSelected == false) {
} else {
if (_root.mapSelected == 'slums') {
nodeSlums.gotoAndStop('select');
} else {
if (_root.mapSelected == 'c-sec') {
nodeCsec.gotoAndStop('select');
} else {
if (_root.mapSelected == 'consort') {
nodeConsort.gotoAndStop('select');
} else {
if (_root.mapSelected == 'flux') {
nodeFlux.gotoAndStop('select');
} else {
if (_root.mapSelected == 'blood') {
nodeBlood.gotoAndStop('select');
} else {
if (_root.mapSelected == 'cerberus') {
nodeCerberus.gotoAndStop('select');
} else {
if (_root.mapSelected == 'council') {
nodeCouncil.gotoAndStop('select');
}
}
}
}
}
}
}
}
getOpen();
mapPlate.reputation.gotoAndStop(_root.mapLocalRep + 2);
mapPlate.reputation.orb.gotoAndStop(_root.mapLocalRep + 2);
mapPlate.population.gotoAndStop(_root.mapLocalPop + 1);
mapPlate.wealth.gotoAndStop(_root.mapLocalWealth + 1);
mapPlate.holesCount.text = _root.mapLocalHoles;
if (_root.mapLocalHoleSelected == 'none') {
mapPlate.uHoleNone.gotoAndStop('yes');
} else {
mapPlate.uHoleNone.gotoAndStop('no');
}
if (_root.mapLocalHoleTapeUnlocked == true) {
if (_root.mapLocalHoleSelected == 'tape') {
mapPlate.uHoleTape.gotoAndStop('yes');
} else {
mapPlate.uHoleTape.gotoAndStop('no');
}
} else {
mapPlate.uHoleTape.gotoAndStop('lock');
}
if (_root.mapLocalHoleGelUnlocked == true) {
if (_root.mapLocalHoleSelected == 'gel') {
mapPlate.uHoleGel.gotoAndStop('yes');
} else {
mapPlate.uHoleGel.gotoAndStop('no');
}
} else {
mapPlate.uHoleGel.gotoAndStop('lock');
}
}
function setHolesUpgrade() {
if (_root.mapSelected == 'slums') {
_root.mapSlumsHoles += 1;
_root.mapLocalHoles = _root.mapSlumsHoles;
} else {
if (_root.mapSelected == 'c-sec') {
_root.mapCsecHoles += 1;
_root.mapLocalHoles = _root.mapCsecHoles;
} else {
if (_root.mapSelected == 'consort') {
_root.mapConsortHoles += 1;
_root.mapLocalHoles = _root.mapConsortHoles;
} else {
if (_root.mapSelected == 'flux') {
_root.mapFluxHoles += 1;
_root.mapLocalHoles = _root.mapFluxHoles;
}
}
}
}
resetPlate();
}
function setHoleUpgradeNone() {
if (_root.mapSelected == 'slums') {
_root.mapSlumsHoleSelected = 'none';
_root.mapSlumsPop = 4;
_root.mapSlumsWealth = 1;
_root.mapLocalPop = _root.mapSlumsPop;
_root.mapLocalWealth = _root.mapSlumsWealth;
} else {
if (_root.mapSelected == 'c-sec') {
_root.mapCsecHoleSelected = 'none';
_root.mapCsecPop = 1;
_root.mapCsecWealth = 4;
_root.mapLocalPop = _root.mapCsecPop;
_root.mapLocalWealth = _root.mapCsecWealth;
} else {
if (_root.mapSelected == 'consort') {
_root.mapConsortHoleSelected = 'none';
_root.mapConsortPop = 2;
_root.mapConsortWealth = 3;
_root.mapLocalPop = _root.mapConsortPop;
_root.mapLocalWealth = _root.mapConsortWealth;
} else {
if (_root.mapSelected == 'flux') {
_root.mapFluxHoleSelected = 'none';
_root.mapFluxPop = 3;
_root.mapFluxWealth = 2;
_root.mapLocalPop = _root.mapFluxPop;
_root.mapLocalWealth = _root.mapFluxWealth;
}
}
}
}
_root.mapLocalHoleSelected = 'none';
resetPlate();
}
function buyHoleUpgradeTape() {
_root.buyCost = '- ' + _root.mapLocalHoleTapePrice;
_root._score -= _root.mapLocalHoleTapePrice;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent.board.cost.gotoAndPlay('go');
setHoleUpgradeTape();
mapPlate.uHoleTape.gotoAndStop('yesSelect');
mapPlate.tip.gotoAndStop('hold');
mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Taped holes installed!';
_root.mapLocalHoleTapeUnlocked = true;
}
function setHoleUpgradeTape() {
if (_root.mapSelected == 'slums') {
_root.mapSlumsHoleSelected = 'tape';
_root.mapSlumsPop = 6;
_root.mapSlumsWealth = 1;
_root.mapSlumsHoleTapeUnlocked = true;
_root.mapLocalPop = _root.mapSlumsPop;
_root.mapLocalWealth = _root.mapSlumsWealth;
} else {
if (_root.mapSelected == 'c-sec') {
_root.mapCsecHoleSelected = 'tape';
_root.mapCsecPop = 3;
_root.mapCsecWealth = 4;
_root.mapCsecHoleTapeUnlocked = true;
_root.mapLocalPop = _root.mapCsecPop;
_root.mapLocalWealth = _root.mapCsecWealth;
} else {
if (_root.mapSelected == 'consort') {
_root.mapConsortHoleSelected = 'tape';
_root.mapConsortPop = 4;
_root.mapConsortWealth = 3;
_root.mapConsortHoleTapeUnlocked = true;
_root.mapLocalPop = _root.mapConsortPop + _root.mapConsortPopUpgrade;
_root.mapLocalWealth = _root.mapConsortWealth + _root.mapConsortWealthUpgrade;
} else {
if (_root.mapSelected == 'flux') {
_root.mapFluxHoleSelected = 'tape';
_root.mapFluxPop = 5;
_root.mapFluxWealth = 2;
_root.mapFluxHoleTapeUnlocked = true;
_root.mapLocalPop = _root.mapFluxPop;
_root.mapLocalWealth = _root.mapFluxWealth;
}
}
}
}
_root.mapLocalHoleSelected = 'tape';
resetPlate();
}
function buyHoleUpgradeGel() {
_root.buyCost = '- ' + _root.mapLocalHoleGelPrice;
_root._score -= _root.mapLocalHoleGelPrice;
_root._scoreDisplay = Math.floor(_root._score);
_parent._parent.board.cost.gotoAndPlay('go');
setHoleUpgradeGel();
mapPlate.uHoleGel.gotoAndStop('yesSelect');
mapPlate.tip.gotoAndStop('hold');
mapPlate.tip.block.gotoAndStop('words');
_root.mapTooltip = 'Gelled holes installed!';
_root.mapLocalHoleGelUnlocked = true;
}
function setHoleUpgradeGel() {
if (_root.mapSelected == 'slums') {
_root.mapSlumsHoleSelected = 'gel';
_root.mapSlumsPop = 4;
_root.mapSlumsWealth = 3;
_root.mapSlumsHoleGelUnlocked = true;
_root.mapLocalPop = _root.mapSlumsPop;
_root.mapLocalWealth = _root.mapSlumsWealth;
} else {
if (_root.mapSelected == 'c-sec') {
_root.mapCsecHoleSelected = 'gel';
_root.mapCsecPop = 1;
_root.mapCsecWealth = 6;
_root.mapCsecHoleGelUnlocked = true;
_root.mapLocalPop = _root.mapCsecPop;
_root.mapLocalWealth = _root.mapCsecWealth;
} else {
if (_root.mapSelected == 'consort') {
_root.mapConsortHoleSelected = 'gel';
_root.mapConsortPop = 2;
_root.mapConsortWealth = 5;
_root.mapConsortHoleGelUnlocked = true;
_root.mapLocalPop = _root.mapConsortPop;
_root.mapLocalWealth = _root.mapConsortWealth;
} else {
if (_root.mapSelected == 'flux') {
_root.mapFluxHoleSelected = 'gel';
_root.mapFluxPop = 3;
_root.mapFluxWealth = 4;
_root.mapFluxHoleGelUnlocked = true;
_root.mapLocalPop = _root.mapFluxPop;
_root.mapLocalWealth = _root.mapFluxWealth;
}
}
}
}
_root.mapLocalHoleSelected = 'gel';
resetPlate();
}
function hideReason() {
if (_root.mapTooltipShowing == 'reason') {
mapPlate.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
function showReason() {
if (_root.mapTooltipShowing != 'reason') {
mapPlate.tip.block.gotoAndStop('words');
if (_root.mapSelected == 'slums') {
_root.mapTooltip = '-Need Slums Work Pass-';
} else {
if (_root.mapSelected == 'c-sec') {
_root.mapTooltip = '-Need C-Sec Work Pass-';
} else {
if (_root.mapSelected == 'consort') {
_root.mapTooltip = '-Need Consort Work Pass-';
} else {
if (_root.mapSelected == 'flux') {
_root.mapTooltip = '-Need Flux Work Pass-';
} else {
if (_root.mapSelected == 'blood') {
if (_root.mapBloodOrbit != true) {
if (_root.mapBloodUnlocked != true) {
_root.mapTooltip = '- Ship Not in Orbit -';
} else {
_root.mapTooltip = '- No Response -';
}
} else {
if (_root.mapBloodUnlocked != true) {
_root.mapTooltip = '-\'\'Private Vessel. Go Away.\'\'-';
}
}
} else {
if (_root.mapSelected == 'cerberus') {
if (_root.mapCerberusOrbit != true) {
if (_root.mapCerberusUnlocked != true) {
_root.mapTooltip = '- Ship Not in Orbit -';
} else {
_root.mapTooltip = '-\'\'Location Confidential\'\'-';
}
} else {
if (_root.mapCerberusUnlocked != true) {
_root.mapTooltip = '-\'\'Access Not Granted.\'\'-';
}
}
} else {
if (_root.mapSelected == 'council') {
if (_root.mapCouncilOrbit != true) {
if (_root.mapCouncilUnlocked != true) {
_root.mapTooltip = '- Ship Not in Orbit -';
} else {
_root.mapTooltip = '-\'\'Not In Session Today\'\'-';
}
} else {
if (_root.mapCouncilUnlocked != true) {
_root.mapTooltip = '-\'\'No Solicitors, Please.\'\'-';
}
}
}
}
}
}
}
}
}
_root.mapTooltipShowing = 'reason';
}
}
function hideRep() {
if (_root.mapTooltipShowing == 'rep') {
mapPlate.tip.gotoAndPlay('go');
_root.mapTooltipShowing = false;
}
}
function showRep() {
if (_root.mapTooltipShowing != 'rep') {
mapPlate.tip.gotoAndPlay('come');
if (_root.mapLocalRep < 30) {
mapPlate.tip.block.gotoAndStop('repNone');
_root.mapTooltipRep = 'unknown';
} else {
if (_root.mapLocalRep >= 30 && _root.mapLocalRep < 70) {
mapPlate.tip.block.gotoAndStop('rep1');
_root.mapTooltipRep = 'familiar';
} else {
if (_root.mapLocalRep >= 70 && _root.mapLocalRep < 100) {
mapPlate.tip.block.gotoAndStop('rep2');
_root.mapTooltipRep = 'popular';
} else {
if (_root.mapLocalRep >= 100) {
mapPlate.tip.block.gotoAndStop('rep3');
_root.mapTooltipRep = 'famous';
}
}
}
}
if (_root.mapSelected == 'slums') {
_root.mapTooltip = 'Renown:';
if (_root.mapSlumsUnlocked != false) {
_root.mapTooltip2 = '- C-Sec Work-pass';
_root.mapTooltip3 = '- Blood Pack Invitation';
_root.mapTooltip4 = '- Get Mechanic';
} else {
_root.mapTooltip2 = '- ?';
_root.mapTooltip3 = '- ?';
_root.mapTooltip4 = '- ?';
}
} else {
if (_root.mapSelected == 'c-sec') {
_root.mapTooltip = 'Renown:';
if (_root.mapCsecUnlocked != false) {
_root.mapTooltip2 = '- Consort Work-pass';
_root.mapTooltip3 = '- Emissary Invitation';
_root.mapTooltip4 = '- ID Papers';
} else {
_root.mapTooltip2 = '- ?';
_root.mapTooltip3 = '- ?';
_root.mapTooltip4 = '- ?';
}
} else {
if (_root.mapSelected == 'consort') {
_root.mapTooltip = 'Renown:';
if (_root.mapConsortUnlocked != false) {
_root.mapTooltip2 = '- Flux Work-pass';
_root.mapTooltip3 = '- Cerberus Invitation';
_root.mapTooltip4 = '- Shield Recharge';
} else {
_root.mapTooltip2 = '- ?';
_root.mapTooltip3 = '- ?';
_root.mapTooltip4 = '- ?';
}
} else {
if (_root.mapSelected == 'flux') {
_root.mapTooltip = 'Renown:';
if (_root.mapFluxUnlocked != false) {
_root.mapTooltip2 = '- Ship Repair Dock';
_root.mapTooltip3 = '- Dock Statistics';
_root.mapTooltip4 = '- Salvaged Parts';
} else {
_root.mapTooltip2 = '- ?';
_root.mapTooltip3 = '- ?';
_root.mapTooltip4 = '- ?';
}
} else {
if (_root.mapSelected == 'blood') {
_root.mapTooltip = 'Renown:';
if (_root.mapBloodUnlocked != false) {
_root.mapTooltip2 = '- 5 Holes';
_root.mapTooltip3 = '- Walk-ins';
_root.mapTooltip4 = '- Primary Thruster';
} else {
_root.mapTooltip2 = '- ?';
_root.mapTooltip3 = '- ?';
_root.mapTooltip4 = '- ?';
}
} else {
if (_root.mapSelected == 'cerberus') {
_root.mapTooltip = 'Renown:';
if (_root.mapCerberusUnlocked != false) {
_root.mapTooltip2 = '- 4 Holes';
_root.mapTooltip3 = '- Walk-ins';
_root.mapTooltip4 = '- AI Autopilot';
} else {
_root.mapTooltip2 = '- ?';
_root.mapTooltip3 = '- ?';
_root.mapTooltip4 = '- ?';
}
} else {
if (_root.mapSelected == 'council') {
_root.mapTooltip = 'Renown:';
if (_root.mapCouncilUnlocked != false) {
_root.mapTooltip2 = '- 3 Holes';
_root.mapTooltip3 = '- Walk-ins';
_root.mapTooltip4 = '- Citadel Sector Pass';
} else {
_root.mapTooltip2 = '- ?';
_root.mapTooltip3 = '- ?';
_root.mapTooltip4 = '- ?';
}
}
}
}
}
}
}
}
_root.mapTooltipShowing = 'rep';
}
}
function setSelect() {
if (_root.mapSelected == false) {
mapPlate.mapName.text = '';
} else {
_root.mapTooltipShowing = false;
switch (_root.mapSelected) {
case 'slums':
if (_root.mapSlumsUnlocked != false) {
mapPlate.gotoAndStop('full');
mapPlate.mapName.text = 'Citadel Slums';
_root.mapLocalRep = Math.floor(_root.mapSlumsRep);
showRep();
noWork._visible = false;
_root.canWork = true;
} else {
mapPlate.gotoAndStop('mini');
mapPlate.mapName.text = 'Citadel Slums';
_root.mapLocalRep = Math.floor(_root.mapSlumsRep);
showReason();
noWork._visible = true;
_root.canWork = false;
}
_root.mapMaleHuman = false;
_root.mapMaleKrogan = false;
_root.mapMaleTurian = false;
_root.mapMaleVorcha = true;
_root.mapMaleVolus = false;
_root.mapLocalPop = _root.mapSlumsPop;
_root.mapLocalWealth = _root.mapSlumsWealth;
_root.mapLocalHoles = _root.mapSlumsHoles;
_root.mapLocalHoleSelected = _root.mapSlumsHoleSelected;
_root.mapLocalHoleTapeUnlocked = _root.mapSlumsHoleTapeUnlocked;
_root.mapLocalHoleGelUnlocked = _root.mapSlumsHoleGelUnlocked;
_root.mapLocalHoleTapePrice = _root.mapSlumsHoleTapePrice;
_root.mapLocalHoleGelPrice = _root.mapSlumsHoleGelPrice;
resetPlate();
if (_root.startup == false) {
if (_root.musicForced == false) {
if (_root.BGMplaying != 4) {
_root.BGMplaying = 4;
_root.Music();
}
}
}
break;
case 'c-sec':
if (_root.mapCsecUnlocked != false) {
mapPlate.gotoAndStop('full');
mapPlate.mapName.text = 'C-Sec Office';
_root.mapLocalRep = Math.floor(_root.mapCsecRep);
showRep();
noWork._visible = false;
_root.canWork = true;
} else {
mapPlate.gotoAndStop('mini');
mapPlate.mapName.text = 'C-Sec Office';
_root.mapLocalRep = Math.floor(_root.mapCsecRep);
showReason();
noWork._visible = true;
_root.canWork = false;
}
_root.mapMaleHuman = true;
_root.mapMaleKrogan = false;
_root.mapMaleTurian = true;
_root.mapMaleVorcha = false;
_root.mapMaleVolus = false;
_root.mapLocalPop = _root.mapCsecPop;
_root.mapLocalWealth = _root.mapCsecWealth;
_root.mapLocalHoles = _root.mapCsecHoles;
_root.mapLocalHoleSelected = _root.mapCsecHoleSelected;
_root.mapLocalHoleTapeUnlocked = _root.mapCsecHoleTapeUnlocked;
_root.mapLocalHoleGelUnlocked = _root.mapCsecHoleGelUnlocked;
_root.mapLocalHoleTapePrice = _root.mapCsecHoleTapePrice;
_root.mapLocalHoleGelPrice = _root.mapCsecHoleGelPrice;
resetPlate();
if (_root.startup == false) {
if (_root.musicForced == false) {
if (_root.BGMplaying != 2) {
_root.BGMplaying = 2;
_root.Music();
}
}
}
break;
case 'consort':
if (_root.mapConsortUnlocked != false) {
mapPlate.gotoAndStop('full');
mapPlate.mapName.text = 'Consort Chambers';
_root.mapLocalRep = Math.floor(_root.mapConsortRep);
showRep();
noWork._visible = false;
_root.canWork = true;
} else {
mapPlate.gotoAndStop('mini');
mapPlate.mapName.text = 'Consort Chambers';
_root.mapLocalRep = Math.floor(_root.mapConsortRep);
showReason();
noWork._visible = true;
_root.canWork = false;
}
_root.mapMaleHuman = false;
_root.mapMaleKrogan = true;
_root.mapMaleTurian = false;
_root.mapMaleVorcha = false;
_root.mapMaleVolus = true;
_root.mapLocalPop = _root.mapConsortPop;
_root.mapLocalWealth = _root.mapConsortWealth;
_root.mapLocalHoles = _root.mapConsortHoles;
_root.mapLocalHoleSelected = _root.mapConsortHoleSelected;
_root.mapLocalHoleTapeUnlocked = _root.mapConsortHoleTapeUnlocked;
_root.mapLocalHoleGelUnlocked = _root.mapConsortHoleGelUnlocked;
_root.mapLocalHoleTapePrice = _root.mapConsortHoleTapePrice;
_root.mapLocalHoleGelPrice = _root.mapConsortHoleGelPrice;
resetPlate();
if (_root.startup == false) {
if (_root.musicForced == false) {
if (_root.BGMplaying != 1) {
_root.BGMplaying = 1;
_root.Music();
}
}
}
break;
case 'flux':
if (_root.mapFluxUnlocked != false) {
mapPlate.gotoAndStop('full');
mapPlate.mapName.text = 'Flux Nightclub';
_root.mapLocalRep = Math.floor(_root.mapFluxRep);
showRep();
noWork._visible = false;
_root.canWork = true;
} else {
mapPlate.gotoAndStop('mini');
mapPlate.mapName.text = 'Flux Nightclub';
_root.mapLocalRep = Math.floor(_root.mapFluxRep);
showReason();
noWork._visible = true;
_root.canWork = false;
}
_root.mapMaleHuman = true;
_root.mapMaleKrogan = true;
_root.mapMaleTurian = true;
_root.mapMaleVorcha = true;
_root.mapMaleVolus = true;
_root.mapLocalPop = _root.mapFluxPop;
_root.mapLocalWealth = _root.mapFluxWealth;
_root.mapLocalHoles = _root.mapFluxHoles;
_root.mapLocalHoleSelected = _root.mapFluxHoleSelected;
_root.mapLocalHoleTapeUnlocked = _root.mapFluxHoleTapeUnlocked;
_root.mapLocalHoleGelUnlocked = _root.mapFluxHoleGelUnlocked;
_root.mapLocalHoleTapePrice = _root.mapFluxHoleTapePrice;
_root.mapLocalHoleGelPrice = _root.mapFluxHoleGelPrice;
resetPlate();
if (_root.startup == false) {
if (_root.musicForced == false) {
if (_root.BGMplaying != 3) {
_root.BGMplaying = 3;
_root.Music();
}
}
}
break;
case 'blood':
if (_root.mapBloodUnlocked != false) {
if (_root.mapBloodOrbit != true) {
mapPlate.gotoAndStop('mini');
mapPlate.mapName.text = 'Blood Pack Cruiser';
_root.mapLocalRep = Math.floor(_root.mapBloodRep);
showReason();
noWork._visible = true;
_root.canWork = false;
} else {
mapPlate.gotoAndStop('mini');
mapPlate.mapName.text = 'Blood Pack Cruiser';
_root.mapLocalRep = Math.floor(_root.mapBloodRep);
showRep();
noWork._visible = false;
_root.canWork = true;
}
} else {
mapPlate.gotoAndStop('mini');
mapPlate.mapName.text = '???';
_root.mapLocalRep = 0;
showReason();
noWork._visible = true;
_root.canWork = false;
}
_root.mapMaleHuman = false;
_root.mapMaleKrogan = true;
_root.mapMaleTurian = false;
_root.mapMaleVorcha = true;
_root.mapMaleVolus = false;
_root.mapLocalPop = _root.mapBloodPop;
_root.mapLocalWealth = _root.mapBloodWealth;
_root.mapLocalHoles = _root.mapBloodHoles;
_root.mapLocalHoleSelected = _root.mapBloodHoleSelected;
resetPlate();
if (_root.startup == false) {
if (_root.musicForced == false) {
if (_root.BGMplaying != 6) {
_root.BGMplaying = 6;
_root.Music();
}
}
}
break;
case 'cerberus':
if (_root.mapCerberusUnlocked != false) {
if (_root.mapCerberusOrbit != true) {
mapPlate.gotoAndStop('mini');
mapPlate.mapName.text = 'Cerberus Gunship';
_root.mapLocalRep = Math.floor(_root.mapCerberusRep);
showReason();
noWork._visible = true;
_root.canWork = false;
} else {
mapPlate.gotoAndStop('mini');
mapPlate.mapName.text = 'Cerberus Gunship';
_root.mapLocalRep = Math.floor(_root.mapCerberusRep);
showRep();
noWork._visible = false;
_root.canWork = true;
}
} else {
mapPlate.gotoAndStop('mini');
mapPlate.mapName.text = '???';
_root.mapLocalRep = 0;
showReason();
noWork._visible = true;
_root.canWork = false;
}
_root.mapMaleHuman = true;
_root.mapMaleKrogan = false;
_root.mapMaleTurian = false;
_root.mapMaleVorcha = false;
_root.mapMaleVolus = false;
_root.mapLocalPop = _root.mapCerberusPop;
_root.mapLocalWealth = _root.mapCerberusWealth;
_root.mapLocalHoles = _root.mapCerberusHoles;
_root.mapLocalHoleSelected = _root.mapCerberusHoleSelected;
resetPlate();
if (_root.startup == false) {
if (_root.musicForced == false) {
if (_root.BGMplaying != 7) {
_root.BGMplaying = 7;
_root.Music();
}
}
}
break;
case 'council':
if (_root.mapCouncilUnlocked != false) {
if (_root.mapCouncilOrbit != true) {
mapPlate.gotoAndStop('mini');
mapPlate.mapName.text = 'Emissary Vessel';
_root.mapLocalRep = Math.floor(_root.mapCouncilRep);
showReason();
noWork._visible = true;
_root.canWork = false;
} else {
mapPlate.gotoAndStop('mini');
mapPlate.mapName.text = 'Emissary Vessel';
_root.mapLocalRep = Math.floor(_root.mapCouncilRep);
showRep();
noWork._visible = false;
_root.canWork = true;
}
} else {
mapPlate.gotoAndStop('mini');
mapPlate.mapName.text = '???';
_root.mapLocalRep = 0;
showReason();
noWork._visible = true;
_root.canWork = false;
}
_root.mapMaleHuman = false;
_root.mapMaleKrogan = false;
_root.mapMaleTurian = true;
_root.mapMaleVorcha = false;
_root.mapMaleVolus = true;
_root.mapLocalPop = _root.mapCouncilPop;
_root.mapLocalWealth = _root.mapCouncilWealth;
_root.mapLocalHoles = _root.mapCouncilHoles;
_root.mapLocalHoleSelected = _root.mapCouncilHoleSelected;
resetPlate();
if (_root.startup == false) {
if (_root.musicForced == false) {
if (_root.BGMplaying != 5) {
_root.BGMplaying = 5;
_root.Music();
}
}
}
}
}
}
gotoAndStop(2);
screen.gotoAndStop('screen');
_root.mapSelected = _root.mapSelectedLast;
setSelect();
_root.BGMmax = 12;
noWork.gotoAndStop(1);
noDock.gotoAndStop(1);
_root.menuSelected = 'map';
_root.mapDock = false;
}
instance noDock of movieClip 2367 {
onClipEvent (load) {
if (_root.mapFluxRep >= 70) {
this._visible = false;
}
this.gotoAndStop(1);
}
}
frame 2 {
stop();
resetPlate();
btn.onPress = function () {};
btn.useHandCursor = false;
next_btn.onPress = function () {
_root.gotoScreen('4');
};
nodeSlums.onPress = function () {
_root.mapSelected = 'slums';
setSelect();
};
nodeSlums.onRollOut = function () {
if (_root.mapSlumsUnlocked != true) {
hideReason();
} else {
hideRep();
}
};
nodeSlums.onReleaseOutside = function () {
if (_root.mapSlumsUnlocked != true) {
hideReason();
} else {
hideRep();
}
};
nodeCsec.onPress = function () {
_root.mapSelected = 'c-sec';
setSelect();
};
nodeCsec.onRollOut = function () {
if (_root.mapCsecUnlocked != true) {
hideReason();
} else {
hideRep();
}
};
nodeCsec.onReleaseOutside = function () {
if (_root.mapCsecUnlocked != true) {
hideReason();
} else {
hideRep();
}
};
nodeConsort.onPress = function () {
_root.mapSelected = 'consort';
setSelect();
};
nodeConsort.onRollOut = function () {
if (_root.mapConsortUnlocked != true) {
hideReason();
} else {
hideRep();
}
};
nodeConsort.onReleaseOutside = function () {
if (_root.mapConsortUnlocked != true) {
hideReason();
} else {
hideRep();
}
};
nodeFlux.onPress = function () {
_root.mapSelected = 'flux';
setSelect();
};
nodeFlux.onRollOut = function () {
if (_root.mapFluxUnlocked != true) {
hideReason();
} else {
hideRep();
}
};
nodeFlux.onReleaseOutside = function () {
if (_root.mapFluxUnlocked != true) {
hideReason();
} else {
hideRep();
}
};
nodeBlood.onPress = function () {
_root.mapSelected = 'blood';
setSelect();
};
nodeBlood.onRollOut = function () {
if (_root.mapBloodUnlocked != true) {
hideReason();
} else {
if (_root.mapBloodOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
nodeBlood.onReleaseOutside = function () {
if (_root.mapBloodUnlocked != true) {
hideReason();
} else {
if (_root.mapBloodOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
nodeCerberus.onPress = function () {
_root.mapSelected = 'cerberus';
setSelect();
};
nodeCerberus.onRollOut = function () {
if (_root.mapCerberusUnlocked != true) {
hideReason();
} else {
if (_root.mapCerberusOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
nodeCerberus.onReleaseOutside = function () {
if (_root.mapCerberusUnlocked != true) {
hideReason();
} else {
if (_root.mapCerberusOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
nodeCouncil.onPress = function () {
_root.mapSelected = 'council';
setSelect();
};
nodeCouncil.onRollOut = function () {
if (_root.mapCouncilUnlocked != true) {
hideReason();
} else {
if (_root.mapCouncilOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
nodeCouncil.onReleaseOutside = function () {
if (_root.mapCouncilUnlocked != true) {
hideReason();
} else {
if (_root.mapCouncilOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
noWork.onRollOver = function () {
showReason();
};
noWork.onRollOut = function () {
hideReason();
};
noWork.onReleaseOutside = function () {
hideReason();
};
}
frame 3 {
nodeBlood.onPress = function () {
_root.mapSelected = 'blood';
setSelect();
};
nodeBlood.onRollOut = function () {
if (_root.mapBloodUnlocked != true) {
hideReason();
} else {
if (_root.mapBloodOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
nodeBlood.onReleaseOutside = function () {
if (_root.mapBloodUnlocked != true) {
hideReason();
} else {
if (_root.mapBloodOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
nodeCerberus.onPress = function () {
_root.mapSelected = 'cerberus';
setSelect();
};
nodeCerberus.onRollOut = function () {
if (_root.mapCerberusUnlocked != true) {
hideReason();
} else {
if (_root.mapCerberusOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
nodeCerberus.onReleaseOutside = function () {
if (_root.mapCerberusUnlocked != true) {
hideReason();
} else {
if (_root.mapCerberusOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
nodeCouncil.onPress = function () {
_root.mapSelected = 'council';
setSelect();
};
nodeCouncil.onRollOut = function () {
if (_root.mapCouncilUnlocked != true) {
hideReason();
} else {
if (_root.mapCouncilOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
nodeCouncil.onReleaseOutside = function () {
if (_root.mapCouncilUnlocked != true) {
hideReason();
} else {
if (_root.mapCouncilOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
}
frame 4 {
nodeBlood.onPress = function () {
_root.mapSelected = 'blood';
gotoAndStop('trav');
setSelect();
};
nodeBlood.onRollOut = function () {
if (_root.mapBloodUnlocked != true) {
hideReason();
} else {
if (_root.mapBloodOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
nodeBlood.onReleaseOutside = function () {
if (_root.mapBloodUnlocked != true) {
hideReason();
} else {
if (_root.mapBloodOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
nodeCerberus.onPress = function () {
_root.mapSelected = 'cerberus';
gotoAndStop('trav');
setSelect();
};
nodeCerberus.onRollOut = function () {
if (_root.mapCerberusUnlocked != true) {
hideReason();
} else {
if (_root.mapCerberusOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
nodeCerberus.onReleaseOutside = function () {
if (_root.mapCerberusUnlocked != true) {
hideReason();
} else {
if (_root.mapCerberusOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
nodeCouncil.onPress = function () {
_root.mapSelected = 'council';
gotoAndStop('trav');
setSelect();
};
nodeCouncil.onRollOut = function () {
if (_root.mapCouncilUnlocked != true) {
hideReason();
} else {
if (_root.mapCouncilOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
nodeCouncil.onReleaseOutside = function () {
if (_root.mapCouncilUnlocked != true) {
hideReason();
} else {
if (_root.mapCouncilOrbit != true) {
hideReason();
} else {
hideRep();
}
}
};
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 25 {
stop();
}
}
movieClip 2404 {
frame 1 {
if (_root.startup == false) {
if (_root.newDay != true) {
if (_root.level_pause == true) {
gotoAndStop('paused');
showing = 'pause';
busy = false;
} else {
stop();
showing = 'game';
busy = false;
}
} else {
if (_root.newDay == true) {
gotoAndStop('map');
showing = 'map';
_root.level_pause = true;
busy = false;
}
}
} else {
if (_root.startup == true) {
gotoAndStop('level');
showing = 'level';
_root.level_pause = true;
busy = false;
} else {
if (_root.startup == 'map') {
gotoAndStop('map');
showing = 'map';
_root.level_pause = true;
busy = false;
}
}
}
btnPause.onPress = function () {
_root.level_pause = true;
gotoAndPlay('come');
};
}
frame 2 {
stop();
showing = 'pause';
busy = false;
btnPause.onPress = function () {
if (busy == false) {
if (showing == 'game') {
gotoAndPlay('come');
} else {
gotoAndPlay('go');
}
}
};
btnExit.onPress = function () {
if (busy == false) {
gotoAndPlay('go');
_root.gotoScreen('1');
_root.level_pause = true;
}
};
btnShop.onPress = function () {
if (busy == false) {
gotoAndPlay('levelIn');
}
};
btnMap.onPress = function () {
if (busy == false) {
gotoAndPlay('mapIn');
}
};
}
frame 5 {
busy = true;
}
frame 20 {
gotoAndStop('paused');
}
frame 21 {
busy = true;
}
frame 28 {
stop();
showing = 'level';
busy = false;
}
frame 29 {
busy = true;
}
frame 36 {
gotoAndStop('paused');
}
frame 37 {
busy = true;
}
frame 44 {
stop();
showing = 'map';
busy = false;
}
frame 45 {
busy = true;
}
frame 52 {
gotoAndStop('paused');
}
frame 53 {
busy = true;
}
frame 57 {
_root.level_pause = false;
}
frame 62 {
gotoAndStop('playing');
}
frame 64 {
busy = true;
}
frame 76 {
gotoAndStop('map');
}
frame 77 {
busy = true;
}
frame 89 {
gotoAndStop('level');
}
}
movieClip 2405 2f6147db {
frame 1 {
function rainbow() {
if (_root.level_pause == false) {
if (_root.rainbow != false) {
if (_root.rainbow == 'head') {
_root.rainbowHeadList = [1, 2, 3, 4, 5, 6, 7];
_root.character = _root.rainbowHeadList[Math.floor(Math.random() * _root.rainbowHeadList.length)];
} else {
if (_root.rainbow == 'body') {
_root.rainbowBodyList = [1, 2, 3, 4, 5, 6, 7, 23, 24, 25, 26, 27, 28, 29];
_root.costume = _root.rainbowBodyList[Math.floor(Math.random() * _root.rainbowBodyList.length)];
} else {
if (_root.rainbow == 'squad') {
_root.rainbowSquadList = [1, 2, 3, 4, 5, 6, 7];
_root.character = _root.rainbowSquadList[Math.floor(Math.random() * _root.rainbowSquadList.length)];
_root.costume = _root.character;
} else {
_root.rainbowHeadList = [1, 2, 3, 4, 5, 6, 7];
_root.character = _root.rainbowHeadList[Math.floor(Math.random() * _root.rainbowHeadList.length)];
_root.rainbowBodyList = [1, 2, 3, 4, 5, 6, 7, 23, 24, 25, 26, 27, 28, 29];
_root.costume = _root.rainbowBodyList[Math.floor(Math.random() * _root.rainbowBodyList.length)];
}
}
}
if (_root.costume == 1) {
_root.hideNipples = true;
_root.hidePussy = false;
} else {
if (_root.costume == 2) {
_root.hideNipples = true;
_root.hidePussy = true;
} else {
if (_root.costume == 3) {
_root.hideNipples = false;
_root.hidePussy = true;
} else {
if (_root.costume == 5) {
_root.hideNipples = true;
_root.hidePussy = true;
} else {
if (_root.costume == 6) {
_root.hideNipples = true;
_root.hidePussy = true;
} else {
_root.hideNipples = false;
_root.hidePussy = false;
}
}
}
}
}
_root.strippedMask = false;
_root.strippedHair = false;
}
}
}
function spark(x, y) {
i = 1;
while (i <= 15) {
clip = attachMovie('spark1', 'spark1_' + i, 1000 + i);
angle = random(360);
clip._xscale = random(50) + 70;
clip._yscale = random(50) + 70;
if (random(2) == 0) {
clip._xscale = -clip._xscale;
}
clip._x = x;
clip._y = y;
clip._rotation = angle;
++i;
}
}
function free_hole(_index) {
timer = 25 + random(holes_timer_random);
hole_timer[_index] = timer;
}
function add_points(_index, satisfaction) {
switch (_index) {
case 0:
x = 65;
y = 55;
break;
case 1:
x = 462;
y = 55;
break;
case 2:
x = 518;
y = 205;
break;
case 3:
x = 5;
y = 205;
break;
case 4:
x = 262;
y = 405;
}
if (_root.skillAll3 == true && _root.skillAll2 == true && _root.skillAll1 == true) {
skillmod = 1.5;
} else {
if (_root.skillAll3 == false && _root.skillAll2 == true && _root.skillAll1 == true) {
skillmod = 1.3;
} else {
if (_root.skillAll3 == false && _root.skillAll2 == false && _root.skillAll1 == true) {
skillmod = 1.15;
} else {
skillmod = 1;
}
}
}
if (_root.mapLocalWealth == 1) {
wealthmod = 0.35;
} else {
if (_root.mapLocalWealth == 2) {
wealthmod = 0.75;
} else {
if (_root.mapLocalWealth == 3) {
wealthmod = 1;
} else {
if (_root.mapLocalWealth == 4) {
wealthmod = 1.35;
} else {
if (_root.mapLocalWealth == 5) {
wealthmod = 1.75;
} else {
if (_root.mapLocalWealth == 6) {
wealthmod = 2.15;
} else {
if (_root.mapLocalWealth == 7) {
wealthmod = 2.5;
}
}
}
}
}
}
}
if (!_root.level_pause == true) {
_root.satisfactionLast = satisfaction;
clip = attachMovie('points', 'points' + _index, 900 + _index);
clip._x = x;
clip._y = y;
}
if (satisfaction <= 0) {
if (_root.level_pause == false) {
add_pnts = -10 * wealthmod * (1 - (1 - skillmod));
_root.StatsMissed += 1;
_root.StatsSessionMissed += 1;
if (_root.mapLocalRep < 100 && _root.mapLocalRep > 0) {
_root.mapLocalRep -= 1 * wealthmod;
}
}
} else {
if (satisfaction > 0 && satisfaction <= 35) {
add_pnts = 25 * wealthmod * skillmod;
_root.xp += 250;
_root.StatsServed += 1;
_root.StatsSessionServed += 1;
if (_root.mapLocalRep < 30) {
_root.mapLocalRep += 1 * wealthmod;
}
} else {
if (satisfaction > 35 && satisfaction <= 65) {
add_pnts = 50 * wealthmod * skillmod;
_root.xp += 500;
_root.StatsServed += 1;
_root.StatsSessionServed += 1;
if (_root.mapLocalRep < 70) {
_root.mapLocalRep += 1 * wealthmod;
}
} else {
if (satisfaction > 65 && satisfaction <= 99) {
add_pnts = 100 * wealthmod * skillmod;
_root.xp += 1000;
_root.StatsServed += 1;
_root.StatsSessionServed += 1;
_root.StatsSessionExcellent += 1;
if (_root.mapLocalRep < 100) {
_root.mapLocalRep += 2 * wealthmod;
}
} else {
if (satisfaction > 100) {
add_pnts = 250 * wealthmod * skillmod;
_root.xp += 2500;
_root.StatsServed += 1;
_root.StatsExcellent += 1;
_root.StatsSessionServed += 1;
_root.StatsSessionExcellent += 1;
if (_root.mapLocalRep < 100) {
_root.mapLocalRep += 3 * wealthmod;
}
}
}
}
}
}
_root._score += add_pnts;
_root.StatsCashEarned += add_pnts;
_root.StatsSessionCashEarned += add_pnts;
if (_root._score < 0 or !_root._score or _root._score == undefined) {
_root.StatsCashEarned += _root._score;
_root.StatsSessionCashEarned += _root._score;
_root._score = 0;
}
_root._scoreDisplay = Math.floor(_root._score);
if (_root.mapSelected == 'slums') {
_root.mapSlumsRep = _root.mapLocalRep;
} else {
if (_root.mapSelected == 'c-sec') {
_root.mapCsecRep = _root.mapLocalRep;
} else {
if (_root.mapSelected == 'consort') {
_root.mapConsortRep = _root.mapLocalRep;
} else {
if (_root.mapSelected == 'flux') {
_root.mapFluxRep = _root.mapLocalRep;
} else {
if (_root.mapSelected == 'blood') {
_root.mapBloodRep = _root.mapLocalRep;
} else {
if (_root.mapSelected == 'cerberus') {
_root.mapCerberusRep = _root.mapLocalRep;
} else {
if (_root.mapSelected == 'council') {
_root.mapCouncilRep = _root.mapLocalRep;
}
}
}
}
}
}
}
}
function setStage() {
if (_root.mapLocalHoleSelected == 'none') {
BG.hole0.gotoAndStop('open');
BG.hole1.gotoAndStop('open');
BG.hole2.gotoAndStop('open');
BG.hole3.gotoAndStop('open');
BG.hole4.gotoAndStop('open');
BG.hole5.gotoAndStop('open');
} else {
if (_root.mapLocalHoleSelected == 'tape') {
BG.hole0.gotoAndStop('tape');
BG.hole1.gotoAndStop('tape');
BG.hole2.gotoAndStop('tape');
BG.hole3.gotoAndStop('tape');
BG.hole4.gotoAndStop('tape');
BG.hole5.gotoAndStop('tape');
} else {
if (_root.mapLocalHoleSelected == 'gel') {
BG.hole0.gotoAndStop('gel');
BG.hole1.gotoAndStop('gel');
BG.hole2.gotoAndStop('gel');
BG.hole3.gotoAndStop('gel');
BG.hole4.gotoAndStop('gel');
BG.hole5.gotoAndStop('gel');
}
}
}
if (_root.hole0hidden == true) {
BG.hole0.gotoAndStop('closed');
}
if (_root.hole1hidden == true) {
BG.hole1.gotoAndStop('closed');
}
if (_root.hole2hidden == true) {
BG.hole2.gotoAndStop('closed');
}
if (_root.hole3hidden == true) {
BG.hole3.gotoAndStop('closed');
}
if (_root.hole4hidden == true) {
BG.hole4.gotoAndStop('closed');
}
if (_root.hole5hidden == true) {
BG.hole5.gotoAndStop('closed');
}
}
if (_root.level == undefined) {
_root.level = 1;
}
bonus_timer = 0;
dicks_count = holes[0] + holes[1] + holes[2] + holes[3] + holes[4];
_root.session_start_score = _root._score;
_root.session_start_rep = _root.mapLocalRep;
_root.StatsSessionServed = 0;
_root.StatsSessionExcellent = 0;
_root.StatsSessionMissed = 0;
_root.StatsSessionCashEarned = 0;
_root.StatsSessionPlayTime = 0;
lvl = 'LEVEL ' + _root.level;
remove_all_anim = function () {
remove_sex_anim();
if (a0) {
a0._remove();
}
if (_root.SFXmute != true) {
if (_root.SFXhandPlaying == true) {
_root.SoundHand.SFXhand.stop();
_root.SFXhandPlaying = false;
}
if (_root.SFXmouthPlaying == true) {
_root.SoundMouth.SFXmouth.stop();
_root.SFXmouthPlaying = false;
}
if (_root.SFXpussyPlaying == true) {
_root.SoundPussy.SFXpussy.stop();
_root.SFXpussyPlaying = false;
}
if (_root.SFXassPlaying == true) {
_root.SoundAss.SFXass.stop();
_root.SFXassPlaying = false;
}
}
return 0;
};
remove_sex_anim = function () {
j = 0;
while (j < 5 - _root.jutsu) {
i = 0;
while (i < 5 - _root.jutsu) {
if (eval('asb' + j + '' + i)) {
(eval('asb' + j + '' + i))._remove();
}
++i;
}
++j;
}
j = 0;
while (j < 5 - _root.jutsu) {
i = 0;
while (i < 5 - _root.jutsu) {
if (eval('ast' + j + '' + i)) {
(eval('ast' + j + '' + i))._remove();
}
++i;
}
++j;
}
j = 0;
while (j < 5 - _root.jutsu) {
i = 0;
while (i < 5 - _root.jutsu) {
if (eval('afb' + j + '' + i)) {
(eval('afb' + j + '' + i))._remove();
}
++i;
}
++j;
}
j = 0;
while (j < 5 - _root.jutsu) {
i = 0;
while (i < 5 - _root.jutsu) {
if (eval('aft' + j + '' + i)) {
(eval('aft' + j + '' + i))._remove();
}
++i;
}
++j;
}
j = 0;
while (j < 5 - _root.jutsu) {
i = 0;
while (i < 5 - _root.jutsu) {
if (eval('aat' + j + '' + i)) {
(eval('aat' + j + '' + i))._remove();
}
++i;
}
++j;
}
j = 0;
while (j < 5 - _root.jutsu) {
i = 0;
while (i < 5 - _root.jutsu) {
if (eval('aab' + j + '' + i)) {
(eval('aab' + j + '' + i))._remove();
}
++i;
}
++j;
}
j = 0;
while (j < 5 - _root.jutsu) {
i = 0;
while (i < 5 - _root.jutsu) {
if (eval('abt' + j + '' + i)) {
(eval('abt' + j + '' + i))._remove();
}
++i;
}
++j;
}
j = 0;
while (j < 5 - _root.jutsu) {
i = 0;
while (i < 5 - _root.jutsu) {
if (eval('abb' + j + '' + i)) {
(eval('abb' + j + '' + i))._remove();
}
++i;
}
++j;
}
if (ab0) {
if (_root.jutsu != 5) {
ab0._remove();
}
}
if (ab1) {
if (_root.jutsu != 5) {
ab1._remove();
}
}
if (as0) {
if (_root.jutsu != 5) {
as0._remove();
}
}
if (as1) {
if (_root.jutsu != 5) {
as1._remove();
}
}
if (af0) {
if (_root.jutsu != 5) {
af0._remove();
}
}
if (af1) {
if (_root.jutsu != 5) {
af1._remove();
}
}
if (aa0) {
if (_root.jutsu != 5) {
aa0._remove();
}
}
if (aa1) {
if (_root.jutsu != 5) {
aa1._remove();
}
}
if (ak0) {
if (_root.jutsu != 5) {
ak0._remove();
}
}
if (ah0) {
if (_root.jutsu != 5) {
ah0._remove();
}
}
if (ai0) {
if (_root.jutsu != 5) {
ai0._remove();
}
}
if (av0) {
if (_root.jutsu != 5) {
av0._remove();
}
}
if (_root.SFXmute != true) {
if (_root.SFXhandPlaying == true) {
_root.SoundHand.SFXhand.stop();
_root.SFXhandPlaying = false;
}
if (_root.SFXmouthPlaying == true) {
_root.SoundMouth.SFXmouth.stop();
_root.SFXmouthPlaying = false;
}
if (_root.SFXpussyPlaying == true) {
_root.SoundPussy.SFXpussy.stop();
_root.SFXpussyPlaying = false;
}
if (_root.SFXassPlaying == true) {
_root.SoundAss.SFXass.stop();
_root.SFXassPlaying = false;
}
}
return 0;
};
stop_all_anim = function () {
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('asb' + j + '' + i)) {
(eval('asb' + j + '' + i)).stop();
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('ast' + j + '' + i)) {
(eval('ast' + j + '' + i)).stop();
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('afb' + j + '' + i)) {
(eval('afb' + j + '' + i)).stop();
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('aft' + j + '' + i)) {
(eval('aft' + j + '' + i)).stop();
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('aat' + j + '' + i)) {
(eval('aat' + j + '' + i)).stop();
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('aab' + j + '' + i)) {
(eval('aab' + j + '' + i)).stop();
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('abt' + j + '' + i)) {
(eval('abt' + j + '' + i)).stop();
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('abb' + j + '' + i)) {
(eval('abb' + j + '' + i)).stop();
}
++i;
}
++j;
}
if (af0) {
af0.stop();
}
if (ab0) {
ab0.stop();
}
if (as0) {
as0.stop();
}
if (aa0) {
aa0.stop();
}
if (a0) {
a0.stop();
}
if (_root.SFXmute != true) {
if (_root.SFXhandPlaying == true) {
_root.SoundHand.SFXhand.stop();
_root.SFXhandPlaying = false;
}
if (_root.SFXmouthPlaying == true) {
_root.SoundMouth.SFXmouth.stop();
_root.SFXmouthPlaying = false;
}
if (_root.SFXpussyPlaying == true) {
_root.SoundPussy.SFXpussy.stop();
_root.SFXpussyPlaying = false;
}
if (_root.SFXassPlaying == true) {
_root.SoundAss.SFXass.stop();
_root.SFXassPlaying = false;
}
}
return 0;
};
start_all_anim = function () {
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('asb' + j + '' + i)) {
(eval('asb' + j + '' + i)).play();
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('ast' + j + '' + i)) {
(eval('ast' + j + '' + i)).play();
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('afb' + j + '' + i)) {
(eval('afb' + j + '' + i)).play();
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('aft' + j + '' + i)) {
(eval('aft' + j + '' + i)).play();
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('aat' + j + '' + i)) {
(eval('aat' + j + '' + i)).play();
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('aab' + j + '' + i)) {
(eval('aab' + j + '' + i)).play();
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('abt' + j + '' + i)) {
(eval('abt' + j + '' + i)).play();
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('abb' + j + '' + i)) {
(eval('abb' + j + '' + i)).play();
}
++i;
}
++j;
}
if (af0) {
af0.play();
}
if (ab0) {
ab0.play();
}
if (as0) {
as0.play();
}
if (aa0) {
aa0.play();
}
if (a0) {
a0.play();
}
return 0;
};
get_free_holes = function (holes) {
hole = 0;
current_free_positions = new Array();
j = 0;
i = 0;
while (i < 5) {
if (holes[i] == 0) {
current_free_positions[j] = i;
++j;
}
++i;
}
free_holes_count = current_free_positions.length;
if (free_holes_count == 0) {
return -1;
}
hole_index = random(free_holes_count);
hole = current_free_positions[hole_index];
return hole;
};
get_dick_data = function (index) {
dick = new Object();
switch (index) {
dick._index = index;
return dick;
case 0:
dick.z_index = 100;
dick.x = 104;
dick.y = 115;
dick.xscale = 100;
dick._index = index;
return dick;
case 1:
dick.z_index = 200;
dick.x = 535;
dick.y = 115;
dick.xscale = -100;
dick._index = index;
return dick;
case 2:
dick.z_index = 300;
dick.x = 599;
dick.y = 263;
dick.xscale = -100;
dick._index = index;
return dick;
case 3:
dick.z_index = 400;
dick.x = 41;
dick.y = 263;
dick.xscale = 100;
dick._index = index;
return dick;
case 4:
dick.z_index = 600;
dick.x = 280;
dick.y = 360;
dick.xscale = 100;
dick._index = index;
return dick;
}
dick._index = index;
return dick;
};
attach_anim = function (_index, _xmode, _color, satisfaction, ejac) {
remove_all_anim();
if (_root.level == 1) {
symbol = 'b';
if (_root.skillB2 == true && _root.skillB3 == true && _root.skillB4 == true && _root.skillB5 == true) {
if (_root.safeStyle != false) {
_type = random(10);
if (_type > 4) {
if (_root.safeStyle == 'hand') {
_type = 0;
} else {
if (_root.safeStyle == 'tit') {
_type = 1;
} else {
if (_root.safeStyle == 'foot') {
_type = 2;
} else {
if (_root.safeStyle == 'tech') {
_type = random(2) + 3;
}
}
}
}
}
} else {
_type = random(5);
}
} else {
if (_root.skillB2 == true && _root.skillB3 == true && _root.skillB4 == true && _root.skillB5 == false) {
if (_root.safeStyle != false) {
_type = random(8);
if (_type > 3) {
if (_root.safeStyle == 'hand') {
_type = 0;
} else {
if (_root.safeStyle == 'tit') {
_type = 1;
} else {
if (_root.safeStyle == 'foot') {
_type = 2;
} else {
if (_root.safeStyle == 'tech') {
_type = random(2) + 3;
}
}
}
}
}
} else {
_type = random(4);
}
} else {
if (_root.skillB2 == true && _root.skillB3 == true && _root.skillB4 == false && _root.skillB5 == false) {
if (_root.safeStyle != false) {
_type = random(6);
if (_type > 2) {
if (_root.safeStyle == 'hand') {
_type = 0;
} else {
if (_root.safeStyle == 'tit') {
_type = 1;
} else {
if (_root.safeStyle == 'foot') {
_type = 2;
} else {
if (_root.safeStyle == 'tech') {
_type = random(2) + 3;
}
}
}
}
}
} else {
_type = random(3);
}
} else {
if (_root.skillB2 == true && _root.skillB3 == false && _root.skillB4 == false && _root.skillB5 == false) {
if (_root.safeStyle != false) {
_type = random(4);
if (_type > 1) {
if (_root.safeStyle == 'hand') {
_type = 0;
} else {
if (_root.safeStyle == 'tit') {
_type = 1;
} else {
if (_root.safeStyle == 'foot') {
_type = 2;
} else {
if (_root.safeStyle == 'tech') {
_type = random(2) + 3;
}
}
}
}
}
} else {
_type = random(2);
}
} else {
if (_root.safeStyle != false) {
_type = random(2);
if (_type > 0) {
if (_root.safeStyle == 'hand') {
_type = 0;
} else {
if (_root.safeStyle == 'tit') {
_type = 1;
} else {
if (_root.safeStyle == 'foot') {
_type = 2;
} else {
if (_root.safeStyle == 'tech') {
_type = random(2) + 3;
}
}
}
}
}
} else {
_type = 0;
}
}
}
}
}
} else {
if (_root.level > 1 && _root.level <= 5) {
symbol = 's';
if (_root.skillS1 == true && _root.skillS2 == true && _root.skillS3 == true && _root.skillS4 == true && _root.skillS5 == true) {
_type = random(5);
} else {
if (_root.skillS1 == true && _root.skillS2 == true && _root.skillS3 == true && _root.skillS4 == true && _root.skillS5 == false) {
_type = random(4);
} else {
if (_root.skillS1 == true && _root.skillS2 == true && _root.skillS3 == true && _root.skillS4 == false && _root.skillS5 == false) {
_type = random(3);
} else {
if (_root.skillS1 == true && _root.skillS2 == true && _root.skillS3 == false && _root.skillS4 == false && _root.skillS5 == false) {
_type = random(2);
} else {
_type = 0;
}
}
}
}
} else {
if (_root.level < 10 && _root.level > 5) {
symbol = 'f';
if (_root.skillF1 == true && _root.skillF2 == true && _root.skillF3 == true && _root.skillF4 == true) {
_type = random(4);
} else {
if (_root.skillF1 == true && _root.skillF2 == true && _root.skillF3 == true && _root.skillF4 == false) {
_type = random(3);
} else {
if (_root.skillF1 == true && _root.skillF2 == true && _root.skillF3 == false && _root.skillF4 == false) {
_type = random(2);
} else {
_type = 0;
}
}
}
} else {
if (_root.level == 10) {
symbol = 'a';
if (_root.skillA1 == true && _root.skillA2 == true && _root.skillA3 == true && _root.skillA4 == true) {
_type = random(4);
} else {
if (_root.skillA1 == true && _root.skillA2 == true && _root.skillA3 == true && _root.skillA4 == false) {
_type = random(3);
} else {
if (_root.skillA1 == true && _root.skillA2 == true && _root.skillA3 == false && _root.skillA4 == false) {
_type = random(2);
} else {
_type = 0;
}
}
}
}
}
}
}
switch (_index) {
case 0:
girl_name = 'a' + symbol + 't' + _type;
break;
case 1:
girl_name = 'a' + symbol + 't' + _type;
break;
case 2:
girl_name = 'a' + symbol + 'b' + _type;
break;
case 3:
girl_name = 'a' + symbol + 'b' + _type;
break;
case 4:
if (_type < 3) {
girl_name = 'a' + symbol + '0';
} else {
girl_name = 'a' + symbol + '1';
}
}
girl = get_girl_data(_index);
if (_index < 4) {
clip = attachMovie(girl_name, girl_name + _index, girl.z_index);
} else {
clip = attachMovie(girl_name, girl_name, girl.z_index);
}
clip._x = girl.x;
clip._y = girl.y;
clip._xscale = girl.xscale;
if (_index == 4) {
clip._yscale = girl.yscale;
}
clip._index = girl._index;
clip._remove = function () {
this.removeMovieClip();
if (eval('h0' + _index)) {
(eval('h0' + _index)).removeMovieClip();
}
(eval('d0' + _index))._visible = true;
(eval('d0' + _index)).ejac = ejac;
(eval('d0' + _index)).satisfaction = satisfaction;
if (_root.came == true) {
(eval('d0' + _index)).gotoAndPlay('a1');
} else {
(eval('d0' + _index)).gotoAndPlay('return');
}
_root.came = false;
if (_root.SFXmute != true) {
if (_root.SFXhandPlaying == true) {
_root.SoundHand.SFXhand.stop();
_root.SFXhandPlaying = false;
}
if (_root.SFXmouthPlaying == true) {
_root.SoundMouth.SFXmouth.stop();
_root.SFXmouthPlaying = false;
}
if (_root.SFXpussyPlaying == true) {
_root.SoundPussy.SFXpussy.stop();
_root.SFXpussyPlaying = false;
}
if (_root.SFXassPlaying == true) {
_root.SoundAss.SFXass.stop();
_root.SFXassPlaying = false;
}
}
};
clip._xmode = _xmode;
clip._color = _color;
clip.satisfaction = satisfaction;
clip.ejac = ejac;
spark(girl.xspark, girl.yspark);
hole = get_dick_data(_index);
if (_index < 4) {
(eval('d0' + _index))._visible = false;
} else {
c0._visible = false;
c0.ejac = ejac;
c0.satisfaction = satisfaction;
if (_root.came == true) {
c0.gotoAndPlay('a1');
} else {
c0.gotoAndPlay('return');
}
}
if (_index < 4) {
clip = attachMovie('h0', 'h0' + girl._index, girl.z_index - 1);
clip._x = hole.x;
clip._y = hole.y;
clip._xscale = hole.xscale;
clip._color = _color;
}
};
attach_walkanim = function (_index, _xmode, _color, satisfaction, ejac) {
remove_all_anim();
_type = 0;
if (_root.localMap == 'blood') {
symbol = 'k';
} else {
if (_root.localMap == 'cerberus') {
symbol = 'i';
} else {
if (_root.localMap == 'council') {
symbol = 'h';
} else {
if (_root.localMap == 'flux') {
symbol = 'v';
}
}
}
}
girl_name = 'a' + symbol + _type;
girl = get_girl_data(_index);
clip = attachMovie(girl_name, girl_name, 100);
clip._x = girl.x;
clip._y = girl.y;
clip._xscale = girl.xscale;
clip._yscale = girl.yscale;
clip._index = girl._index;
clip._remove = function () {
this.removeMovieClip();
if (eval('h0' + _index)) {
(eval('h0' + _index)).removeMovieClip();
}
(eval('d0' + _index))._visible = true;
(eval('d0' + _index)).ejac = ejac;
(eval('d0' + _index)).satisfaction = satisfaction;
if (_root.came == true) {
(eval('d0' + _index)).gotoAndPlay('a1');
} else {
(eval('d0' + _index)).gotoAndPlay('return');
}
BG.door.gotoAndPlay('bye');
_root.came = false;
if (_root.SFXmute != true) {
if (_root.SFXhandPlaying == true) {
_root.SoundHand.SFXhand.stop();
_root.SFXhandPlaying = false;
}
if (_root.SFXmouthPlaying == true) {
_root.SoundMouth.SFXmouth.stop();
_root.SFXmouthPlaying = false;
}
if (_root.SFXpussyPlaying == true) {
_root.SoundPussy.SFXpussy.stop();
_root.SFXpussyPlaying = false;
}
if (_root.SFXassPlaying == true) {
_root.SoundAss.SFXass.stop();
_root.SFXassPlaying = false;
}
}
};
clip._xmode = _xmode;
clip._color = _color;
clip.satisfaction = satisfaction;
clip.ejac = ejac;
spark(girl.xspark, girl.yspark);
hole = get_dick_data(_index);
};
get_girl_data = function (index) {
girl = new Object();
if (_root.level <= 5) {
switch (index) {
case 0:
girl.z_index = 102;
girl.x = 92;
girl.y = 66;
girl.xscale = 100;
girl.xspark = 130;
girl.yspark = 150;
break;
case 1:
girl.z_index = 202;
girl.x = 547;
girl.y = 66;
girl.xscale = -100;
girl.xspark = 520;
girl.yspark = 180;
break;
case 2:
girl.z_index = 302;
girl.x = 603;
girl.y = 180;
girl.xscale = -100;
girl.xspark = 570;
girl.yspark = 320;
break;
case 3:
girl.z_index = 402;
girl.x = 37;
girl.y = 180;
girl.xscale = 100;
girl.xspark = 70;
girl.yspark = 310;
break;
case 4:
girl.z_index = 700;
girl.x = 176;
girl.y = 143;
girl.xscale = 108;
girl.yscale = 108;
girl.xspark = 320;
girl.yspark = 420;
break;
case 5:
girl.z_index = 700;
girl.x = 176;
girl.y = 143;
girl.xscale = 108;
girl.yscale = 108;
girl.xspark = 320;
girl.yspark = 420;
}
}
if (_root.level > 5) {
switch (index) {
girl._index = index;
return girl;
case 0:
girl.z_index = 102;
girl.x = 1602;
girl.y = 13;
girl.xscale = -100;
girl.xspark = 130;
girl.yspark = 170;
girl._index = index;
return girl;
case 1:
girl.z_index = 202;
girl.x = -963;
girl.y = 13;
girl.xscale = 100;
girl.xspark = 520;
girl.yspark = 180;
girl._index = index;
return girl;
case 2:
girl.z_index = 302;
girl.x = 337;
girl.y = 305;
girl.xscale = 100;
girl.xspark = 580;
girl.yspark = 330;
girl._index = index;
return girl;
case 3:
girl.z_index = 402;
girl.x = 303;
girl.y = 305;
girl.xscale = -100;
girl.xspark = 60;
girl.yspark = 310;
girl._index = index;
return girl;
case 4:
girl.z_index = 700;
girl.x = 176;
girl.y = 143;
girl.xscale = 108;
girl.yscale = 108;
girl.xspark = 320;
girl.yspark = 420;
girl._index = index;
return girl;
case 5:
girl.z_index = 700;
girl.x = 176;
girl.y = 143;
girl.xscale = 108;
girl.yscale = 108;
girl.xspark = 320;
girl.yspark = 420;
girl._index = index;
return girl;
}
}
girl._index = index;
return girl;
};
_root.wheel = false;
_root.hole0hidden = false;
_root.hole1hidden = false;
_root.hole2hidden = false;
_root.hole3hidden = false;
_root.hole4hidden = false;
_root.hole5hidden = false;
if (_root.mapLocalHoles <= 4) {
busy_holeONE = Math.floor(random(3));
if (busy_holeONE == 0) {
_root.hole0hidden = true;
} else {
if (busy_holeONE == 1) {
_root.hole1hidden = true;
} else {
if (busy_holeONE == 2) {
_root.hole2hidden = true;
} else {
if (busy_holeONE == 3) {
_root.hole3hidden = true;
} else {
if (busy_holeONE == 4) {
_root.hole4hidden = true;
}
}
}
}
}
blockONE = get_dick_data(busy_holeONE);
}
if (_root.mapLocalHoles <= 3) {
busy_holeTWO = Math.floor(random(3));
if (busy_holeTWO == busy_holeONE) {
++busy_holeTWO;
}
if (busy_holeTWO >= 4) {
busy_holeTWO = 0;
}
if (busy_holeTWO == 0) {
_root.hole0hidden = true;
} else {
if (busy_holeTWO == 1) {
_root.hole1hidden = true;
} else {
if (busy_holeTWO == 2) {
_root.hole2hidden = true;
} else {
if (busy_holeTWO == 3) {
_root.hole3hidden = true;
} else {
if (busy_holeTWO == 4) {
_root.hole4hidden = true;
}
}
}
}
}
blockTWO = get_dick_data(busy_holeTWO);
}
_root.hole4hidden = true;
holes = new Array(1, 1, 1, 1, 1);
holes_timer_random = (130 - _root.mapLocalPop * 10) * _root.mapLocalHoles;
if (_root.mapLocalHoles <= 2) {
hole_timer = new Array(random(holes_timer_random), random(holes_timer_random), random(holes_timer_random), random(holes_timer_random), 0);
_root.hole4hidden = true;
} else {
hole_timer = new Array(random(holes_timer_random), random(holes_timer_random), random(holes_timer_random), random(holes_timer_random), random(holes_timer_random));
_root.hole4hidden = false;
}
if (_root.mapLocalHoles <= 4) {
hole_timer[busy_holeONE] = 0;
}
if (_root.mapLocalHoles <= 3) {
hole_timer[busy_holeTWO] = 0;
}
_root.endTimeout = 100;
_root.clientsLeft = Math.floor(5 + 3 * _root.mapLocalPop);
_root.clientsMax = _root.clientsLeft;
if (_root.endless == true) {
TimeBar.gotoAndStop('endless');
TimeBar.clock.gotoAndStop(2);
} else {
TimeBar.gotoAndStop('normal');
TimeBar.clock.gotoAndStop(34);
}
setStage();
onEnterFrame = function () {
if (_root.level_pause != true) {
if (_root.wheel != false) {
if (!skills.Middlebox.hitTest(_root._xmouse, _root._ymouse, true)) {
radian = Math.atan2(_root._ymouse - _root.clickedy, _root._xmouse - _root.clickedx);
angle = radian * 180 / Math.PI;
if (angle >= -135 && angle < -45) {
_root.wheel = 'u';
} else {
if (angle >= -45 && angle < 45) {
_root.wheel = 'r';
} else {
if (angle >= 45 && angle < 135) {
_root.wheel = 'd';
} else {
_root.wheel = 'l';
}
}
}
if (_root.wheel == 'u' && _root.level != 1) {
skills.setB();
skills.orb.gotoAndStop(7);
} else {
if (_root.wheel == 'r' && _root.level != 3) {
if (_root.skillS1 != false) {
skills.setS();
skills.orb.gotoAndStop(8);
}
} else {
if (_root.wheel == 'd' && _root.level != 8) {
if (_root.skillF1 != false) {
skills.setF();
skills.orb.gotoAndStop(9);
}
} else {
if (_root.wheel == 'l' && _root.level != 10) {
if (_root.skillA1 != false) {
skills.setA();
skills.orb.gotoAndStop(10);
}
}
}
}
}
}
}
_root.StatsPlayTime += 0.04;
_root.StatsSessionPlayTime += 0.04;
}
need_a0 = true;
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('abb' + j + '' + i)) {
need_a0 = false;
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('abt' + j + '' + i)) {
need_a0 = false;
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('asb' + j + '' + i)) {
need_a0 = false;
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('ast' + j + '' + i)) {
need_a0 = false;
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('afb' + j + '' + i)) {
need_a0 = false;
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('aft' + j + '' + i)) {
need_a0 = false;
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('aab' + j + '' + i)) {
need_a0 = false;
}
++i;
}
++j;
}
j = 0;
while (j < 5) {
i = 0;
while (i < 5) {
if (eval('aat' + j + '' + i)) {
need_a0 = false;
}
++i;
}
++j;
}
if (ab0) {
need_a0 = false;
}
if (ab1) {
need_a0 = false;
}
if (as0) {
need_a0 = false;
}
if (as1) {
need_a0 = false;
}
if (af0) {
need_a0 = false;
}
if (af1) {
need_a0 = false;
}
if (aa0) {
need_a0 = false;
}
if (aa1) {
need_a0 = false;
}
if (ak0) {
need_a0 = false;
}
if (ah0) {
need_a0 = false;
}
if (ai0) {
need_a0 = false;
}
if (av0) {
need_a0 = false;
}
if (a0) {
need_a0 = false;
}
if (need_a0 == true) {
rainbow();
clip = attachMovie('a0', 'a0', 500);
clip._x = 175;
clip._y = 115;
clip._xscale = 110;
clip._yscale = 110;
clip._remove = function () {
this.removeMovieClip();
if (_root.SFXmute != true) {
if (_root.SFXhandPlaying == true) {
_root.SoundHand.SFXhand.stop();
_root.SFXhandPlaying = false;
}
if (_root.SFXmouthPlaying == true) {
_root.SoundMouth.SFXmouth.stop();
_root.SFXmouthPlaying = false;
}
if (_root.SFXpussyPlaying == true) {
_root.SoundPussy.SFXpussy.stop();
_root.SFXpussyPlaying = false;
}
if (_root.SFXassPlaying == true) {
_root.SoundAss.SFXass.stop();
_root.SFXassPlaying = false;
}
}
};
}
if (_root.clientsLeft > 0) {
i = 0;
while (i < 5) {
if (hole_timer[i] > 1) {
if (_root.level_pause != true) {
--hole_timer[i];
}
} else {
if (hole_timer[i] == 1) {
hole_timer[i] = 0;
holes[i] = 0;
}
}
++i;
}
_index = get_free_holes(holes);
if (_index < 0) {
return undefined;
}
dick = get_dick_data(_index);
if (_index < 4) {
clip = attachMovie('d0', 'd0' + dick._index, dick.z_index);
} else {
clip = attachMovie('c0', 'd0' + dick._index, dick.z_index);
}
clip._x = dick.x;
clip._y = dick.y;
clip._xscale = dick.xscale;
clip._index = dick._index;
if (_root.endless != true) {
_root.clientsLeft -= 1;
TimeBar.clock.gotoAndStop(Math.round((_root.clientsLeft / _root.clientsMax) * 32 + 2));
if (_root.clientsLeft == 50) {
TimeBar.clock.icon.gotoAndStop('tick');
} else {
if (_root.clientsLeft == 40) {
TimeBar.clock.icon.gotoAndStop('tick');
} else {
if (_root.clientsLeft == 30) {
TimeBar.clock.icon.gotoAndStop('tick');
} else {
if (_root.clientsLeft == 20) {
TimeBar.clock.icon.gotoAndStop('tick');
} else {
if (_root.clientsLeft == 10) {
TimeBar.clock.icon.gotoAndStop('tickBig');
} else {
if (_root.clientsLeft == 5) {
TimeBar.clock.icon.gotoAndStop('tickBig');
} else {
if (_root.clientsLeft == 0) {
TimeBar.clock.icon.gotoAndStop('ring');
}
}
}
}
}
}
}
}
if (_root.localMap == 'slums') {
_root.maleRaceList = [9, 10];
} else {
if (_root.localMap == 'c-sec') {
_root.maleRaceList = [1, 2, 3, 4, 7, 8, 7, 8];
} else {
if (_root.localMap == 'consort') {
_root.maleRaceList = [5, 6, 11, 12];
} else {
if (_root.localMap == 'flux') {
_root.maleRaceList = [1, 2, 3, 4, 5, 6, 5, 6, 7, 8, 7, 8, 11, 12, 11, 12];
} else {
if (_root.localMap == 'blood') {
_root.maleRaceList = [5, 6, 9, 10];
} else {
if (_root.localMap == 'cerberus') {
_root.maleRaceList = [1, 2, 3, 4];
} else {
if (_root.localMap == 'council') {
_root.maleRaceList = [7, 8, 11, 12];
} else {
_root.maleRaceList = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12];
}
}
}
}
}
}
}
clip._color = _root.maleRaceList[Math.floor(Math.random() * _root.maleRaceList.length)];
holes[_index] = 1;
}
};
}
instance TimeBar of movieClip 388 {
onClipEvent (load) {
this.swapDepths(99996);
}
}
instance board of movieClip 402 {
onClipEvent (load) {
this.swapDepths(99999);
}
}
instance LevelBar of movieClip 424 {
onClipEvent (load) {
this.swapDepths(100000);
}
}
instance skills of movieClip 494 {
onClipEvent (load) {
this.swapDepths(99997);
}
}
instance pauseMenu of movieClip 2404 {
onClipEvent (load) {
this.swapDepths(99998);
}
}
}
movieClip 2407 trans_screen {
frame 1 {
var next_screen;
}
frame 10 {
stop();
_root.setScreen(next_screen);
}
frame 20 {
removeMovieClip(this);
}
}
movieClip 2410 {
}
movieClip 2412 {
}
movieClip 2414 {
}
movieClip 2415 {
frame 1 {
stop();
switch (_root.level) {
case 1:
_delta = 10;
break;
case 2:
_delta = 10;
break;
case 3:
_delta = 10;
break;
case 4:
_delta = 10;
break;
case 5:
_delta = 10;
break;
case 6:
_delta = 10;
break;
case 7:
_delta = 10;
break;
case 8:
_delta = 10;
break;
case 9:
_delta = 10;
break;
case 10:
_delta = 10;
}
btn.onPress = function () {
btn.onPress = null;
_parent._parent.spark(_parent._x + 60, _parent.sh._y + 30);
_parent._parent.board.timer += _delta * 25;
txt.txt = '+' + _delta + ' sec';
gotoAndPlay(2);
};
}
frame 25 {
_parent.removeMovieClip();
stop();
}
}
movieClip 2416 time_bonus {
frame 18 {
stop();
}
}
movieClip 2435 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 2494 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 2513 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 2572 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 2578 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2582 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2586 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2589 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2591 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2595 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2597 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 2602 {
frame 1 {
function mess() {
if (_root.messAss <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messAss == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messAss == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messAss == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messAss >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 2610 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 2616 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2622 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2626 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2630 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 2659 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 2666 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2672 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2676 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2680 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 2689 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 2694 {
frame 1 {
function mess() {
if (_root.messAss <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messAss == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messAss == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messAss == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messAss >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 2699 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2711 {
frame 1 {
if (_root.strippedBot != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 2716 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2719 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 2727 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 2737 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 2748 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 2758 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 2769 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 2773 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2775 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2777 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2779 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2781 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2783 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2785 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 2793 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 2804 {
frame 1 {
if (_root.hideNipples != true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
}
}
movieClip 2833 {
frame 1 {
if (_root.hideNipples == false) {
if (_root.strippedTop == true or _root.strippedFull == true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
} else {
gotoAndStop('hide');
}
}
}
movieClip 2858 {
frame 1 {
if (_root.hideNipples == false) {
if (_root.strippedTop == true or _root.strippedFull == true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
} else {
gotoAndStop('hide');
}
}
}
movieClip 2880 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 2881 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 2884 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2886 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2887 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 2890 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2894 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2898 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2900 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 2903 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2906 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2910 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2913 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 2916 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2918 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2920 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2923 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2936 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 2939 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2941 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2943 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2946 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 2957 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 2964 {
frame 1 {
function mess() {
if (_root.messMouth <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messMouth == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messMouth == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messMouth == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messMouth >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 2979 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 2980 {
}
movieClip 3012 {
frame 1 {
if (_root.rainbow != false && _root.jutsu == 5) {
if (!_parent.holdFrame) {
_parent.holdFrame = _root.character;
}
gotoAndStop(_parent.holdFrame + 1);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 3013 {
frame 1 {
gotoAndPlay(random(100) + 1);
}
frame 105 {
gotoAndStop(1);
}
}
movieClip 3040 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 3041 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3042 {
}
movieClip 3043 {
}
movieClip 3056 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 3071 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 3085 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 3102 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 3104 {
frame 1 {
_alpha = 0;
}
}
movieClip 3173 {
frame 1 {
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_parent.pleasure_meter.cameRecordCount();
_parent._parent.pleasure_meter.cameRecordCount();
}
frame 6 {
_parent.came();
}
frame 7 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('sprite292 1');
}
}
frame 8 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('sprite292 2');
}
}
frame 23 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('sprite292 3');
}
}
frame 55 {
stop();
_parent._remove();
}
}
movieClip 3177 {
frame 1 {
_alpha = 0;
}
}
movieClip 3183 {
}
movieClip 3184 {
}
movieClip 3187 {
}
movieClip 3188 {
frame 1 {
function cameRecordCount() {
if (_root.level == 1) {
_root.StatsPoseSafe += 1;
} else {
if (_root.level > 1 && _root.level <= 5) {
_root.StatsPoseMouth += 1;
} else {
if (_root.level < 10 && _root.level > 5) {
_root.StatsPosePussy += 1;
} else {
if (_root.level == 10) {
_root.StatsPoseAss += 1;
}
}
}
}
if (_parent._color == 1 or _parent._color == 2 or _parent._color == 3 or _parent._color == 4) {
++_root.StatsClientHuman;
} else {
if (_parent._color == 5 or _parent._color == 6) {
++_root.StatsClientKrogan;
} else {
if (_parent._color == 7 or _parent._color == 8) {
++_root.StatsClientTurian;
} else {
if (_parent._color == 9 or _parent._color == 10) {
++_root.StatsClientVorcha;
} else {
if (_parent._color == 11 or _parent._color == 12) {
++_root.StatsClientVolus;
} else {
if (_parent._color == 'blood') {
++_root.StatsClientBlood;
} else {
if (_parent._color == 'cerberus') {
++_root.StatsClientCerberus;
} else {
if (_parent._color == 'citadel') {
++_root.StatsClientCitadel;
} else {}
}
}
}
}
}
}
}
}
function reset() {
end = false;
intensity = 0;
switch (_root.level) {
case 1:
if (_root.skillB1 == true && _root.skillB2 == true && _root.skillB3 == true && _root.skillB4 == true && _root.skillB5 == true) {
intensity_increase = 25;
} else {
if (_root.skillB1 == true && _root.skillB2 == true && _root.skillB3 == true && _root.skillB4 == true && _root.skillB5 == false) {
intensity_increase = 23.375;
} else {
if (_root.skillB1 == true && _root.skillB2 == true && _root.skillB3 == true && _root.skillB4 == false && _root.skillB5 == false) {
intensity_increase = 21.75;
} else {
if (_root.skillB1 == true && _root.skillB2 == true && _root.skillB3 == false && _root.skillB4 == false && _root.skillB5 == false) {
intensity_increase = 20.125;
} else {
intensity_increase = 18.5;
}
}
}
}
break;
case 3:
if (_root.skillS1 == true && _root.skillS2 == true && _root.skillS3 == true && _root.skillS4 == true && _root.skillS5 == true) {
intensity_increase = 35;
} else {
if (_root.skillS1 == true && _root.skillS2 == true && _root.skillS3 == true && _root.skillS4 == true && _root.skillS5 == false) {
intensity_increase = 31;
} else {
if (_root.skillS1 == true && _root.skillS2 == true && _root.skillS3 == true && _root.skillS4 == false && _root.skillS5 == false) {
intensity_increase = 27;
} else {
if (_root.skillS1 == true && _root.skillS2 == true && _root.skillS3 == false && _root.skillS4 == false && _root.skillS5 == false) {
intensity_increase = 23;
} else {
intensity_increase = 20;
}
}
}
}
break;
case 8:
if (_root.skillF1 == true && _root.skillF2 == true && _root.skillF3 == true && _root.skillF4 == true) {
intensity_increase = 45;
} else {
if (_root.skillF1 == true && _root.skillF2 == true && _root.skillF3 == true && _root.skillF4 == false) {
intensity_increase = 38;
} else {
if (_root.skillF1 == true && _root.skillF2 == true && _root.skillF3 == false && _root.skillF4 == false) {
intensity_increase = 32;
} else {
intensity_increase = 25;
}
}
}
break;
case 10:
if (_root.skillA1 == true && _root.skillA2 == true && _root.skillA3 == true && _root.skillA4 == true) {
intensity_increase = 55;
} else {
if (_root.skillA1 == true && _root.skillA2 == true && _root.skillA3 == true && _root.skillA4 == false) {
intensity_increase = 48;
} else {
if (_root.skillA1 == true && _root.skillA2 == true && _root.skillA3 == false && _root.skillA4 == false) {
intensity_increase = 42;
} else {
intensity_increase = 35;
}
}
}
}
fade = 100;
if (_root.skillFin1 == true && _root.skillFin2 == true && _root.skillFin3 == true) {
powerMod = 1.3;
} else {
if (_root.skillFin1 == true && _root.skillFin2 == true && _root.skillFin3 == false) {
powerMod = 1.2;
} else {
if (_root.skillFin1 == true && _root.skillFin2 == false && _root.skillFin3 == false) {
powerMod = 1.1;
} else {
powerMod = 1;
}
}
}
if (_root.skillLib1 == true && _root.skillLib2 == true && _root.skillLib3 == true) {
_deltaMod = 5;
click_power = 40;
} else {
if (_root.skillLib1 == true && _root.skillLib2 == true && _root.skillLib3 == false) {
_deltaMod = 3;
click_power = 35;
} else {
if (_root.skillLib1 == true && _root.skillLib2 == false && _root.skillLib3 == false) {
_deltaMod = 2;
click_power = 30;
} else {
_deltaMod = 1;
click_power = 25;
}
}
}
}
function endCheck() {
if (end == false) {
if (_parent.ejac >= 100) {
_parent.ejac = 100;
fill.gotoAndStop(110);
_root.came = true;
_parent.sperm.gotoAndPlay(2);
_parent.sperm.play();
_parent.btn._visible = false;
_parent.eye.gotoAndStop(100);
_parent._parent.add_points(_parent._index, _parent.satisfaction);
switch (_root.level) {
end = true;
return undefined;
case 1:
end = true;
return undefined;
case 3:
if (end == false) {
_root.energyS -= 1;
if (Math.round((_root.energyS / _root.energySmax) * 100) < 20) {
_root.level = 1;
_parent._parent.skills.gotoAndStop(2);
}
}
end = true;
return undefined;
case 8:
if (end == false) {
_root.energyF -= 1;
if (Math.round((_root.energyF / _root.energyFmax) * 100) < 20) {
_root.level = 1;
_parent._parent.skills.gotoAndStop(2);
}
}
end = true;
return undefined;
case 10:
if (end == false) {
_root.energyA -= 1;
if (Math.round((_root.energyA / _root.energyAmax) * 100) < 20) {
_root.level = 1;
_parent._parent.skills.gotoAndStop(2);
}
}
end = true;
return undefined;
}
end = true;
return undefined;
}
}
}
function grade_up() {
if (end == false) {
intensity += click_power / 3;
if (intensity > 100) {
intensity = 100;
}
}
}
function hold_up() {
if (end == false) {
intensity += click_power / 15;
if (intensity > 100) {
intensity = 100;
}
}
}
var intensity_increase;
onEnterFrame = function () {
if (_root.level_pause == false) {
if (_visible == false) {
return undefined;
}
switch (_root.level) {
case 1:
_parent._delta = (_deltaMod + 10) * (intensity / 100);
break;
case 3:
_parent._delta = (_deltaMod + 15) * (intensity / 100);
if (end == false) {
_root.energyS -= 0.04;
}
break;
case 8:
_parent._delta = (_deltaMod + 15) * (intensity / 100);
if (end == false) {
_root.energyF -= 0.04;
}
break;
case 10:
_parent._delta = (_deltaMod + 15) * (intensity / 100);
if (end == false) {
_root.energyA -= 0.04;
}
}
if (_root.SFXmute != true) {
if (_root.level == 1) {
if (Math.floor(_parent._delta) > 0) {
if (_root.SFXhandPlaying != true) {
_root.SoundHand.SFXhand.start(0, 999);
_root.SFXhandPlaying = true;
}
if (_root.SFXhandVol != Math.round(_parent._delta) * 7) {
_root.SoundHand.SFXhand.setVolume(Math.round(_parent._delta) * 7);
_root.SFXhandVol = Math.round(_parent._delta) * 7;
}
} else {
if (_root.SFXhandPlaying == true) {
_root.SoundHand.SFXhand.stop();
_root.SFXhandPlaying = false;
}
}
} else {
if (_root.level > 1 && _root.level <= 5) {
if (Math.floor(_parent._delta) > 0) {
if (_root.SFXmouthPlaying != true) {
_root.SoundMouth.SFXmouth.start(0, 999);
_root.SFXmouthPlaying = true;
}
if (_root.SFXmouthVol != Math.round(_parent._delta) * 6) {
_root.SoundMouth.SFXmouth.setVolume(Math.round(_parent._delta) * 6);
_root.SFXmouthVol = Math.round(_parent._delta) * 6;
}
} else {
if (_root.SFXmouthPlaying == true) {
_root.SoundMouth.SFXmouth.stop();
_root.SFXmouthPlaying = false;
}
}
} else {
if (_root.level < 10 && _root.level > 5) {
if (Math.floor(_parent._delta) > 0) {
if (_root.SFXpussyPlaying != true) {
_root.SoundPussy.SFXpussy.start(0, 999);
_root.SFXpussyPlaying = true;
}
if (_root.SFXpussyVol != Math.round(_parent._delta) * 6) {
_root.SoundPussy.SFXpussy.setVolume(Math.round(_parent._delta) * 6);
_root.SFXpussyVol = Math.round(_parent._delta) * 6;
}
} else {
if (_root.SFXpussyPlaying == true) {
_root.SoundPussy.SFXpussy.stop();
_root.SFXpussyPlaying = false;
}
}
} else {
if (_root.level == 10) {
if (Math.floor(_parent._delta) > 0) {
if (_root.SFXassPlaying != true) {
_root.SoundAss.SFXass.start(0, 999);
_root.SFXassPlaying = true;
}
if (_root.SFXassVol != Math.round(_parent._delta) / 2) {
_root.SoundAss.SFXass.setVolume(Math.round(_parent._delta) / 2);
_root.SFXassVol = Math.round(_parent._delta) / 2;
}
} else {
if (_root.SFXassPlaying == true) {
_root.SoundAss.SFXass.stop();
_root.SFXassPlaying = false;
}
}
}
}
}
}
} else {
if (_root.SFXhandPlaying == true) {
_root.SoundHand.SFXhand.stop();
_root.SFXhandPlaying = false;
}
if (_root.SFXmouthPlaying == true) {
_root.SoundMouth.SFXmouth.stop();
_root.SFXmouthPlaying = false;
}
if (_root.SFXpussyPlaying == true) {
_root.SoundPussy.SFXpussy.stop();
_root.SFXpussyPlaying = false;
}
if (_root.SFXassPlaying == true) {
_root.SoundAss.SFXass.stop();
_root.SFXassPlaying = false;
}
}
if (end == false) {
_parent.ejac += intensity_increase * (intensity / 100 + 0.1) * 5 / 25;
endCheck();
_parent.satisfaction += ((intensity_increase - 10) * 4 * (intensity / 100) / 50) * powerMod * _root.cheatSatisfy;
if (_parent.ejac < 100) {
_parent.ejac -= _parent.ejac * 0.025 + 1.5;
if (_parent.ejac < 0) {
_parent.ejac = 0;
}
}
_parent.satisfaction -= 0.2;
if (_parent.satisfaction < 0) {
_parent.satisfaction = 0;
}
intensity -= intensity / 100;
if (intensity < 1) {
intensity = 0;
}
outline.gotoAndStop(Math.ceil(_parent.satisfaction) + 2);
glow.gotoAndStop(Math.ceil(intensity) + 2);
fill.gotoAndStop(Math.ceil(_parent.ejac) + 3);
} else {
fade -= 5;
_alpha = fade;
}
}
};
reset();
}
}
movieClip 3195 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3200 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3203 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3207 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 3216 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3219 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3225 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3228 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3232 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 3241 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3244 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3246 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3248 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3250 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3251 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3253 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3255 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 3264 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3266 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3270 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
if (_root.strippedMask == true) {
gotoAndStop('hide');
} else {
gotoAndStop(_root.character + 1);
}
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 3271 {
}
movieClip 3278 {
frame 1 {
function mess() {
if (_root.messMouth <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messMouth == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messMouth == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messMouth == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messMouth >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 3289 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3307 {
}
movieClip 3332 {
frame 1 {
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_parent.pleasure_meter.cameRecordCount();
_parent._parent.pleasure_meter.cameRecordCount();
}
frame 5 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('sprite193 1');
}
}
frame 13 {
_parent.came();
}
frame 18 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('sprite193 2');
}
}
frame 27 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('sprite193 3');
}
}
frame 58 {
stop();
_parent._remove();
}
}
movieClip 3345 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3349 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3353 {
frame 1 {
if (_root.character == 5 or _root.character == 6 or _root.character == 9) {
if (_root.strippedMask == true) {
gotoAndStop('hide');
} else {
gotoAndStop(_root.character + 1);
}
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 3354 {
}
movieClip 3363 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 3392 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3400 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3406 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3409 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3411 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3414 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 3418 {
frame 1 {
function mess() {
if (_root.messPussy <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messPussy == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messPussy == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messPussy == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messPussy >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 3442 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3448 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3461 {
frame 1 {
if (_root.strippedBot != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 3465 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 3468 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3469 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3471 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3473 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3474 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3476 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3485 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 3488 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3489 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3491 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3493 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3494 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3496 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3505 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 3513 {
frame 1 {
function mess() {
if (_root.messMouth <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messMouth == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messMouth == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messMouth == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messMouth >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 3524 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3525 {
}
movieClip 3526 {
}
movieClip 3547 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 3583 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 3589 {
frame 1 {
function mess() {
if (_root.messPussy <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messPussy == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messPussy == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messPussy == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messPussy >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 3593 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3598 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3601 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3605 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 3613 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3616 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3618 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3620 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 3629 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3632 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3634 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3636 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3638 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3641 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3655 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 3661 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3665 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3667 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3670 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 3679 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3682 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3683 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 3688 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 3691 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 3695 {
frame 1 {
function mess() {
if (_root.messFace <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messFace == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messFace == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messFace == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messFace >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 3704 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3710 {
frame 1 {
function mess() {
if (_root.messFace <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messFace == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messFace == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messFace == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messFace >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 3729 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 3742 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 3761 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 3781 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 3782 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3786 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
if (_root.strippedMask == true) {
gotoAndStop('hide');
} else {
gotoAndStop(_root.character + 1);
}
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 3789 {
frame 1 {
function mess() {
if (_root.messFace <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messFace == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messFace == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messFace == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messFace >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 3796 {
frame 1 {
function mess() {
if (_root.messMouth <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messMouth == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messMouth == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messMouth == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messMouth >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 3805 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 3809 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3847 {
frame 1 {
if (_root.rainbow != false && _root.jutsu == 5) {
if (!_parent.holdFrame) {
_parent.holdFrame = _root.character;
}
gotoAndStop(_parent.holdFrame + 1);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 3857 {
frame 1 {
if (_root.rainbow != false && _root.jutsu == 5) {
if (!_parent.holdFrame) {
_parent.holdFrame = _root.character;
}
gotoAndStop(_parent.holdFrame + 1);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 3858 {
frame 1 {
gotoAndPlay(random(100) + 1);
}
frame 105 {
gotoAndStop(1);
}
}
movieClip 3879 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 3887 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 3908 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 3909 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 3917 {
frame 1 {
function mess() {
if (_root.messMouth <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messMouth == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messMouth == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messMouth == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messMouth >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 3919 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
if (_root.strippedMask == true) {
gotoAndStop('hide');
} else {
gotoAndStop(_root.character + 1);
}
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 3939 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 3963 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 3966 {
frame 1 {
if (_root.strippedMask == true) {
gotoAndStop('hide');
} else {
gotoAndStop('show');
}
}
}
movieClip 3985 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 3986 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 4006 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 4007 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 4009 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 4012 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4014 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4016 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4018 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 4020 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4022 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4024 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4026 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4029 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4043 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 4047 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4050 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4052 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4055 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 4060 {
frame 1 {
function mess() {
if (_root.messAss <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messAss == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messAss == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messAss == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messAss >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 4068 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 4073 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4082 {
frame 1 {
if (_root.strippedBot != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 4101 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 4102 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 4108 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4113 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4116 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4120 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 4135 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 4137 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 4139 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 4149 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 4179 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 4193 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 4252 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 4253 ai0 {
frame 1 {
function came() {
if (_root.level == 1) {
_root.StatsPoseChest += 1;
} else {
if (_root.level >= 2 && _root.level < 5) {
++_root.messMouth;
} else {
if (_root.level >= 5 && _root.level < 10) {
++_root.messPussy;
} else {
if (_root.level == 10) {
++_root.messAss;
}
}
}
}
}
if (_mode == undefined) {
_mode = 0;
if (_root.level == 1) {
_root.poseFrame = 100;
} else {
if (_root.level >= 2 && _root.level < 5) {
_root.poseFrame = 200;
} else {
if (_root.level >= 5 && _root.level < 10) {
_root.poseFrame = 300;
} else {
if (_root.level == 10) {
_root.poseFrame = 400;
}
}
}
}
new_frame = _root.poseFrame - 100 + 2;
_direction = 1;
_delta = 1;
_color = 'cerberus';
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * Math.ceil(_delta * 1.25);
if (new_frame > _root.poseFrame + 1) {
new_frame = _root.poseFrame - 100 + 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
}
movieClip 4256 {
}
movieClip 4258 {
}
movieClip 4272 {
}
movieClip 4284 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 4320 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 4324 {
}
movieClip 4326 {
}
movieClip 4328 {
}
movieClip 4330 {
}
movieClip 4349 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 4407 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 4409 {
}
movieClip 4413 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4416 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4417 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4420 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 4425 {
frame 1 {
function mess() {
if (_root.messAss <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messAss == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messAss == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messAss == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messAss >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 4434 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 4440 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4444 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4446 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4448 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 4457 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 4462 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4475 {
frame 1 {
if (_root.strippedBot != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 4477 {
}
movieClip 4486 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 4494 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 4500 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4503 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4507 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 4516 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 4518 {
}
movieClip 4530 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 4546 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 4566 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 4590 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 4593 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 4595 {
}
movieClip 4597 {
}
movieClip 4673 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
if (_root.strippedMask == true) {
gotoAndStop('hide');
} else {
gotoAndStop(_root.character + 1);
}
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 4680 {
}
movieClip 4682 {
}
movieClip 4689 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4694 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 4718 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 4736 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 4775 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 4794 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 4832 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 4838 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4844 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4848 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 4852 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 4861 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 4870 {
frame 1 {
if (_root.hideNipples != true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
}
}
movieClip 4899 {
frame 1 {
if (_root.hideNipples == false) {
if (_root.strippedTop == true or _root.strippedFull == true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
} else {
gotoAndStop('hide');
}
}
}
movieClip 4908 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 4910 {
}
movieClip 4912 {
}
movieClip 4935 {
frame 1 {
if (_root.rainbow != false && _root.jutsu == 5) {
if (!_parent.holdFrame) {
_parent.holdFrame = _root.character;
}
gotoAndStop(_parent.holdFrame + 1);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 4940 {
frame 1 {
function mess() {
if (_root.messMouth <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messMouth == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messMouth == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messMouth == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messMouth >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 4942 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
if (_root.strippedMask == true) {
gotoAndStop('hide');
} else {
gotoAndStop(_root.character + 1);
}
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 4956 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 5015 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 5131 {
}
movieClip 5140 {
}
movieClip 5142 {
}
movieClip 5156 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 5215 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 5229 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 5288 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 5292 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5294 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 5298 {
frame 1 {
function mess() {
if (_root.messFace <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messFace == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messFace == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messFace == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messFace >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 5306 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 5316 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 5326 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 5330 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5333 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5335 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5338 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 5341 {
frame 1 {
function mess() {
if (_root.messAss <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messAss == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messAss == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messAss == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messAss >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 5349 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 5367 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 5406 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 5416 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 5441 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 5443 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 5473 {
frame 1 {
if (_root.rainbow != false && _root.jutsu == 5) {
if (!_parent.holdFrame) {
_parent.holdFrame = _root.character;
}
gotoAndStop(_parent.holdFrame + 1);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 5474 {
frame 1 {
gotoAndPlay(random(100) + 1);
}
frame 105 {
gotoAndStop(1);
}
}
movieClip 5601 {
}
movieClip 5608 {
}
movieClip 5617 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 5625 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 5630 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5634 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5637 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5639 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5643 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5645 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 5674 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 5680 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5694 {
frame 1 {
if (_root.strippedBot != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 5697 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5699 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5701 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 5710 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 5739 {
frame 1 {
if (_root.hideNipples != true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
}
}
movieClip 5768 {
frame 1 {
if (_root.hideNipples == false) {
if (_root.strippedTop == true or _root.strippedFull == true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
} else {
gotoAndStop('hide');
}
}
}
movieClip 5772 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5775 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 5779 {
frame 1 {
function mess() {
if (_root.messFace <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messFace == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messFace == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messFace == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messFace >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 5801 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 5804 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5806 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5808 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5810 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5812 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5814 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 5823 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 5834 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 5850 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 5870 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 5894 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 5897 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 5903 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5906 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 5910 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 5919 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 5921 {
}
movieClip 5923 {
}
movieClip 6037 ah0 {
frame 1 {
function came() {
if (_root.level == 1) {
_root.StatsPoseChest += 1;
} else {
if (_root.level >= 2 && _root.level < 5) {
++_root.messMouth;
} else {
if (_root.level >= 5 && _root.level < 10) {
++_root.messPussy;
} else {
if (_root.level == 10) {
++_root.messAss;
}
}
}
}
}
if (_mode == undefined) {
_mode = 0;
if (_root.level == 1) {
_root.poseFrame = 100;
} else {
if (_root.level >= 2 && _root.level < 5) {
_root.poseFrame = 200;
} else {
if (_root.level >= 5 && _root.level < 10) {
_root.poseFrame = 300;
} else {
if (_root.level == 10) {
_root.poseFrame = 400;
}
}
}
}
new_frame = _root.poseFrame - 100 + 2;
_direction = 1;
_delta = 1;
_color = 'citadel';
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
if (_root.level == 1) {
_root.poseFrame = 100;
} else {
if (_root.level > 1 && _root.level <= 5) {
_root.poseFrame = 200;
} else {
if (_root.level < 5 && _root.level > 10) {
_root.poseFrame = 300;
} else {
if (_root.level == 10) {
_root.poseFrame = 400;
}
}
}
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > _root.poseFrame + 1) {
new_frame = _root.poseFrame - 100 + 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
}
movieClip 6041 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6045 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6049 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6051 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6053 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6057 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6059 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 6065 {
frame 1 {
function mess() {
if (_root.messAss <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messAss == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messAss == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messAss == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messAss >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 6074 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 6077 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6080 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6082 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6085 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 6091 {
frame 1 {
function mess() {
if (_root.messPussy <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messPussy == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messPussy == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messPussy == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messPussy >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 6121 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 6128 {
frame 1 {
function mess() {
if (_root.messPussy <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messPussy == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messPussy == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messPussy == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messPussy >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 6157 {
frame 1 {
if (_root.hidePussy != true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
}
}
movieClip 6162 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6169 {
frame 1 {
if (_root.strippedBot != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 6174 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6180 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6184 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6188 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 6191 {
frame 1 {
function mess() {
if (_root.messAss <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messAss == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messAss == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messAss == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messAss >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 6196 {
frame 1 {
function mess() {
if (_root.messPussy <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messPussy == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messPussy == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messPussy == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messPussy >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 6226 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 6231 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6237 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6241 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6245 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 6250 {
frame 1 {
function mess() {
if (_root.messPussy <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messPussy == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messPussy == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messPussy == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messPussy >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 6280 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 6292 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 6350 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 6351 {
}
movieClip 6386 {
frame 1 {
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_parent.pleasure_meter.cameRecordCount();
_parent._parent.pleasure_meter.cameRecordCount();
}
frame 3 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('sprite515 1');
}
}
frame 13 {
_parent.came();
}
frame 14 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('sprite515 2');
}
}
frame 34 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('sprite515 3');
}
}
frame 40 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('sprite515 4');
}
}
frame 58 {
stop();
_parent._remove();
}
}
movieClip 6387 {
}
movieClip 6393 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6395 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6396 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6399 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 6403 {
frame 1 {
function mess() {
if (_root.messPussy <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messPussy == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messPussy == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messPussy == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messPussy >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 6411 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 6440 {
frame 1 {
if (_root.hidePussy != true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
}
}
movieClip 6460 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 6485 {
frame 1 {
if (_root.strippedHair != false && _root.strippedHair != 0) {
gotoAndStop(_root.strippedHair + 5);
} else {
gotoAndStop('no');
}
}
}
movieClip 6489 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 6498 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 6509 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 6539 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 6557 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 6595 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 6606 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 6635 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 6654 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 6711 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 6712 ak0 {
frame 1 {
function came() {
if (_root.level == 1) {
_root.StatsPoseHand += 1;
} else {
if (_root.level >= 2 && _root.level < 5) {
++_root.messMouth;
} else {
if (_root.level >= 5 && _root.level < 10) {
++_root.messPussy;
} else {
if (_root.level == 10) {
++_root.messAss;
}
}
}
}
}
if (_mode == undefined) {
_mode = 0;
if (_root.level == 1) {
_root.poseFrame = 100;
} else {
if (_root.level >= 2 && _root.level < 5) {
_root.poseFrame = 200;
} else {
if (_root.level >= 5 && _root.level < 10) {
_root.poseFrame = 300;
} else {
if (_root.level == 10) {
_root.poseFrame = 400;
}
}
}
}
new_frame = _root.poseFrame - 100 + 2;
_direction = 1;
_delta = 1;
_color = 'blood';
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * Math.ceil(_delta * 0.75);
if (new_frame > _root.poseFrame + 1) {
new_frame = _root.poseFrame - 100 + 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
}
movieClip 6726 {
frame 1 {
gotoAndStop(_parent._color);
}
}
movieClip 6740 {
frame 1 {
gotoAndStop(_parent._color);
}
}
movieClip 6753 {
frame 1 {
gotoAndStop(_parent._color);
}
}
movieClip 6756 {
}
movieClip 6759 aa1 {
frame 1 {
function came() {
++_root.messAss;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 6777 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 6814 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 6818 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6824 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6827 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6831 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 6840 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 6859 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 6896 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 6901 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6906 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6909 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 6913 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 6916 {
frame 1 {
function mess() {
if (_root.messAss <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messAss == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messAss == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messAss == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messAss >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 6924 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 6938 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 6981 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 6982 af1 {
frame 1 {
function came() {
++_root.messPussy;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 6991 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 6999 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 7004 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7007 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 7011 {
frame 1 {
function mess() {
if (_root.messFace <= 0) {
gotoAndPlay('messNo');
} else {
if (_root.messFace == 1) {
gotoAndPlay('messGreen');
} else {
if (_root.messFace == 2) {
gotoAndPlay('messYellow');
} else {
if (_root.messFace == 3) {
gotoAndPlay('messOrange');
} else {
if (_root.messFace >= 4) {
gotoAndPlay('messRed');
}
}
}
}
}
}
mess();
}
frame 9 {
mess();
}
frame 14 {
mess();
}
frame 19 {
mess();
}
frame 24 {
mess();
}
frame 30 {
mess();
}
}
movieClip 7019 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 7028 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 7037 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 7049 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 7065 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 7071 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7074 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7078 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 7087 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 7088 as1 {
frame 1 {
function came() {
++_root.messMouth;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7096 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 7105 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 7107 {
}
movieClip 7119 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 7158 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 7170 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 7186 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 7188 {
}
movieClip 7190 {
}
movieClip 7191 ab1 {
frame 1 {
function came() {
_root.StatsPoseHand += 1;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7205 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 7222 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 7229 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.costume + 31);
} else {
gotoAndStop(_root.costume + 1);
}
}
}
movieClip 7237 {
frame 1 {
if (_root.character == 5 or _root.character == 6) {
gotoAndStop(_root.character + 31);
} else {
gotoAndStop(_root.character + 1);
}
}
}
movieClip 7249 {
frame 1 {
gotoAndStop(_parent._color);
}
}
movieClip 7263 {
frame 1 {
gotoAndStop(_parent._color);
}
}
movieClip 7272 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 7288 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 7289 {
frame 1 {
gotoAndPlay(random(100) + 1);
}
frame 105 {
gotoAndStop(1);
}
}
movieClip 7290 aft3 {
frame 1 {
function came() {
++_root.messPussy;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7292 aat3 {
frame 1 {
function came() {
++_root.messAss;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7293 aab3 {
frame 1 {
function came() {
++_root.messAss;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7294 afb3 {
frame 1 {
function came() {
++_root.messPussy;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7295 {
frame 1 {
_alpha = 0;
}
}
movieClip 7363 {
frame 1 {
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 3 {
_parent.pleasure_meter.cameRecordCount();
_parent._parent.pleasure_meter.cameRecordCount();
}
frame 4 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('sprite365 1');
}
}
frame 8 {
_parent.came();
}
frame 15 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('sprite365 2');
}
}
frame 27 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('sprite365 3');
}
}
frame 56 {
stop();
_parent._remove();
}
}
movieClip 7364 abb4 {
frame 1 {
function came() {
_root.StatsPoseHand += 1;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7365 abb3 {
frame 1 {
function came() {
_root.StatsPoseHand += 1;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7368 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7371 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7373 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7376 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 7385 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 7388 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7391 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7392 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7395 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 7403 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 7408 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7412 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7415 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 7424 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 7426 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7430 {
frame 1 {
if (_root.strippedTop != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 7453 {
frame 1 {
if (_root.hideNipples != true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
}
}
movieClip 7458 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7463 {
frame 1 {
if (_root.strippedBot != true) {
gotoAndStop(_root.costume + 1);
} else {
gotoAndStop(_root.costume + 31);
}
}
}
movieClip 7469 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7472 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7476 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 7485 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 7486 asb4 {
frame 1 {
function came() {
++_root.messMouth;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7487 asb3 {
frame 1 {
function came() {
++_root.messMouth;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7494 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 7503 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 7512 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 7541 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 7542 abt4 {
frame 1 {
function came() {
++_root.messFace;
_root.StatsPoseHand += 1;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7543 abt3 {
frame 1 {
function came() {
++_root.messFace;
_root.StatsPoseHand += 1;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7544 ast4 {
frame 1 {
function came() {
++_root.messMouth;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7545 ast3 {
frame 1 {
function came() {
++_root.messMouth;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7552 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7556 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7560 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 7589 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 7590 abt2 {
frame 1 {
function came() {
++_root.messFace;
_root.StatsPoseFeet += 1;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7591 abt0 {
frame 1 {
function came() {
++_root.messFace;
_root.StatsPoseHand += 1;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7592 abt1 {
frame 1 {
function came() {
_root.StatsPoseChest += 1;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7593 abb2 {
frame 1 {
function came() {
_root.StatsPoseFeet += 1;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7594 abb1 {
frame 1 {
function came() {
_root.StatsPoseChest += 1;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7603 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 7612 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 7618 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7621 {
frame 1 {
if (_root.strippedFull == true) {
gotoAndStop('strip');
} else {
gotoAndStop('dress');
}
}
}
movieClip 7625 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 7634 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 7635 aat2 {
frame 1 {
function came() {
++_root.messAss;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7636 aat1 {
frame 1 {
function came() {
++_root.messAss;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7637 aat0 {
frame 1 {
function came() {
++_root.messAss;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7638 aft2 {
frame 1 {
function came() {
++_root.messPussy;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7639 aft1 {
frame 1 {
function came() {
++_root.messPussy;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7640 ast2 {
frame 1 {
function came() {
++_root.messMouth;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7641 ast0 {
frame 1 {
function came() {
++_root.messMouth;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
btn.onMouseDown = function () {
pleasure_meter.hold_up();
};
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7642 aab0 {
frame 1 {
function came() {
++_root.messAss;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7643 ast1 {
frame 1 {
function came() {
++_root.messMouth;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
btn.onMouseDown = function () {
pleasure_meter.hold_up();
};
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7644 asb0 {
frame 1 {
function came() {
++_root.messMouth;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
btn.onMouseDown = function () {
pleasure_meter.hold_up();
};
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7645 asb2 {
frame 1 {
function came() {
++_root.messMouth;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7653 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 7663 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 7664 asb1 {
frame 1 {
function came() {
++_root.messMouth;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
btn.onMouseDown = function () {
pleasure_meter.hold_up();
};
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7668 as0 {
frame 1 {
function came() {
++_root.messMouth;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7670 ab0 {
frame 1 {
function came() {
_root.StatsPoseHand += 1;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7671 aa0 {
frame 1 {
function came() {
++_root.messAss;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7672 abb0 {
frame 1 {
function came() {
++_root.messFace;
_root.StatsPoseHand += 1;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
btn.onMouseDown = function () {
pleasure_meter.hold_up();
};
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
frame 1 {
function checkCostume() {
if (_root.strippedFull == true) {
if (_root.costume == 3 or _root.costume == 8) {
_root.hideNipples = false;
_root.hidePussy = true;
} else {
_root.hideNipples = false;
_root.hidePussy = false;
}
} else {
if (_root.costume == 2 or _root.costume == 5 or _root.costume == 6 or _root.costume == 8) {
_root.hideNipples = true;
_root.hidePussy = true;
} else {
if (_root.costume == 1) {
_root.hideNipples = true;
_root.hidePussy = false;
} else {
if (_root.costume == 3) {
_root.hideNipples = false;
_root.hidePussy = true;
} else {
_root.hideNipples = false;
_root.hidePussy = false;
}
}
}
}
}
}
frame 1 {
_root.clothesHack = false;
_root.devHack = false;
_root.fadescreen.swapDepths(100000);
}
movieClip 7685 {
frame 1 {
function goTo() {
_root.screen.removeMovieClip();
_root.UI.removeMovieClip();
_root.galleryBack.removeMovieClip();
if (_root.sceneGoingTo == 'to end') {
_root.gotoAndStop('end');
} else {
if (_root.sceneGoingTo == 'to endscene') {
_root.gotoAndStop('xxx');
} else {
if (_root.sceneGoingTo == 'to gallery') {
_root.gotoAndStop('gallery');
} else {
if (_root.sceneGoingTo == 'restart') {
_root.gotoAndStop(3);
_root.UI.removeMovieClip();
gotoAndPlay('fadein');
} else {
stop();
}
}
}
}
}
}
frame 125 {
gotoAndStop('screen');
}
frame 300 {
stop();
goTo();
}
frame 350 {
stop();
goTo();
}
}
movieClip 9889 __Packages.Gravitation {
#initclip
if (!_global.Gravitation) {
var v1 = function (swings_num) {
this.move_speeds = new Array();
this.swing_draw = new Array();
this.swing_speed = new Array();
this.swing_fadeout = new Array();
var v2;
this.move_draw = 0.5;
v2 = 0;
while (v2 < 24) {
this.move_speeds.push(0);
++v2;
}
v2 = 0;
while (v2 < swings_num) {
this.swing_draw.push(0.5);
this.swing_speed.push(0);
this.swing_fadeout.push(0.1);
++v2;
}
this.move_delay = 3;
this.move_speed_overal = 0;
this.auto_anim_angle = 0;
this.control_mode = 0;
this.auto_fade_out_speed = 0.005;
this.face_frame = 1;
this.auto_speed = 0.2;
this.anchor = undefined;
};
_global.Gravitation = v1;
var v2 = v1.prototype;
v2.Update = function () {
var v3;
var v2;
if (this.control_mode > 0) {
if (this.control_mode == 1) {
this.auto_move_fade_k = 1;
} else {
if (this.control_mode == 2) {
this.auto_move_fade_k -= this.auto_fade_out_speed;
if (this.auto_move_fade_k < 0) {
this.auto_move_fade_k = 0;
}
}
}
this.quarter_prev = this.quarter;
this.auto_anim_angle += this.auto_move_fade_k * 3.141593 * this.auto_speed;
if (this.auto_anim_angle >= 6.283185) {
this.auto_anim_angle -= 6.283185;
}
this.quarter = int(this.auto_anim_angle / 1.570796);
this.move_goto_prev = this.move_goto;
this.move_goto = (this.auto_move_fade_k * Math.sin(this.auto_anim_angle) + 1) / 2;
if (this.quarter == 0 && this.quarter_prev == 3) {
this.anchor = 1;
} else {
if (this.quarter == 2 && this.quarter_prev == 1) {
this.anchor = -1;
} else {
if (this.quarter == 1 && this.quarter_prev == 0 || this.quarter == 3 && this.quarter_prev == 2) {
this.anchor = 0;
} else {
this.anchor = undefined;
}
}
}
}
this.actual_delay = this.move_delay - this.move_speed_overal * 10;
if (this.actual_delay < 1.5) {
this.actual_delay = 1.5;
}
this.move_speed = (this.move_goto - this.move_draw) / this.actual_delay;
v3 = 1 / this.actual_delay;
this.move_draw += this.move_speed;
if (this.move_draw > 1) {
this.move_draw = 1;
} else {
if (this.move_draw < 0) {
this.move_draw = 0;
}
}
this.move_speeds.push(Math.abs(this.move_speed));
this.move_speeds.splice(0, 1);
this.move_speed_overal = 0;
v2 = 0;
while (v2 < this.move_speeds.length) {
this.move_speed_overal += this.move_speeds[v2];
++v2;
}
this.move_speed_overal /= this.move_speeds.length;
this.swing_goto = (this.move_speed + v3) / 2 * v3;
v2 = 0;
while (v2 < this.swing_draw.length) {
if (Math.abs(this.swing_goto - this.swing_draw[v2]) > 0.001667 || Math.abs(this.swing_speed[v2]) > 0.001667) {
this.swing_speed[v2] += (this.swing_goto - this.swing_draw[v2]) / 10 + 1.5 * this.move_speed_overal * (this.swing_goto - this.swing_draw[v2]);
this.swing_draw[v2] += this.swing_speed[v2];
this.swing_draw[v2] += (this.swing_goto - this.swing_draw[v2]) * this.swing_fadeout[v2];
if (this.swing_draw[v2] < 0) {
this.swing_draw[v2] = 0;
} else {
if (this.swing_draw[v2] > 1) {
this.swing_draw[v2] = 1;
}
}
} else {
this.swing_draw[v2] = 0.5;
}
++v2;
}
if (this.move_speed_overal > 0.14 && this.face_frame < 3) {
this.face_frame = 3;
}
if (this.move_speed_overal > 0.07000000000000001 && this.face_frame < 2) {
this.face_frame = 2;
}
if (this.move_speed_overal < 0.05 && this.face_frame > 1) {
this.face_frame = 1;
}
if (this.move_speed_overal < 0.1 && this.face_frame > 2) {
this.face_frame = 2;
}
};
ASSetPropFlags(_global.Gravitation.prototype, null, 1);
}
#endinitclip
}
frame 2 {
function saveGame() {
saveState.data.saved = true;
var v2 = new Date();
if (v2.getMinutes < 10) {
var v4 = v2.getHours() + ':0' + v2.getMinutes();
} else {
var v4 = v2.getHours() + ':' + v2.getMinutes();
}
var v3 = v4 + ' - ' + v2.getDate() + '/' + v2.getMonth() + '/' + v2.getFullYear();
saveState.data.savedate = v3;
loadSaved();
saveState.data.character = _root.character;
saveState.data.costume = _root.costume;
saveState.data.level = _root.level;
saveState.data.controlsScheme = _root.controlsScheme;
saveState.data._score = _root._score;
saveState.data.skillPoints = _root.skillPoints;
saveState.data.xpLevel = _root.xpLevel;
saveState.data.xp = _root.xp;
saveState.data.energySmax = _root.energySmax;
saveState.data.energyFmax = _root.energyFmax;
saveState.data.energyAmax = _root.energyAmax;
saveState.data.StatsServed = _root.StatsServed;
saveState.data.StatsExcellent = _root.StatsExcellent;
saveState.data.StatsMissed = _root.StatsMissed;
saveState.data.StatsPlayTime = _root.StatsPlayTime;
saveState.data.StatsMostServed = _root.StatsMostServed;
saveState.data.StatsMostServedText = _root.StatsMostServedText;
saveState.data.StatsMostPaid = _root.StatsMostPaid;
saveState.data.StatsMostPaidText = _root.StatsMostPaidText;
saveState.data.StatsPoseSafe = _root.StatsPoseSafe;
saveState.data.StatsPoseHand = _root.StatsPoseHand;
saveState.data.StatsPoseChest = _root.StatsPoseChest;
saveState.data.StatsPoseFeet = _root.StatsPoseFeet;
saveState.data.StatsPoseMouth = _root.StatsPoseMouth;
saveState.data.StatsPosePussy = _root.StatsPosePussy;
saveState.data.StatsPoseAss = _root.StatsPoseAss;
saveState.data.StatsClientHuman = _root.StatsClientHuman;
saveState.data.StatsClientKrogan = _root.StatsClientKrogan;
saveState.data.StatsClientTurian = _root.StatsClientTurian;
saveState.data.StatsClientVorcha = _root.StatsClientVorcha;
saveState.data.StatsClientVolus = _root.StatsClientVolus;
saveState.data.StatsClientBlood = _root.StatsClientBlood;
saveState.data.StatsClientCerberus = _root.StatsClientCerberus;
saveState.data.StatsClientCitadel = _root.StatsClientCitadel;
saveState.data.skillB1 = _root.skillB1;
saveState.data.skillB2 = _root.skillB2;
saveState.data.skillB3 = _root.skillB3;
saveState.data.skillB4 = _root.skillB4;
saveState.data.skillB5 = _root.skillB5;
saveState.data.skillS1 = _root.skillS1;
saveState.data.skillS2 = _root.skillS2;
saveState.data.skillS3 = _root.skillS3;
saveState.data.skillS4 = _root.skillS4;
saveState.data.skillS5 = _root.skillS5;
saveState.data.skillF1 = _root.skillF1;
saveState.data.skillF2 = _root.skillF2;
saveState.data.skillF3 = _root.skillF3;
saveState.data.skillF4 = _root.skillF4;
saveState.data.skillA1 = _root.skillA1;
saveState.data.skillA2 = _root.skillA2;
saveState.data.skillA3 = _root.skillA3;
saveState.data.skillA4 = _root.skillA4;
saveState.data.skillFin1 = _root.skillFin1;
saveState.data.skillFin2 = _root.skillFin2;
saveState.data.skillFin3 = _root.skillFin3;
saveState.data.skillSta1 = _root.skillSta1;
saveState.data.skillSta2 = _root.skillSta2;
saveState.data.skillSta3 = _root.skillSta3;
saveState.data.skillAll1 = _root.skillAll1;
saveState.data.skillAll2 = _root.skillAll2;
saveState.data.skillAll3 = _root.skillAll3;
saveState.data.skillLib1 = _root.skillLib1;
saveState.data.skillLib2 = _root.skillLib2;
saveState.data.skillLib3 = _root.skillLib3;
saveState.data.character01unlocked = _root.character01unlocked;
saveState.data.character02unlocked = _root.character02unlocked;
saveState.data.character03unlocked = _root.character03unlocked;
saveState.data.character04unlocked = _root.character04unlocked;
saveState.data.character05unlocked = _root.character05unlocked;
saveState.data.character06unlocked = _root.character06unlocked;
saveState.data.character07unlocked = _root.character07unlocked;
saveState.data.character08unlocked = _root.character08unlocked;
saveState.data.character09unlocked = _root.character09unlocked;
saveState.data.costume01unlocked = _root.costume01unlocked;
saveState.data.costume02unlocked = _root.costume02unlocked;
saveState.data.costume03unlocked = _root.costume03unlocked;
saveState.data.costume04unlocked = _root.costume04unlocked;
saveState.data.costume05unlocked = _root.costume05unlocked;
saveState.data.costume06unlocked = _root.costume06unlocked;
saveState.data.costume07unlocked = _root.costume07unlocked;
saveState.data.costume08unlocked = _root.costume08unlocked;
saveState.data.costume09unlocked = _root.costume09unlocked;
saveState.data.costume21unlocked = _root.costume21unlocked;
saveState.data.costume22unlocked = _root.costume22unlocked;
saveState.data.costume23unlocked = _root.costume23unlocked;
saveState.data.costume24unlocked = _root.costume24unlocked;
saveState.data.costume25unlocked = _root.costume25unlocked;
saveState.data.costume26unlocked = _root.costume26unlocked;
saveState.data.costume27unlocked = _root.costume27unlocked;
saveState.data.costume28unlocked = _root.costume28unlocked;
saveState.data.costume29unlocked = _root.costume29unlocked;
saveState.data.strippedHairUnlocked = _root.strippedHairUnlocked;
saveState.data.strippedFaceUnlocked = _root.strippedFaceUnlocked;
saveState.data.strippedMaskUnlocked = _root.strippedMaskUnlocked;
saveState.data.strippedTopUnlocked = _root.strippedTopUnlocked;
saveState.data.strippedBotUnlocked = _root.strippedBotUnlocked;
saveState.data.strippedFullUnlocked = _root.strippedFullUnlocked;
saveState.data.jutsuUnlocked = _root.jutsuUnlocked;
saveState.data.endlessUnlocked = _root.endlessUnlocked;
saveState.data.cheatRegularUnlocked = _root.cheatRegularUnlocked;
saveState.data.cheatEnergyUnlocked = _root.cheatEnergyUnlocked;
saveState.data.rainbowAllUnlocked = _root.rainbowAllUnlocked;
saveState.data.rainbowHeadUnlocked = _root.rainbowHeadUnlocked;
saveState.data.rainbowBodyUnlocked = _root.rainbowBodyUnlocked;
saveState.data.rainbowSquadUnlocked = _root.rainbowSquadUnlocked;
saveState.data.music01Unlocked = _root.music01Unlocked;
saveState.data.music02Unlocked = _root.music02Unlocked;
saveState.data.music03Unlocked = _root.music03Unlocked;
saveState.data.music04Unlocked = _root.music04Unlocked;
saveState.data.music05Unlocked = _root.music05Unlocked;
saveState.data.music06Unlocked = _root.music06Unlocked;
saveState.data.music07Unlocked = _root.music07Unlocked;
saveState.data.mapSlumsUnlocked = _root.mapSlumsUnlocked;
saveState.data.mapSlumsRep = _root.mapSlumsRep;
saveState.data.mapSlumsHoles = _root.mapSlumsHoles;
saveState.data.mapSlumsHoleTapeUnlocked = _root.mapSlumsHoleTapeUnlocked;
saveState.data.mapSlumsHoleGelUnlocked = _root.mapSlumsHoleGelUnlocked;
saveState.data.mapCsecUnlocked = _root.mapCsecUnlocked;
saveState.data.mapCsecRep = _root.mapCsecRep;
saveState.data.mapCsecHoles = _root.mapCsecHoles;
saveState.data.mapCsecHoleTapeUnlocked = _root.mapCsecHoleTapeUnlocked;
saveState.data.mapCsecHoleGelUnlocked = _root.mapCsecHoleGelUnlocked;
saveState.data.mapConsortUnlocked = _root.mapConsortUnlocked;
saveState.data.mapConsortRep = _root.mapConsortRep;
saveState.data.mapConsortHoles = _root.mapConsortHoles;
saveState.data.mapConsortHoleTapeUnlocked = _root.mapConsortHoleTapeUnlocked;
saveState.data.mapConsortHoleGelUnlocked = _root.mapConsortHoleGelUnlocked;
saveState.data.mapFluxUnlocked = _root.mapFluxUnlocked;
saveState.data.mapFluxRep = _root.mapFluxRep;
saveState.data.mapFluxHoles = _root.mapFluxHoles;
saveState.data.mapFluxHoleTapeUnlocked = _root.mapFluxHoleTapeUnlocked;
saveState.data.mapFluxHoleGelUnlocked = _root.mapFluxHoleGelUnlocked;
saveState.data.mapBloodUnlocked = _root.mapBloodUnlocked;
saveState.data.mapBloodRep = _root.mapBloodRep;
saveState.data.mapCerberusUnlocked = _root.mapCerberusUnlocked;
saveState.data.mapCerberusRep = _root.mapCerberusRep;
saveState.data.mapCouncilUnlocked = _root.mapCouncilUnlocked;
saveState.data.mapCouncilRep = _root.mapCouncilRep;
savefile.flush();
}
function loadSaved() {
_root.loadedvar = saveState.data.saved;
_root.savedate = saveState.data.savedate;
}
function loadCharacter() {
_root.character = saveState.data.character;
_root.costume = saveState.data.costume;
_root.checkCostume();
}
function loadGame() {
_root.loadedvar = saveState.data.varr;
_root.savedate = saveState.data.savedate;
_root.character = saveState.data.character;
_root.costume = saveState.data.costume;
_root.checkCostume();
_root.level = saveState.data.level;
_root.controlsScheme = saveState.data.controlsScheme;
_root._score = saveState.data._score;
_root.skillPoints = saveState.data.skillPoints;
_root.xpLevel = saveState.data.xpLevel;
_root.xp = saveState.data.xp;
_root.energySmax = saveState.data.energySmax;
_root.energyFmax = saveState.data.energyFmax;
_root.energyAmax = saveState.data.energyAmax;
_root.StatsServed = saveState.data.StatsServed;
_root.StatsExcellent = saveState.data.StatsExcellent;
_root.StatsMissed = saveState.data.StatsMissed;
_root.StatsPlayTime = saveState.data.StatsPlayTime;
_root.StatsMostServed = saveState.data.StatsMostServed;
_root.StatsMostServedText = saveState.data.StatsMostServedText;
_root.StatsMostPaid = saveState.data.StatsMostPaid;
_root.StatsMostPaidText = saveState.data.StatsMostPaidText;
_root.StatsPoseSafe = saveState.data.StatsPoseSafe;
_root.StatsPoseHand = saveState.data.StatsPoseHand;
_root.StatsPoseChest = saveState.data.StatsPoseChest;
_root.StatsPoseFeet = saveState.data.StatsPoseFeet;
_root.StatsPoseMouth = saveState.data.StatsPoseMouth;
_root.StatsPosePussy = saveState.data.StatsPosePussy;
_root.StatsPoseAss = saveState.data.StatsPoseAss;
_root.StatsClientHuman = saveState.data.StatsClientHuman;
_root.StatsClientKrogan = saveState.data.StatsClientKrogan;
_root.StatsClientTurian = saveState.data.StatsClientTurian;
_root.StatsClientVorcha = saveState.data.StatsClientVorcha;
_root.StatsClientVolus = saveState.data.StatsClientVolus;
_root.StatsClientBlood = saveState.data.StatsClientBlood;
_root.StatsClientCerberus = saveState.data.StatsClientCerberus;
_root.StatsClientCitadel = saveState.data.StatsClientCitadel;
_root.skillB1 = saveState.data.skillB1;
_root.skillB2 = saveState.data.skillB2;
_root.skillB3 = saveState.data.skillB3;
_root.skillB4 = saveState.data.skillB4;
_root.skillB5 = saveState.data.skillB5;
_root.skillS1 = saveState.data.skillS1;
_root.skillS2 = saveState.data.skillS2;
_root.skillS3 = saveState.data.skillS3;
_root.skillS4 = saveState.data.skillS4;
_root.skillS5 = saveState.data.skillS5;
_root.skillF1 = saveState.data.skillF1;
_root.skillF2 = saveState.data.skillF2;
_root.skillF3 = saveState.data.skillF3;
_root.skillF4 = saveState.data.skillF4;
_root.skillA1 = saveState.data.skillA1;
_root.skillA2 = saveState.data.skillA2;
_root.skillA3 = saveState.data.skillA3;
_root.skillA4 = saveState.data.skillA4;
_root.skillFin1 = saveState.data.skillFin1;
_root.skillFin2 = saveState.data.skillFin2;
_root.skillFin3 = saveState.data.skillFin3;
_root.skillSta1 = saveState.data.skillSta1;
_root.skillSta2 = saveState.data.skillSta2;
_root.skillSta3 = saveState.data.skillSta3;
_root.skillAll1 = saveState.data.skillAll1;
_root.skillAll2 = saveState.data.skillAll2;
_root.skillAll3 = saveState.data.skillAll3;
_root.skillLib1 = saveState.data.skillLib1;
_root.skillLib2 = saveState.data.skillLib2;
_root.skillLib3 = saveState.data.skillLib3;
_root.character01unlocked = saveState.data.character01unlocked;
_root.character02unlocked = saveState.data.character02unlocked;
_root.character03unlocked = saveState.data.character03unlocked;
_root.character04unlocked = saveState.data.character04unlocked;
_root.character05unlocked = saveState.data.character05unlocked;
_root.character06unlocked = saveState.data.character06unlocked;
_root.character07unlocked = saveState.data.character07unlocked;
_root.character08unlocked = saveState.data.character08unlocked;
_root.character09unlocked = saveState.data.character09unlocked;
_root.costume01unlocked = saveState.data.costume01unlocked;
_root.costume02unlocked = saveState.data.costume02unlocked;
_root.costume03unlocked = saveState.data.costume03unlocked;
_root.costume04unlocked = saveState.data.costume04unlocked;
_root.costume05unlocked = saveState.data.costume05unlocked;
_root.costume06unlocked = saveState.data.costume06unlocked;
_root.costume07unlocked = saveState.data.costume07unlocked;
_root.costume08unlocked = saveState.data.costume08unlocked;
_root.costume09unlocked = saveState.data.costume09unlocked;
_root.costume21unlocked = saveState.data.costume21unlocked;
_root.costume22unlocked = saveState.data.costume22unlocked;
_root.costume23unlocked = saveState.data.costume23unlocked;
_root.costume24unlocked = saveState.data.costume24unlocked;
_root.costume25unlocked = saveState.data.costume25unlocked;
_root.costume26unlocked = saveState.data.costume26unlocked;
_root.costume27unlocked = saveState.data.costume27unlocked;
_root.costume28unlocked = saveState.data.costume28unlocked;
_root.costume29unlocked = saveState.data.costume29unlocked;
_root.strippedHairUnlocked = saveState.data.strippedHairUnlocked;
_root.strippedFaceUnlocked = saveState.data.strippedFaceUnlocked;
_root.strippedMaskUnlocked = saveState.data.strippedMaskUnlocked;
_root.strippedTopUnlocked = saveState.data.strippedTopUnlocked;
_root.strippedBotUnlocked = saveState.data.strippedBotUnlocked;
_root.strippedFullUnlocked = saveState.data.strippedFullUnlocked;
_root.jutsuUnlocked = saveState.data.jutsuUnlocked;
_root.endlessUnlocked = saveState.data.endlessUnlocked;
_root.cheatRegularUnlocked = saveState.data.cheatRegularUnlocked;
_root.cheatEnergyUnlocked = saveState.data.cheatEnergyUnlocked;
_root.rainbowAllUnlocked = saveState.data.rainbowAllUnlocked;
_root.rainbowHeadUnlocked = saveState.data.rainbowHeadUnlocked;
_root.rainbowBodyUnlocked = saveState.data.rainbowBodyUnlocked;
_root.rainbowSquadUnlocked = saveState.data.rainbowSquadUnlocked;
_root.music01Unlocked = saveState.data.music01Unlocked;
_root.music02Unlocked = saveState.data.music02Unlocked;
_root.music03Unlocked = saveState.data.music03Unlocked;
_root.music04Unlocked = saveState.data.music04Unlocked;
_root.music05Unlocked = saveState.data.music05Unlocked;
_root.music06Unlocked = saveState.data.music06Unlocked;
_root.music07Unlocked = saveState.data.music07Unlocked;
_root.mapSlumsUnlocked = saveState.data.mapSlumsUnlocked;
_root.mapSlumsRep = saveState.data.mapSlumsRep;
_root.mapSlumsHoles = saveState.data.mapSlumsHoles;
_root.mapSlumsHoleTapeUnlocked = saveState.data.mapSlumsHoleTapeUnlocked;
_root.mapSlumsHoleGelUnlocked = saveState.data.mapSlumsHoleGelUnlocked;
_root.mapCsecUnlocked = saveState.data.mapCsecUnlocked;
_root.mapCsecRep = saveState.data.mapCsecRep;
_root.mapCsecHoles = saveState.data.mapCsecHoles;
_root.mapCsecHoleTapeUnlocked = saveState.data.mapCsecHoleTapeUnlocked;
_root.mapCsecHoleGelUnlocked = saveState.data.mapCsecHoleGelUnlocked;
_root.mapConsortUnlocked = saveState.data.mapConsortUnlocked;
_root.mapConsortRep = saveState.data.mapConsortRep;
_root.mapConsortHoles = saveState.data.mapConsortHoles;
_root.mapConsortHoleTapeUnlocked = saveState.data.mapConsortHoleTapeUnlocked;
_root.mapConsortHoleGelUnlocked = saveState.data.mapConsortHoleGelUnlocked;
_root.mapFluxUnlocked = saveState.data.mapFluxUnlocked;
_root.mapFluxRep = saveState.data.mapFluxRep;
_root.mapFluxHoles = saveState.data.mapFluxHoles;
_root.mapFluxHoleTapeUnlocked = saveState.data.mapFluxHoleTapeUnlocked;
_root.mapFluxHoleGelUnlocked = saveState.data.mapFluxHoleGelUnlocked;
_root.mapBloodUnlocked = saveState.data.mapBloodUnlocked;
_root.mapBloodRep = saveState.data.mapBloodRep;
_root.mapCerberusUnlocked = saveState.data.mapCerberusUnlocked;
_root.mapCerberusRep = saveState.data.mapCerberusRep;
_root.mapCouncilUnlocked = saveState.data.mapCouncilUnlocked;
_root.mapCouncilRep = saveState.data.mapCouncilRep;
_root.checkPlay();
}
function checkPlay() {
_root.level_pause = true;
_root.startup = true;
_root.buyCost = 0;
_root._scoreDisplay = Math.floor(_root._score);
_root.xpNeeded = 2500 + 3500 * (_root.xpLevel * 0.75);
_root.canLevel = 0;
_root.StatsSessionServed = 0;
_root.StatsSessionExcellent = 0;
_root.StatsSessionMissed = 0;
_root.StatsSessionCashEarned = 0;
_root.StatsSessionPlayTime = 0;
_root.characterSaved = _root.character;
_root.costumeSaved = _root.costume;
_root.mapMaleHuman = false;
_root.mapMaleKrogan = false;
_root.mapMaleTurian = false;
_root.mapMaleVorcha = false;
_root.mapMaleVolus = false;
if (_root.cheatEnergy == true) {
_root.skillSta1 = true;
_root.skillSta2 = true;
_root.skillSta3 = true;
}
if (_root.clothesHack == true) {
if (_root.costume == 1) {
_root.hideNipples == true;
_root.hidePussy = false;
} else {
if (_root.costume == 2 or _root.costume == 5 or _root.costume == 6) {
_root.hideNipples = true;
_root.hidePussy = true;
} else {
if (_root.costume == 3 or _root.costume == 7) {
_root.hideNipples == false;
_root.hidePussy = true;
} else {
_root.hideNipples = false;
_root.hidePussy = false;
}
}
}
}
if (_root.clothesHack == true) {
_root.costume = _root.character;
}
}
saveState = SharedObject.getLocal('BHGHsave', '/');
loadSaved();
}
frame 2 {
function shuffle(src) {
res = new Array();
src_length = src.length;
q_order = new Array();
q_order = src;
i = 0;
while (i < src_length) {
r = random(q_order.length);
res.push(src[r]);
q_order.splice(r, 1);
++i;
}
return res;
}
}
movieClip 7686 af0 {
frame 1 {
function came() {
++_root.messPussy;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7687 afb0 {
frame 1 {
function came() {
++_root.messPussy;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7688 afb1 {
frame 1 {
function came() {
++_root.messPussy;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7689 afb2 {
frame 1 {
function came() {
++_root.messPussy;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7690 aab1 {
frame 1 {
function came() {
++_root.messAss;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7691 aab2 {
frame 1 {
function came() {
++_root.messAss;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7692 aft0 {
frame 1 {
function came() {
++_root.messPussy;
gotoAndStop('reset');
}
if (_mode == undefined) {
_mode = 0;
new_frame = 1;
_direction = 1;
_delta = 1;
pleasure_meter._visible = true;
pleasure_meter.reset();
_root.held = true;
}
this.onEnterFrame = function () {
if (_root.level_pause == false) {
new_frame += _direction * _delta;
if (new_frame > 51) {
_direction *= -1;
new_frame = 51;
}
if (new_frame < 2) {
_direction *= -1;
new_frame = 2;
}
gotoAndStop(Math.ceil(new_frame));
} else {
stop();
}
if (_root.held == true) {
pleasure_meter.hold_up();
}
};
onPress = function () {
pleasure_meter.grade_up();
if (pleasure_meter.end != true) {
_root.held = true;
}
};
onRollOver = function () {
_root.held = false;
};
onRelease = function () {
_root.held = false;
};
onReleaseOutside = function () {
_root.held = false;
};
onRollOut = function () {
_root.held = false;
};
}
frame 52 {
gotoAndStop(Math.ceil(new_frame));
}
}
movieClip 7693 a0 {
frame 1 {
}
}
movieClip 7696 {
frame 1 {
gotoAndStop(_parent._color);
}
}
movieClip 7699 {
frame 1 {
_visible = false;
}
}
movieClip 7708 {
frame 1 {
gotoAndPlay(2);
}
frame 16 {
stop();
}
}
movieClip 7774 {
}
movieClip 7775 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 11 {
stop();
}
frame 12 {
face.gotoAndStop(2);
}
frame 20 {
stop();
}
}
movieClip 7786 {
frame 1 {
gotoAndStop(_parent._color);
}
}
movieClip 7787 c0 {
frame 1 {
function released() {
_root.wheel = false;
if (!_parent.a0) {
_parent.rainbow();
}
_parent.attach_anim(_index, _xmode, _color, satisfaction, ejac);
_root.came = false;
_visible = false;
stop();
_parent.skills.orb.gotoAndPlay('go');
}
btn.onPress = function () {
pressed = true;
_parent.skills.pressed();
};
btn.onRelease = function () {
released();
};
btn.onReleaseOutside = function () {
released();
};
satMax = 0;
if (_root.skillAll1 == true && _root.skillAll2 == true && _root.skillAll3 == true) {
satMinus = 0.4;
satisfaction = 25;
} else {
if (_root.skillAll1 == true && _root.skillAll2 == true && _root.skillAll3 == false) {
satMinus = 0.6;
satisfaction = 20;
} else {
if (_root.skillAll1 == false && _root.skillAll2 == false && _root.skillAll3 == true) {
satMinus = 0.8;
satisfaction = 15;
} else {
satMinus = 1;
satisfaction = 10;
}
}
}
satisfaction *= _root.cheatPatience;
timer = 'unset';
speech.gotoAndStop('hide');
if (satisfaction > satMax) {
satMax = satisfaction;
}
speech.face.gotoAndStop(Math.floor((satisfaction / satMax) * 100) + 2);
ejac = 0;
}
instance speech of movieClip 7775 {
onClipEvent (enterFrame) {
if (_root.level_pause == false) {
_parent.satisfaction -= _parent.satMinus / 25;
if (_parent.satisfaction > _parent.satMax) {
_parent.satMax = _parent.satisfaction;
}
_parent.speech.face.gotoAndStop(Math.floor((_parent.satisfaction / _parent.satMax) * 100) + 2);
}
}
}
frame 2 {
speech.gotoAndPlay('come');
}
frame 11 {
}
frame 12 {
if (satisfaction >= 5) {
gotoAndPlay('return');
}
}
frame 36 {
}
frame 37 {
if (satisfaction >= 0) {
gotoAndPlay('a0');
} else {
speech.gotoAndPlay('go');
}
}
frame 38 {
if (pressed == true) {
_parent.skills.missed();
pressed = false;
}
}
frame 38 {
speech.face.gotoAndStop(2);
}
frame 45 {
stop();
_parent.free_hole(_index);
_parent.add_points(_index, satisfaction);
this.removeMovieClip();
if (pressed == true) {
_parent.skills.missed();
}
}
frame 46 {
speech.gotoAndStop('hide');
}
frame 55 {
stop();
_parent.free_hole(_index);
this.removeMovieClip();
}
frame 56 {
stop();
}
}
movieClip 7800 {
frame 1 {
gotoAndStop(_parent._color);
}
}
movieClip 7814 {
frame 1 {
gotoAndStop(_parent._color);
}
}
movieClip 7828 {
frame 1 {
gotoAndStop(_parent._color);
}
}
movieClip 7841 {
frame 1 {
gotoAndStop(_parent._color);
}
}
movieClip 7855 {
frame 1 {
gotoAndStop(_parent._color);
}
}
movieClip 7876 {
frame 1 {
gotoAndStop(_parent._color);
}
}
movieClip 7884 {
frame 1 {
gotoAndStop(_parent._color);
}
}
movieClip 7887 {
frame 1 {
_visible = false;
}
}
movieClip 7909 {
frame 1 {
gotoAndStop(_parent._color);
}
}
movieClip 7915 d0 {
frame 1 {
function released() {
_root.wheel = false;
if (!_parent.a0) {
_parent.rainbow();
}
_parent.attach_anim(_index, _xmode, _color, satisfaction, ejac);
_root.came = false;
_visible = false;
stop();
_parent.skills.orb.gotoAndPlay('go');
}
btn.onPress = function () {
pressed = true;
_parent.skills.pressed();
};
btn.onRelease = function () {
released();
};
btn.onReleaseOutside = function () {
released();
};
satMax = 0;
if (_root.skillAll1 == true && _root.skillAll2 == true && _root.skillAll3 == true) {
satMinus = 0.25;
satisfaction = 25;
} else {
if (_root.skillAll1 == true && _root.skillAll2 == true && _root.skillAll3 == false) {
satMinus = 0.5;
satisfaction = 20;
} else {
if (_root.skillAll1 == false && _root.skillAll2 == false && _root.skillAll3 == true) {
satMinus = 0.75;
satisfaction = 15;
} else {
satMinus = 1;
satisfaction = 10;
}
}
}
satisfaction *= _root.cheatPatience;
timer = 'unset';
speech.gotoAndStop('hide');
if (satisfaction > satMax) {
satMax = satisfaction;
}
speech.face.gotoAndStop(Math.floor((satisfaction / satMax) * 100) + 2);
ejac = 0;
}
instance speech of movieClip 7775 {
onClipEvent (enterFrame) {
if (_root.level_pause == false) {
_parent.satisfaction -= _parent.satMinus / 25;
if (_parent.satisfaction > _parent.satMax) {
_parent.satMax = _parent.satisfaction;
}
_parent.speech.face.gotoAndStop(Math.floor((_parent.satisfaction / _parent.satMax) * 100) + 2);
}
}
}
frame 2 {
speech.gotoAndPlay('come');
}
frame 10 {
}
frame 11 {
if (satisfaction >= 5) {
gotoAndPlay('return');
}
}
frame 36 {
}
frame 37 {
if (satisfaction >= 0) {
gotoAndPlay('a0');
} else {
speech.gotoAndPlay('go');
}
}
frame 38 {
if (pressed == true) {
_parent.skills.missed();
pressed = false;
}
}
frame 38 {
speech.face.gotoAndStop(2);
}
frame 45 {
stop();
_parent.free_hole(_index);
_parent.add_points(_index, satisfaction);
this.removeMovieClip();
if (pressed == true) {
_parent.skills.missed();
}
}
frame 46 {
speech.gotoAndStop('hide');
}
frame 55 {
stop();
_parent.free_hole(_index);
this.removeMovieClip();
}
frame 56 {
stop();
}
}
movieClip 7918 spark1 {
frame 1 {
stop();
speed = 1 + 0.2 * random(4);
frame = 1;
onEnterFrame = function () {
frame += speed;
gotoAndStop(int(frame));
if (frame >= 20) {
this.removeMovieClip();
}
};
}
}
movieClip 7929 h0 {
frame 1 {
gotoAndStop(_color);
}
}
movieClip 7931 {
}
movieClip 7933 {
}
movieClip 7935 {
}
movieClip 7937 {
}
movieClip 7938 {
frame 1 {
stop();
}
}
movieClip 7940 {
frame 1 {
_visible = false;
}
}
movieClip 7941 points {
frame 1 {
if (_root.satisfactionLast <= 0) {
title.gotoAndStop(4);
} else {
if (_root.satisfactionLast > 0 && _root.satisfactionLast <= 35) {
title.gotoAndStop(3);
} else {
if (_root.satisfactionLast > 35 && _root.satisfactionLast <= 65) {
title.gotoAndStop(3);
} else {
if (_root.satisfactionLast > 65 && _root.satisfactionLast <= 99) {
title.gotoAndStop(2);
} else {
if (_root.satisfactionLast >= 100) {
title.gotoAndStop(1);
} else {
title.gotoAndStop(5);
}
}
}
}
}
}
frame 22 {
stop();
this.removeMovieClip();
}
}
movieClip 7945 {
}
movieClip 7963 {
}
movieClip 7965 {
}
movieClip 7976 {
frame 1 {
_alpha = 0;
}
}
movieClip 7998 {
frame 1 {
function cheat() {
if (codeLine.text == 'patreon.com/corta' or codeLine.text == 'Patreon.com/corta' or codeLine.text == 'https://www.patreon.com/corta' or codeLine.text == 'www.patreon.com/corta' or codeLine.text == 'https://www.patreon.com/corta?ty=h' or codeLine.text == 'www.patreon.com/corta?ty=h' or codeLine.text == 'patreon.com/corta?ty=h') {
if (_parent.cheat != true) {
gotoAndPlay('correct');
codeLine.text = '';
messageLine.text = 'Way to cheat -- a winner is you !';
_parent.cheat = true;
} else {
gotoAndPlay('wrong');
codeLine.text = '';
messageLine.text = 'code active';
}
} else {
if (codeLine.text == 'keysersoze' or codeLine.text == 'Keysersoze' or codeLine.text == 'KeyserSoze' or codeLine.text == 'keyser soze' or codeLine.text == 'Keyser soze' or codeLine.text == 'Keyser Soze') {
gotoAndPlay('correct');
_root.cheatAddMoney += 5000;
codeLine.text = '';
messageLine.text = '-EXTRA CREDITS (+' + _root.cheatAddMoney + ')-';
} else {
if (codeLine.text == 'Thereisnospoon' or codeLine.text == 'thereisnospoon' or codeLine.text == 'ThereIsNoSpoon' or codeLine.text == 'There Is No Spoon' or codeLine.text == 'there is no spoon') {
gotoAndPlay('correct');
_root.cheatAddSkill += 5;
codeLine.text = '';
messageLine.text = '-SKILL POINTS (+' + _root.cheatAddSkill + ')-';
} else {
if (codeLine.text == 'GreedIsGood' or codeLine.text == 'greedisgood' or codeLine.text == 'Greed Is Good' or codeLine.text == 'greed is good' or codeLine.text == 'Greedisgood') {
gotoAndPlay('correct');
_root.cheatAddMoney += 5000;
_root.cheatAddSkill += 5;
codeLine.text = '';
messageLine.text = '-CREDITS(+' + _root.cheatAddMoney + ') SKILL POINTS (+' + _root.cheatAddSkill + ')-';
} else {
if (codeLine.text == 'jutsu' or codeLine.text == 'Jutsu' or codeLine.text == 'naruto' or codeLine.text == 'Naruto') {
if (_root.jutsu != 5) {
gotoAndPlay('correct');
codeLine.text = '';
messageLine.text = '-SHADOW CLONE MODE-';
_root.jutsu = 5;
_root.jutsuUnlocked = true;
} else {
gotoAndPlay('wrong');
codeLine.text = '';
messageLine.text = 'code active';
}
} else {
if (codeLine.text == 'LemmeSee' or codeLine.text == 'Lemme See' or codeLine.text == 'lemmesee' or codeLine.text == 'lemme see' or codeLine.text == 'Lemmesee' or codeLine.text == 'Lemme see') {
_root.galleryViewing = true;
_root.strippedHairUnlocked = true;
_root.strippedMaskUnlocked = true;
_root.strippedTopUnlocked = true;
_root.strippedBotUnlocked = true;
_root.strippedFullUnlocked = true;
_root.fadescreen.gotoAndPlay('fadeoutquick');
_root.fadescreen.swapDepths(100000);
_root.sceneGoingTo = 'to gallery';
gotoAndPlay('correct');
codeLine.text = '';
messageLine.text = 'Gallery Cheat';
} else {
if (codeLine.text == 'LemmeSmash' or codeLine.text == 'Lemme Smash' or codeLine.text == 'lemmesmash' or codeLine.text == 'lemme smash' or codeLine.text == 'Lemmesmash' or codeLine.text == 'Lemme smash') {
_root.galleryViewing = true;
_root.strippedHairUnlocked = true;
_root.strippedMaskUnlocked = true;
_root.strippedTopUnlocked = true;
_root.strippedBotUnlocked = true;
_root.strippedFullUnlocked = true;
_root.fadescreen.gotoAndPlay('fadeoutquick');
_root.fadescreen.swapDepths(100000);
_root.sceneGoingTo = 'to endscene';
gotoAndPlay('correct');
codeLine.text = '';
messageLine.text = 'End Scene Shortcut';
} else {
if (codeLine.text == 'HammerTime' or codeLine.text == 'Hammertime' or codeLine.text == 'hammertime' or codeLine.text == 'hammerTime' or codeLine.text == 'Hammer Time' or codeLine.text == 'Hammer time' or codeLine.text == 'hammer Time' or codeLine.text == 'hammer time') {
if (_root.endless != true) {
gotoAndPlay('correct');
codeLine.text = '';
messageLine.text = '-ENDLESS MODE-';
_root.endless = true;
_root.endlessUnlocked = true;
} else {
gotoAndPlay('wrong');
codeLine.text = '';
messageLine.text = 'code active';
}
} else {
if (codeLine.text == 'on the reg' or codeLine.text == 'On The Reg' or codeLine.text == 'onthereg' or codeLine.text == 'OnTheReg' or codeLine.text == 'Onthereg' or codeLine.text == 'On the reg') {
if (_root.cheatRegular != true) {
gotoAndPlay('correct');
codeLine.text = '';
messageLine.text = '-EASY FACTION SCHEDULE-';
_root.cheatRegular = true;
_root.cheatRegularUnlocked = true;
} else {
gotoAndPlay('wrong');
codeLine.text = '';
messageLine.text = 'code active';
}
} else {
if (codeLine.text == 'RedBull' or codeLine.text == 'redBull' or codeLine.text == 'Redbull' or codeLine.text == 'redbull' or codeLine.text == 'Red Bull' or codeLine.text == 'Red bull' or codeLine.text == 'red Bull' or codeLine.text == 'red bull') {
if (_root.cheatEnergy != true) {
gotoAndPlay('correct');
codeLine.text = '';
messageLine.text = '-WIIIINGS-';
_root.cheatEnergy = true;
_root.cheatEnergyUnlocked = true;
} else {
gotoAndPlay('wrong');
codeLine.text = '';
messageLine.text = 'code active';
}
} else {
if (codeLine.text == 'snickers' or codeLine.text == 'Snickers') {
gotoAndPlay('correct');
_root.cheatSatisfy += 1;
codeLine.text = '';
messageLine.text = '-REALLY SATISFIES (x' + _root.cheatSatisfy + ')-';
_root.cheatSatisfyUnlocked = true;
} else {
if (codeLine.text == 'KitKat' or codeLine.text == 'Kitkat' or codeLine.text == 'kitKat' or codeLine.text == 'kitkat' or codeLine.text == 'Kit Kat' or codeLine.text == 'Kit kat' or codeLine.text == 'kit Kat' or codeLine.text == 'kit kat') {
gotoAndPlay('correct');
_root.cheatPatience += 0.5;
codeLine.text = '';
messageLine.text = '-ZEN PATIENCE (x' + _root.cheatPatience + ')-';
_root.cheatSatisfyUnlocked = true;
} else {
if (codeLine.text == 'rainbow' or codeLine.text == 'Rainbow') {
if (_root.rainbow != true) {
gotoAndPlay('correct');
codeLine.text = '';
messageLine.text = '-RAINBOW MODE-';
_root.rainbow = true;
_root.rainbowAllUnlocked = true;
} else {
gotoAndPlay('wrong');
codeLine.text = '';
messageLine.text = 'code active';
}
} else {
if (codeLine.text == 'shifter' or codeLine.text == 'Shifter') {
if (_root.rainbow != 'head') {
gotoAndPlay('correct');
codeLine.text = '';
messageLine.text = '-RAINBOW CHARACTER MODE-';
_root.rainbow = 'head';
_root.rainbowHeadUnlocked = true;
} else {
gotoAndPlay('wrong');
codeLine.text = '';
messageLine.text = 'code active';
}
} else {
if (codeLine.text == 'dreamcoat' or codeLine.text == 'Dreamcoat') {
if (_root.rainbow != 'body') {
gotoAndPlay('correct');
codeLine.text = '';
messageLine.text = '-RAINBOW CLOTHES MODE-';
_root.rainbow = 'body';
_root.rainbowBodyUnlocked = true;
} else {
gotoAndPlay('wrong');
codeLine.text = '';
messageLine.text = 'code active';
}
} else {
if (codeLine.text == 'normandy' or codeLine.text == 'Normandy') {
if (_root.rainbow != 'squad') {
gotoAndPlay('correct');
codeLine.text = '';
messageLine.text = '-RAINBOW CREW MODE-';
_root.rainbow = 'squad';
_root.rainbowSquadUnlocked = true;
} else {
gotoAndPlay('wrong');
codeLine.text = '';
messageLine.text = 'code active';
}
} else {
if (codeLine.text == 'cortie' or codeLine.text == 'Cortie') {
gotoAndPlay('correct');
codeLine.text = '';
messageLine.text = 'Yay, fanservice!';
_root.character = 10;
_root.costume = 26;
_root.Cortie = true;
_parent.gotoAndPlay(2);
} else {
if (codeLine.text == 'E.Honda' or codeLine.text == 'e.honda' or codeLine.text == 'E Honda' or codeLine.text == 'e honda' or codeLine.text == 'EHonda' or codeLine.text == 'Ehonda' or codeLine.text == 'ehonda' or codeLine.text == 'eHonda') {
if (_root.safeStyle != 'hand') {
gotoAndPlay('correct');
codeLine.text = '';
messageLine.text = '-HANDJOB PREFERENCE-';
_root.safeStyle = 'hand';
_root.safeStyleUnlocked = true;
} else {
gotoAndPlay('wrong');
codeLine.text = '';
messageLine.text = 'code active';
}
} else {
if (codeLine.text == 'C.Viper' or codeLine.text == 'c.viper' or codeLine.text == 'C Viper' or codeLine.text == 'c viper' or codeLine.text == 'CViper' or codeLine.text == 'Cviper' or codeLine.text == 'cViper' or codeLine.text == 'cviper') {
if (_root.safeStyle != 'tit') {
gotoAndPlay('correct');
codeLine.text = '';
messageLine.text = '-TITTYFUCK PREFERENCE-';
_root.safeStyle = 'tit';
_root.safeStyleUnlocked = true;
} else {
gotoAndPlay('wrong');
codeLine.text = '';
messageLine.text = 'code active';
}
} else {
if (codeLine.text == 'Chun Li' or codeLine.text == 'chun li' or codeLine.text == 'ChunLi' or codeLine.text == 'Chunli' or codeLine.text == 'chunli') {
if (_root.safeStyle != 'foot') {
gotoAndPlay('correct');
codeLine.text = '';
messageLine.text = '-FOOT PREFERENCE-';
_root.safeStyle = 'foot';
_root.safeStyleUnlocked = true;
} else {
gotoAndPlay('wrong');
codeLine.text = '';
messageLine.text = 'code active';
}
} else {
if (codeLine.text == 'Decapre' or codeLine.text == 'decapre') {
if (_root.safeStyle != 'tech') {
gotoAndPlay('correct');
codeLine.text = '';
messageLine.text = '-ASSISTED PREFERENCE-';
_root.safeStyle = 'tech';
_root.safeStyleUnlocked = true;
} else {
gotoAndPlay('wrong');
codeLine.text = '';
messageLine.text = 'code active';
}
} else {
if (codeLine.text == 'Startup cheat on -- have fun !' or messageLine.text == 'Startup cheat on -- have fun !') {
codeLine.text = '';
messageLine.text = '';
gotoAndStop(1);
} else {
gotoAndPlay('wrong');
codeLine.text = '';
messageLine.text = ' -- Bad Code --';
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
ready = true;
gotoAndStop(2);
btn.onPress = function () {
if (ready == true) {
gotoAndStop('down');
}
};
keyListener = new Object();
keyListener.onKeyDown = function () {
if (Key.isDown(13)) {
if (ready == true) {
gotoAndPlay('send');
ready = false;
}
}
};
Key.addListener(keyListener);
btn.onRelease = function () {
if (ready == true) {
gotoAndPlay('send');
ready = false;
}
};
btn.onRelease = function () {
if (ready == true) {
gotoAndPlay('send');
ready = false;
}
};
btn.onRollOver = function () {
if (ready == true) {
gotoAndStop('over');
}
};
btn.onRollOut = function () {
if (ready == true) {
gotoAndStop('off');
}
};
}
frame 35 {
messageLine.text = '';
gotoAndPlay('fadeOut');
}
frame 53 {
messageLine.text = '';
}
frame 61 {
gotoAndStop(1);
}
frame 66 {
cheat();
}
}
// unknown tag 88 length 94
movieClip 8005 {
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 8011 {
on (release) {
getURL('http://www.patreon.com/corta', '_blank');
if (_parent.cheat != true) {
_parent.codeLine.text = '';
_parent.messageLine.text = 'Startup cheat on -- have fun !';
_parent.cheat = true;
} else {
_parent.submit.gotoAndPlay('wrong');
_parent.codeLine.text = '';
_parent.messageLine.text = 'code active';
}
}
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');
}
}
}
movieClip 8013 {
frame 1 {
stop();
}
}
button 8019 {
on (release) {
gotoAndStop('hide');
}
}
button 8024 {
on (release) {
if (_root.cheatAddMoney != 0) {
_root._score += _root.cheatAddMoney;
_root._scoreDisplay = Math.floor(_root._score);
_root.cheatAddMoney = 0;
}
if (_root.cheatAddSkill != 0) {
_root.skillPoints += _root.cheatAddSkill;
_root.cheatAddSkill = 0;
}
if (_root.Cortie == true) {
_root.character = 10;
_root.costume = 26;
}
_root.gotoScreen('4');
}
}
button 8030 {
on (release) {
_root.loadGame();
if (_root.cheatAddMoney != 0) {
_root._score += _root.cheatAddMoney;
_root._scoreDisplay = Math.floor(_root._score);
_root.cheatAddMoney = 0;
}
if (_root.cheatAddSkill != 0) {
_root.skillPoints += _root.cheatAddSkill;
_root.cheatAddSkill = 0;
}
if (_root.Cortie == true) {
_root.character = 10;
_root.costume = 26;
}
_root.gotoScreen('4');
}
}
movieClip 8032 {
frame 1 {
gotoAndStop('hide');
}
}
movieClip 8033 193f56ce {
frame 1 {
function cheatRun() {
_root._score = 2500;
_root._scoreDisplay = Math.floor(_root._score);
_root.skillPoints = 15;
_root.skillB1 = true;
_root.skillS1 = true;
_root.skillF1 = true;
_root.skillA1 = true;
_root.character01unlocked = true;
_root.character02unlocked = true;
_root.character03unlocked = true;
_root.character04unlocked = true;
_root.character05unlocked = true;
_root.character06unlocked = true;
_root.character07unlocked = true;
_root.character08unlocked = true;
_root.character09unlocked = true;
_root.costume01unlocked = true;
_root.costume02unlocked = true;
_root.costume03unlocked = true;
_root.costume04unlocked = true;
_root.costume05unlocked = true;
_root.costume06unlocked = true;
_root.costume07unlocked = true;
_root.costume08unlocked = true;
_root.costume09unlocked = true;
_root.costume21unlocked = true;
_root.costume22unlocked = true;
_root.costume23unlocked = true;
_root.costume24unlocked = true;
_root.costume25unlocked = true;
_root.costume26unlocked = true;
_root.costume27unlocked = true;
_root.costume28unlocked = true;
_root.costume29unlocked = true;
_root.strippedHairUnlocked = true;
_root.strippedMaskUnlocked = true;
_root.strippedTopUnlocked = true;
_root.strippedBotUnlocked = true;
_root.strippedFullUnlocked = true;
_root.mapSlumsUnlocked = true;
_root.mapSlumsRep = 30;
_root.mapSlumsHoles = 5;
_root.mapSlumsHoleTapeUnlocked = true;
_root.mapSlumsHoleGelUnlocked = true;
_root.mapCsecUnlocked = true;
_root.mapCsecRep = 30;
_root.mapCsecHoles = 5;
_root.mapCsecHoleTapeUnlocked = true;
_root.mapCsecHoleGelUnlocked = true;
_root.mapConsortUnlocked = true;
_root.mapConsortRep = 30;
_root.mapConsortHoles = 5;
_root.mapConsortHoleTapeUnlocked = true;
_root.mapConsortHoleGelUnlocked = true;
_root.mapFluxUnlocked = true;
_root.mapFluxRep = 0;
_root.mapFluxHoles = 5;
_root.mapFluxHoleTapeUnlocked = true;
_root.mapFluxHoleGelUnlocked = true;
_root.mapBloodUnlocked = true;
_root.mapBloodRep = 30;
_root.mapCerberusUnlocked = true;
_root.mapCerberusRep = 30;
_root.mapCouncilUnlocked = true;
_root.mapCouncilRep = 30;
if (_root.devHack == true) {
_root._score = 10000;
_root._scoreDisplay = Math.floor(_root._score);
_root.mapFluxRep = 70;
_root.mapBloodRep = 70;
_root.mapCerberusRep = 70;
_root.mapCouncilRep = 70;
}
}
_root.character = Math.ceil(Math.random() * 9);
_root.character01unlocked = false;
_root.character02unlocked = false;
_root.character03unlocked = false;
_root.character04unlocked = false;
_root.character05unlocked = false;
_root.character06unlocked = false;
_root.character07unlocked = false;
_root.character08unlocked = false;
_root.character09unlocked = false;
_root.costume01unlocked = false;
_root.costume02unlocked = false;
_root.costume03unlocked = false;
_root.costume04unlocked = false;
_root.costume05unlocked = false;
_root.costume06unlocked = false;
_root.costume07unlocked = false;
_root.costume08unlocked = false;
_root.costume09unlocked = false;
_root.costume23unlocked = false;
_root.costume24unlocked = false;
_root.costume25unlocked = false;
_root.costume26unlocked = false;
_root.costume27unlocked = false;
_root.costume28unlocked = false;
_root.costume29unlocked = false;
if (_root.clothesHack == true) {
_root.costume = _root.character;
} else {
if (_root.character == 1) {
_root.costume = 23;
_root.character01unlocked = true;
_root.costume23unlocked = true;
} else {
if (_root.character == 2) {
_root.costume = 23;
_root.character02unlocked = true;
_root.costume23unlocked = true;
} else {
if (_root.character == 3) {
_root.costume = 23;
_root.character03unlocked = true;
_root.costume23unlocked = true;
} else {
if (_root.character == 4) {
_root.costume = 24;
_root.character04unlocked = true;
_root.costume24unlocked = true;
} else {
if (_root.character == 5) {
_root.costume = 25;
_root.character05unlocked = true;
_root.costume25unlocked = true;
} else {
if (_root.character == 6) {
_root.costume = 24;
_root.character06unlocked = true;
_root.costume24unlocked = true;
} else {
if (_root.character == 7) {
_root.costume = 25;
_root.character07unlocked = true;
_root.costume25unlocked = true;
} else {
if (_root.character == 8) {
_root.costume = 26;
_root.character08unlocked = true;
_root.costume30unlocked = true;
} else {
if (_root.character == 9) {
_root.costume = 9;
_root.character09unlocked = true;
_root.costume9unlocked = true;
}
}
}
}
}
}
}
}
}
}
_root.hideNipples = false;
_root.strippedHair = false;
_root.strippedMask = false;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
submit.codeLine.text = '';
submit.messageLine.text = '';
gotoAndStop(3);
_root.BGMplaying = 2;
_root.BGMmax = 15;
_root.setMusic();
_root.musicForced = false;
_root.cheatAddMoney = 0;
_root.cheatAddSkill = 0;
_root.jutsu = 0;
_root.endless = false;
_root.cheatRegular = false;
_root.cheatEnergy = false;
_root.cheatSatisfy = 1;
_root.cheatPatience = 1;
_root.rainbow = false;
_root.safeStyle = false;
_root.jutsuUnlocked = false;
_root.endlessUnlocked = false;
_root.cheatRegularUnlocked = false;
_root.cheatEnergyUnlocked = false;
_root.rainbowAllUnlocked = false;
_root.rainbowHeadUnlocked = false;
_root.rainbowBodyUnlocked = false;
_root.rainbowSquadUnlocked = false;
MNF_btn.onPress = function () {
getURL('http://www.meetandfuckgames.com/', '_blank');
};
play_btn.onRelease = function () {
play_btn.onPress = null;
_root.level_pause = true;
_root.galleryViewing = false;
if (_root.loadedvar == true) {
newGameMenu.gotoAndStop('yes');
} else {
newGameMenu.gotoAndStop('no');
}
_root.level = undefined;
_root.controlsScheme = 'QWER';
_root.startup = true;
_root._score = 0;
_root._scoreDisplay = _root._score;
_root.buyCost = 0;
_root._scoreDisplay = _root._score;
_root.skillPoints = 5;
_root.total_points = 0;
_root.xpLevel = 1;
_root.xp = 0;
_root.xpNeeded = 2500 + 3500 * (_root.xpLevel * 0.75);
_root.canLevel = 0;
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_root.StatsServed = 0;
_root.StatsExcellent = 0;
_root.StatsMissed = 0;
_root.StatsCashEarned = 0;
_root.StatsPlayTime = 0;
_root.StatsSessionServed = 0;
_root.StatsSessionExcellent = 0;
_root.StatsSessionMissed = 0;
_root.StatsSessionCashEarned = 0;
_root.StatsSessionPlayTime = 0;
_root.StatsServed = 0;
_root.StatsExcellent = 0;
_root.StatsMissed = 0;
_root.StatsPlayTime = 0;
_root.StatsMostServed = 0;
_root.StatsMostServedText = 0;
_root.StatsMostPaid = 0;
_root.StatsMostPaidText = 0;
_root.StatsPoseSafe = 0;
_root.StatsPoseHand = 0;
_root.StatsPoseChest = 0;
_root.StatsPoseFeet = 0;
_root.StatsPoseMouth = 0;
_root.StatsPosePussy = 0;
_root.StatsPoseAss = 0;
_root.StatsClientHuman = 0;
_root.StatsClientKrogan = 0;
_root.StatsClientTurian = 0;
_root.StatsClientVorcha = 0;
_root.StatsClientVolus = 0;
_root.StatsClientBlood = 0;
_root.StatsClientCerberus = 0;
_root.StatsClientCitadel = 0;
_root.energyS = 15;
_root.energySmax = 15;
_root.energyF = 10;
_root.energyFmax = 10;
_root.energyA = 5;
_root.energyAmax = 5;
_root.characterSaved = _root.character;
_root.costumeSaved = _root.costume;
_root.character01cost = 3000;
_root.character02cost = 3000;
_root.character03cost = 3000;
_root.character04cost = 3000;
_root.character05cost = 5000;
_root.character06cost = 5000;
_root.character07cost = 4000;
_root.character08cost = 5000;
_root.character09cost = 7000;
_root.costume01cost = 2500;
_root.costume02cost = 2500;
_root.costume03cost = 2500;
_root.costume04cost = 2500;
_root.costume05cost = 2500;
_root.costume06cost = 2500;
_root.costume07cost = 2500;
_root.costume08cost = 2500;
_root.costume09cost = 500;
_root.costume21cost = 1000;
_root.costume22cost = 500;
_root.costume23cost = 500;
_root.costume24cost = 500;
_root.costume25cost = 500;
_root.costume26cost = 500;
_root.costume27cost = 500;
_root.costume28cost = 1000;
_root.costume29cost = 1000;
_root.strippedHairUnlocked = false;
_root.strippedMaskUnlocked = false;
_root.strippedTopUnlocked = false;
_root.strippedBotUnlocked = false;
_root.strippedFullUnlocked = false;
_root.strippedHairCost = 2500;
_root.strippedMaskCost = 1000;
_root.strippedTopCost = 2000;
_root.strippedBotCost = 5000;
_root.strippedFullCost = 0;
_root.music01Unlocked = false;
_root.music02Unlocked = false;
_root.music03Unlocked = false;
_root.music04Unlocked = false;
_root.music05Unlocked = false;
_root.music06Unlocked = false;
_root.music07Unlocked = false;
_root.dayNumber = 1;
_root.mapSelected = 'slums';
_root.mapSelectedLast = _root.mapSelected;
_root.canWork = true;
_root.mapSlumsUnlocked = true;
_root.mapSlumsRep = 0;
_root.mapSlumsPop = 4;
_root.mapSlumsWealth = 1;
_root.mapSlumsHoles = 2;
_root.mapSlumsHoleTapeUnlocked = false;
_root.mapSlumsHoleGelUnlocked = false;
_root.mapSlumsHoleTapePrice = 500;
_root.mapSlumsHoleGelPrice = 1500;
_root.mapSlumsHoleSelected = 'none';
_root.mapCsecUnlocked = false;
_root.mapCsecRep = 0;
_root.mapCsecPop = 1;
_root.mapCsecWealth = 4;
_root.mapCsecHoles = 2;
_root.mapCsecHoleTapeUnlocked = false;
_root.mapCsecHoleGelUnlocked = false;
_root.mapCsecHoleTapePrice = 2000;
_root.mapCsecHoleGelPrice = 5000;
_root.mapCsecHoleSelected = 'none';
_root.mapConsortUnlocked = false;
_root.mapConsortRep = 0;
_root.mapConsortPop = 2;
_root.mapConsortWealth = 3;
_root.mapConsortHoles = 2;
_root.mapConsortHoleTapeUnlocked = false;
_root.mapConsortHoleGelUnlocked = false;
_root.mapConsortHoleTapePrice = 1000;
_root.mapConsortHoleGelPrice = 2500;
_root.mapConsortHoleSelected = 'none';
_root.mapFluxUnlocked = false;
_root.mapFluxRep = 0;
_root.mapFluxPop = 4;
_root.mapFluxWealth = 3;
_root.mapFluxHoles = 2;
_root.mapFluxHoleTapeUnlocked = false;
_root.mapFluxHoleGelUnlocked = false;
_root.mapFluxHoleTapePrice = 3000;
_root.mapFluxHoleGelPrice = 7000;
_root.mapFluxHoleSelected = 'none';
_root.mapBloodUnlocked = false;
_root.mapBloodOrbit = false;
_root.mapBloodRep = 30;
_root.mapBloodPop = 7;
_root.mapBloodWealth = 2;
_root.mapBloodHoles = 5;
_root.mapBloodHoleSelected = 'tape';
_root.mapCerberusUnlocked = false;
_root.mapCerberusOrbit = false;
_root.mapCerberusRep = 30;
_root.mapCerberusPop = 4;
_root.mapCerberusWealth = 5;
_root.mapCerberusHoles = 4;
_root.mapCerberusHoleSelected = 'none';
_root.mapCouncilUnlocked = false;
_root.mapCouncilOrbit = false;
_root.mapCouncilRep = 30;
_root.mapCouncilPop = 2;
_root.mapCouncilWealth = 7;
_root.mapCouncilHoles = 3;
_root.mapCouncilHoleSelected = 'gel';
_root.mapMaleHuman = false;
_root.mapMaleKrogan = false;
_root.mapMaleTurian = false;
_root.mapMaleVorcha = false;
_root.mapMaleVolus = false;
_root.skillB1 = true;
_root.skillB2 = false;
_root.skillB3 = false;
_root.skillB4 = false;
_root.skillB5 = false;
_root.skillB1Cost = 1;
_root.skillB2Cost = 2;
_root.skillB3Cost = 3;
_root.skillB4Cost = 4;
_root.skillB5Cost = 5;
_root.skillS1 = false;
_root.skillS2 = false;
_root.skillS3 = false;
_root.skillS4 = false;
_root.skillS5 = false;
_root.skillS1Cost = 1;
_root.skillS2Cost = 2;
_root.skillS3Cost = 3;
_root.skillS4Cost = 4;
_root.skillS5Cost = 5;
_root.skillF1 = false;
_root.skillF2 = false;
_root.skillF3 = false;
_root.skillF4 = false;
_root.skillF1Cost = 4;
_root.skillF2Cost = 6;
_root.skillF3Cost = 8;
_root.skillF4Cost = 10;
_root.skillA1 = false;
_root.skillA2 = false;
_root.skillA3 = false;
_root.skillA4 = false;
_root.skillA1Cost = 5;
_root.skillA2Cost = 10;
_root.skillA3Cost = 15;
_root.skillA4Cost = 20;
_root.skillFin1 = false;
_root.skillFin2 = false;
_root.skillFin3 = false;
_root.skillFin1Cost = 2;
_root.skillFin2Cost = 2;
_root.skillFin3Cost = 2;
_root.skillSta1 = false;
_root.skillSta2 = false;
_root.skillSta3 = false;
_root.skillSta1Cost = 5;
_root.skillSta2Cost = 5;
_root.skillSta3Cost = 5;
_root.skillAll1 = false;
_root.skillAll2 = false;
_root.skillAll3 = false;
_root.skillAll1Cost = 2;
_root.skillAll2Cost = 2;
_root.skillAll3Cost = 2;
_root.skillLib1 = false;
_root.skillLib2 = false;
_root.skillLib3 = false;
_root.skillLib1Cost = 2;
_root.skillLib2Cost = 2;
_root.skillLib3Cost = 2;
if (cheat == true or _root.devHack == true) {
cheatRun();
}
if (_root.cheatEnergy == true) {
_root.skillSta1 = true;
_root.skillSta2 = true;
_root.skillSta3 = true;
}
if (_root.clothesHack == true) {
if (_root.costume == 1) {
_root.hideNipples == true;
_root.hidePussy = false;
} else {
if (_root.costume == 2 or _root.costume == 5 or _root.costume == 6) {
_root.hideNipples = true;
_root.hidePussy = true;
} else {
if (_root.costume == 3 or _root.costume == 7) {
_root.hideNipples == false;
_root.hidePussy = true;
} else {
_root.hideNipples = false;
_root.hidePussy = false;
}
}
}
}
};
}
instance volSetting of movieClip 508 {
onClipEvent (press) {
if (_root.BGMmute != true) {
this.gotoAndStop('yes');
_root.BGMmute = true;
} else {
this.gotoAndStop('no');
_root.BGMmute = false;
}
}
}
instance sfxSetting of movieClip 511 {
onClipEvent (press) {
if (_root.SFXmute != true) {
this.gotoAndStop('yes');
_root.SFXmute = true;
} else {
this.gotoAndStop('no');
_root.SFXmute = false;
}
}
}
frame 2 {
gotoAndStop(3);
}
frame 3 {
circle.onPress = function () {
_root.character += 1;
if (_root.character > 9) {
_root.character = 1;
}
_root.character01unlocked = false;
_root.character02unlocked = false;
_root.character03unlocked = false;
_root.character04unlocked = false;
_root.character05unlocked = false;
_root.character06unlocked = false;
_root.character07unlocked = false;
_root.character08unlocked = false;
_root.character09unlocked = false;
_root.costume01unlocked = false;
_root.costume02unlocked = false;
_root.costume03unlocked = false;
_root.costume04unlocked = false;
_root.costume05unlocked = false;
_root.costume06unlocked = false;
_root.costume07unlocked = false;
_root.costume08unlocked = false;
_root.costume09unlocked = false;
_root.costume21unlocked = false;
_root.costume22unlocked = false;
_root.costume23unlocked = false;
_root.costume24unlocked = false;
_root.costume25unlocked = false;
_root.costume26unlocked = false;
_root.costume27unlocked = false;
_root.costume28unlocked = false;
_root.costume29unlocked = false;
if (_root.clothesHack == true) {
_root.costume = _root.character;
} else {
if (_root.character == 1) {
_root.costume = 23;
_root.character01unlocked = true;
_root.costume23unlocked = true;
} else {
if (_root.character == 2) {
_root.costume = 23;
_root.character02unlocked = true;
_root.costume23unlocked = true;
} else {
if (_root.character == 3) {
_root.costume = 23;
_root.character03unlocked = true;
_root.costume23unlocked = true;
} else {
if (_root.character == 4) {
_root.costume = 24;
_root.character04unlocked = true;
_root.costume24unlocked = true;
} else {
if (_root.character == 5) {
_root.costume = 25;
_root.character05unlocked = true;
_root.costume25unlocked = true;
} else {
if (_root.character == 6) {
_root.costume = 24;
_root.character06unlocked = true;
_root.costume24unlocked = true;
} else {
if (_root.character == 7) {
_root.costume = 25;
_root.character07unlocked = true;
_root.costume25unlocked = true;
} else {
if (_root.character == 8) {
_root.costume = 26;
_root.character08unlocked = true;
_root.costume26unlocked = true;
} else {
if (_root.character == 9) {
_root.costume = 9;
_root.character09unlocked = true;
_root.costume9unlocked = true;
}
}
}
}
}
}
}
}
}
}
gotoAndPlay(2);
};
stop();
}
}
movieClip 8034 {
}
movieClip 8036 {
frame 1 {
gotoAndStop('no');
}
}
instance music of movieClip 8036 {
onClipEvent (load) {
_root.music.BGM.stop();
_root.BGMplaying = 1;
_root.BGMmute = false;
_root.BGMmax = 6;
_root.BGMvol = 0;
_root.BGMmax = 25;
_root.musicForced = false;
_root.volumeCustom = false;
BGM = new Sound(this);
}
onClipEvent (enterFrame) {
if (_root.volumeCustom != true) {
if (_root.level_pause == true) {
if (_root.BGMmax >= 15) {
_root.BGMmax = 15;
}
} else {
if (_root.BGMmax != 50) {
_root.BGMmax = 50;
}
}
}
if (_root.BGMmute != true) {
if (_root.BGMvol < _root.BGMmax) {
_root.BGMvol = Math.round(_root.BGMvol * 1.1 + 1);
_root.music.BGM.setVolume(_root.BGMvol);
} else {
if (_root.BGMvol > _root.BGMmax) {
_root.BGMvol = Math.round(_root.BGMvol * 0.9 - 1);
_root.music.BGM.setVolume(_root.BGMvol);
}
}
} else {
_root.BGMvol = 0;
_root.music.BGM.setVolume(0);
}
}
}
instance SoundMouth of movieClip 8036 {
onClipEvent (load) {
this.SFXmouth = new Sound(this);
this.SFXmouth.attachSound('SoundMouth');
_root.SFXmouthPlaying = false;
}
}
instance SoundHandLeft of movieClip 8036 {
onClipEvent (load) {
this.SFXhandL = new Sound(this);
this.SFXhandL.attachSound('SoundHandLeft');
_root.SFXhandLPlaying = false;
}
}
instance SoundPussy of movieClip 8036 {
onClipEvent (load) {
this.SFXpussy = new Sound(this);
this.SFXpussy.attachSound('SoundPussy');
_root.SFXpussyPlaying = false;
}
}
instance SoundAss of movieClip 8036 {
onClipEvent (load) {
this.SFXass = new Sound(this);
this.SFXass.attachSound('SoundAss');
_root.SFXassPlaying = false;
}
}
instance SoundHandRight of movieClip 8036 {
onClipEvent (load) {
this.SFXhandR = new Sound(this);
this.SFXhandR.attachSound('SoundHandRight');
_root.SFXhandRPlaying = false;
}
}
movieClip 8047 {
frame 1 {
gotoAndStop('no');
}
frame 2 {
}
frame 10 {
gotoAndStop('no');
}
frame 11 {
gotoAndStop('no');
}
frame 12 {
gotoAndStop('no');
}
frame 13 {
gotoAndStop('no');
}
frame 14 {
gotoAndStop('no');
}
frame 15 {
gotoAndStop('no');
}
frame 16 {
gotoAndStop('no');
}
frame 17 {
gotoAndStop('no');
}
frame 18 {
gotoAndStop('no');
}
frame 19 {
gotoAndStop('no');
}
frame 20 {
gotoAndStop('no');
}
frame 21 {
gotoAndStop('no');
}
frame 22 {
gotoAndStop('no');
}
frame 25 {
gotoAndStop('no');
}
frame 26 {
gotoAndStop('no');
}
frame 27 {
gotoAndStop('no');
}
frame 28 {
gotoAndStop('no');
}
frame 29 {
gotoAndStop('no');
}
frame 30 {
gotoAndStop('no');
}
frame 31 {
gotoAndStop('no');
}
frame 32 {
gotoAndStop('no');
}
frame 33 {
gotoAndStop('no');
}
frame 34 {
gotoAndStop('no');
}
frame 35 {
gotoAndStop('no');
}
}
instance SoundHand of movieClip 8036 {
onClipEvent (load) {
this.SFXhand = new Sound(this);
this.SFXhand.attachSound('SoundHand');
_root.SFXhandPlaying = false;
}
}
frame 3 {
function setMusic() {
_root.music.BGM.stop();
_root.BGMvol = 0;
_root.Music();
}
function Music() {
_root.music.BGM.stop();
if (_root.musicForced == false) {
if (_root.BGMplaying == 1) {
_root.music.BGM.attachSound('afterlife');
_root.music.BGM.start(0, 99);
} else {
if (_root.BGMplaying == 2) {
_root.music.BGM.attachSound('darkstar');
_root.music.BGM.start(0, 99);
} else {
if (_root.BGMplaying == 3) {
_root.music.BGM.attachSound('purgatory');
_root.music.BGM.start(0, 99);
} else {
if (_root.BGMplaying == 4) {
_root.music.BGM.attachSound('slums');
_root.music.BGM.start(0, 99);
} else {
if (_root.BGMplaying == 5) {
_root.music.BGM.attachSound('council');
_root.music.BGM.start(0, 99);
} else {
if (_root.BGMplaying == 6) {
_root.music.BGM.attachSound('bloodPack');
_root.music.BGM.start(0, 99);
} else {
if (_root.BGMplaying == 7) {
_root.music.BGM.attachSound('cerberus');
_root.music.BGM.start(0, 99);
} else {
_root.music.BGM.stop();
_root.BGMvol = 0;
}
}
}
}
}
}
}
} else {
if (_root.musicForced != 'mute') {
if (_root.musicForced == 1) {
_root.music.BGM.attachSound('afterlife');
_root.music.BGM.start(0, 99);
} else {
if (_root.musicForced == 2) {
_root.music.BGM.attachSound('darkstar');
_root.music.BGM.start(0, 99);
} else {
if (_root.musicForced == 3) {
_root.music.BGM.attachSound('purgatory');
_root.music.BGM.start(0, 99);
} else {
if (_root.musicForced == 4) {
_root.music.BGM.attachSound('slums');
_root.music.BGM.start(0, 99);
} else {
if (_root.musicForced == 5) {
_root.music.BGM.attachSound('council');
_root.music.BGM.start(0, 99);
} else {
if (_root.musicForced == 6) {
_root.music.BGM.attachSound('bloodPack');
_root.music.BGM.start(0, 99);
} else {
if (_root.musicForced == 7) {
_root.music.BGM.attachSound('cerberus');
_root.music.BGM.start(0, 99);
} else {
_root.music.BGM.stop();
_root.BGMvol = 0;
}
}
}
}
}
}
}
} else {
_root.music.BGM.stop();
_root.BGMvol = 0;
}
}
}
}
frame 3 {
function playSound(src) {
snd = new Sound();
snd.attachSound(src);
snd.start();
delete snd;
}
function shuffle(src) {
res = new Array();
src_length = src.length;
q_order = new Array();
q_order = src;
i = 0;
while (i < src_length) {
r = random(q_order.length);
res.push(src[r]);
q_order.splice(r, 1);
++i;
}
return res;
}
function gotoScreen(x) {
if (trans != undefined) {
removeMovieClip(trans);
}
(attachMovie('trans_screen', 'trans', 1)).next_screen = x;
}
function setScreen(x) {
fscommand('bar', x);
if (screen != undefined) {
removeMovieClip(screen);
}
attachMovie(Qvar[x - 1], 'screen', 0);
if (trans != undefined) {
trans.play();
}
}
stop();
Mouse.show();
if (Qscr == undefined) {
Qstr = '610b3745,193f56ce,193f56ce,2f6147db';
Qvar = Qstr.split(',');
Qfrm = Qvar.length;
fscommand('mnf', Qfrm);
Qscr = 3;
}
setScreen(Qscr);
}
frame 4 {
gotoAndStop(3);
}
frame 5 {
gotoAndStop(6);
}
frame 6 {
function replaceGirl() {
girl.removeMovieClip();
if (_root.replaceName == 'aft0' or _root.replaceName == 'aft1' or _root.replaceName == 'aft2' or _root.replaceName == 'aft3' or _root.replaceName == 'aft4') {
_root.attachMovie(_root.replaceName, 'girl', 0);
girl._x = nodeTopV._x;
girl._y = nodeTopV._y;
} else {
if (_root.replaceName == 'aat0' or _root.replaceName == 'aat1' or _root.replaceName == 'aat2' or _root.replaceName == 'aat3' or _root.replaceName == 'aat4') {
_root.attachMovie(_root.replaceName, 'girl', 0);
girl._x = nodeTopA._x;
girl._y = nodeTopA._y;
} else {
if (_root.replaceName == 'afb0' or _root.replaceName == 'afb1' or _root.replaceName == 'afb2' or _root.replaceName == 'afb3' or _root.replaceName == 'afb4' or _root.replaceName == 'aab0' or _root.replaceName == 'aab1' or _root.replaceName == 'aab2' or _root.replaceName == 'aab3' or _root.replaceName == 'aab4') {
_root.attachMovie(_root.replaceName, 'girl', 0);
girl._x = nodeBot._x;
girl._y = nodeBot._y;
} else {
if (_root.replaceName == 'ast0' or _root.replaceName == 'ast1' or _root.replaceName == 'ast2' or _root.replaceName == 'ast3' or _root.replaceName == 'ast4' or _root.replaceName == 'abt0' or _root.replaceName == 'abt1' or _root.replaceName == 'abt2' or _root.replaceName == 'abt3' or _root.replaceName == 'abt4') {
_root.attachMovie(_root.replaceName, 'girl', 0);
girl._x = nodeUpper._x;
girl._y = nodeUpper._y;
} else {
if (_root.replaceName == 'asb0' or _root.replaceName == 'asb1' or _root.replaceName == 'asb2' or _root.replaceName == 'asb3' or _root.replaceName == 'asb4' or _root.replaceName == 'abb0' or _root.replaceName == 'abb1' or _root.replaceName == 'abb2' or _root.replaceName == 'abb3' or _root.replaceName == 'abb4') {
_root.attachMovie(_root.replaceName, 'girl', 0);
girl._x = nodeLower._x;
girl._y = nodeLower._y;
} else {
if (_root.replaceName == 'ab1' or _root.replaceName == 'as1') {
_root.attachMovie(_root.replaceName, 'girl', 0);
girl._x = nodeRight._x;
girl._y = nodeRight._y;
} else {
if (_root.replaceName == 'af1' or _root.replaceName == 'aa1') {
_root.attachMovie(_root.replaceName, 'girl', 0);
girl._x = nodeNudge._x;
girl._y = nodeNudge._y;
} else {
if (_root.replaceName == 'ak0' or _root.replaceName == 'ak2' or _root.replaceName == 'ak3') {
_root.attachMovie(_root.replaceName, 'girl', 0);
girl._x = nodeKrogan._x;
girl._y = nodeKrogan._y;
} else {
if (_root.replaceName == 'ai0' or _root.replaceName == 'ai1' or _root.replaceName == 'ai2' or _root.replaceName == 'ai3') {
_root.attachMovie(_root.replaceName, 'girl', 0);
girl._x = nodeHusk._x;
girl._y = nodeHusk._y;
} else {
_root.attachMovie(_root.replaceName, 'girl', 0);
girl._x = node._x;
girl._y = node._y;
}
}
}
}
}
}
}
}
}
_root.UI.swapDepths(1000);
_root.playSpeed = 25;
UI.speedSelect._x = 3.05;
UI.speedSelect._y = 407.95;
_root.playSpeedCurrent = 25;
girl.ejac = 0;
girl.satisfaction = 0;
girl.pleasure_meter.intensity = 25;
_root.girl._color = Math.ceil(Math.random() * 12);
_root.girl.pleasure_meter._alpha = 0;
_root.girl.pleasure_meter._visible = false;
if (_root.level != 1) {
if (_root.SFXhandPlaying == true) {
_root.SoundHand.SFXhand.stop();
_root.SFXhandPlaying = false;
}
}
if (_root.level != 3) {
if (_root.SFXmouthPlaying == true) {
_root.SoundMouth.SFXmouth.stop();
_root.SFXmouthPlaying = false;
}
}
if (_root.level != 8) {
if (_root.SFXpussyPlaying == true) {
_root.SoundPussy.SFXpussy.stop();
_root.SFXpussyPlaying = false;
}
}
if (_root.level != 10) {
if (_root.SFXassPlaying == true) {
_root.SoundAss.SFXass.stop();
_root.SFXassPlaying = false;
}
}
UI.headStripping.iconReset();
UI.bodyStripping.iconReset();
_root.checkCostume();
}
_root.fadescreen.gotoAndPlay('fadein');
_root.level_pause = false;
_root.replaceName = 'a0';
_root.level = 3;
_root.playSpeed = 10;
_root.UI.swapDepths(1000);
replaceGirl();
nodeTop._alpha = 0;
nodeBot._alpha = 0;
nodeUpper._alpha = 0;
nodeRight._alpha = 0;
nodeLower._alpha = 0;
nodeNudge._alpha = 0;
nodeKrogan._alpha = 0;
nodeHusk._alpha = 0;
node._alpha = 0;
_root.volumeCustom = true;
_root.BGMmax = 5;
_root.backgroundList = [2, 6, 8, 7, 9, 3, 4, 5, 15];
_root.backgroundSelected = 0;
}
movieClip 8051 {
frame 1 {
stop();
}
}
movieClip 8052 {
frame 1 {
gotoAndStop(2);
}
frame 2 {
mask.cacheAsBitmap = true;
BG.cacheAsBitmap = true;
BG.setMask(mask);
}
}
button 8053 {
on (release) {
_root.replaceName = 'af1';
_root.level = 8;
skillSelect._x = 512.75;
skillSelect._y = 162.35;
skillSelect._rotation = 90;
_parent.replaceGirl();
}
}
button 8054 {
on (release) {
_root.replaceName = 'aft0';
_root.level = 8;
skillSelect._x = 542.15;
skillSelect._y = 147.45;
skillSelect._rotation = 90;
_parent.replaceGirl();
}
}
button 8055 {
on (release) {
_root.replaceName = 'aft1';
_root.level = 8;
skillSelect._x = 571.4500000000001;
skillSelect._y = 147.45;
skillSelect._rotation = 90;
_parent.replaceGirl();
}
}
button 8056 {
on (release) {
_root.replaceName = 'aft2';
_root.level = 8;
skillSelect._x = 600.8;
skillSelect._y = 147.45;
skillSelect._rotation = 90;
_parent.replaceGirl();
}
}
button 8057 {
on (release) {
_root.replaceName = 'aft3';
_root.level = 8;
skillSelect._x = 630.15;
skillSelect._y = 147.45;
skillSelect._rotation = 90;
_parent.replaceGirl();
}
}
button 8058 {
on (release) {
_root.replaceName = 'afb0';
_root.level = 8;
skillSelect._x = 542.15;
skillSelect._y = 177.3;
skillSelect._rotation = 90;
_parent.replaceGirl();
}
}
button 8059 {
on (release) {
_root.replaceName = 'afb1';
_root.level = 8;
skillSelect._x = 571.4500000000001;
skillSelect._y = 177.3;
skillSelect._rotation = 90;
_parent.replaceGirl();
}
}
button 8060 {
on (release) {
_root.replaceName = 'afb2';
_root.level = 8;
skillSelect._x = 600.8;
skillSelect._y = 177.3;
skillSelect._rotation = 90;
_parent.replaceGirl();
}
}
button 8061 {
on (release) {
_root.replaceName = 'afb3';
_root.level = 8;
skillSelect._x = 630.15;
skillSelect._y = 177.3;
skillSelect._rotation = 90;
_parent.replaceGirl();
}
}
button 8062 {
on (release) {
_root.replaceName = 'aa1';
_root.level = 10;
skillSelect._x = 512.75;
skillSelect._y = 256.75;
skillSelect._rotation = 180;
_parent.replaceGirl();
}
}
button 8063 {
on (release) {
_root.replaceName = 'aat0';
_root.level = 10;
skillSelect._x = 542.15;
skillSelect._y = 241.8;
skillSelect._rotation = 180;
_parent.replaceGirl();
}
}
button 8064 {
on (release) {
_root.replaceName = 'aat1';
_root.level = 10;
skillSelect._x = 571.4500000000001;
skillSelect._y = 241.8;
skillSelect._rotation = 180;
_parent.replaceGirl();
}
}
button 8065 {
on (release) {
_root.replaceName = 'aat2';
_root.level = 10;
skillSelect._x = 600.8;
skillSelect._y = 241.8;
skillSelect._rotation = 180;
_parent.replaceGirl();
}
}
button 8066 {
on (release) {
_root.replaceName = 'aat3';
_root.level = 10;
skillSelect._x = 630.15;
skillSelect._y = 241.8;
skillSelect._rotation = 180;
_parent.replaceGirl();
}
}
button 8067 {
on (release) {
_root.replaceName = 'aab0';
_root.level = 10;
skillSelect._x = 542.15;
skillSelect._y = 271.65;
skillSelect._rotation = 180;
_parent.replaceGirl();
}
}
button 8068 {
on (release) {
_root.replaceName = 'aab1';
_root.level = 10;
skillSelect._x = 571.4500000000001;
skillSelect._y = 271.65;
skillSelect._rotation = 180;
_parent.replaceGirl();
}
}
button 8069 {
on (release) {
_root.replaceName = 'aab2';
_root.level = 10;
skillSelect._x = 600.8;
skillSelect._y = 271.65;
skillSelect._rotation = 180;
_parent.replaceGirl();
}
}
button 8070 {
on (release) {
_root.replaceName = 'aab3';
_root.level = 10;
skillSelect._x = 630.15;
skillSelect._y = 271.65;
skillSelect._rotation = 180;
_parent.replaceGirl();
}
}
button 8071 {
on (release) {
_root.replaceName = 'as1';
_root.level = 3;
skillSelect._x = 454.75;
skillSelect._y = 90.5;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8072 {
on (release) {
_root.replaceName = 'ast0';
_root.level = 3;
skillSelect._x = 484.15;
skillSelect._y = 75.59999999999999;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8073 {
on (release) {
_root.replaceName = 'ast1';
_root.level = 3;
skillSelect._x = 513.4500000000001;
skillSelect._y = 75.59999999999999;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8074 {
on (release) {
_root.replaceName = 'ast2';
_root.level = 3;
skillSelect._x = 542.8;
skillSelect._y = 75.59999999999999;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8075 {
on (release) {
_root.replaceName = 'ast3';
_root.level = 3;
skillSelect._x = 572.15;
skillSelect._y = 75.59999999999999;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8076 {
on (release) {
_root.replaceName = 'ast4';
_root.level = 3;
skillSelect._x = 601.4500000000001;
skillSelect._y = 75.59999999999999;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8077 {
on (release) {
_root.replaceName = 'asb0';
_root.level = 3;
skillSelect._x = 484.15;
skillSelect._y = 105.45;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8078 {
on (release) {
_root.replaceName = 'asb1';
_root.level = 3;
skillSelect._x = 513.4500000000001;
skillSelect._y = 105.45;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8079 {
on (release) {
_root.replaceName = 'asb2';
_root.level = 3;
skillSelect._x = 542.8;
skillSelect._y = 105.45;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8080 {
on (release) {
_root.replaceName = 'asb3';
_root.level = 3;
skillSelect._x = 572.15;
skillSelect._y = 105.45;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8081 {
on (release) {
_root.replaceName = 'asb4';
_root.level = 3;
skillSelect._x = 601.4500000000001;
skillSelect._y = 105.45;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8082 {
on (release) {
_root.replaceName = 'ab1';
_root.level = 1;
skillSelect._x = 454.7;
skillSelect._y = 51.15;
skillSelect._rotation = -90;
_parent.replaceGirl();
}
}
button 8083 {
on (release) {
_root.replaceName = 'abt0';
_root.level = 1;
skillSelect._x = 484.15;
skillSelect._y = 36.25;
skillSelect._rotation = -90;
_parent.replaceGirl();
}
}
button 8084 {
on (release) {
_root.replaceName = 'abt1';
_root.level = 1;
skillSelect._x = 513.4500000000001;
skillSelect._y = 36.25;
skillSelect._rotation = -90;
_parent.replaceGirl();
}
}
button 8085 {
on (release) {
_root.replaceName = 'abt2';
_root.level = 1;
skillSelect._x = 542.8;
skillSelect._y = 36.25;
skillSelect._rotation = -90;
_parent.replaceGirl();
}
}
button 8086 {
on (release) {
_root.replaceName = 'abt3';
_root.level = 1;
skillSelect._x = 572.15;
skillSelect._y = 36.25;
skillSelect._rotation = -90;
_parent.replaceGirl();
}
}
button 8087 {
on (release) {
_root.replaceName = 'abt4';
_root.level = 1;
skillSelect._x = 601.4500000000001;
skillSelect._y = 36.25;
skillSelect._rotation = -90;
_parent.replaceGirl();
}
}
button 8088 {
on (release) {
_root.replaceName = 'abb0';
_root.level = 1;
skillSelect._x = 484.15;
skillSelect._y = 66.09999999999999;
skillSelect._rotation = -90;
_parent.replaceGirl();
}
}
button 8089 {
on (release) {
_root.replaceName = 'abb1';
_root.level = 1;
skillSelect._x = 513.4500000000001;
skillSelect._y = 66.09999999999999;
skillSelect._rotation = -90;
_parent.replaceGirl();
}
}
button 8090 {
on (release) {
_root.replaceName = 'abb2';
_root.level = 1;
skillSelect._x = 542.8;
skillSelect._y = 66.09999999999999;
skillSelect._rotation = -90;
_parent.replaceGirl();
}
}
button 8091 {
on (release) {
_root.replaceName = 'abb3';
_root.level = 1;
skillSelect._x = 572.15;
skillSelect._y = 66.09999999999999;
skillSelect._rotation = -90;
_parent.replaceGirl();
}
}
button 8092 {
on (release) {
_root.replaceName = 'abb4';
_root.level = 1;
skillSelect._x = 601.4500000000001;
skillSelect._y = 66.09999999999999;
skillSelect._rotation = -90;
_parent.replaceGirl();
}
}
button 8093 {
on (release) {
_root.replaceName = 'ak0';
_root.level = 1;
skillSelect._x = 489.45;
skillSelect._y = 287.15;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8094 {
on (release) {
_root.replaceName = 'ak0';
_root.level = 3;
skillSelect._x = 518.7000000000001;
skillSelect._y = 287.15;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8095 {
on (release) {
_root.replaceName = 'ak0';
_root.level = 8;
skillSelect._x = 548.1;
skillSelect._y = 287.15;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8096 {
on (release) {
_root.replaceName = 'ak0';
_root.level = 10;
skillSelect._x = 577.4500000000001;
skillSelect._y = 287.15;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8097 {
on (release) {
_root.replaceName = 'af0';
_root.level = 8;
skillSelect._x = 483.35;
skillSelect._y = 162.35;
skillSelect._rotation = 90;
_parent.replaceGirl();
}
}
button 8098 {
on (release) {
_root.replaceName = 'aa0';
_root.level = 10;
skillSelect._x = 483.35;
skillSelect._y = 256.75;
skillSelect._rotation = 180;
_parent.replaceGirl();
}
}
button 8099 {
on (release) {
_root.replaceName = 'as0';
_root.level = 3;
skillSelect._x = 425.35;
skillSelect._y = 90.5;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8100 {
on (release) {
_root.replaceName = 'ab0';
_root.level = 1;
skillSelect._x = 425.3;
skillSelect._y = 51.15;
skillSelect._rotation = -90;
_parent.replaceGirl();
}
}
button 8101 {
on (release) {
_root.replaceName = 'ah0';
_root.level = 1;
skillSelect._x = 489.45;
skillSelect._y = 336.5;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8102 {
on (release) {
_root.replaceName = 'ah0';
_root.level = 3;
skillSelect._x = 518.7000000000001;
skillSelect._y = 336.5;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8103 {
on (release) {
_root.replaceName = 'ah0';
_root.level = 8;
skillSelect._x = 548.1;
skillSelect._y = 336.5;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8104 {
on (release) {
_root.replaceName = 'ah0';
_root.level = 10;
skillSelect._x = 577.4500000000001;
skillSelect._y = 336.5;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8105 {
on (release) {
_root.replaceName = 'a0';
_root.level = 0;
skillSelect._x = 319.75;
skillSelect._y = 51.15;
skillSelect._rotation = -90;
_parent.replaceGirl();
}
}
button 8106 {
on (release) {
_root.replaceName = 'ai0';
_root.level = 1;
skillSelect._x = 489.45;
skillSelect._y = 385.85;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8107 {
on (release) {
_root.replaceName = 'ai0';
_root.level = 3;
skillSelect._x = 518.7000000000001;
skillSelect._y = 385.85;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8108 {
on (release) {
_root.replaceName = 'ai0';
_root.level = 8;
skillSelect._x = 548.1;
skillSelect._y = 385.85;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8109 {
on (release) {
_root.replaceName = 'ai0';
_root.level = 10;
skillSelect._x = 577.4500000000001;
skillSelect._y = 385.85;
skillSelect._rotation = 0;
_parent.replaceGirl();
}
}
button 8110 {
on (release) {
_root.playSpeed = 50;
speedSelect._x = 31.85;
speedSelect._y = 407.95;
}
}
button 8115 {
on (release) {
_root.playSpeed = 5;
speedSelect._x = 17.45;
speedSelect._y = 379.85;
}
}
button 8119 {
on (release) {
_root.playSpeed = 25;
speedSelect._x = 3.05;
speedSelect._y = 407.95;
}
}
button 8123 {
on (release) {
_root.playSpeed = 100;
speedSelect._x = 60.45;
speedSelect._y = 407.95;
}
}
movieClip 8124 {
}
movieClip 8131 {
}
movieClip 8133 {
}
button 8134 {
on (release) {
cumSelect.gotoAndPlay('yes');
_root.playSpeed = 5;
_root.girl.sperm.gotoAndPlay(3);
_root.girl.sperm.play();
speedSelect._visible = false;
speedSelect._x = 17.45;
speedSelect._y = 379.85;
}
}
button 8139 {
on (release) {
++_root.backgroundSelected;
if (_root.backgroundSelected > _root.backgroundList.length - 1) {
_root.backgroundSelected = 0;
}
_root.galleryBack.BG.gotoAndStop(_root.backgroundList[_root.backgroundSelected]);
_root.galleryBack.BG.door.gotoAndStop('closed');
}
}
button 8140 {
on (release) {
if (clicked != true) {
_root.fadescreen.gotoAndPlay('fadeoutquick');
_root.fadescreen.swapDepths(100000);
_root.sceneGoingTo = 'restart';
clicked = true;
_root.galleryViewing = false;
}
}
}
movieClip 8142 {
}
movieClip 8144 {
frame 1 {
gotoAndStop('no');
}
frame 30 {
_parent.speedSelect._visible = true;
gotoAndStop('no');
}
}
movieClip 8145 {
instance of movieClip 1736 {
onClipEvent (release) {
_root.character = 1;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1712 {
onClipEvent (release) {
_root.character = 2;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1716 {
onClipEvent (release) {
_root.character = 3;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1720 {
onClipEvent (release) {
_root.character = 4;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1724 {
onClipEvent (release) {
_root.character = 5;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1728 {
onClipEvent (release) {
_root.character = 6;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1732 {
onClipEvent (release) {
_root.character = 7;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1736 {
onClipEvent (release) {
_root.costume = 1;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1712 {
onClipEvent (release) {
_root.costume = 2;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1716 {
onClipEvent (release) {
_root.costume = 3;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1720 {
onClipEvent (release) {
_root.costume = 4;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1724 {
onClipEvent (release) {
_root.costume = 5;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1728 {
onClipEvent (release) {
_root.costume = 6;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1732 {
onClipEvent (release) {
_root.costume = 7;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1792 {
onClipEvent (release) {
_root.costume = 25;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1796 {
onClipEvent (release) {
_root.costume = 26;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1740 {
onClipEvent (release) {
_root.costume = 23;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1800 {
onClipEvent (release) {
_root.costume = 27;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1744 {
onClipEvent (release) {
_root.costume = 28;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1788 {
onClipEvent (release) {
_root.costume = 21;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1804 {
onClipEvent (release) {
_root.costume = 24;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 8124 {
onClipEvent (load) {
this._visible = false;
_root.playSpeedCurrent = 0;
}
onClipEvent (enterFrame) {
if (_root.playSpeedCurrent != _root.playSpeed) {
if (_root.playSpeedCurrent < _root.playSpeed) {
++_root.playSpeedCurrent;
} else {
if (_root.playSpeedCurrent > _root.playSpeed) {
--_root.playSpeedCurrent;
}
}
}
_root.girl.pleasure_meter.intensity = _root.playSpeedCurrent;
_root.girl.ejac = 0;
_root.girl.satisfaction = 0;
}
}
instance of movieClip 1783 {
onClipEvent (release) {
_root.costume = 8;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1783 {
onClipEvent (release) {
_root.character = 8;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1773 {
onClipEvent (release) {
_root.costume = 9;
_root.strippedTop = true;
_root.strippedBot = true;
_root.strippedFull = true;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1768 {
onClipEvent (release) {
_root.character = 9;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1748 {
onClipEvent (release) {
_root.costume = 29;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1777 {
onClipEvent (release) {
_root.costume = 22;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance volSetting of movieClip 508 {
onClipEvent (press) {
if (_root.BGMmute != true) {
this.gotoAndStop('yes');
_root.BGMmute = true;
} else {
this.gotoAndStop('no');
_root.BGMmute = false;
}
}
}
instance sfxSetting of movieClip 511 {
onClipEvent (press) {
if (_root.SFXmute != true) {
this.gotoAndStop('yes');
_root.SFXmute = true;
} else {
this.gotoAndStop('no');
_root.SFXmute = false;
}
}
}
}
frame 7 {
gotoAndStop(6);
}
frame 8 {
gotoAndStop(9);
}
frame 9 {
_root.level_pause = false;
_root.UI.swapDepths(1000);
_root.fadescreen.gotoAndPlay('fadein');
_root.volumeCustom = true;
_root.BGMmax = 5;
_root.strippedHairUnlocked = true;
_root.strippedMaskUnlocked = true;
_root.strippedTopUnlocked = true;
_root.strippedBotUnlocked = true;
_root.strippedFullUnlocked = true;
_root.replaceName = 'a0';
_root.attachMovie(_root.replaceName, 'girl', 0);
girl._x = 1000;
girl._y = 1000;
}
button 8147 {
on (release) {
if (clicked != true) {
if (_root.galleryViewing == true) {
_root.fadescreen.gotoAndPlay('fadeoutquick');
_root.sceneGoingTo = 'restart';
_root.galleryViewing = false;
} else {
_root.fadescreen.gotoAndPlay('fadeoutquick');
_root.sceneGoingTo = 'to end';
}
_root.fadescreen.swapDepths(100000);
clicked = true;
}
}
}
button 8152 {
on (release) {
if (_root.BGMmute == true) {
_parent.volSetting.gotoAndStop('no');
_root.BGMmute = false;
}
if (_root.BGMmax > 0) {
_root.BGMmax -= 5;
}
}
}
button 8153 {
on (release) {
if (_root.BGMmute == true) {
_parent.volSetting.gotoAndStop('no');
_root.BGMmute = false;
}
if (_root.BGMmax < 100) {
_root.BGMmax += 5;
}
}
}
movieClip 8154 {
frame 1 {
gotoAndStop('end');
}
frame 2 {
endBtn.clicked = false;
}
instance of movieClip 1736 {
onClipEvent (release) {
_root.character = 1;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1712 {
onClipEvent (release) {
_root.character = 2;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1716 {
onClipEvent (release) {
_root.character = 3;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1720 {
onClipEvent (release) {
_root.character = 4;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1724 {
onClipEvent (release) {
_root.character = 5;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1728 {
onClipEvent (release) {
_root.character = 6;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1732 {
onClipEvent (release) {
_root.character = 7;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1736 {
onClipEvent (release) {
_root.costume = 1;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1712 {
onClipEvent (release) {
_root.costume = 2;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1716 {
onClipEvent (release) {
_root.costume = 3;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1720 {
onClipEvent (release) {
_root.costume = 4;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1724 {
onClipEvent (release) {
_root.costume = 5;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1728 {
onClipEvent (release) {
_root.costume = 6;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1732 {
onClipEvent (release) {
_root.costume = 7;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1783 {
onClipEvent (release) {
_root.costume = 8;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1783 {
onClipEvent (release) {
_root.character = 8;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1773 {
onClipEvent (release) {
_root.costume = 9;
_root.strippedTop = true;
_root.strippedBot = true;
_root.strippedFull = true;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1768 {
onClipEvent (release) {
_root.character = 9;
_root.strippedMask = false;
_root.strippedHair = false;
headStripping.iconReset();
bodyStripping.iconReset();
_root.messFace = 0;
_root.messMouth = 0;
_root.messPussy = 0;
_root.messAss = 0;
_parent._parent.replaceGirl();
}
}
instance of movieClip 1792 {
onClipEvent (release) {
_root.costume = 25;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1796 {
onClipEvent (release) {
_root.costume = 26;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1740 {
onClipEvent (release) {
_root.costume = 23;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1800 {
onClipEvent (release) {
_root.costume = 27;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1744 {
onClipEvent (release) {
_root.costume = 28;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1788 {
onClipEvent (release) {
_root.costume = 21;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1804 {
onClipEvent (release) {
_root.costume = 24;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1748 {
onClipEvent (release) {
_root.costume = 29;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
instance of movieClip 1777 {
onClipEvent (release) {
_root.costume = 22;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = false;
_root.checkCostume();
_parent._parent.replaceGirl();
}
}
frame 4 {
function resetMusic() {
btnMus1.gotoAndStop('off');
btnMus2.gotoAndStop('off');
btnMus3.gotoAndStop('off');
btnMus4.gotoAndStop('off');
btnMus5.gotoAndStop('off');
btnMus6.gotoAndStop('off');
btnMus7.gotoAndStop('off');
if (_root.BGMplaying == 1) {
btnMus1.gotoAndStop('on');
} else {
if (_root.BGMplaying == 2) {
btnMus2.gotoAndStop('on');
} else {
if (_root.BGMplaying == 3) {
btnMus3.gotoAndStop('on');
} else {
if (_root.BGMplaying == 4) {
btnMus4.gotoAndStop('on');
} else {
if (_root.BGMplaying == 5) {
btnMus5.gotoAndStop('on');
} else {
if (_root.BGMplaying == 6) {
btnMus6.gotoAndStop('on');
} else {
if (_root.BGMplaying == 7) {
btnMus7.gotoAndStop('on');
}
}
}
}
}
}
}
}
resetMusic();
}
instance btnMus1 of movieClip 1810 {
onClipEvent (release) {
if (_root.BGMplaying != 1) {
_root.BGMplaying = 1;
_root.Music();
_parent.resetMusic();
}
if (_root.BGMmute == true) {
_parent._parent.volSetting.gotoAndStop('no');
_root.BGMmute = false;
}
}
}
instance btnMus3 of movieClip 1816 {
onClipEvent (release) {
if (_root.BGMplaying != 3) {
_root.BGMplaying = 3;
_root.Music();
_parent.resetMusic();
}
if (_root.BGMmute == true) {
_parent._parent.volSetting.gotoAndStop('no');
_root.BGMmute = false;
}
}
}
instance btnMus4 of movieClip 1822 {
onClipEvent (release) {
if (_root.BGMplaying != 4) {
_root.BGMplaying = 4;
_root.Music();
_parent.resetMusic();
}
if (_root.BGMmute == true) {
_parent._parent.volSetting.gotoAndStop('no');
_root.BGMmute = false;
}
}
}
instance btnMus5 of movieClip 1828 {
onClipEvent (release) {
if (_root.BGMplaying != 5) {
_root.BGMplaying = 5;
_root.Music();
_parent.resetMusic();
}
if (_root.BGMmute == true) {
_parent._parent.volSetting.gotoAndStop('no');
_root.BGMmute = false;
}
}
}
instance btnMus6 of movieClip 1834 {
onClipEvent (release) {
if (_root.BGMplaying != 6) {
_root.BGMplaying = 6;
_root.Music();
_parent.resetMusic();
}
if (_root.BGMmute == true) {
_parent._parent.volSetting.gotoAndStop('no');
_root.BGMmute = false;
}
}
}
instance btnMus7 of movieClip 1840 {
onClipEvent (release) {
if (_root.BGMplaying != 7) {
_root.BGMplaying = 7;
_root.Music();
_parent.resetMusic();
}
if (_root.BGMmute == true) {
_parent._parent.volSetting.gotoAndStop('no');
_root.BGMmute = false;
}
}
}
instance btnMus2 of movieClip 1846 {
onClipEvent (release) {
if (_root.BGMplaying != 2) {
_root.BGMplaying = 2;
_root.Music();
_parent.resetMusic();
}
if (_root.BGMmute == true) {
_parent._parent.volSetting.gotoAndStop('no');
_root.BGMmute = false;
}
}
}
}
button 8159 {
on (release) {
if (busy != true) {
if (_parent.HUD.ended == true) {
gotoAndPlay('transChange');
} else {
if (ender._currentframe == 3) {
gotoAndPlay('transChange');
} else {
if (ender._currentframe == 4) {
gotoAndPlay('transGo');
} else {
gotoAndPlay('transCome');
}
}
}
}
}
}
movieClip 8160 {
frame 1 {
function replaceGirl() {
_parent.gotoAndStop(1);
ender.headStripping.iconReset();
ender.bodyStripping.iconReset();
_parent.gotoAndStop(2);
}
gotoAndStop('hide');
}
instance volSetting of movieClip 508 {
onClipEvent (press) {
if (_root.BGMmute != true) {
this.gotoAndStop('yes');
_root.BGMmute = true;
} else {
this.gotoAndStop('no');
_root.BGMmute = false;
}
}
}
instance sfxSetting of movieClip 511 {
onClipEvent (press) {
if (_root.SFXmute != true) {
this.gotoAndStop('yes');
_root.SFXmute = true;
} else {
this.gotoAndStop('no');
_root.SFXmute = false;
}
}
}
frame 2 {
stop();
}
frame 166 {
ender.gotoAndStop('end');
}
frame 181 {
stop();
busy = false;
}
frame 182 {
gotoAndStop('done');
}
frame 183 {
ender.gotoAndStop('dress');
}
frame 193 {
gotoAndStop('done');
}
frame 204 {
gotoAndPlay('skip');
}
frame 215 {
if (ender._currentframe == 2) {
ender.gotoAndStop(3);
} else {
if (ender._currentframe == 3) {
ender.gotoAndStop(4);
} else {
ender.gotoAndStop(2);
}
}
}
frame 225 {
gotoAndStop('done');
}
frame 236 {
ender.gotoAndStop('end');
gotoAndStop('hide');
}
}
movieClip 8163 {
}
movieClip 8165 {
}
movieClip 8166 {
}
movieClip 8168 {
}
movieClip 8170 {
}
movieClip 8172 {
}
movieClip 8174 {
}
movieClip 8176 {
}
movieClip 8178 {
}
movieClip 8180 {
}
movieClip 8182 {
}
movieClip 8184 {
}
movieClip 8186 {
}
movieClip 8188 {
}
movieClip 8189 {
}
movieClip 8191 {
}
movieClip 8193 {
}
movieClip 8195 {
}
movieClip 8197 {
}
movieClip 8206 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8214 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8216 {
}
movieClip 8218 {
}
movieClip 8227 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8236 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8245 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8254 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8258 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8288 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8320 {
frame 1 {
function pre() {
_parent._parent._parent._parent._parent.HUD.hud4.hold = true;
_parent._parent._parent._parent._parent.HUD.hud4.bar.gotoAndPlay('cum');
}
gotoAndStop('hide');
}
frame 35 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('volus1');
}
}
frame 37 {
pre();
}
frame 38 {
pre();
}
frame 54 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('volus2');
}
}
frame 82 {
gotoAndPlay('end');
}
frame 113 {
pre();
}
frame 114 {
pre();
}
frame 114 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('volus1');
}
}
frame 133 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('volus2');
}
}
frame 161 {
gotoAndPlay('end');
}
frame 230 {
}
frame 244 {
_parent._parent._parent._parent._parent.HUD.hud4._startNumberAim = 1;
_parent._parent._parent._parent._parent.HUD.hud4._endNumberAim = 1;
}
frame 355 {
gotoAndStop('came');
_parent._parent._parent._parent._parent.HUD.hud4.hold = false;
_parent._parent._parent._parent._parent.HUD.hud4._startNumberAim = 1;
_parent._parent._parent._parent._parent.HUD.hud4._endNumberAim = 10;
_parent._parent._parent._parent._parent.HUD.hud4.prog = 0;
_parent._parent._parent._parent._parent.HUD.hud4.gotoAndStop('slow');
_parent._parent._parent._parent._parent.HUD.hud4.speedSelect._visible = true;
}
}
movieClip 8321 {
}
movieClip 8328 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8336 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8337 {
}
movieClip 8341 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8349 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8351 {
}
movieClip 8357 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8372 {
frame 1 {
gotoAndStop('hide');
}
frame 34 {
gotoAndStop('came');
}
frame 66 {
gotoAndStop('came');
}
}
movieClip 8380 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8382 {
}
movieClip 8385 {
}
movieClip 8437 {
frame 1 {
function pre() {
_parent._parent._parent._parent.HUD.hud5.hold = true;
_parent._parent._parent._parent.HUD.hud5.bar.gotoAndPlay('cum');
}
gotoAndStop('hide');
}
frame 8 {
pre();
}
frame 9 {
pre();
}
frame 45 {
_parent.cum2.gotoAndPlay('cum');
_parent.pelvis.cum.gotoAndPlay('cum');
}
frame 45 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('human1');
}
}
frame 46 {
_parent.cum2.gotoAndPlay('cum');
_parent.pelvis.cum.gotoAndPlay('cum');
}
frame 62 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('human2');
}
}
frame 93 {
gotoAndPlay('end');
}
frame 98 {
pre();
}
frame 99 {
pre();
}
frame 135 {
pre();
_parent.cum2.gotoAndPlay('cum');
_parent.pelvis.cum.gotoAndPlay('cumRe');
}
frame 135 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('human1');
}
}
frame 136 {
pre();
_parent.cum2.gotoAndPlay('cum');
_parent.pelvis.cum.gotoAndPlay('cumRe');
}
frame 152 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('human2');
}
}
frame 183 {
gotoAndPlay('end');
}
frame 230 {
}
frame 244 {
_parent._parent._parent._parent.HUD.humanGrav = 0.005;
_parent._parent._parent._parent.HUD.hud5._startNumberAim = 1;
_parent._parent._parent._parent.HUD.hud5._endNumberAim = 1;
}
frame 355 {
gotoAndStop('came');
_parent._parent._parent._parent.HUD.hud5.hold = false;
_parent._parent._parent._parent.HUD.hud5._startNumberAim = 1;
_parent._parent._parent._parent.HUD.hud5._endNumberAim = 10;
_parent._parent._parent._parent.HUD.hud5.prog = 0;
_parent._parent._parent._parent.HUD.hud5.gotoAndStop('slow');
_parent._parent._parent._parent.HUD.hud5.speedSelect._visible = true;
}
}
movieClip 8444 {
frame 1 {
gotoAndStop('hide');
}
frame 34 {
gotoAndStop('hide');
}
}
movieClip 8446 {
}
movieClip 8448 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8450 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8452 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8454 {
}
movieClip 8463 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8473 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8482 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8491 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8493 {
}
movieClip 8507 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8509 {
}
movieClip 8516 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8524 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8533 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8541 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8548 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8556 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8557 {
}
movieClip 8559 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8560 {
}
movieClip 8570 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8578 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8580 {
}
movieClip 8582 {
}
movieClip 8583 {
frame 1 {
stop();
var gravi = new Gravitation(7);
act.gotoAndStop(61);
gravi.move_draw = 0.5;
gravi.swing_draw[0] = 0.5;
gravi.swing_fadeout[0] = 0.15;
gravi.swing_draw[1] = 0.5;
gravi.swing_fadeout[1] = 0.1;
gravi.swing_draw[2] = 0.5;
gravi.swing_fadeout[2] = 0.08;
gravi.swing_draw[3] = 0.5;
gravi.swing_fadeout[3] = 0.11;
gravi.swing_draw[4] = 0.5;
gravi.swing_fadeout[4] = 0.09;
gravi.swing_draw[5] = 0.5;
gravi.swing_fadeout[5] = 0.13;
gravi.swing_draw[6] = 0.5;
gravi.swing_fadeout[6] = 0.12;
gravi.control_mode = 1;
gravi.auto_fade_out_speed = 0.006;
blink_anim1 = 0;
CycleAnimsUpdate = function () {
blink_anim1 += 0.008333;
if (blink_anim1 >= 1) {
blink_anim1 -= 1;
}
};
onEnterFrame = function () {
CycleAnimsUpdate();
gravi.Update();
act.gotoAndStop(int(gravi.move_draw * panel.frame_width + panel.frame_start));
act.h1.gotoAndStop(int(gravi.swing_draw[0] * 60 + 1));
act.h2.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h3.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h4.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.h5.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.h6.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.h7.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act.h8.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h9.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h10.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.h11.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.h12.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.h13.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act.h14.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h15.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h16.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.h17.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.h18.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act.h19.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h20.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h21.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.head1.h1.gotoAndStop(int(gravi.swing_draw[0] * 60 + 1));
act.head1.h2.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.head1.h3.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.head1.h4.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.head1.h5.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.head1.h6.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.head2.h1.gotoAndStop(int(gravi.swing_draw[0] * 60 + 1));
act.head2.h2.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
if (gravi.control_mode == 2) {
if (gravi.auto_move_fade_k <= 0) {
gravi.control_mode = 1;
panel.frame_width = 1;
panel.btn_0.onPress();
act.boob.head.gotoAndStop(2);
act.head_guy1.gotoAndStop(2);
act.head_guy2.gotoAndStop(2);
play();
} else {
if (gravi.auto_move_fade_k < 0.85) {
if (cummed2 == undefined) {
cummed2 = true;
act.cum2.play();
}
} else {
if (gravi.auto_move_fade_k < 0.9) {
if (cummed1 == undefined) {
act.boob.head.gotoAndStop(3);
act.head_guy1.gotoAndStop(3);
act.head_guy2.gotoAndStop(3);
cummed1 = true;
act.cum1.play();
}
}
}
}
}
};
}
frame 2 {
stop();
_root.per_s3 = true;
if (_root.per_s1 == true && _root.per_s2 == true && _root.per_s3 == true) {
_root.gotoScreen('1');
}
}
}
movieClip 8585 {
}
movieClip 8587 {
}
movieClip 8589 {
}
movieClip 8591 {
}
movieClip 8593 {
}
movieClip 8595 {
}
movieClip 8597 {
}
movieClip 8599 {
}
movieClip 8601 {
}
movieClip 8603 {
}
movieClip 8620 {
frame 1 {
function pre() {
_parent.eyes.gotoAndPlay('closed');
_parent._parent._parent._parent.HUD.hud1.hold = true;
_parent._parent._parent._parent.HUD.hud1.bar.gotoAndPlay('cum');
if (_root.character == 5 or _root.character == 6) {
_parent.cumInsideMask.gotoAndPlay('cum');
_parent.cumMask.gotoAndPlay('cum');
} else {
_parent.cumInside.gotoAndPlay('cum');
_parent.cumMouth.gotoAndPlay('cum');
}
}
function preRe() {
_parent.eyes.gotoAndPlay('closed');
_parent._parent._parent._parent.HUD.hud1.hold = true;
_parent._parent._parent._parent.HUD.hud1.bar.gotoAndPlay('cum');
if (_root.character == 5 or _root.character == 6) {
_parent.cumInsideMask.gotoAndPlay('cum');
_parent.cumMask.gotoAndPlay('cumRe');
} else {
_parent.cumInside.gotoAndPlay('cum');
_parent.cumMouth.gotoAndPlay('cumRe');
}
}
gotoAndStop('hide');
}
frame 20 {
pre();
}
frame 21 {
pre();
}
frame 28 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('turian1');
}
}
frame 46 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('turian2');
}
}
frame 49 {
gotoAndPlay('end');
}
frame 66 {
preRe();
}
frame 67 {
preRe();
}
frame 74 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('turian1');
}
}
frame 92 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('turian2');
}
}
frame 95 {
gotoAndPlay('end');
}
frame 125 {
_parent._parent._parent._parent.HUD.turianGrav = 0.005;
_parent._parent._parent._parent.HUD.hud1._startNumberAim = 1;
_parent._parent._parent._parent.HUD.hud1._endNumberAim = 1;
}
frame 275 {
gotoAndStop('came');
_parent._parent._parent._parent.HUD.hud1.hold = false;
_parent._parent._parent._parent.HUD.hud1._startNumberAim = 1;
_parent._parent._parent._parent.HUD.hud1._endNumberAim = 10;
_parent._parent._parent._parent.HUD.hud1.prog = 0;
_parent._parent._parent._parent.HUD.hud1.gotoAndStop('slow');
_parent._parent._parent._parent.HUD.hud1.speedSelect._visible = true;
}
}
movieClip 8622 {
}
movieClip 8624 {
}
movieClip 8626 {
}
movieClip 8629 {
}
movieClip 8631 {
}
movieClip 8633 {
}
movieClip 8635 {
}
movieClip 8643 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8651 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8657 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8665 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8673 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8682 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8691 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8700 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8702 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8713 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8722 {
frame 1 {
if (_root.hideNipples == false) {
if (_root.strippedTop == true or _root.strippedFull == true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
} else {
gotoAndStop('hide');
}
}
}
movieClip 8723 {
}
movieClip 8725 {
frame 1 {
gotoAndStop('no');
}
}
movieClip 8727 {
frame 1 {
gotoAndStop('no');
}
}
movieClip 8728 {
}
movieClip 8737 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8746 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8748 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8757 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8766 {
frame 1 {
if (_root.hideNipples == false) {
if (_root.strippedTop == true or _root.strippedFull == true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
} else {
gotoAndStop('hide');
}
}
}
movieClip 8776 {
frame 1 {
if (_root.hideNipples == false) {
if (_root.strippedTop == true or _root.strippedFull == true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
} else {
gotoAndStop('hide');
}
}
}
movieClip 8778 {
frame 1 {
if (_root.hideNipples == false) {
if (_root.strippedTop == true or _root.strippedFull == true) {
gotoAndStop(_root.character + 1);
} else {
gotoAndStop('hide');
}
} else {
gotoAndStop('hide');
}
}
}
movieClip 8783 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8785 {
frame 1 {
gotoAndStop('no');
}
}
movieClip 8787 {
frame 1 {
gotoAndStop('no');
}
}
movieClip 8788 {
}
movieClip 8789 {
}
movieClip 8791 {
frame 1 {
gotoAndStop('no');
}
}
movieClip 8795 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8803 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8805 {
frame 1 {
gotoAndStop('no');
}
}
movieClip 8807 {
frame 1 {
gotoAndStop('no');
}
}
movieClip 8809 {
frame 1 {
gotoAndStop('no');
}
}
movieClip 8811 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8818 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8826 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8828 {
frame 1 {
gotoAndStop('no');
}
}
movieClip 8841 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8851 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8880 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8890 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8891 {
frame 1 {
gotoAndPlay(random(60) + 1);
if (!eyes) {
up._visible = false;
down._visible = true;
back._visible = false;
}
eyes = Math.ceil(random(10));
if (eyes == 1) {
up._visible = true;
down._visible = false;
back._visible = false;
} else {
if (eyes == 2) {
up._visible = false;
down._visible = true;
back._visible = false;
} else {
if (eyes == 3) {
up._visible = false;
down._visible = false;
back._visible = true;
}
}
}
}
frame 105 {
gotoAndStop(1);
}
frame 106 {
gotoAndPlay(random(60) + 106);
}
frame 250 {
gotoAndStop(1);
}
}
movieClip 8893 {
frame 1 {
gotoAndStop('no');
}
}
movieClip 8903 {
frame 1 {
gotoAndStop('hide');
}
frame 30 {
stop();
}
frame 58 {
stop();
}
}
movieClip 8905 {
frame 1 {
gotoAndStop('no');
}
}
movieClip 8907 {
frame 1 {
gotoAndStop('no');
}
}
movieClip 8909 {
}
movieClip 8911 {
}
movieClip 8921 {
}
movieClip 8922 {
frame 1 {
stop();
var gravi = new Gravitation(7);
act.gotoAndStop(61);
gravi.move_draw = 0.5;
gravi.swing_draw[0] = 0.5;
gravi.swing_fadeout[0] = 0.15;
gravi.swing_draw[1] = 0.5;
gravi.swing_fadeout[1] = 0.1;
gravi.swing_draw[2] = 0.5;
gravi.swing_fadeout[2] = 0.08;
gravi.swing_draw[3] = 0.5;
gravi.swing_fadeout[3] = 0.11;
gravi.swing_draw[4] = 0.5;
gravi.swing_fadeout[4] = 0.09;
gravi.swing_draw[5] = 0.5;
gravi.swing_fadeout[5] = 0.13;
gravi.swing_draw[6] = 0.5;
gravi.swing_fadeout[6] = 0.12;
gravi.control_mode = 1;
gravi.auto_fade_out_speed = 0.006;
blink_anim1 = 0;
CycleAnimsUpdate = function () {
blink_anim1 += 0.008333;
if (blink_anim1 >= 1) {
blink_anim1 -= 1;
}
};
onEnterFrame = function () {
CycleAnimsUpdate();
gravi.Update();
act.gotoAndStop(int(gravi.move_draw * panel.frame_width + panel.frame_start));
act.h1.gotoAndStop(int(gravi.swing_draw[0] * 60 + 1));
act.h2.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h3.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h4.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.h5.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.h6.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.h7.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act.h8.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h9.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h10.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.h11.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.h12.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.h13.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act.h14.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h15.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h16.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.h17.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.h18.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act.h19.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h20.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h21.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.head1.h1.gotoAndStop(int(gravi.swing_draw[0] * 60 + 1));
act.head1.h2.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.head1.h3.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.head1.h4.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.head1.h5.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.head1.h6.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.head2.h1.gotoAndStop(int(gravi.swing_draw[0] * 60 + 1));
act.head2.h2.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
if (gravi.control_mode == 2) {
if (gravi.auto_move_fade_k <= 0) {
gravi.control_mode = 1;
panel.frame_width = 1;
panel.btn_0.onPress();
act.boob.head.gotoAndStop(2);
act.head_guy1.gotoAndStop(2);
act.head_guy2.gotoAndStop(2);
play();
} else {
if (gravi.auto_move_fade_k < 0.85) {
if (cummed2 == undefined) {
cummed2 = true;
act.cum2.play();
}
} else {
if (gravi.auto_move_fade_k < 0.9) {
if (cummed1 == undefined) {
act.boob.head.gotoAndStop(3);
act.head_guy1.gotoAndStop(3);
act.head_guy2.gotoAndStop(3);
cummed1 = true;
act.cum1.play();
}
}
}
}
}
};
}
frame 2 {
stop();
_root.per_s1 = true;
if (_root.per_s1 == true && _root.per_s2 == true && _root.per_s3 == true) {
_root.gotoScreen('1');
}
}
}
movieClip 8930 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8938 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8944 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8952 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8960 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 8970 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 8972 {
}
movieClip 8974 {
}
movieClip 8976 {
}
movieClip 8978 {
}
movieClip 8979 {
}
movieClip 8981 {
}
movieClip 9025 {
frame 1 {
gotoAndStop('hide');
}
frame 17 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('krogan1');
}
}
frame 19 {
_parent._parent._parent.turian.act.eyes.gotoAndPlay('closed');
_parent._parent._parent._parent.HUD.hud3.hold = true;
_parent._parent._parent._parent.HUD.hud3.bar.gotoAndPlay('cum');
}
frame 25 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('krogan2');
}
}
frame 33 {
_parent._parent._parent.turian.act.cumFace1.gotoAndStop('yes');
}
frame 34 {
_parent._parent._parent.turian.act.cumFace2.gotoAndStop('yes');
}
frame 35 {
_parent._parent._parent.turian.act.cumNeck3.gotoAndStop('yes');
_parent._parent._parent.turian.act.cumFace3.gotoAndStop('yes');
}
frame 36 {
_parent._parent._parent.turian.act.cumNeck4.gotoAndStop('yes');
}
frame 38 {
_parent._parent._parent.turian.act.h2.cumChest1.gotoAndStop('yes');
}
frame 39 {
_parent._parent._parent.turian.act.h2.cumChest3.gotoAndStop('yes');
}
frame 41 {
_parent.cock.play();
}
frame 45 {
_parent._parent._parent.turian.act.h2.cumChest2.gotoAndStop('yes');
}
frame 46 {
_parent._parent._parent.turian.act.h1.cumChest3.gotoAndStop('yes');
}
frame 47 {
_parent._parent._parent.turian.act.h1.cumChest4.gotoAndStop('yes');
}
frame 47 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('krogan3');
}
}
frame 64 {
_parent._parent._parent.turian.act.cumHair.gotoAndStop('yes');
}
frame 67 {
_parent._parent._parent.turian.act.cumNeck1.gotoAndStop('yes');
_parent._parent._parent.turian.act.cumShoulder1.gotoAndStop('yes');
}
frame 68 {
_parent._parent._parent.turian.act.cumNeck2.gotoAndStop('yes');
_parent.cumShoulder2.gotoAndStop('yes');
}
frame 69 {
_parent.cumShoulder3.gotoAndStop('yes');
}
frame 71 {
gotoAndPlay('end');
}
frame 125 {
_parent._parent._parent._parent.HUD.hud3._startNumberAim = 1;
_parent._parent._parent._parent.HUD.hud3._endNumberAim = 1;
}
frame 275 {
gotoAndStop('hide');
_parent._parent._parent._parent.HUD.hud3.hold = false;
_parent._parent._parent._parent.HUD.hud3._startNumberAim = 1;
_parent._parent._parent._parent.HUD.hud3._endNumberAim = 10;
_parent._parent._parent._parent.HUD.hud3.prog = 0;
_parent._parent._parent._parent.HUD.hud3.gotoAndStop('slow');
_parent._parent._parent._parent.HUD.hud3.speedSelect._visible = true;
}
}
movieClip 9035 {
frame 1 {
gotoAndStop(2);
}
frame 59 {
stop();
}
frame 115 {
gotoAndStop('halt');
}
}
movieClip 9043 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 9057 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9064 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 9072 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9078 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 9086 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9088 {
}
movieClip 9090 {
}
movieClip 9092 {
}
movieClip 9094 {
}
movieClip 9096 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 9097 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9099 {
}
movieClip 9100 {
frame 1 {
stop();
var gravi = new Gravitation(7);
act1.gotoAndStop(61);
gravi.move_draw = 0.5;
gravi.swing_draw[0] = 0.5;
gravi.swing_fadeout[0] = 0.15;
gravi.swing_draw[1] = 0.5;
gravi.swing_fadeout[1] = 0.1;
gravi.swing_draw[2] = 0.5;
gravi.swing_fadeout[2] = 0.08;
gravi.swing_draw[3] = 0.5;
gravi.swing_fadeout[3] = 0.11;
gravi.swing_draw[4] = 0.5;
gravi.swing_fadeout[4] = 0.09;
gravi.swing_draw[5] = 0.5;
gravi.swing_fadeout[5] = 0.13;
gravi.swing_draw[6] = 0.5;
gravi.swing_fadeout[6] = 0.12;
gravi.control_mode = 1;
gravi.auto_fade_out_speed = 0.006;
blink_anim1 = 0;
CycleAnimsUpdate = function () {
blink_anim1 += 0.008333;
if (blink_anim1 >= 1) {
blink_anim1 -= 1;
}
};
onEnterFrame = function () {
CycleAnimsUpdate();
gravi.Update();
act1.gotoAndStop(int(gravi.move_draw * panel.frame_width + panel.frame_start));
act1.h1.gotoAndStop(int(gravi.swing_draw[0] * 60 + 1));
act1.h2.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act1.h3.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act1.h4.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.h5.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act1.h6.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act1.h7.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act1.h8.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act1.h9.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act1.h10.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act1.h11.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act1.h12.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act1.h13.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act1.h14.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act1.h15.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act1.h16.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act1.h17.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act1.h18.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act1.h19.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act1.h20.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act1.h21.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
if (gravi.control_mode == 2) {
if (gravi.auto_move_fade_k <= 0) {
gravi.control_mode = 1;
panel.frame_width = 1;
panel.btn_0.onPress();
act1.boob.head.gotoAndStop(2);
act1.head_guy1.gotoAndStop(2);
act1.head_guy2.gotoAndStop(2);
play();
} else {
if (gravi.auto_move_fade_k < 0.85) {
if (cummed2 == undefined) {
cummed2 = true;
act1.cum2.play();
}
} else {
if (gravi.auto_move_fade_k < 0.9) {
if (cummed1 == undefined) {
act1.boob.head.gotoAndStop(3);
act1.head_guy1.gotoAndStop(3);
act1.head_guy2.gotoAndStop(3);
cummed1 = true;
act1.cum1.play();
}
}
}
}
}
};
}
frame 2 {
stop();
_root.per_s2 = true;
if (_root.per_s1 == true && _root.per_s2 == true && _root.per_s3 == true) {
_root.gotoScreen('1');
}
}
}
movieClip 9106 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 9114 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9120 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 9128 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9136 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 9145 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9152 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 9181 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9183 {
}
movieClip 9245 {
}
movieClip 9283 {
frame 1 {
gotoAndStop('hide');
}
frame 16 {
_parent._parent._parent.turian.act.eyes.gotoAndPlay('closed');
_parent._parent._parent._parent.HUD.hud2.hold = true;
_parent._parent._parent._parent.HUD.hud2.bar.gotoAndPlay('cum');
}
frame 24 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('vorcha1');
}
}
frame 35 {
_parent.cock.play();
}
frame 35 {
if (_root.SFXmute != true) {
_root.sounds.gotoAndStop('vorcha2');
}
}
frame 42 {
_parent._parent._parent.turian.act.cumChest.gotoAndStop('yes');
_parent._parent._parent.turian.act.h1.cumChest1.gotoAndStop('yes');
}
frame 69 {
_parent._parent._parent.turian.act.h1.cumChest2.gotoAndStop('yes');
}
frame 73 {
_parent._parent._parent.turian.act.h2.cumChest1.gotoAndStop('yes');
}
frame 78 {
gotoAndPlay('end');
}
frame 125 {
_parent._parent._parent._parent.HUD.hud2._startNumberAim = 1;
_parent._parent._parent._parent.HUD.hud2._endNumberAim = 1;
}
frame 275 {
gotoAndStop('hide');
_parent._parent._parent._parent.HUD.hud2.hold = false;
_parent._parent._parent._parent.HUD.hud2._startNumberAim = 1;
_parent._parent._parent._parent.HUD.hud2._endNumberAim = 10;
_parent._parent._parent._parent.HUD.hud2.prog = 0;
_parent._parent._parent._parent.HUD.hud2.gotoAndStop('slow');
_parent._parent._parent._parent.HUD.hud2.speedSelect._visible = true;
}
}
movieClip 9298 {
frame 1 {
gotoAndStop(2);
}
frame 59 {
stop();
}
frame 115 {
gotoAndStop('halt');
}
}
movieClip 9308 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 9316 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9322 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 9330 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9336 {
frame 1 {
gotoAndStop(_root.costume + 1);
}
}
movieClip 9344 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9347 {
}
movieClip 9349 {
}
movieClip 9351 {
}
movieClip 9353 {
}
movieClip 9355 {
}
movieClip 9357 {
}
movieClip 9359 {
}
movieClip 9361 {
}
movieClip 9363 {
}
movieClip 9367 {
}
movieClip 9368 {
frame 1 {
stop();
var gravi = new Gravitation(7);
act.gotoAndStop(61);
gravi.move_draw = 0.5;
gravi.swing_draw[0] = 0.5;
gravi.swing_fadeout[0] = 0.15;
gravi.swing_draw[1] = 0.5;
gravi.swing_fadeout[1] = 0.1;
gravi.swing_draw[2] = 0.5;
gravi.swing_fadeout[2] = 0.08;
gravi.swing_draw[3] = 0.5;
gravi.swing_fadeout[3] = 0.11;
gravi.swing_draw[4] = 0.5;
gravi.swing_fadeout[4] = 0.09;
gravi.swing_draw[5] = 0.5;
gravi.swing_fadeout[5] = 0.13;
gravi.swing_draw[6] = 0.5;
gravi.swing_fadeout[6] = 0.12;
gravi.control_mode = 1;
gravi.auto_fade_out_speed = 0.006;
blink_anim1 = 0;
CycleAnimsUpdate = function () {
blink_anim1 += 0.008333;
if (blink_anim1 >= 1) {
blink_anim1 -= 1;
}
};
onEnterFrame = function () {
CycleAnimsUpdate();
gravi.Update();
act.gotoAndStop(int(gravi.move_draw * panel.frame_width + panel.frame_start));
act.h1.gotoAndStop(int(gravi.swing_draw[0] * 60 + 1));
act.h2.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h3.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h4.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.h5.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.h6.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.h7.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act.h8.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h9.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h10.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.h11.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.h12.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.h13.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act.h14.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h15.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h16.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.h17.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.h18.gotoAndStop(int(gravi.swing_draw[6] * 60 + 1));
act.h19.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.h20.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.h21.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.head1.h1.gotoAndStop(int(gravi.swing_draw[0] * 60 + 1));
act.head1.h2.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
act.head1.h3.gotoAndStop(int(gravi.swing_draw[2] * 60 + 1));
act.head1.h4.gotoAndStop(int(gravi.swing_draw[3] * 60 + 1));
act.head1.h5.gotoAndStop(int(gravi.swing_draw[4] * 60 + 1));
act.head1.h6.gotoAndStop(int(gravi.swing_draw[5] * 60 + 1));
act.head2.h1.gotoAndStop(int(gravi.swing_draw[0] * 60 + 1));
act.head2.h2.gotoAndStop(int(gravi.swing_draw[1] * 60 + 1));
if (gravi.control_mode == 2) {
if (gravi.auto_move_fade_k <= 0) {
gravi.control_mode = 1;
panel.frame_width = 1;
panel.btn_0.onPress();
act.boob.head.gotoAndStop(2);
act.head_guy1.gotoAndStop(2);
act.head_guy2.gotoAndStop(2);
play();
} else {
if (gravi.auto_move_fade_k < 0.85) {
if (cummed2 == undefined) {
cummed2 = true;
act.cum2.play();
}
} else {
if (gravi.auto_move_fade_k < 0.9) {
if (cummed1 == undefined) {
act.boob.head.gotoAndStop(3);
act.head_guy1.gotoAndStop(3);
act.head_guy2.gotoAndStop(3);
cummed1 = true;
act.cum1.play();
}
}
}
}
}
};
}
frame 2 {
stop();
_root.per_s1 = true;
if (_root.per_s1 == true && _root.per_s2 == true && _root.per_s3 == true) {
_root.gotoScreen('1');
}
}
}
movieClip 9369 {
}
movieClip 9379 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9396 {
frame 1 {
gotoAndStop('hide');
}
frame 67 {
gotoAndStop('came');
}
frame 133 {
gotoAndStop('came');
}
}
movieClip 9406 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9420 {
frame 1 {
gotoAndStop('hide');
}
frame 72 {
gotoAndStop('came');
}
frame 143 {
gotoAndStop('came');
}
}
movieClip 9432 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9444 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9456 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9468 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9480 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9492 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9504 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9516 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9528 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9540 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9552 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9564 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9576 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9588 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9600 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9612 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9624 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9636 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9648 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9660 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9672 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9684 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9696 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9708 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9720 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9732 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9744 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9756 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9779 {
frame 1 {
}
}
movieClip 9788 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9798 {
frame 1 {
gotoAndStop(_root.character + 1);
}
}
movieClip 9821 {
frame 1 {
}
}
movieClip 9835 {
frame 1096 {
stop();
}
}
button 9837 {
on (release) {
playSpeed = 0.5;
_parent._parent.endScene.krogan.gravi.auto_speed = 0.01;
_startNumberAim = 120;
_endNumberAim = 120;
cum();
speedSelect._visible = false;
speedSelect._x = 10.95;
speedSelect._y = -1.55;
}
}
button 9838 {
on (release) {
playSpeed = 20;
_parent._parent.endScene.krogan.gravi.auto_speed = 0.15;
_startNumberAim = 35;
_endNumberAim = 120;
speedSelect._x = 36.2;
speedSelect._y = -1.55;
}
}
button 9839 {
on (release) {
playSpeed = 9;
_parent._parent.endScene.krogan.gravi.auto_speed = 0.1;
_startNumberAim = 10;
_endNumberAim = 70;
speedSelect._x = 27.8;
speedSelect._y = -1.55;
}
}
button 9840 {
on (release) {
playSpeed = 0.5;
_parent._parent.endScene.krogan.gravi.auto_speed = 0.01;
_startNumberAim = 1;
_endNumberAim = 10;
speedSelect._x = 10.95;
speedSelect._y = -1.55;
}
}
button 9841 {
on (release) {
playSpeed = 3;
_parent._parent.endScene.krogan.gravi.auto_speed = 0.05;
_startNumberAim = 1;
_endNumberAim = 50;
speedSelect._x = 19.35;
speedSelect._y = -1.55;
}
}
movieClip 9843 {
frame 1 {
function cum() {
hold = 'cum';
gotoAndStop('hold');
_parent._parent.endScene.krogan.act1.cum.gotoAndPlay('cum');
came = true;
_parent.checkEnd();
}
function frame() {
if (_startNumber != _startNumberAim) {
if (_startNumberAim < _startNumber) {
--_startNumber;
if (_startNumberAim < _startNumber * 0.75 && hold != true) {
_startNumber = Math.round(_startNumber * 0.9);
}
} else {
++_startNumber;
if (_startNumberAim > _startNumber * 1.25 && hold != true) {
_startNumber = Math.round(_startNumber * 1.1);
}
}
}
if (_endNumber != _endNumberAim) {
if (_endNumberAim < _endNumber) {
--_endNumber;
if (_endNumberAim < _endNumber * 0.75 && hold != true) {
_endNumber = Math.round(_endNumber * 0.9);
}
} else {
++_endNumber;
if (_endNumberAim > _endNumber * 1.25 && hold != true) {
_endNumber = Math.round(_endNumber * 1.1);
}
}
}
if (_delta != playSpeed) {
if (_delta < playSpeed) {
_delta += 0.1;
} else {
if (_delta > playSpeed) {
_delta -= 0.5;
}
}
}
new_frame += _direction * _delta;
if (new_frame > _endNumber) {
_direction *= -1;
new_frame = _endNumber;
}
if (new_frame < _startNumber) {
_direction *= -1;
new_frame = _startNumber;
}
_parent._parent.endScene.krogan.act1.gotoAndStop(Math.ceil(new_frame));
if (hold != 'cum' && hold != true) {
if (prog <= 250) {
if (playSpeed >= 3) {
++prog;
}
} else {
if (prog > 250 && prog <= 500) {
if (playSpeed >= 9) {
++prog;
}
if (_currentframe >= 5) {
gotoAndStop('mid');
}
} else {
if (prog > 500 && prog <= 750) {
if (playSpeed >= 20) {
++prog;
}
if (_currentframe >= 4) {
gotoAndStop('fast');
}
} else {
if (prog >= 750) {
prog = 1000;
if (_currentframe >= 3) {
gotoAndStop('cum');
}
}
}
}
}
bar.gotoAndStop(prog + 2);
}
if (_root.SFXmute != true) {
if (Math.floor(_delta) > 0) {
if (_root.SFXhandRPlaying != true) {
_root.SoundHandRight.SFXhandR.start(0, 999);
_root.SFXhandRPlaying = true;
}
if (_root.SFXhandRVol != Math.round(_delta) * 5) {
_root.SoundHandRight.SFXhandR.setVolume(Math.round(_delta) * 5);
_root.SFXhandRVol = Math.round(_delta) * 5;
}
} else {
if (_root.SFXhandRPlaying == true) {
_root.SoundHandRight.SFXhandR.stop();
_root.SFXhandRPlaying = false;
}
}
} else {
if (_root.SFXhandRPlaying == true) {
_root.SoundHandRight.SFXhandR.stop();
_root.SFXhandRPlaying = false;
}
}
}
_mode = 0;
new_frame = 1;
_direction = 1;
playSpeed = 0.5;
_delta = 0.5;
pleasure_meter._visible = true;
pleasure_meter.reset();
hold = false;
came = false;
_startNumber = 1;
_startNumberAim = 1;
_endNumber = 1;
_endNumberAim = 10;
_parent._parent.endScene.krogan.gravi.auto_speed = 0.01;
if (!prog) {
prog = 0;
}
bar.gotoAndStop(prog + 2);
gotoAndStop('slow');
}
}
button 9845 {
on (release) {
playSpeed = 0.5;
_parent._parent.endScene.lower.gravi.auto_speed = 0.01;
_parent.humanGrav = 0.002;
_startNumberAim = 120;
_endNumberAim = 120;
cum();
speedSelect._visible = false;
speedSelect._x = 10.95;
speedSelect._y = -1.55;
}
}
button 9846 {
on (release) {
playSpeed = 20;
_parent._parent.endScene.lower.gravi.auto_speed = 0.15;
_parent.humanGrav = 0.075;
_startNumberAim = 35;
_endNumberAim = 120;
speedSelect._x = 36.2;
speedSelect._y = -1.55;
}
}
button 9847 {
on (release) {
playSpeed = 9;
_parent._parent.endScene.lower.gravi.auto_speed = 0.1;
_parent.humanGrav = 0.05;
_startNumberAim = 10;
_endNumberAim = 100;
speedSelect._x = 27.8;
speedSelect._y = -1.55;
}
}
button 9848 {
on (release) {
playSpeed = 0.5;
_parent._parent.endScene.lower.gravi.auto_speed = 0.01;
_parent.humanGrav = 0.005;
_startNumberAim = 1;
_endNumberAim = 10;
speedSelect._x = 10.95;
speedSelect._y = -1.55;
}
}
button 9849 {
on (release) {
playSpeed = 3;
_parent._parent.endScene.lower.gravi.auto_speed = 0.05;
_parent.humanGrav = 0.025;
_startNumberAim = 1;
_endNumberAim = 50;
speedSelect._x = 19.35;
speedSelect._y = -1.55;
}
}
movieClip 9850 {
frame 1 {
function cum() {
hold = 'cum';
gotoAndStop('hold');
if (came == true) {
_parent._parent.endScene.lower.act.cum1.gotoAndPlay('cumRe');
_parent.xrayV.cum1.gotoAndPlay('cumRe');
_parent.xrayV.cum2.gotoAndPlay('cumRe');
} else {
_parent._parent.endScene.lower.act.cum1.gotoAndPlay('cum');
_parent.xrayV.cum1.gotoAndPlay('cum');
_parent.xrayV.cum2.gotoAndPlay('cum');
}
came = true;
_parent.checkEnd();
}
function frame() {
if (_startNumber != _startNumberAim) {
if (_startNumberAim < _startNumber) {
--_startNumber;
if (_startNumberAim < _startNumber * 0.75 && hold != true) {
_startNumber = Math.round(_startNumber * 0.9);
}
} else {
++_startNumber;
if (_startNumberAim > _startNumber * 1.25 && hold != true) {
_startNumber = Math.round(_startNumber * 1.1);
}
}
}
if (_endNumber != _endNumberAim) {
if (_endNumberAim < _endNumber) {
--_endNumber;
if (_endNumberAim < _endNumber * 0.75 && hold != true) {
_endNumber = Math.round(_endNumber * 0.9);
}
} else {
++_endNumber;
if (_endNumberAim > _endNumber * 1.25 && hold != true) {
_endNumber = Math.round(_endNumber * 1.1);
}
}
}
if (_delta != playSpeed) {
if (_delta < playSpeed) {
_delta += 0.1;
} else {
if (_delta > playSpeed) {
_delta -= 0.5;
}
}
}
new_frame += _direction * _delta;
if (new_frame > _endNumber) {
_direction *= -1;
new_frame = _endNumber;
}
if (new_frame < _startNumber) {
_direction *= -1;
new_frame = _startNumber;
}
_parent._parent.endScene.lower.act.gotoAndStop(Math.ceil(new_frame));
_parent._parent.HUD.xrayV.gotoAndStop(Math.ceil(new_frame));
if (hold != 'cum' && hold != true) {
if (prog <= 250) {
if (playSpeed >= 3) {
++prog;
}
} else {
if (prog > 250 && prog <= 500) {
if (playSpeed >= 9) {
++prog;
}
if (_currentframe >= 5) {
gotoAndStop('mid');
}
} else {
if (prog > 500 && prog <= 750) {
if (playSpeed >= 20) {
++prog;
}
if (_currentframe >= 4) {
gotoAndStop('fast');
}
} else {
if (prog >= 750) {
prog = 1000;
if (_currentframe >= 3) {
gotoAndStop('cum');
}
}
}
}
}
bar.gotoAndStop(prog + 2);
}
if (_root.SFXmute != true) {
if (Math.floor(_delta) > 0) {
if (_root.SFXpussyPlaying != true) {
_root.SoundPussy.SFXpussy.start(0, 999);
_root.SFXpussyPlaying = true;
}
if (_root.SFXpussyVol != Math.round(_delta) * 5) {
_root.SoundPussy.SFXpussy.setVolume(Math.round(_delta) * 5);
_root.SFXpussyVol = Math.round(_delta) * 5;
}
} else {
if (_root.SFXpussyPlaying == true) {
_root.SoundPussy.SFXpussy.stop();
_root.SFXpussyPlaying = false;
}
}
} else {
if (_root.SFXpussyPlaying == true) {
_root.SoundPussy.SFXpussy.stop();
_root.SFXpussyPlaying = false;
}
}
}
_mode = 0;
new_frame = 1;
_direction = 1;
playSpeed = 0.5;
_delta = 0.5;
pleasure_meter._visible = true;
pleasure_meter.reset();
hold = false;
came = false;
_startNumber = 1;
_startNumberAim = 1;
_endNumber = 1;
_endNumberAim = 10;
_parent._parent.endScene.lower.gravi.auto_speed = 0.01;
_parent.humanGrav = 0.005;
if (!prog) {
prog = 0;
}
bar.gotoAndStop(prog + 2);
gotoAndStop('slow');
}
}
button 9852 {
on (release) {
playSpeed = 0.5;
_parent._parent.endScene.lower.gravi.auto_speed = 0.01;
_parent.humanGrav = 0.005;
_startNumberAim = 120;
_endNumberAim = 120;
cum();
speedSelect._visible = false;
speedSelect._x = 10.95;
speedSelect._y = -1.55;
}
}
button 9853 {
on (release) {
playSpeed = 20;
_startNumberAim = 35;
_endNumberAim = 120;
speedSelect._x = 36.2;
speedSelect._y = -1.55;
}
}
button 9854 {
on (release) {
playSpeed = 9;
_startNumberAim = 10;
_endNumberAim = 100;
speedSelect._x = 27.8;
speedSelect._y = -1.55;
}
}
button 9855 {
on (release) {
playSpeed = 0.5;
_startNumberAim = 1;
_endNumberAim = 10;
speedSelect._x = 10.95;
speedSelect._y = -1.55;
}
}
button 9856 {
on (release) {
playSpeed = 3;
_startNumberAim = 1;
_endNumberAim = 50;
speedSelect._x = 19.35;
speedSelect._y = -1.55;
}
}
movieClip 9857 {
frame 1 {
function cum() {
hold = 'cum';
gotoAndStop('hold');
if (came == true) {
_parent._parent.endScene.lower.act.h3.cum.gotoAndPlay('cumRe');
_parent.xrayA.cum1.gotoAndPlay('cumRe');
_parent.xrayA.cum2.gotoAndPlay('cumRe');
} else {
_parent._parent.endScene.lower.act.h3.cum.gotoAndPlay('cum');
_parent.xrayA.cum1.gotoAndPlay('cum');
_parent.xrayA.cum2.gotoAndPlay('cum');
}
came = true;
_parent.checkEnd();
}
function frame() {
if (_startNumber != _startNumberAim) {
if (_startNumberAim < _startNumber) {
--_startNumber;
if (_startNumberAim < _startNumber * 0.75 && hold != true) {
_startNumber = Math.round(_startNumber * 0.9);
}
} else {
++_startNumber;
if (_startNumberAim > _startNumber * 1.25 && hold != true) {
_startNumber = Math.round(_startNumber * 1.1);
}
}
}
if (_endNumber != _endNumberAim) {
if (_endNumberAim < _endNumber) {
--_endNumber;
if (_endNumberAim < _endNumber * 0.75 && hold != true) {
_endNumber = Math.round(_endNumber * 0.9);
}
} else {
++_endNumber;
if (_endNumberAim > _endNumber * 1.25 && hold != true) {
_endNumber = Math.round(_endNumber * 1.1);
}
}
}
if (_delta != playSpeed) {
if (_delta < playSpeed) {
_delta += 0.1;
} else {
if (_delta > playSpeed) {
_delta -= 0.5;
}
}
}
new_frame += _direction * _delta;
if (new_frame > _endNumber) {
_direction *= -1;
new_frame = _endNumber;
}
if (new_frame < _startNumber) {
_direction *= -1;
new_frame = _startNumber;
}
_parent._parent.endScene.lower.actBack.gotoAndStop(Math.ceil(new_frame));
_parent._parent.HUD.xrayA.gotoAndStop(Math.ceil(new_frame));
if (hold != 'cum' && hold != true) {
if (prog <= 250) {
if (playSpeed >= 3) {
++prog;
}
} else {
if (prog > 250 && prog <= 500) {
if (playSpeed >= 9) {
++prog;
}
if (_currentframe >= 5) {
gotoAndStop('mid');
}
} else {
if (prog > 500 && prog <= 750) {
if (playSpeed >= 20) {
++prog;
}
if (_currentframe >= 4) {
gotoAndStop('fast');
}
} else {
if (prog >= 750) {
prog = 1000;
if (_currentframe >= 3) {
gotoAndStop('cum');
}
}
}
}
}
bar.gotoAndStop(prog + 2);
}
if (_root.SFXmute != true) {
if (Math.floor(_delta) > 0) {
if (_root.SFXassPlaying != true) {
_root.SoundAss.SFXass.start(0, 999);
_root.SFXassPlaying = true;
}
if (_root.SFXassVol != Math.round(_delta) / 2) {
_root.SoundAss.SFXass.setVolume(Math.round(_delta) / 2);
_root.SFXassVol = Math.round(_delta) / 2;
}
} else {
if (_root.SFXassPlaying == true) {
_root.SoundAss.SFXass.stop();
_root.SFXassPlaying = false;
}
}
} else {
if (_root.SFXassPlaying == true) {
_root.SoundAss.SFXass.stop();
_root.SFXassPlaying = false;
}
}
}
_mode = 0;
new_frame = 1;
_direction = 1;
playSpeed = 0.5;
_delta = 0.5;
pleasure_meter._visible = true;
pleasure_meter.reset();
hold = false;
came = false;
_startNumber = 1;
_startNumberAim = 1;
_endNumber = 1;
_endNumberAim = 10;
if (!prog) {
prog = 0;
}
bar.gotoAndStop(prog + 2);
gotoAndStop('slow');
}
}
button 9859 {
on (release) {
playSpeed = 0.5;
_parent._parent.endScene.vorcha.gravi.auto_speed = 0.01;
_startNumberAim = 120;
_endNumberAim = 120;
cum();
speedSelect._visible = false;
speedSelect._x = 10.95;
speedSelect._y = -1.55;
}
}
button 9860 {
on (release) {
playSpeed = 20;
_parent._parent.endScene.vorcha.gravi.auto_speed = 0.15;
_startNumberAim = 35;
_endNumberAim = 120;
speedSelect._x = 36.2;
speedSelect._y = -1.55;
}
}
button 9861 {
on (release) {
playSpeed = 9;
_parent._parent.endScene.vorcha.gravi.auto_speed = 0.1;
_startNumberAim = 10;
_endNumberAim = 70;
speedSelect._x = 27.8;
speedSelect._y = -1.55;
}
}
button 9862 {
on (release) {
playSpeed = 0.5;
_parent._parent.endScene.vorcha.gravi.auto_speed = 0.01;
_startNumberAim = 1;
_endNumberAim = 10;
speedSelect._x = 10.95;
speedSelect._y = -1.55;
}
}
button 9863 {
on (release) {
playSpeed = 3;
_parent._parent.endScene.vorcha.gravi.auto_speed = 0.05;
_startNumberAim = 1;
_endNumberAim = 50;
speedSelect._x = 19.35;
speedSelect._y = -1.55;
}
}
movieClip 9864 {
frame 1 {
function cum() {
hold = 'cum';
gotoAndStop('hold');
_parent._parent.endScene.vorcha.act.cum.gotoAndPlay('cum');
came = true;
_parent.checkEnd();
}
function frame() {
if (_startNumber != _startNumberAim) {
if (_startNumberAim < _startNumber) {
--_startNumber;
if (_startNumberAim < _startNumber * 0.75 && hold != true) {
_startNumber = Math.round(_startNumber * 0.9);
}
} else {
++_startNumber;
if (_startNumberAim > _startNumber * 1.25 && hold != true) {
_startNumber = Math.round(_startNumber * 1.1);
}
}
}
if (_endNumber != _endNumberAim) {
if (_endNumberAim < _endNumber) {
--_endNumber;
if (_endNumberAim < _endNumber * 0.75 && hold != true) {
_endNumber = Math.round(_endNumber * 0.9);
}
} else {
++_endNumber;
if (_endNumberAim > _endNumber * 1.25 && hold != true) {
_endNumber = Math.round(_endNumber * 1.1);
}
}
}
if (_delta != playSpeed) {
if (_delta < playSpeed) {
_delta += 0.1;
} else {
if (_delta > playSpeed) {
_delta -= 0.5;
}
}
}
new_frame += _direction * _delta;
if (new_frame > _endNumber) {
_direction *= -1;
new_frame = _endNumber;
}
if (new_frame < _startNumber) {
_direction *= -1;
new_frame = _startNumber;
}
_parent._parent.endScene.vorcha.act.gotoAndStop(Math.ceil(new_frame));
if (hold != 'cum' && hold != true) {
if (prog <= 250) {
if (playSpeed >= 3) {
++prog;
}
} else {
if (prog > 250 && prog <= 500) {
if (playSpeed >= 9) {
++prog;
}
if (_currentframe >= 5) {
gotoAndStop('mid');
}
} else {
if (prog > 500 && prog <= 750) {
if (playSpeed >= 20) {
++prog;
}
if (_currentframe >= 4) {
gotoAndStop('fast');
}
} else {
if (prog >= 750) {
prog = 1000;
if (_currentframe >= 3) {
gotoAndStop('cum');
}
}
}
}
}
bar.gotoAndStop(prog + 2);
}
if (_root.SFXmute != true) {
if (Math.floor(_delta) > 0) {
if (_root.SFXhandLPlaying != true) {
_root.SoundHandLeft.SFXhandL.start(0, 999);
_root.SFXhandLPlaying = true;
}
if (_root.SFXhandLVol != Math.round(_delta) * 5) {
_root.SoundHandLeft.SFXhandL.setVolume(Math.round(_delta) * 5);
_root.SFXhandLVol = Math.round(_delta) * 5;
}
} else {
if (_root.SFXhandLPlaying == true) {
_root.SoundHandLeft.SFXhandL.stop();
_root.SFXhandLPlaying = false;
}
}
} else {
if (_root.SFXhandLPlaying == true) {
_root.SoundHandLeft.SFXhandL.stop();
_root.SFXhandLPlaying = false;
}
}
}
_mode = 0;
new_frame = 1;
_direction = 1;
playSpeed = 0.5;
_delta = 0.5;
pleasure_meter._visible = true;
pleasure_meter.reset();
hold = false;
came = false;
_startNumber = 1;
_startNumberAim = 1;
_endNumber = 1;
_endNumberAim = 10;
_parent._parent.endScene.vorcha.gravi.auto_speed = 0.01;
if (!prog) {
prog = 0;
}
bar.gotoAndStop(prog + 2);
gotoAndStop('slow');
}
}
button 9866 {
on (release) {
playSpeed = 0.5;
_parent._parent.endScene.lower.gravi.auto_speed = 0.01;
_parent.humanGrav = 0.002;
_startNumberAim = 120;
_endNumberAim = 120;
cum();
speedSelect._visible = false;
speedSelect._x = 10.95;
speedSelect._y = -1.55;
}
}
button 9867 {
on (release) {
playSpeed = 20;
_parent.turianGrav = 0.075;
_startNumberAim = 35;
_endNumberAim = 120;
speedSelect._x = 36.2;
speedSelect._y = -1.55;
}
}
button 9868 {
on (release) {
playSpeed = 9;
_parent.turianGrav = 0.05;
_startNumberAim = 10;
_endNumberAim = 70;
speedSelect._x = 27.8;
speedSelect._y = -1.55;
}
}
button 9869 {
on (release) {
playSpeed = 0.5;
_parent.turianGrav = 0.005;
_startNumberAim = 1;
_endNumberAim = 10;
speedSelect._x = 10.95;
speedSelect._y = -1.55;
}
}
button 9870 {
on (release) {
playSpeed = 3;
_parent.turianGrav = 0.025;
_startNumberAim = 1;
_endNumberAim = 50;
speedSelect._x = 19.35;
speedSelect._y = -1.55;
}
}
movieClip 9871 {
frame 1 {
function cum() {
hold = 'cum';
gotoAndStop('hold');
if (came == true) {
_parent._parent.endScene.turian.act.cumWang.gotoAndPlay('cumRe');
} else {
_parent._parent.endScene.turian.act.cumWang.gotoAndPlay('cum');
}
came = true;
_parent.checkEnd();
}
function frame() {
if (_startNumber != _startNumberAim) {
if (_startNumberAim < _startNumber) {
--_startNumber;
if (_startNumberAim < _startNumber * 0.75 && hold != true) {
_startNumber = Math.round(_startNumber * 0.9);
}
} else {
++_startNumber;
if (_startNumberAim > _startNumber * 1.25 && hold != true) {
_startNumber = Math.round(_startNumber * 1.1);
}
}
}
if (_endNumber != _endNumberAim) {
if (_endNumberAim < _endNumber) {
--_endNumber;
if (_endNumberAim < _endNumber * 0.75 && hold != true) {
_endNumber = Math.round(_endNumber * 0.9);
}
} else {
++_endNumber;
if (_endNumberAim > _endNumber * 1.25 && hold != true) {
_endNumber = Math.round(_endNumber * 1.1);
}
}
}
if (_delta != playSpeed) {
if (_delta < playSpeed) {
_delta += 0.1;
} else {
if (_delta > playSpeed) {
_delta -= 0.5;
}
}
}
new_frame += _direction * _delta;
if (new_frame > _endNumber) {
_direction *= -1;
new_frame = _endNumber;
}
if (new_frame < _startNumber) {
_direction *= -1;
new_frame = _startNumber;
}
_parent._parent.endScene.turian.act.gotoAndStop(Math.ceil(new_frame));
_parent._parent.endScene.turianBack.gotoAndStop(Math.ceil(new_frame));
if (hold != 'cum' && hold != true) {
if (prog <= 250) {
if (playSpeed >= 3) {
++prog;
}
} else {
if (prog > 250 && prog <= 500) {
if (playSpeed >= 9) {
++prog;
}
if (_currentframe >= 5) {
gotoAndStop('mid');
}
} else {
if (prog > 500 && prog <= 750) {
if (playSpeed >= 20) {
++prog;
}
if (_currentframe >= 4) {
gotoAndStop('fast');
}
} else {
if (prog >= 750) {
prog = 1000;
if (_currentframe >= 3) {
gotoAndStop('cum');
}
}
}
}
}
bar.gotoAndStop(prog + 2);
}
if (_root.SFXmute != true) {
if (Math.floor(_delta) > 0) {
if (_root.SFXmouthPlaying != true) {
_root.SoundMouth.SFXmouth.start(0, 999);
_root.SFXmouthPlaying = true;
}
if (_root.SFXmouthVol != Math.round(_delta) * 5) {
_root.SoundMouth.SFXmouth.setVolume(Math.round(_delta) * 5);
_root.SFXmouthVol = Math.round(_delta) * 5;
}
} else {
if (_root.SFXmouthPlaying == true) {
_root.SoundMouth.SFXmouth.stop();
_root.SFXmouthPlaying = false;
}
}
} else {
if (_root.SFXmouthPlaying == true) {
_root.SoundMouth.SFXmouth.stop();
_root.SFXmouthPlaying = false;
}
}
}
_mode = 0;
new_frame = 1;
_direction = 1;
playSpeed = 0.5;
_delta = 0.5;
pleasure_meter._visible = true;
pleasure_meter.reset();
hold = false;
came = false;
_startNumber = 1;
_startNumberAim = 1;
_endNumber = 1;
_endNumberAim = 10;
_parent.turianGrav = 0.005;
if (!prog) {
prog = 0;
}
bar.gotoAndStop(prog + 2);
gotoAndStop('slow');
}
}
movieClip 9872 {
frame 1 {
function checkEnd() {
if (ended != true) {
if (hud1.came == true && hud2.came == true && hud3.came == true && hud4.came == true && hud5.came == true) {
_parent.overlay.busy = true;
if (_parent.overlay.ender._currentframe == 3) {
_parent.overlay.gotoAndPlay('transKill');
} else {
_parent.overlay.gotoAndPlay('trans');
}
ended = true;
}
}
}
gotoAndPlay(2);
}
frame 2 {
hud1.frame();
hud2.frame();
hud3.frame();
hud4.frame();
hud5.frame();
_parent.endScene.turian.gravi.auto_speed = turianGrav + humanGrav;
}
frame 3 {
gotoAndPlay(2);
}
}
movieClip 9873 {
frame 1 {
gotoAndStop(2);
_root.level_pause = true;
_root.UI.swapDepths(1000);
_root.fadescreen.gotoAndPlay('fadein');
_root.hideNipples = false;
_root.hidePussy = false;
_root.strippedTop = false;
_root.strippedBot = false;
_root.strippedFull = true;
}
frame 2 {
stop();
}
}
frame 10 {
gotoAndStop(9);
}
frame 11 {
gotoAndStop(12);
}
frame 12 {
_root.level_pause = false;
_root.UI.swapDepths(1000);
_root.ending.swapDepths(1000);
_root.fadescreen.gotoAndPlay('fadein');
_root.volumeCustom = true;
_root.BGMmax = 25;
_root.replaceName = 'a0';
_root.attachMovie(_root.replaceName, 'girl', 0);
girl._x = 1000;
girl._y = 1000;
}
button 9876 {
on (release) {
getURL('http://www.meetandfuckgames.com/', '_blank');
}
}
button 9877 {
on (release) {
getURL('http://www.patreon.com/corta', '_blank');
}
}
button 9878 {
on (release) {
if (clicked != true) {
_root.fadescreen.gotoAndPlay('fadeoutquick');
_root.fadescreen.swapDepths(100000);
_root.sceneGoingTo = 'restart';
clicked = true;
}
}
}
movieClip 9881 {
}
movieClip 9884 {
}
movieClip 9886 {
}
movieClip 9888 {
frame 1 {
_root.fadescreen.gotoAndStop('screen');
gotoAndPlay('fadein');
}
frame 195 {
stop();
}
}
frame 13 {
gotoAndStop(12);
}