Combined Code
frame 1 {
}
frame 1 {
stop();
}
movieClip 3 {
}
movieClip 6 {
}
movieClip 8 {
}
movieClip 10 {
}
movieClip 192 {
}
movieClip 195 {
}
button 199 {
on (release) {
gotoAndStop(2);
}
}
movieClip 204 {
}
button 205 {
on (release) {
gotoAndStop(5);
}
}
movieClip 209 {
}
movieClip 214 {
}
movieClip 228 {
}
button 229 {
on (release) {
gotoAndStop(3);
}
}
movieClip 236 {
frame 10 {
stop();
}
}
button 237 {
on (release) {
gotoAndStop(4);
}
}
movieClip 240 {
}
movieClip 264 {
}
movieClip 280 {
}
movieClip 298 {
}
movieClip 299 {
frame 1 {
stop();
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
// unknown tag 88 length 66
button 308 {
on (release) {
gotoAndStop(1);
}
}
button 312 {
on (press) {
fscommand('fullscreen', 'true');
fscommand('allowscale', 'false');
}
}
// unknown tag 88 length 99
button 324 {
on (release) {
gotoAndStop(2);
}
}
button 326 {
on (release) {
gotoAndStop(1);
}
}
// unknown tag 88 length 95
movieClip 332 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 335 {
}
// unknown tag 88 length 67
// unknown tag 88 length 62
// unknown tag 88 length 92
button 344 {
on (release, keyPress '<Enter>') {
if (answer eq 'klubkangaroo' or answer eq 'HenchiAdmin' or answer eq 'blued' or answer eq 'sweetness') {
gotoAndPlay(2);
} else {
gotoAndStop(3);
}
}
}
movieClip 348 {
frame 45 {
stop();
}
}
movieClip 352 {
frame 40 {
stop();
}
}
movieClip 356 {
frame 11 {
stop();
}
}
button 357 {
on (release) {
gotoAndStop(1);
}
}
button 360 {
on (release, keyPress '<Enter>') {
if (answer eq 'klubkangaroo' or answer eq 'HenchiAdmin') {
gotoAndPlay(2);
} else {
gotoAndStop(3);
}
}
}
movieClip 362 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 365 {
}
movieClip 370 {
}
movieClip 371 {
}
movieClip 374 {
}
movieClip 375 {
}
movieClip 377 {
}
movieClip 381 {
}
movieClip 382 {
}
movieClip 385 {
}
movieClip 389 {
}
movieClip 392 {
}
movieClip 393 {
}
movieClip 395 {
}
movieClip 396 {
}
movieClip 397 {
}
movieClip 398 {
}
movieClip 400 {
}
button 401 {
on (release) {
getURL('http://www.newgrounds.com', '_blank');
}
}
movieClip 404 {
}
button 410 {
on (release) {
gotoAndStop(3);
}
}
movieClip 412 {
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();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
frame 2 {
stop();
}
movieClip 413 {
}
button 415 {
on (release) {
gotoAndStop(1);
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 20;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -20;
_yscale = 20;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -20;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -20;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
frame 3 {
stop();
}
movieClip 464 {
}
button 465 {
on (release) {
gotoAndStop(1);
}
}
movieClip 467 {
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
frame 4 {
stop();
}
movieClip 473 {
frame 20 {
stop();
}
frame 20 {
stop();
}
}
movieClip 475 {
frame 20 {
stop();
}
}
movieClip 477 {
frame 20 {
stop();
}
}
button 478 {
on (release) {
gotoAndStop(1);
}
}
frame 5 {
stop();
}
movieClip 479 {
}
button 482 {
on (release) {
gotoAndStop(1);
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
instance of movieClip 299 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(2);
this._x += 5;
_xscale = 15;
} else {
if (Key.isDown(37)) {
this.gotoAndStop(2);
this._x -= 5;
_xscale = -15;
_yscale = 15;
} else {
if (Key.isDown(38)) {
this.gotoAndStop(3);
this._y -= 2;
_xscale = -15;
} else {
if (Key.isDown(40)) {
this.gotoAndStop(4);
this._y += 2;
_xscale = -15;
} else {
this.gotoAndStop(1);
}
}
}
}
}
}
movieClip 489 {
}
movieClip 496 {
frame 351 {
stop();
}
}
frame 7 {
stop();
}
frame 8 {
stop();
}