Combined Code
movieClip 6 {
}
movieClip 9 {
}
movieClip 20 {
}
movieClip 22 {
frame 40 {
stop();
}
}
movieClip 35 {
}
button 36 {
on (release) {
startMovie();
}
}
movieClip 37 {
frame 1 {
function timerHandler() {
if (!loadingComplete) {
var v4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * v4;
if (v4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop('loaded');
}
return undefined;
}
}
dt = getTimer() - time;
time += dt;
frameAccum += dt;
var v3 = 0;
for (;;) {
if (!(frameAccum >= FRAME_TIME && v3 < MAX_FRAME_SKIP)) break;
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
frameAccum -= FRAME_TIME;
v3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return undefined;
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof clip[childName] == 'movieclip') {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.33333333333334;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, 'timerHandler', FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
}
}
movieClip 38 {
}
instance of movieClip 38 {
onClipEvent (release) {
getURL('http://azrealfreeman.newgrounds.com/', '_blank');
}
}
button 40 {
on (release) {
getURL('http://www.sexyfuckgames.com', '_blank');
}
}
instance of movieClip 38 {
onClipEvent (release) {
getURL('http://azrealfreeman.newgrounds.com/', '_blank');
}
}
instance of movieClip 38 {
onClipEvent (release) {
getURL('http://azrealfreeman.newgrounds.com/', '_blank');
}
}
frame 51 {
stop();
}
movieClip 46 {
}
instance of movieClip 46 {
onClipEvent (release) {
_root.gotoAndPlay('q1');
}
}
// unknown tag 88 length 62
movieClip 54 {
}
frame 52 {
var question1 = false;
var question2 = false;
var question3 = false;
var question4 = false;
var question5 = false;
var question6 = false;
var question7 = false;
var question8 = false;
var question9 = false;
var question10 = false;
var question11 = false;
var question12 = false;
var question13 = false;
var question14 = false;
var question15 = false;
var question16 = false;
var question17 = false;
var question18 = false;
var question19 = false;
var question20 = false;
}
frame 52 {
stop();
}
movieClip 55 {
}
instance of movieClip 55 {
onClipEvent (release) {
_root.gotoAndPlay('s5');
}
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question1 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q2');
}
}
instance of movieClip 55 {
onClipEvent (release) {
_root.gotoAndPlay('s6');
}
}
movieClip 61 {
}
movieClip 77 {
frame 15 {
stop();
}
}
movieClip 79 {
frame 1 {
stop();
}
instance of movieClip 77 {
onClipEvent (release) {
_root.gotoAndPlay('s3');
}
}
frame 2 {
stop();
}
}
instance of movieClip 79 {
onClipEvent (enterFrame) {
if (_root.question15 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question15 == true) {
gotoAndStop('yes');
}
}
}
movieClip 80 {
frame 1 {
stop();
}
instance of movieClip 77 {
onClipEvent (release) {
_root.gotoAndPlay('s1');
}
}
frame 2 {
stop();
}
}
instance of movieClip 80 {
onClipEvent (enterFrame) {
if (_root.question5 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question5 == true) {
gotoAndStop('yes');
}
}
}
movieClip 81 {
frame 1 {
stop();
}
instance of movieClip 77 {
onClipEvent (release) {
_root.gotoAndPlay('s4');
}
}
frame 2 {
stop();
}
}
instance of movieClip 81 {
onClipEvent (enterFrame) {
if (_root.question19 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question19 == true) {
gotoAndStop('yes');
}
}
}
movieClip 82 {
frame 1 {
stop();
}
instance of movieClip 77 {
onClipEvent (release) {
_root.gotoAndPlay('s2');
}
}
frame 2 {
stop();
}
}
instance of movieClip 82 {
onClipEvent (enterFrame) {
if (_root.question10 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question10 == true) {
gotoAndStop('yes');
}
}
}
movieClip 83 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 83 {
onClipEvent (enterFrame) {
if (_root.question18 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question18 == true) {
gotoAndStop('yes');
}
}
}
movieClip 84 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 84 {
onClipEvent (enterFrame) {
if (_root.question8 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question8 == true) {
gotoAndStop('yes');
}
}
}
movieClip 85 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 85 {
onClipEvent (enterFrame) {
if (_root.question19 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question19 == true) {
gotoAndStop('yes');
}
}
}
movieClip 86 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 86 {
onClipEvent (enterFrame) {
if (_root.question9 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question9 == true) {
gotoAndStop('yes');
}
}
}
movieClip 87 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 87 {
onClipEvent (enterFrame) {
if (_root.question16 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question16 == true) {
gotoAndStop('yes');
}
}
}
movieClip 88 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 88 {
onClipEvent (enterFrame) {
if (_root.question6 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question6 == true) {
gotoAndStop('yes');
}
}
}
movieClip 89 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 89 {
onClipEvent (enterFrame) {
if (_root.question17 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question17 == true) {
gotoAndStop('yes');
}
}
}
movieClip 90 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (_root.question7 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question7 == true) {
gotoAndStop('yes');
}
}
}
movieClip 91 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 91 {
onClipEvent (enterFrame) {
if (_root.question14 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question14 == true) {
gotoAndStop('yes');
}
}
}
movieClip 92 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 92 {
onClipEvent (enterFrame) {
if (_root.question4 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question4 == true) {
gotoAndStop('yes');
}
}
}
movieClip 93 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 93 {
onClipEvent (enterFrame) {
if (_root.question15 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question15 == true) {
gotoAndStop('yes');
}
}
}
movieClip 94 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 94 {
onClipEvent (enterFrame) {
if (_root.question5 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question5 == true) {
gotoAndStop('yes');
}
}
}
movieClip 95 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 95 {
onClipEvent (enterFrame) {
if (_root.question12 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question12 == true) {
gotoAndStop('yes');
}
}
}
movieClip 96 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 96 {
onClipEvent (enterFrame) {
if (_root.question2 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question2 == true) {
gotoAndStop('yes');
}
}
}
movieClip 97 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (_root.question13 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question13 == true) {
gotoAndStop('yes');
}
}
}
movieClip 98 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 98 {
onClipEvent (enterFrame) {
if (_root.question3 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question3 == true) {
gotoAndStop('yes');
}
}
}
movieClip 99 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 99 {
onClipEvent (enterFrame) {
if (_root.question11 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question11 == true) {
gotoAndStop('yes');
}
}
}
movieClip 100 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 100 {
onClipEvent (enterFrame) {
if (_root.question1 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question1 == true) {
gotoAndStop('yes');
}
}
}
movieClip 101 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 101 {
onClipEvent (enterFrame) {
if (_root.question20 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question20 == true) {
gotoAndStop('yes');
}
}
}
movieClip 102 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 102 {
onClipEvent (enterFrame) {
if (_root.question10 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question10 == true) {
gotoAndStop('yes');
}
}
}
frame 53 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question2 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q3');
}
}
movieClip 109 {
frame 39 {
stop();
}
}
frame 54 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question3 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q4');
}
}
frame 55 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question4 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q5');
}
}
frame 56 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question5 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q6');
}
}
frame 57 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question6 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q7');
}
}
frame 58 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question7 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q8');
}
}
frame 59 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question8 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q9');
}
}
frame 60 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question9 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q10');
}
}
frame 61 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question10 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q11');
}
}
frame 62 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question11 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q12');
}
}
frame 63 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question12 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q13');
}
}
frame 64 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question13 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q14');
}
}
frame 65 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question14 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q15');
}
}
frame 66 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question15 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q16');
}
}
frame 67 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question16 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q17');
}
}
movieClip 167 {
}
movieClip 169 {
}
movieClip 171 {
}
movieClip 173 {
}
movieClip 175 {
}
movieClip 177 {
}
movieClip 179 {
}
movieClip 180 {
}
frame 68 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question17 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q18');
}
}
frame 69 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question18 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q19');
}
}
frame 70 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question19 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('q20');
}
}
frame 71 {
stop();
}
instance of movieClip 46 {
onClipEvent (release) {
_root.question20 = true;
}
onClipEvent (release) {
_root.gotoAndPlay('end');
}
}
frame 72 {
stop();
}
movieClip 204 {
}
movieClip 206 {
}
instance of movieClip 206 {
onClipEvent (release) {
_root.gotoAndPlay('q6');
}
}
frame 73 {
stop();
}
movieClip 218 {
}
instance of movieClip 206 {
onClipEvent (release) {
_root.gotoAndPlay('q11');
}
}
frame 74 {
stop();
}
movieClip 221 {
}
movieClip 223 {
}
// unknown tag 88 length 282
movieClip 228 {
frame 1 {
function camControl() {
parentColor.setTransform(camColor.getTransform());
var v4 = sX / this._width;
var v3 = sY / this._height;
_parent._x = cX - this._x * v4;
_parent._y = cY - this._y * v3;
_parent._xscale = 100 * v4;
_parent._yscale = 100 * v3;
}
function resetStage() {
var v2 = {'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0, 'aa': 100, 'ab': 0};
parentColor.setTransform(v2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
parentColor.setTransform(camColor.getTransform());
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = 'exactFit';
var cX = Stage.width / 2;
var cY = Stage.height / 2;
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
}
}
movieClip 240 {
}
instance of movieClip 206 {
onClipEvent (release) {
_root.gotoAndPlay('q16');
}
}
frame 75 {
stop();
}
movieClip 253 {
}
instance of movieClip 206 {
onClipEvent (release) {
_root.gotoAndPlay('q20');
}
}
frame 76 {
stop();
}
movieClip 267 {
}
instance of movieClip 206 {
onClipEvent (release) {
_root.gotoAndPlay('start');
}
}
movieClip 270 {
}
instance of movieClip 270 {
onClipEvent (release) {
_root.gotoAndPlay('credits');
}
}
movieClip 272 {
frame 39 {
stop();
}
}
frame 77 {
stop();
}
movieClip 275 {
}
movieClip 277 {
}
movieClip 289 {
}
frame 78 {
stop();
}
movieClip 292 {
}
instance of movieClip 79 {
onClipEvent (enterFrame) {
if (_root.question15 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question15 == true) {
gotoAndStop('yes');
}
}
}
instance of movieClip 80 {
onClipEvent (enterFrame) {
if (_root.question5 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question5 == true) {
gotoAndStop('yes');
}
}
}
instance of movieClip 81 {
onClipEvent (enterFrame) {
if (_root.question19 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question19 == true) {
gotoAndStop('yes');
}
}
}
instance of movieClip 82 {
onClipEvent (enterFrame) {
if (_root.question10 == false) {
gotoAndStop('no');
}
}
onClipEvent (enterFrame) {
if (_root.question10 == true) {
gotoAndStop('yes');
}
}
}
frame 79 {
stop();
}
instance of movieClip 206 {
onClipEvent (release) {
_root.gotoAndPlay('end');
}
}