Combined Code
frame 1 {
function Lbar() {
if (getBytesLoaded() >= getBytesTotal()) {
gotoAndPlay('MainIntro');
clearInterval(LoaderInt);
}
}
stop();
LoaderInt = setInterval(Lbar, 10);
}
// unknown tag 88 length 178
movieClip 7 {
frame 1 {
var total = _root.getBytesTotal();
var loaded = _root.getBytesLoaded();
var perc = (loaded / total) * 100;
percent = '[' + Math.round(perc) + '%';
eval(_root.progress)._xscale = perc / 2;
eval(_root.progress1)._xscale = perc / 2;
_root.num0.text = percent;
_root.num1.text = percent;
}
}
movieClip 11 {
}
movieClip 13 {
}
movieClip 16 {
}
movieClip 17 {
}
movieClip 24 {
frame 1 {
stop();
}
}
movieClip 27 {
}
movieClip 28 {
}
movieClip 31 {
}
movieClip 48 {
}
movieClip 49 {
}
movieClip 51 {
}
movieClip 76 {
}
movieClip 77 {
}
movieClip 82 {
}
movieClip 87 {
}
movieClip 88 {
}
movieClip 92 {
}
// unknown tag 88 length 63
// unknown tag 88 length 37
movieClip 108 {
}
button 110 {
on (release) {
if (_root.SAMpelvis != 2) {
++_root.SAMpelvis;
} else {
_root.SAMpelvis = 0;
}
samBody.gotoAndStop(_root.SAMpelvis + 2);
}
}
button 111 {
on (release) {
if (_root.aggro == 0) {
_root.aggro = 1;
gotoAndStop('aggressive');
} else {
if (_root.aggro == 1) {
_root.aggro = -1;
gotoAndStop('lewd');
} else {
_root.aggro = 0;
gotoAndStop('passive');
}
}
}
}
movieClip 118 {
}
movieClip 123 {
}
movieClip 128 {
frame 1 {
gotoAndStop(2);
_root.trans = false;
_root.SAMpelvis = 0;
samBody.gotoAndStop(_root.SAMpelvis + 2);
_root.aggro = Math.floor(Math.random() * 3) - 1;
if (_root.aggro == 1) {
gotoAndStop('aggressive');
} else {
if (_root.aggro == -1) {
gotoAndStop('lewd');
} else {
gotoAndStop('passive');
}
}
}
}
movieClip 131 {
}
button 133 {
on (release) {
if (_root.trans == false) {
_root.gotoAndPlay('intro');
_root.trans = true;
}
}
}
frame 12 {
stop();
}
frame 40 {
gotoAndPlay('start');
}
frame 40 {
function setFaceNormal() {
if (_root.heat <= 30) {
if (_root.aggro == 1) {
DSface.brows.gotoAndStop(4);
DSface.eyes.gotoAndStop(5);
DSface.mouth.gotoAndStop(2);
} else {
if (_root.aggro == -1) {
DSface.brows.gotoAndStop(4);
DSface.eyes.gotoAndStop(3);
DSface.mouth.gotoAndStop(3);
} else {
DSface.brows.gotoAndStop(4);
DSface.eyes.gotoAndStop(1);
DSface.mouth.gotoAndStop(2);
}
}
} else {
if (_root.heat <= 60) {
if (_root.aggro == 1) {
DSface.brows.gotoAndStop(5);
DSface.eyes.gotoAndStop(6);
DSface.mouth.gotoAndStop(8);
} else {
if (_root.aggro == -1) {
DSface.brows.gotoAndStop(2);
DSface.eyes.gotoAndStop(6);
DSface.mouth.gotoAndStop(1);
} else {
DSface.brows.gotoAndStop(2);
DSface.eyes.gotoAndStop(3);
DSface.mouth.gotoAndStop(3);
}
}
} else {
if (_root.heat <= 90) {
if (_root.aggro == 1) {
DSface.brows.gotoAndStop(6);
DSface.eyes.gotoAndStop(7);
DSface.mouth.gotoAndStop(7);
} else {
if (_root.aggro == -1) {
DSface.brows.gotoAndStop(1);
DSface.eyes.gotoAndStop(8);
DSface.mouth.gotoAndStop(8);
} else {
DSface.brows.gotoAndStop(1);
DSface.eyes.gotoAndStop(6);
DSface.mouth.gotoAndStop(13);
}
}
} else {
if (_root.heat > 90) {
if (_root.aggro == 1) {
DSface.brows.gotoAndStop(6);
DSface.eyes.gotoAndStop(7);
DSface.mouth.gotoAndStop(12);
} else {
if (_root.aggro == -1) {
DSface.brows.gotoAndStop(1);
DSface.eyes.gotoAndStop(8);
DSface.mouth.gotoAndStop(9);
} else {
DSface.brows.gotoAndStop(1);
DSface.eyes.gotoAndStop(6);
DSface.mouth.gotoAndStop(13);
}
}
}
}
}
}
}
function setFaceHappy() {
if (_root.heat <= 30) {
DSface.brows.gotoAndStop(4);
DSface.eyes.gotoAndStop(3);
DSface.mouth.gotoAndStop(3);
} else {
if (_root.heat <= 60) {
DSface.brows.gotoAndStop(2);
DSface.eyes.gotoAndStop(6);
DSface.mouth.gotoAndStop(8);
} else {
if (_root.heat <= 90) {
DSface.brows.gotoAndStop(1);
DSface.eyes.gotoAndStop(7);
DSface.mouth.gotoAndStop(13);
} else {
if (_root.heat > 90) {
DSface.brows.gotoAndStop(1);
DSface.eyes.gotoAndStop(8);
DSface.mouth.gotoAndStop(12);
}
}
}
}
}
function setFaceAngry() {
if (_root.heat <= 30) {
DSface.brows.gotoAndStop(6);
DSface.eyes.gotoAndStop(5);
DSface.mouth.gotoAndStop(8);
} else {
if (_root.heat <= 60) {
DSface.brows.gotoAndStop(5);
DSface.eyes.gotoAndStop(6);
DSface.mouth.gotoAndStop(9);
} else {
if (_root.heat <= 90) {
DSface.brows.gotoAndStop(4);
DSface.eyes.gotoAndStop(7);
DSface.mouth.gotoAndStop(7);
} else {
if (_root.heat > 90) {
DSface.brows.gotoAndStop(4);
DSface.eyes.gotoAndStop(8);
DSface.mouth.gotoAndStop(12);
}
}
}
}
}
_root.ending = false;
_root.looking = false;
_root.wiimoteLockout = true;
_root.itemWiimote.spark.gotoAndStop(1);
_root.itemWiimote.spark.gotoAndStop(2);
_root.speed = 'auto';
_root.trans = false;
}
frame 40 {
_root.heat = 0;
_root.heatMax = 100;
DSface.blush._alpha = _root.heat / 2;
}
movieClip 139 {
}
movieClip 140 {
instance BG of movieClip 139 {
}
}
instance BG of movieClip 140 {
}
movieClip 145 {
}
movieClip 147 {
}
movieClip 150 {
instance spark of movieClip 108 {
}
}
instance itemWiimote of movieClip 150 {
onClipEvent (load) {
if (_root.wiimoteLockout != false) {
_root.itemWiimote.gotoAndStop(1);
} else {
_root.itemWiimote.gotoAndStop(5);
}
}
onClipEvent (release) {
if (_root.wiimoteLockout == 'ready') {
_root.overlay.HUD.gotoAndPlay('get');
_root.wiimoteLockout = false;
_root.itemWiimote.gotoAndStop(5);
}
}
}
movieClip 155 {
}
movieClip 174 {
frame 1 {
stop();
}
}
movieClip 183 {
frame 1 {
stop();
}
}
movieClip 191 {
frame 1 {
stop();
}
}
movieClip 193 {
}
movieClip 195 {
frame 1 {
stop();
}
}
movieClip 202 {
}
movieClip 204 {
}
movieClip 206 {
}
movieClip 208 {
}
movieClip 212 {
frame 1 {
gotoAndStop(_root.SAMpelvis + 2);
}
}
movieClip 222 {
frame 1 {
if (_root.aggro == 1) {
gotoAndStop('aggressive');
} else {
if (_root.aggro == -1) {
gotoAndStop('lewd');
} else {
gotoAndStop('passive');
}
}
}
frame 49 {
gotoAndPlay('squeeze');
}
}
movieClip 223 {
}
movieClip 230 {
frame 1 {
stop();
}
}
movieClip 234 {
}
movieClip 238 {
frame 1 {
stop();
}
}
movieClip 241 {
frame 1 {
stop();
}
}
movieClip 244 {
frame 1 {
stop();
}
}
movieClip 246 {
}
movieClip 249 {
frame 1 {
stop();
}
}
movieClip 252 {
frame 1 {
stop();
}
}
button 255 {
on (press) {
gotoAndPlay('fade');
}
}
movieClip 274 {
}
movieClip 292 {
frame 1 {
stop();
}
}
movieClip 293 {
frame 1 {
gotoAndStop('hide');
}
frame 55 {
_root.talking = false;
gotoAndStop('hide');
}
}
button 294 {
on (press) {
gotoAndPlay('get');
}
}
movieClip 302 {
frame 1 {
stop();
}
instance of movieClip 230 {
onClipEvent (press) {
if (_root.looking == false) {
_root.look.gotoAndPlay('fadeIn');
_root.looking = 'change';
} else {
if (_root.looking == true) {
_root.look.gotoAndPlay('fadeOut');
_root.looking = 'change';
}
}
}
}
instance buttonA of movieClip 234 {
onClipEvent (load) {
this.gotoAndStop('up');
}
onClipEvent (press) {
if (_root.altPosition != true) {
_root.altPosition = true;
this.gotoAndStop('down');
if (_root.aggro == 1) {
this._parent.buttonBlue._alpha = 50;
this._parent.buttonGreen._alpha = 10;
this._parent.buttonYellow._alpha = 10;
this._parent.buttonRed._alpha = 100;
} else {
if (_root.aggro == -1) {
this._parent.buttonBlue._alpha = 50;
this._parent.buttonGreen._alpha = 100;
this._parent.buttonYellow._alpha = 10;
this._parent.buttonRed._alpha = 10;
} else {
this._parent.buttonBlue._alpha = 50;
this._parent.buttonGreen._alpha = 10;
this._parent.buttonYellow._alpha = 100;
this._parent.buttonRed._alpha = 10;
}
}
} else {
_root.altPosition = false;
this.gotoAndStop('up');
if (_root.aggro == 1) {
this._parent.buttonBlue._alpha = 100;
this._parent.buttonGreen._alpha = 10;
this._parent.buttonYellow._alpha = 10;
this._parent.buttonRed._alpha = 50;
} else {
if (_root.aggro == -1) {
this._parent.buttonBlue._alpha = 100;
this._parent.buttonGreen._alpha = 50;
this._parent.buttonYellow._alpha = 10;
this._parent.buttonRed._alpha = 10;
} else {
this._parent.buttonBlue._alpha = 100;
this._parent.buttonGreen._alpha = 10;
this._parent.buttonYellow._alpha = 50;
this._parent.buttonRed._alpha = 10;
}
}
}
if (_root.talking != true) {
this._parent.speechMain.gotoAndPlay('play');
_root.RandomVar = Math.ceil(Math.random() * 2);
this._parent.speechMain.bubble.gotoAndPlay('alt');
_root.talking = true;
}
}
}
instance buttonPlus of movieClip 238 {
onClipEvent (load) {
if (_root.speed == 'hard') {
this.gotoAndStop('down');
} else {
this.gotoAndStop('up');
}
}
onClipEvent (release) {
if (_root.speed != 'hard') {
_root.speed = 'hard';
this.gotoAndStop('down');
this._parent.buttonMinus.gotoAndStop('up');
this._parent.buttonHome.gotoAndStop('up');
if (_root.talking != true) {
this._parent.speechMain.gotoAndPlay('play');
_root.RandomVar = Math.ceil(Math.random() * 2);
this._parent.speechMain.bubble.gotoAndPlay('hard' + _root.RandomVar);
_root.talking = true;
}
} else {
_root.speed = 'auto';
this.gotoAndStop('up');
if (_root.talking != true) {
this._parent.speechMain.gotoAndPlay('play');
_root.RandomVar = Math.ceil(Math.random() * 2);
this._parent.speechMain.bubble.gotoAndPlay('zzz' + _root.RandomVar);
_root.talking = true;
}
}
}
}
instance buttonMinus of movieClip 241 {
onClipEvent (load) {
if (_root.speed == 'slow') {
this.gotoAndStop('down');
} else {
this.gotoAndStop('up');
}
}
onClipEvent (release) {
if (_root.speed != 'slow') {
_root.speed = 'slow';
this.gotoAndStop('down');
this._parent.buttonHome.gotoAndStop('up');
this._parent.buttonPlus.gotoAndStop('up');
if (_root.talking != true) {
this._parent.speechMain.gotoAndPlay('play');
_root.RandomVar = Math.ceil(Math.random() * 2);
this._parent.speechMain.bubble.gotoAndPlay('slow' + _root.RandomVar);
_root.talking = true;
}
} else {
if (_root.speed == 'slow') {
_root.speed = 'auto';
this.gotoAndStop('up');
if (_root.talking != true) {
this._parent.speechMain.gotoAndPlay('play');
_root.RandomVar = Math.ceil(Math.random() * 2);
this._parent.speechMain.bubble.gotoAndPlay('zzz' + _root.RandomVar);
_root.talking = true;
}
}
}
}
}
instance buttonHome of movieClip 244 {
onClipEvent (load) {
if (_root.speed == 'fast') {
this.gotoAndStop('down');
} else {
this.gotoAndStop('up');
}
}
onClipEvent (release) {
if (_root.speed != 'fast') {
_root.speed = 'fast';
this.gotoAndStop('down');
this._parent.buttonMinus.gotoAndStop('up');
this._parent.buttonPlus.gotoAndStop('up');
if (_root.talking != true) {
this._parent.speechMain.gotoAndPlay('play');
_root.RandomVar = Math.ceil(Math.random() * 2);
this._parent.speechMain.bubble.gotoAndPlay('fast' + _root.RandomVar);
_root.talking = true;
}
} else {
_root.speed = 'auto';
this.gotoAndStop('up');
if (_root.talking != true) {
this._parent.speechMain.gotoAndPlay('play');
_root.RandomVar = Math.ceil(Math.random() * 2);
this._parent.speechMain.bubble.gotoAndPlay('zzz' + _root.RandomVar);
_root.talking = true;
}
}
}
}
instance buttonGreen of movieClip 246 {
onClipEvent (load) {
if (_root.aggro == -1) {
if (_root.altPosition == true) {
this._alpha = 100;
} else {
if (_root.altPosition != true) {
this._alpha = 35;
}
}
} else {
this._alpha = 0;
}
}
}
instance buttonRed of movieClip 246 {
onClipEvent (load) {
if (_root.aggro == 1) {
if (_root.altPosition == true) {
this._alpha = 100;
} else {
if (_root.altPosition != true) {
this._alpha = 35;
}
}
} else {
this._alpha = 0;
}
}
}
instance buttonBlue of movieClip 246 {
onClipEvent (load) {
if (_root.altPosition != true) {
this._alpha = 100;
} else {
this._alpha = 35;
}
}
}
instance buttonYellow of movieClip 246 {
onClipEvent (load) {
if (_root.aggro == 0) {
if (_root.altPosition == true) {
this._alpha = 100;
} else {
if (_root.altPosition != true) {
this._alpha = 35;
}
}
} else {
this._alpha = 0;
}
}
}
instance buttonOne of movieClip 249 {
onClipEvent (load) {
if (_root.aggro == -1) {
this.gotoAndStop('down');
} else {
this.gotoAndStop('up');
}
}
onClipEvent (press) {
if (_root.aggro != -1) {
_root.aggro = -1;
_root.game.action.setFaceNormal();
_root.RandomSpeedVar = Math.round(Math.random());
if (_root.RandomSpeedVar == 1) {
_root.chest.torso.gotoAndStop('squeezed');
} else {
_root.chest.torso.gotoAndStop('lewd');
}
this.gotoAndStop('down');
this._parent.buttonTwo.gotoAndStop('up');
if (_root.talking != true) {
this._parent.speechMain.gotoAndPlay('play');
this._parent.speechMain.bubble.gotoAndPlay('moan');
_root.talking = true;
}
if (_root.altPosition != true) {
this._parent.buttonBlue._alpha = 100;
this._parent.buttonGreen._alpha = 50;
this._parent.buttonYellow._alpha = 10;
this._parent.buttonRed._alpha = 10;
} else {
this._parent.buttonBlue._alpha = 50;
this._parent.buttonGreen._alpha = 100;
this._parent.buttonYellow._alpha = 10;
this._parent.buttonRed._alpha = 10;
}
} else {
if (_root.aggro == -1) {
_root.aggro = 0;
_root.game.action.setFaceNormal();
_root.chest.torso.gotoAndStop('passive');
this.gotoAndStop('up');
if (_root.talking != true) {
this._parent.speechMain.gotoAndPlay('play');
this._parent.speechMain.bubble.gotoAndPlay('zzz');
_root.talking = true;
}
if (_root.altPosition != true) {
this._parent.buttonBlue._alpha = 100;
this._parent.buttonGreen._alpha = 10;
this._parent.buttonYellow._alpha = 50;
this._parent.buttonRed._alpha = 10;
} else {
this._parent.buttonBlue._alpha = 50;
this._parent.buttonGreen._alpha = 10;
this._parent.buttonYellow._alpha = 100;
this._parent.buttonRed._alpha = 10;
}
}
}
}
}
instance buttonTwo of movieClip 252 {
onClipEvent (load) {
if (_root.aggro == 1) {
this.gotoAndStop('down');
} else {
this.gotoAndStop('up');
}
}
onClipEvent (press) {
if (_root.aggro != 1) {
_root.aggro = 1;
_root.game.action.setFaceNormal();
_root.chest.torso.gotoAndStop('aggressive');
this.gotoAndStop('down');
this._parent.buttonOne.gotoAndStop('up');
if (_root.talking != true) {
this._parent.speechMain.gotoAndPlay('play');
this._parent.speechMain.bubble.gotoAndPlay('curse');
this._parent.speechMain.bubble.bomb.gotoAndPlay(1);
_root.talking = true;
}
if (_root.altPosition != true) {
this._parent.buttonBlue._alpha = 100;
this._parent.buttonGreen._alpha = 10;
this._parent.buttonYellow._alpha = 10;
this._parent.buttonRed._alpha = 50;
} else {
this._parent.buttonBlue._alpha = 50;
this._parent.buttonGreen._alpha = 10;
this._parent.buttonYellow._alpha = 10;
this._parent.buttonRed._alpha = 100;
}
} else {
if (_root.aggro == 1) {
_root.aggro = 0;
_root.game.action.setFaceNormal();
_root.chest.torso.gotoAndStop('passive');
this.gotoAndStop('up');
if (_root.talking != true) {
this._parent.speechMain.gotoAndPlay('play');
this._parent.speechMain.bubble.gotoAndPlay('zzz');
_root.talking = true;
}
if (_root.altPosition != true) {
this._parent.buttonBlue._alpha = 100;
this._parent.buttonGreen._alpha = 10;
this._parent.buttonYellow._alpha = 50;
this._parent.buttonRed._alpha = 10;
} else {
this._parent.buttonBlue._alpha = 50;
this._parent.buttonGreen._alpha = 10;
this._parent.buttonYellow._alpha = 100;
this._parent.buttonRed._alpha = 10;
}
}
}
}
}
frame 2 {
stop();
}
frame 23 {
}
frame 120 {
gotoAndStop('hide');
}
}
movieClip 304 {
}
movieClip 306 {
}
movieClip 307 {
frame 1 {
gotoAndStop('hidden');
}
instance hitboxNeg of movieClip 304 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (rollOver) {
this._parent.gotoAndPlay('hide');
}
}
instance of movieClip 306 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (rollOver) {
if (_root.ending != true) {
this._parent.gotoAndStop('shown');
}
}
}
instance of movieClip 306 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (rollOver) {
if (_root.wiimoteLockout == false) {
if (_root.ending != true) {
this._parent.gotoAndPlay('show');
}
}
}
}
frame 37 {
stop();
}
frame 51 {
gotoAndStop('shown');
}
frame 52 {
wiimote.gotoAndStop('hide');
}
frame 89 {
wiimote.gotoAndPlay('get');
}
frame 180 {
gotoAndStop('shown');
}
}
movieClip 309 {
}
instance overlay of movieClip 309 {
onClipEvent (enterFrame) {
this._x = _root.vcam._x - 300 * (_root.vcam._xscale / 100);
this._y = _root.vcam._y - 375 * (_root.vcam._yscale / 100);
this._xscale = _root.vcam._xscale;
this._yscale = _root.vcam._yscale;
}
}
frame 41 {
DSface.brows.gotoAndStop(4);
DSface.eyes.gotoAndStop(8);
DSface.mouth.gotoAndStop(3);
}
frame 113 {
DSface.eyes.gotoAndStop(7);
}
frame 116 {
DSface.eyes.gotoAndStop(6);
}
frame 121 {
DSface.eyes.gotoAndStop(5);
}
frame 128 {
DSface.mouth.gotoAndStop(2);
}
frame 153 {
DSface.mouth.gotoAndStop(1);
}
frame 179 {
DSface.brows.gotoAndStop(2);
}
movieClip 318 {
}
movieClip 330 {
frame 1 {
gotoAndStop('hide');
}
frame 600 {
gotoAndStop('hide');
}
}
instance corruptionShader of movieClip 330 {
onClipEvent (enterFrame) {
this._x = _root.vcam._x;
this._y = _root.vcam._y;
this._xscale = _root.vcam._xscale;
this._yscale = _root.vcam._yscale;
}
}
frame 267 {
DSface.mouth.gotoAndStop(3);
}
frame 306 {
DSface.mouth.gotoAndStop(14);
}
frame 314 {
DSface.mouth.gotoAndStop(6);
}
frame 331 {
DSface.mouth.gotoAndStop(5);
}
frame 341 {
DSface.mouth.gotoAndStop(4);
}
movieClip 331 {
}
frame 412 {
DSface.brows.gotoAndStop(4);
}
frame 445 {
DSface.mouth.gotoAndStop(5);
}
frame 461 {
DSface.eyes.gotoAndStop(6);
}
frame 469 {
DSface.eyes.gotoAndStop(7);
}
frame 476 {
DSface.eyes.gotoAndStop(8);
}
frame 477 {
DSface.mouth.gotoAndStop(3);
}
frame 483 {
DSface.mouth.gotoAndStop(8);
}
frame 488 {
DSface.mouth.gotoAndStop(9);
}
frame 501 {
DSface.mouth.gotoAndStop(8);
}
frame 510 {
DSface.mouth.gotoAndStop(3);
}
frame 519 {
DSface.eyes.gotoAndStop(8);
}
frame 523 {
DSface.eyes.gotoAndStop(7);
}
frame 527 {
DSface.eyes.gotoAndStop(4);
}
frame 531 {
DSface.eyes.gotoAndStop(1);
}
frame 535 {
_root.itemWiimote.gotoAndStop(2);
}
frame 561 {
_root.itemWiimote.gotoAndStop(3);
}
frame 561 {
if (_root.aggro == 1) {
DSface.mouth.gotoAndStop(2);
} else {
if (_root.aggro == -1) {
DSface.mouth.gotoAndStop(3);
} else {
DSface.mouth.gotoAndStop(2);
}
}
}
frame 584 {
_root.itemWiimote.gotoAndStop(4);
if (_root.wiimoteLockout == true) {
_root.itemWiimote.spark.gotoAndPlay(1);
_root.wiimoteLockout = 'ready';
}
gotoAndPlay('flatChooser');
}
movieClip 387 {
frame 1 {
stop();
}
frame 60 {
gotoAndPlay('chargeLoop');
}
}
movieClip 397 {
}
movieClip 398 {
frame 1 {
body.gotoAndStop(1);
}
frame 1 {
gotoAndPlay('goto');
}
frame 2 {
if (_root.cumming != true) {
if (_root.speed != 'auto') {
if (_root.speed == 'slow') {
gotoAndPlay('slow');
} else {
if (_root.speed == 'fast') {
gotoAndPlay('fast');
} else {
gotoAndPlay('hard');
}
}
} else {
if (_root.altPosition != true) {
if (_root.heat <= 20) {
gotoAndPlay('slow');
} else {
if (_root.heat <= 50) {
gotoAndPlay('fast');
} else {
gotoAndPlay('hard');
}
}
}
}
} else {
gotoAndPlay('stop');
}
}
frame 4 {
gotoAndPlay('goto');
}
frame 5 {
body.gotoAndStop(1);
}
frame 9 {
body.gotoAndStop(2);
}
frame 14 {
body.gotoAndStop(3);
}
frame 20 {
body.gotoAndStop(4);
}
frame 26 {
body.gotoAndStop(5);
}
frame 31 {
body.gotoAndStop(6);
}
frame 36 {
body.gotoAndStop(7);
}
frame 40 {
body.gotoAndStop(8);
}
frame 42 {
gotoAndPlay('goto');
}
frame 45 {
body.gotoAndStop(8);
}
frame 48 {
body.gotoAndStop(1);
}
frame 51 {
body.gotoAndStop(2);
}
frame 54 {
body.gotoAndStop(3);
}
frame 57 {
body.gotoAndStop(4);
}
frame 60 {
body.gotoAndStop(5);
}
frame 63 {
body.gotoAndStop(6);
}
frame 66 {
body.gotoAndStop(7);
}
frame 67 {
gotoAndPlay('goto');
}
frame 68 {
body.gotoAndStop(8);
}
frame 69 {
body.gotoAndStop(1);
}
frame 70 {
body.gotoAndStop(2);
}
frame 72 {
body.gotoAndStop(3);
}
frame 75 {
body.gotoAndStop(4);
}
frame 77 {
body.gotoAndStop(5);
}
frame 78 {
body.gotoAndStop(6);
}
frame 79 {
body.gotoAndStop(7);
}
frame 80 {
gotoAndPlay('goto');
}
}
movieClip 406 {
frame 1 {
gun.gotoAndStop('pickup');
gotoAndStop('hide');
}
instance BG of movieClip 140 {
}
instance gun of movieClip 387 {
}
instance BG of movieClip 140 {
}
frame 25 {
}
instance BG of movieClip 140 {
}
instance gun of movieClip 387 {
onClipEvent (load) {
this.gotoAndStop('pickup');
}
onClipEvent (release) {
if (_root.ending != true) {
_root.look.gotoAndPlay('fadeOut');
_root.looking = 'change';
this._alpha = 0;
_root.ending = true;
}
}
}
frame 49 {
_root.looking = true;
gotoAndStop('look');
}
frame 51 {
if (_root.looking != 'ending') {
if (_root.looking == true) {
gotoAndStop('look');
}
}
}
frame 76 {
}
frame 95 {
if (_root.looking != 'ending') {
_root.looking = false;
}
gotoAndStop('hide');
}
}
frame 585 {
if (_root.heat > _root.heatMax) {
gotoAndPlay('cumFlat');
} else {
if (_root.ending == true) {
gotoAndPlay('ending');
} else {
if (_root.speed != 'auto') {
if (_root.altPosition != true) {
if (_root.speed == 'slow') {
gotoAndPlay('slide');
} else {
if (_root.speed == 'fast') {
gotoAndPlay('slideFast');
} else {
gotoAndPlay('slideHard');
}
}
} else {
if (_root.aggro == 1) {
gotoAndPlay('StyleNR');
} else {
if (_root.aggro == -1) {
gotoAndPlay('StyleNG');
} else {
if (_root.speed == 'slow') {
gotoAndPlay('grind');
} else {
if (_root.speed == 'fast') {
gotoAndPlay('grindFast');
} else {
gotoAndPlay('grindHard');
}
}
}
}
}
} else {
if (_root.altPosition != true) {
if (_root.heat <= 20) {
gotoAndPlay('slide');
} else {
if (_root.heat <= 50) {
gotoAndPlay('slideFast');
} else {
gotoAndPlay('slideHard');
}
}
} else {
if (_root.aggro == 1) {
gotoAndPlay('StyleNR');
} else {
if (_root.aggro == -1) {
gotoAndPlay('StyleNG');
} else {
if (_root.speed == 'slow') {
gotoAndPlay('grind');
} else {
if (_root.speed == 'fast') {
gotoAndPlay('grindFast');
} else {
gotoAndPlay('grindHard');
}
}
}
}
}
}
}
}
}
frame 585 {
}
frame 586 {
setFaceNormal();
}
frame 602 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 610 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 618 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 654 {
if (_root.heat < _root.heatMax) {
gotoAndPlay('flatChooser');
} else {
gotoAndPlay('cumFlat');
}
}
frame 655 {
setFaceNormal();
}
frame 665 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 668 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 671 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 687 {
if (_root.heat < _root.heatMax) {
gotoAndPlay('flatChooser');
} else {
gotoAndPlay('cumFlat');
}
}
frame 688 {
setFaceNormal();
}
frame 696 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 699 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 701 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 714 {
if (_root.heat < _root.heatMax) {
gotoAndPlay('flatChooser');
} else {
gotoAndPlay('cumFlat');
}
}
frame 715 {
setFaceNormal();
}
frame 732 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 734 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 736 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 754 {
if (_root.heat < _root.heatMax) {
gotoAndPlay('flatChooser');
} else {
gotoAndPlay('cumFlat');
}
}
frame 755 {
setFaceNormal();
}
frame 763 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 766 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 768 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 778 {
if (_root.heat < _root.heatMax) {
gotoAndPlay('flatChooser');
} else {
gotoAndPlay('cumFlat');
}
}
frame 779 {
setFaceNormal();
}
frame 791 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 793 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 795 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 800 {
if (_root.heat < _root.heatMax) {
gotoAndPlay('flatChooser');
} else {
gotoAndPlay('cumFlat');
}
}
frame 801 {
corruptionShader.gotoAndPlay('play');
_root.cumming = true;
}
frame 801 {
setFaceNormal();
}
instance blushControler of movieClip 108 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.heat >= -40) {
_root.heat -= 1.428571428571429;
_parent.DSface.blush._alpha = _root.heat / 2;
} else {
_root.heat = -40;
_parent.DSface.blush._alpha = _root.heat / 2;
}
_parent.setFaceNormal();
}
}
frame 947 {
_root.cumming = false;
gotoAndPlay('flatChooser');
}
frame 947 {
_root.heat = 0;
DSface.blush._alpha = _root.heat / 2;
setFaceNormal();
}
frame 983 {
gotoAndPlay('StyleG');
}
frame 984 {
if (_root.heat > _root.heatMax) {
gotoAndPlay('Gcum');
} else {
if (_root.ending == true) {
gotoAndPlay('StyleGN');
} else {
if (_root.altPosition != true) {
gotoAndPlay('StyleGN');
} else {
if (_root.aggro != -1) {
gotoAndPlay('StyleGN');
} else {
if (_root.speed != 'auto') {
if (_root.speed == 'slow') {
gotoAndPlay('Gslow');
} else {
if (_root.speed == 'fast') {
gotoAndPlay('Gfast');
} else {
gotoAndPlay('Ghard');
}
}
} else {
if (_root.heat <= 20) {
gotoAndPlay('Gslow');
} else {
if (_root.heat <= 50) {
gotoAndPlay('Gfast');
} else {
gotoAndPlay('Ghard');
}
}
}
}
}
}
}
}
frame 985 {
if (_root.altPosition != true) {
gotoAndPlay('StyleGN');
} else {
if (_root.aggro != -1) {
gotoAndPlay('StyleGN');
} else {
gotoAndPlay('StyleG');
}
}
}
frame 986 {
setFaceHappy();
}
frame 1005 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1007 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1009 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1032 {
gotoAndPlay('StyleG');
}
frame 1033 {
setFaceHappy();
}
frame 1047 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1049 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1051 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1065 {
gotoAndPlay('StyleG');
}
frame 1066 {
setFaceHappy();
}
frame 1074 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1076 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1078 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1087 {
gotoAndPlay('StyleG');
}
frame 1088 {
corruptionShader.gotoAndPlay('play');
_root.cumming = true;
}
instance blushControler of movieClip 108 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.heat >= -40) {
_root.heat -= 1.428571428571429;
_parent.DSface.blush._alpha = _root.heat / 2;
} else {
_root.heat = -40;
_parent.DSface.blush._alpha = _root.heat / 2;
}
_parent.setFaceHappy();
}
}
frame 1234 {
_root.cumming = false;
gotoAndPlay('StyleG');
}
frame 1271 {
gotoAndPlay('flatChooser');
}
movieClip 414 {
frame 1 {
gotoAndStop(_root.SAMpelvis + 2);
}
}
movieClip 415 {
}
frame 1307 {
gotoAndPlay('StyleR');
}
frame 1308 {
if (_root.heat > _root.heatMax) {
gotoAndPlay('Rcum');
} else {
if (_root.ending == true) {
gotoAndPlay('StyleRN');
} else {
if (_root.altPosition != true) {
gotoAndPlay('StyleRN');
} else {
if (_root.aggro != 1) {
gotoAndPlay('StyleRN');
} else {
if (_root.speed != 'auto') {
if (_root.speed == 'slow') {
gotoAndPlay('Rslow');
} else {
if (_root.speed == 'fast') {
gotoAndPlay('Rfast');
} else {
gotoAndPlay('Rhard');
}
}
} else {
if (_root.heat <= 20) {
gotoAndPlay('Rslow');
} else {
if (_root.heat <= 50) {
gotoAndPlay('Rfast');
} else {
gotoAndPlay('Rhard');
}
}
}
}
}
}
}
}
frame 1309 {
if (_root.altPosition != true) {
gotoAndPlay('StyleRN');
} else {
if (_root.aggro != 1) {
gotoAndPlay('StyleRN');
} else {
gotoAndPlay('StyleR');
}
}
}
frame 1310 {
setFaceAngry();
}
frame 1331 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1333 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1335 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1357 {
gotoAndPlay('StyleR');
}
frame 1358 {
setFaceAngry();
}
frame 1376 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1378 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1380 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1389 {
gotoAndPlay('StyleR');
}
frame 1390 {
setFaceAngry();
}
frame 1399 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1401 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1403 {
_root.heat += 1;
DSface.blush._alpha = _root.heat / 2;
}
frame 1411 {
gotoAndPlay('StyleR');
}
frame 1412 {
corruptionShader.gotoAndPlay('play');
_root.cumming = true;
}
instance blushControler of movieClip 108 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.heat >= -40) {
_root.heat -= 1.428571428571429;
_parent.DSface.blush._alpha = _root.heat / 2;
} else {
_root.heat = -40;
_parent.DSface.blush._alpha = _root.heat / 2;
}
_parent.setFaceAngry();
}
}
frame 1558 {
_root.cumming = false;
gotoAndPlay('StyleR');
}
frame 1595 {
gotoAndPlay('flatChooser');
}
button 416 {
on (release) {
_root.overlay.HUD.gotoAndPlay('get');
_root.wiimoteLockout = false;
_root.itemWiimote._visible = 0;
}
}
frame 1597 {
cannon.gotoAndStop('charge');
}
instance BG of movieClip 140 {
}
frame 1617 {
DSface.brows.gotoAndStop(3);
DSface.eyes.gotoAndStop(4);
DSface.mouth.gotoAndStop(13);
}
frame 1631 {
DSface.brows.gotoAndStop(3);
DSface.eyes.gotoAndStop(3);
DSface.mouth.gotoAndStop(12);
}
frame 1641 {
DSface.brows.gotoAndStop(1);
DSface.eyes.gotoAndStop(1);
DSface.mouth.gotoAndStop(10);
}
frame 1650 {
cannon.gotoAndPlay('charge');
}
movieClip 418 {
}
frame 1662 {
DSface.brows.gotoAndStop(1);
DSface.eyes.gotoAndStop(4);
DSface.mouth.gotoAndStop(11);
}
movieClip 421 {
}
frame 1675 {
DSface.brows.gotoAndStop(2);
DSface.eyes.gotoAndStop(7);
DSface.mouth.gotoAndStop(7);
}
frame 1682 {
DSface.eyes.gotoAndStop(8);
}
frame 1685 {
DSface.brows.gotoAndStop(6);
}
frame 1688 {
DSface.mouth.gotoAndStop(5);
}
frame 1692 {
DSface.eyes.gotoAndStop(9);
}
frame 1693 {
DSface.brows.gotoAndStop(5);
}
frame 1697 {
DSface.mouth.gotoAndStop(6);
}
movieClip 430 {
}
button 431 {
on (release) {
if (_root.trans == false) {
_root.gotoAndPlay('restart');
_root.trans = true;
}
}
}
frame 1804 {
gotoAndPlay('endScreen');
}
frame 1824 {
gotoAndPlay('MainIntro');
}