Combined Code
movieClip 5 {
}
movieClip 10 {
}
movieClip 11 {
frame 1 {
function timerHandler() {
var v4;
if (!loadingComplete) {
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();
}
frame 3 {
startMovie();
}
}
frame 2 {
stop();
gotoAndStop(3);
}
frame 3 {
pleasure = 0;
stop();
}
button 16 {
on (press) {
_quality = 'LOW';
}
}
button 17 {
on (press) {
_quality = 'MEDIUM';
}
}
button 18 {
on (press) {
_quality = 'HIGH';
}
}
movieClip 26 {
}
button 34 {
on (press) {
gotoAndStop(5);
}
}
button 36 {
on (press) {
gotoAndStop(4);
}
}
movieClip 42 {
}
movieClip 43 {
frame 31 {
stop();
}
}
button 50 {
on (release) {
getURL('https://rule34.xxx/index.php?page=account&s=profile&id=1535787', '');
}
}
movieClip 55 {
}
movieClip 60 {
}
movieClip 63 {
}
movieClip 69 {
}
movieClip 73 {
}
movieClip 92 {
}
movieClip 93 {
}
movieClip 100 {
}
movieClip 102 {
frame 50 {
gotoAndStop(31);
}
}
button 108 {
on (press) {
nextFrame();
}
on (release) {
stop();
}
}
button 118 {
on (press) {
nextFrame();
}
on (release) {
stop();
}
}
button 121 {
on (press) {
gotoAndPlay(14);
}
on (release) {
stop();
}
}
button 124 {
on (press) {
gotoAndPlay(636);
}
on (release) {
stop();
}
}
button 127 {
on (press) {
gotoAndPlay(1601);
}
on (release) {
stop();
}
}
button 130 {
on (press) {
gotoAndPlay(1086);
}
on (release) {
stop();
}
}
button 133 {
on (release) {
if (pleasure >= 4) {
gotoAndStop('end?');
pleasure > 3;
}
stop();
}
}
movieClip 136 {
}
frame 13 {
stop();
}
movieClip 139 {
}
movieClip 142 {
}
frame 14 {
countVar1 = 0;
}
frame 14 {
stopAllSounds();
}
frame 14 {
if (_global.musicMC == undefined) {
_global.musicMC = _root.createEmptyMovieClip('musiccontainer', _root.getNextHighestDepth());
}
if (_global.musicSound == undefined) {
_global.musicSound = new Sound('musiccontainer');
_global.musicSound.attachSound('gameplaymusic');
_global.musicSound.start(0, 999999);
}
}
button 144 {
on (press) {
_quality = 'MEDIUM';
}
}
button 148 {
on (press) {
gotoAndStop(12);
}
on (release) {
stop();
}
}
movieClip 156 {
}
button 162 {
on (release) {
_global.musicSound.setVolume(100 - _global.musicSound.getVolume());
}
}
frame 53 {
stop();
}
button 171 {
on (release) {
gotoAndPlay(54);
}
}
frame 54 {
if (countVar1 <= -100) {
gotoAndPlay(574);
}
if (countVar1 >= 100) {
gotoAndPlay(323);
}
}
button 176 {
on (release) {
gotoAndPlay(54);
}
}
button 178 {
on (release) {
gotoAndPlay(159);
}
}
button 179 {
on (release) {
gotoAndPlay(195);
}
}
button 181 {
on (release) {
gotoAndPlay(220);
}
}
button 183 {
on (release) {
gotoAndPlay(237);
}
}
button 185 {
on (release) {
gotoAndPlay(262);
}
}
button 187 {
on (release) {
gotoAndPlay(287);
}
}
frame 110 {
countVar1 -= 1;
if (countVar1 <= -100) {
gotoAndPlay(574);
}
}
frame 157 {
countVar1 -= 1;
if (countVar1 <= -100) {
gotoAndPlay(574);
}
}
frame 158 {
gotoAndPlay(54);
}
frame 159 {
if (countVar1 >= 100) {
gotoAndPlay(323);
}
}
frame 178 {
countVar1 += 1;
if (countVar1 >= 100) {
gotoAndPlay(323);
}
}
frame 193 {
countVar1 += 1;
}
frame 194 {
gotoAndPlay(159);
}
frame 195 {
if (countVar1 >= 100) {
gotoAndPlay(323);
}
}
frame 207 {
countVar1 += 1;
if (countVar1 >= 100) {
gotoAndPlay(323);
}
}
frame 218 {
countVar1 += 1;
}
frame 219 {
gotoAndPlay(195);
}
frame 220 {
if (countVar1 >= 100) {
gotoAndPlay(323);
}
}
movieClip 193 {
}
frame 235 {
countVar1 += 1;
if (countVar1 >= 100) {
gotoAndPlay(323);
}
}
frame 236 {
gotoAndPlay(220);
}
frame 237 {
if (countVar1 >= 100) {
gotoAndPlay(323);
}
}
frame 249 {
countVar1 += 1;
if (countVar1 >= 100) {
gotoAndPlay(323);
}
}
frame 260 {
countVar1 += 1;
}
frame 261 {
gotoAndPlay(237);
}
frame 262 {
if (countVar1 >= 100) {
gotoAndPlay(323);
}
}
frame 285 {
countVar1 += 1;
if (countVar1 >= 100) {
gotoAndPlay(323);
}
}
frame 286 {
gotoAndPlay(262);
}
frame 287 {
if (countVar1 >= 100) {
gotoAndPlay(323);
}
}
frame 311 {
countVar1 += 1;
}
frame 321 {
countVar1 += 1;
}
frame 322 {
gotoAndPlay(287);
}
frame 323 {
Countvar1 = 0;
countVar1 = 0;
}
movieClip 206 {
frame 30 {
stop();
}
}
button 207 {
on (press) {
gotoAndStop(12);
stopAllSounds();
}
on (release) {
stop();
}
}
button 209 {
on (release) {
gotoAndPlay(41);
}
}
button 210 {
on (release) {
gotoAndPlay(146);
}
}
button 211 {
on (release) {
gotoAndPlay(182);
}
}
button 212 {
on (release) {
gotoAndPlay(207);
}
}
button 213 {
on (release) {
gotoAndPlay(224);
}
}
button 214 {
on (release) {
gotoAndPlay(249);
}
}
button 215 {
on (release) {
gotoAndPlay(274);
}
}
button 217 {
on (press) {
gotoAndStop(12);
stopAllSounds();
}
on (release) {
stop();
}
}
frame 348 {
gotoAndPlay(348);
}
movieClip 219 {
}
movieClip 224 {
}
button 225 {
on (release) {
gotoAndPlay(475);
}
}
movieClip 227 {
}
button 228 {
on (release) {
gotoAndPlay(369);
}
}
frame 368 {
gotoAndPlay(348);
}
movieClip 231 {
}
movieClip 232 {
frame 25 {
stop();
}
}
movieClip 238 {
frame 15 {
stop();
}
}
movieClip 239 {
frame 15 {
stop();
}
}
movieClip 240 {
frame 15 {
stop();
}
}
movieClip 241 {
}
movieClip 243 {
}
frame 472 {
stop();
}
button 255 {
on (release) {
gotoAndPlay(54);
countVar1 = 0;
}
}
button 256 {
on (release) {
gotoAndStop('gameplay');
pleasure += 1;
}
}
frame 475 {
Countvar1 = 0;
countVar1 = 0;
}
movieClip 258 {
}
movieClip 259 {
frame 50 {
stop();
}
}
frame 557 {
stop();
}
movieClip 261 {
}
frame 577 {
Countvar1 = 0;
countVar1 = 0;
}
movieClip 263 {
}
movieClip 266 {
}
movieClip 267 {
}
movieClip 269 {
frame 30 {
stop();
}
}
movieClip 272 {
frame 10 {
stop();
}
}
button 275 {
on (release) {
gotoAndPlay(54);
}
}
frame 635 {
stop();
}
button 276 {
on (release) {
gotoAndPlay(54);
countVar1 = 0;
}
}
frame 636 {
if (_global.musicMC == undefined) {
_global.musicMC = _root.createEmptyMovieClip('musiccontainer', _root.getNextHighestDepth());
}
if (_global.musicSound == undefined) {
_global.musicSound = new Sound('musiccontainer');
_global.musicSound.attachSound('gameplaymusic');
_global.musicSound.start(0, 999999);
}
}
frame 636 {
countVar3 = 0;
stopAllSounds();
}
button 277 {
on (press) {
gotoAndStop(12);
}
on (release) {
stop();
}
}
button 278 {
on (release) {
_global.musicSound.setVolume(100 - _global.musicSound.getVolume());
}
}
frame 675 {
stop();
}
button 295 {
on (release) {
_global.musicSound.setVolume(100 - _global.musicSound.getVolume());
}
}
movieClip 296 {
frame 1 {
}
}
button 297 {
on (release) {
gotoAndPlay(676);
}
}
frame 676 {
if (countVar3 <= -100) {
gotoAndPlay(1011);
}
if (countVar3 >= 100) {
gotoAndPlay(885);
}
}
button 298 {
on (release) {
_global.musicSound.setVolume(100 - _global.musicSound.getVolume());
}
}
button 305 {
on (release) {
gotoAndPlay(676);
}
}
button 306 {
on (release) {
gotoAndPlay(717);
}
}
button 307 {
on (release) {
gotoAndPlay(772);
}
}
button 308 {
on (release) {
gotoAndPlay(799);
}
}
button 309 {
on (release) {
gotoAndPlay(819);
}
}
button 310 {
on (release) {
gotoAndPlay(835);
}
}
button 311 {
on (release) {
gotoAndPlay(851);
}
}
button 313 {
on (release) {
gotoAndPlay(865);
}
}
frame 696 {
countVar3 -= 1;
}
frame 715 {
gotoAndPlay(676);
countVar3 -= 1;
}
frame 717 {
if (countVar3 <= -100) {
gotoAndPlay(1011);
}
if (countVar3 >= 100) {
gotoAndPlay(885);
}
}
frame 730 {
countVar3 += 1;
}
frame 757 {
countVar3 += 1;
}
frame 770 {
gotoAndPlay(717);
}
frame 772 {
if (countVar3 <= -100) {
gotoAndPlay(1011);
}
if (countVar3 >= 100) {
gotoAndPlay(885);
}
}
frame 783 {
countVar3 += 1;
}
frame 797 {
gotoAndPlay(772);
}
frame 799 {
if (countVar3 <= -100) {
gotoAndPlay(1011);
}
if (countVar3 >= 100) {
gotoAndPlay(885);
}
}
frame 808 {
countVar3 += 1;
}
frame 817 {
gotoAndPlay(799);
}
frame 819 {
if (countVar3 <= -100) {
gotoAndPlay(1011);
}
if (countVar3 >= 100) {
gotoAndPlay(885);
}
}
frame 828 {
countVar3 += 1;
}
frame 833 {
gotoAndPlay(819);
}
frame 835 {
if (countVar3 <= -100) {
gotoAndPlay(1011);
}
if (countVar3 >= 100) {
gotoAndPlay(885);
}
}
frame 842 {
countVar3 += 1;
}
frame 849 {
gotoAndPlay(835);
}
frame 851 {
if (countVar3 <= -100) {
gotoAndPlay(1011);
}
if (countVar3 >= 100) {
gotoAndPlay(885);
}
}
frame 857 {
countVar3 += 1;
}
frame 863 {
gotoAndPlay(851);
}
frame 865 {
if (countVar3 <= -100) {
gotoAndPlay(1011);
}
if (countVar3 >= 100) {
gotoAndPlay(885);
}
}
frame 874 {
countVar3 += 1;
}
frame 883 {
gotoAndPlay(865);
}
frame 885 {
countVar3 = 0;
countVar3 = 0;
}
button 322 {
on (release) {
gotoAndPlay(927);
}
}
button 323 {
on (release) {
gotoAndPlay(969);
}
}
frame 925 {
gotoAndPlay(909);
}
frame 967 {
stop();
}
button 337 {
on (release) {
gotoAndPlay(676);
countVar3 = 0;
}
}
frame 1009 {
stop();
}
movieClip 350 {
}
button 355 {
on (release) {
gotoAndPlay(676);
countVar3 = 0;
}
}
frame 1085 {
stop();
}
button 356 {
on (release) {
gotoAndPlay(676);
countVar3 = 0;
}
}
frame 1086 {
countVar4 = 0;
}
frame 1086 {
if (_global.musicMC == undefined) {
_global.musicMC = _root.createEmptyMovieClip('musiccontainer', _root.getNextHighestDepth());
}
if (_global.musicSound == undefined) {
_global.musicSound = new Sound('musiccontainer');
_global.musicSound.attachSound('gameplaymusic');
_global.musicSound.start(0, 999999);
}
}
frame 1125 {
stop();
}
button 358 {
on (release) {
gotoAndPlay(1126);
}
}
frame 1126 {
if (countVar4 <= -100) {
gotoAndPlay(1526);
}
if (countVar4 >= 100) {
gotoAndPlay(1406);
}
}
button 360 {
on (release) {
gotoAndPlay(1126);
}
}
button 361 {
on (release) {
gotoAndPlay(1187);
}
}
button 362 {
on (release) {
gotoAndPlay(1213);
}
}
button 363 {
on (release) {
gotoAndPlay(1239);
}
}
button 364 {
on (release) {
gotoAndPlay(1274);
}
}
button 365 {
on (release) {
gotoAndPlay(1313);
}
}
button 366 {
on (release) {
gotoAndPlay(1346);
}
}
button 367 {
on (release) {
gotoAndPlay(1385);
}
}
frame 1143 {
countVar4 -= 1;
}
frame 1167 {
countVar4 -= 1;
}
frame 1185 {
gotoAndPlay(1126);
}
frame 1187 {
if (countVar4 <= -100) {
gotoAndPlay(1526);
}
if (countVar4 >= 100) {
gotoAndPlay(1406);
}
}
frame 1198 {
countVar4 += 1;
}
frame 1211 {
gotoAndPlay(1187);
}
frame 1213 {
if (countVar4 <= -100) {
gotoAndPlay(1526);
}
if (countVar4 >= 100) {
gotoAndPlay(1406);
}
}
frame 1224 {
countVar4 += 1;
}
frame 1237 {
gotoAndPlay(1213);
}
frame 1239 {
if (countVar4 <= -100) {
gotoAndPlay(1526);
}
if (countVar4 >= 100) {
gotoAndPlay(1406);
}
}
frame 1255 {
countVar4 += 1;
}
frame 1272 {
gotoAndPlay(1239);
}
frame 1274 {
if (countVar4 <= -100) {
gotoAndPlay(1526);
}
if (countVar4 >= 100) {
gotoAndPlay(1406);
}
}
frame 1285 {
countVar4 += 1;
}
frame 1299 {
countVar4 += 1;
}
frame 1311 {
gotoAndPlay(1274);
}
frame 1313 {
if (countVar4 <= -100) {
gotoAndPlay(1526);
}
if (countVar4 >= 100) {
gotoAndPlay(1406);
}
}
frame 1328 {
countVar4 += 1;
}
frame 1344 {
gotoAndPlay(1313);
}
frame 1346 {
if (countVar4 <= -100) {
gotoAndPlay(1526);
}
if (countVar4 >= 100) {
gotoAndPlay(1406);
}
}
frame 1356 {
countVar4 += 1;
}
frame 1367 {
countVar4 += 1;
}
frame 1383 {
gotoAndPlay(1346);
}
frame 1385 {
if (countVar4 <= -100) {
gotoAndPlay(1526);
}
if (countVar4 >= 100) {
gotoAndPlay(1406);
}
}
frame 1393 {
countVar4 += 1;
}
frame 1404 {
gotoAndPlay(1385);
}
frame 1406 {
countVar4 = 0;
countVar4 = 0;
}
button 371 {
on (release) {
gotoAndPlay(41);
}
}
button 372 {
on (release) {
gotoAndPlay(146);
}
}
button 373 {
on (release) {
gotoAndPlay(182);
}
}
button 374 {
on (release) {
gotoAndPlay(207);
}
}
button 375 {
on (release) {
gotoAndPlay(224);
}
}
button 376 {
on (release) {
gotoAndPlay(249);
}
}
button 377 {
on (release) {
gotoAndPlay(274);
}
}
button 378 {
on (release) {
gotoAndPlay(300);
}
}
button 380 {
on (release) {
gotoAndPlay(1449);
}
}
button 381 {
on (release) {
gotoAndPlay(1488);
}
}
frame 1447 {
gotoAndPlay(1439);
}
frame 1486 {
stop();
}
button 391 {
on (release) {
gotoAndPlay(1126);
countVar4 = 0;
}
}
frame 1518 {
stop();
}
movieClip 401 {
}
button 403 {
on (release) {
gotoAndPlay(1126);
countVar4 = 0;
}
}
frame 1600 {
stop();
}
frame 1600 {
stop();
}
frame 1601 {
countVar2 = 0;
stopAllSounds();
}
frame 1601 {
if (_global.musicMC == undefined) {
_global.musicMC = _root.createEmptyMovieClip('musiccontainer', _root.getNextHighestDepth());
}
if (_global.musicSound == undefined) {
_global.musicSound = new Sound('musiccontainer');
_global.musicSound.attachSound('gameplaymusic');
_global.musicSound.start(0, 999999);
}
}
button 415 {
on (press) {
_quality = 'LOW';
}
}
button 416 {
on (press) {
_quality = 'HIGH';
}
}
button 417 {
on (release) {
_global.musicSound.setVolume(100 - _global.musicSound.getVolume());
}
}
frame 1640 {
stop();
}
button 418 {
on (release) {
gotoAndPlay(1641);
}
}
frame 1641 {
if (countVar2 <= -100) {
gotoAndPlay(2201);
}
if (countVar2 >= 100) {
gotoAndPlay(1911);
}
}
button 419 {
on (release) {
gotoAndPlay(1641);
}
}
button 420 {
on (release) {
gotoAndPlay(1693);
}
}
button 422 {
on (release) {
gotoAndPlay(1752);
}
}
button 424 {
on (release) {
gotoAndPlay(1799);
}
}
button 427 {
on (release) {
gotoAndPlay(1836);
}
}
button 429 {
on (release) {
gotoAndPlay(1863);
}
}
button 431 {
on (release) {
gotoAndPlay(1884);
}
}
button 433 {
on (release) {
gotoAndPlay(1901);
}
}
frame 1658 {
countVar2 -= 1;
if (countVar2 <= -100) {
gotoAndPlay(2201);
}
if (countVar2 >= 100) {
gotoAndPlay(1911);
}
}
frame 1679 {
countVar2 -= 1;
}
frame 1691 {
gotoAndPlay(1641);
}
frame 1693 {
if (countVar2 >= 100) {
gotoAndPlay(1911);
}
}
frame 1693 {
if (countVar2 <= -100) {
gotoAndPlay(2201);
}
if (countVar2 >= 100) {
gotoAndPlay(1911);
}
}
frame 1726 {
countVar2 += 1;
}
frame 1750 {
gotoAndPlay(1693);
}
frame 1752 {
if (countVar2 >= 100) {
gotoAndPlay(1911);
}
}
frame 1752 {
if (countVar2 <= -100) {
gotoAndPlay(2201);
}
if (countVar2 >= 100) {
gotoAndPlay(1911);
}
}
frame 1774 {
countVar2 += 1;
}
frame 1797 {
gotoAndPlay(1752);
}
frame 1799 {
if (countVar2 >= 100) {
gotoAndPlay(1911);
}
}
frame 1799 {
if (countVar2 <= -100) {
gotoAndPlay(2201);
}
if (countVar2 >= 100) {
gotoAndPlay(1911);
}
}
frame 1816 {
countVar2 += 1;
}
frame 1834 {
gotoAndPlay(1799);
}
frame 1836 {
if (countVar2 >= 100) {
gotoAndPlay(1911);
}
}
frame 1836 {
if (countVar2 <= -100) {
gotoAndPlay(2201);
}
if (countVar2 >= 100) {
gotoAndPlay(1911);
}
}
frame 1848 {
countVar2 += 1;
}
frame 1861 {
gotoAndPlay(1836);
}
frame 1863 {
if (countVar2 >= 100) {
gotoAndPlay(1911);
}
}
frame 1863 {
if (countVar2 <= -100) {
gotoAndPlay(2201);
}
if (countVar2 >= 100) {
gotoAndPlay(1911);
}
}
frame 1874 {
countVar2 += 1;
}
frame 1882 {
gotoAndPlay(1863);
}
frame 1884 {
if (countVar2 >= 100) {
gotoAndPlay(1910);
}
}
frame 1884 {
if (countVar2 <= -100) {
gotoAndPlay(2201);
}
if (countVar2 >= 100) {
gotoAndPlay(1911);
}
}
frame 1891 {
countVar2 += 1;
}
frame 1899 {
gotoAndPlay(1884);
}
frame 1901 {
if (countVar2 <= -100) {
gotoAndPlay(2201);
}
if (countVar2 >= 100) {
gotoAndPlay(1911);
}
}
frame 1905 {
countVar2 += 1;
}
frame 1909 {
gotoAndPlay(1901);
}
frame 1911 {
countVar2 = 0;
countVar2 = 0;
}
button 438 {
on (release) {
gotoAndPlay(41);
}
}
button 439 {
on (release) {
gotoAndPlay(93);
}
}
button 440 {
on (release) {
gotoAndPlay(152);
}
}
button 441 {
on (release) {
gotoAndPlay(199);
}
}
button 442 {
on (release) {
gotoAndPlay(236);
}
}
button 443 {
on (release) {
gotoAndPlay(263);
}
}
button 444 {
on (release) {
gotoAndPlay(284);
}
}
button 445 {
on (release) {
gotoAndPlay(301);
}
}
button 447 {
on (release) {
gotoAndPlay(1933);
}
}
button 448 {
on (release) {
gotoAndPlay(1973);
}
}
frame 1931 {
gotoAndPlay(1916);
}
frame 1971 {
stop();
}
button 457 {
on (release) {
gotoAndPlay(1641);
countVar2 = 0;
}
}
frame 2015 {
stop();
}
frame 2200 {
Countvar2 = 0;
countVar2 = 0;
}
movieClip 472 {
}
button 474 {
on (release) {
gotoAndPlay(1641);
countVar2 = 0;
}
}
frame 2258 {
stop();
}