Frame 1
ifFrameLoaded (3) {
gotoAndStop (3);
}
play();
Frame 2
gotoAndPlay (1);
Frame 3
stop();
_quality = (_quality + 1);
fscommand ("allowscale", "0");
fscommand ("showmenu", "false");
Instance of Symbol 34 MovieClip in Frame 3
onClipEvent (enterFrame) {
kBytesLoaded = _parent.getBytesLoaded() / 1024;
kBytesTotal = _parent.getBytesTotal() / 1024;
kBytesRemaining = kBytesTotal - kBytesLoaded;
percentLoaded = (100 * kBytesLoaded) / kBytesTotal;
percentRemaining = 100 - percentLoaded;
kBytesSec = kBytesLoaded / (getTimer() / 1000);
timeRemaining = kBytesRemaining / kBytesSec;
progress = Math.floor(timeRemaining) add " seconds remaining";
}
Instance of Symbol 38 MovieClip in Frame 3
onClipEvent (enterFrame) {
version = getVersion();
}
Instance of Symbol 40 MovieClip in Frame 3
onClipEvent (enterFrame) {
timer = getTimer() / 1000;
}
Instance of Symbol 48 MovieClip in Frame 3
onClipEvent (enterFrame) {
kBytesLoaded = _parent.getBytesLoaded() / 1024;
kBytesTotal = _parent.getBytesTotal() / 1024;
(kBytesRemaining - kBytesTotal) - kBytesLoaded;
percentLoaded = (100 * kBytesLoaded) / kBytesTotal;
percentRemaining = 100 - percentLoaded;
progress = ((Math.floor(kBytesLoaded) add " of ") add Math.floor(kBytesTotal)) add "kBytes loaded";
this._xScale = percentLoaded;
kBytesSec = kBytesLoaded / (getTimer() / 1000);
timeRemaining = kBytesRemaining / kBytesSec;
progress2 = Math.floor(timeRemaining) add " seconds remaining";
if (99 < this._xscale) {
_root.play();
}
}
Frame 4
if (_framesloaded < _totalframes) {
gotoAndStop (3);
} else {
play();
}
Frame 10
var volPercent = 75;
volumeText = volPercent + "%";
volumeFill._yscale = 50;
mySound = new Sound();
mySound.attachSound("soundFile");
mySound.setVolume(volPercent * 2);
Frame 91
stop();
Instance of Symbol 129 MovieClip in Frame 91
onClipEvent (load) {
_x = -10;
_y = -10;
speed = 3;
}
onClipEvent (enterFrame) {
targetx = _root._xmouse;
targety = _root._ymouse;
}
onClipEvent (enterFrame) {
_x = (_x + ((targetx - _x) / speed));
_y = (_y + ((targety - _y) / speed));
}
Frame 92
gotoAndPlay (90);
Frame 93
play();
stop();
Instance of Symbol 131 MovieClip in Frame 93
onClipEvent (enterFrame) {
ifFrameLoaded (94) {
_root.play();
}
}
Frame 94
stop();
Instance of Symbol 133 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (_x < 150) {
_x = 300;
}
}
Instance of Symbol 129 MovieClip in Frame 94
onClipEvent (load) {
_x = -10;
_y = -10;
speed = 3;
}
onClipEvent (enterFrame) {
targetx = _root._xmouse;
targety = _root._ymouse;
}
onClipEvent (enterFrame) {
_x = (_x + ((targetx - _x) / speed));
_y = (_y + ((targety - _y) / speed));
}
Frame 95
gotoAndPlay (94);
Frame 96
stopAllSounds();
play();
Frame 97
stop();
fscommand ("allowscale", "0");
score = "0";
lives = "5";
found = "0";
Instance of Symbol 133 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (_x < 150) {
_x = 300;
}
}
Instance of Symbol 210 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
this._x = this._x + movespeed;
this.gotoAndStop(2);
} else if (Key.isDown(Key.LEFT)) {
if (this._x >= 10) {
this._x = this._x - movespeed;
this.gotoAndStop(3);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.otherClip) and Key.isDown(Key.RIGHT)) {
movespeed = movespeed - 0.2;
}
}
onClipEvent (load) {
movespeed = 5;
}
onClipEvent (enterFrame) {
if (0.2 >= movespeed) {
movespeed = 0;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.otherClip)) {
_root.play();
}
}
Instance of Symbol 236 MovieClip in Frame 97
onClipEvent (enterFrame) {
quality = "QUALITY:" add _quality;
}
Frame 146
stopAllSounds();
Frame 179
gotoAndPlay (180);
Frame 180
stopAllSounds();
Frame 181
stop();
Frame 182
stop();
Frame 183
stop();
Frame 184
stop();
Frame 185
stop();
Frame 186
stop();
Frame 187
stop();
Frame 188
stop();
Frame 189
stop();
Frame 190
stopAllSounds();
stop();
Frame 211
stop();
stop();
Frame 240
gotoAndStop (271);
Frame 270
gotoAndStop (336);
Frame 271
slot1.gotoAndStop(2);
stop();
Instance of Symbol 236 MovieClip in Frame 271
onClipEvent (enterFrame) {
quality = "QUALITY:" add _quality;
}
Instance of Symbol 236 MovieClip in Frame 311
onClipEvent (enterFrame) {
quality = "QUALITY:" add _quality;
}
Frame 336
blueButton.useHandCursor = false;
thoughts = "Hmm..";
slot1.gotoAndStop(2);
blueButton.useHandCursor = false;
Instance of Symbol 236 MovieClip in Frame 336
onClipEvent (enterFrame) {
quality = "QUALITY:" add _quality;
}
Frame 337
stopAllSounds();
play();
Frame 338
stop();
Frame 347
stopAllSounds();
Instance of Symbol 448 MovieClip in Frame 350
onClipEvent (enterFrame) {
timer = timer - 0.06;
}
onClipEvent (load) {
timer = 25;
}
onClipEvent (enterFrame) {
if (1 >= timer) {
_root.gotoAndPlay("MISSION#1:THE ESCAPE", 2);
timer = 0;
}
}
Frame 351
stop();
Instance of Symbol 458 MovieClip in Frame 351
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 352
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 353
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 354
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 355
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 356
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 357
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 358
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 359
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 360
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 361
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 362
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 363
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 364
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 365
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 366
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 367
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 368
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 369
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 370
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 371
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 372
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 373
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 374
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 375
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 376
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 377
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 378
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 379
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 380
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 381
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 382
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 383
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 384
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 385
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 386
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 387
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 388
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 389
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 390
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 391
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 392
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 393
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 394
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 395
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 396
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 397
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 399
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 400
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 401
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 402
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 403
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 404
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 405
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 406
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 407
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 408
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 409
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 410
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 411
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 412
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 413
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 415
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 416
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 417
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 418
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 419
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 420
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 421
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 422
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 423
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 424
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 425
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 426
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 427
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 428
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 429
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 430
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 431
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 432
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 433
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 434
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 435
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 436
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 437
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 438
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 439
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 440
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 441
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 442
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 443
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 444
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 445
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 446
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 447
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 448
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 449
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 450
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 451
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 452
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 453
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 454
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 455
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 456
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 457
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 458
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 459
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 460
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 461
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 462
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 463
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 464
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 465
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 466
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 467
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 468
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 469
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 470
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 471
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 472
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 473
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 474
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 475
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 476
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 477
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 478
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 479
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 480
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 481
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 482
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 483
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 484
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 485
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 486
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 487
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 488
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 489
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 490
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 491
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 492
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 493
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 494
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 495
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 496
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 497
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 498
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 499
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 500
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 501
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 502
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 503
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 504
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 505
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 506
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 507
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 508
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 509
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 510
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 511
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 512
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 513
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 514
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 515
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 516
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 517
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 518
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 519
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 520
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 521
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 522
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 523
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 524
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 525
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 526
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 527
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 528
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 529
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 530
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 531
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 532
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 533
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 534
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 535
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 536
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 537
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 538
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 539
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 540
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 541
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 542
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 543
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 544
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 545
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 546
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 458 MovieClip in Frame 547
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 459 MovieClip in Frame 548
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Instance of Symbol 460 MovieClip in Frame 548
onClipEvent (enterFrame) {
timer = timer - 0.06;
}
onClipEvent (load) {
timer = 25;
}
onClipEvent (enterFrame) {
if (1 >= timer) {
_root.bgrnd.play();
setProperty(this, _alpha , 0);
gotoAndPlay (210);
}
}
Instance of Symbol 458 MovieClip in Frame 549
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and Key.isDown(Key.UP)) {
_root.nextFrame();
} else {
gotoAndStop (350);
}
}
Frame 550
stop();
stopAllSounds();
Instance of Symbol 133 MovieClip in Frame 550
onClipEvent (enterFrame) {
if (_x < 150) {
_x = 300;
}
}
Instance of Symbol 129 MovieClip in Frame 550
onClipEvent (load) {
_x = -10;
_y = -10;
speed = 3;
}
onClipEvent (enterFrame) {
targetx = _root._xmouse;
targety = _root._ymouse;
}
onClipEvent (enterFrame) {
_x = (_x + ((targetx - _x) / speed));
_y = (_y + ((targety - _y) / speed));
}
Symbol 5 MovieClip Frame 5
removeMovieClip("");
stop();
Instance of Symbol 5 MovieClip "line" in Symbol 6 MovieClip [line] Frame 1
onClipEvent (load) {
_x = /:x;
_y = /:y;
_xscale = (_root._xmouse - /:x);
_yscale = (_root._ymouse - /:y);
Set("/:x", _root._xmouse);
Set("/:y", _root._ymouse);
}
Instance of Symbol 15 MovieClip in Symbol 16 MovieClip Frame 1
onClipEvent (enterFrame) {
location = this._x;
var i;
i = 1 + (_root._xmouse / 5);
if (hitTest(_root.block)) {
this._x = -1200;
} else {
this._x = location + (i++);
}
}
Symbol 18 MovieClip Frame 1
gotoAndStop(random(20));
Instance of Symbol 17 MovieClip in Symbol 18 MovieClip Frame 1
onClipEvent (enterFrame) {
location = this._x;
var i;
i = 1 + (_root._xmouse / 5);
if (hitTest(_root.block)) {
this._x = -1200;
this._y = Math.random();
} else {
this._x = location + (i++);
}
}
Symbol 26 MovieClip Frame 34
gotoAndPlay (1);
Symbol 29 Button
on (release) {
getURL ("http://www.newgrounds.com/gold/profile/template.php3?id=406727", "_blank");
play();
}
Symbol 30 MovieClip Frame 1
stop();
Symbol 30 MovieClip Frame 2
removeMovieClip("");
stop();
Symbol 45 Button
on (release) {
getURL ("http://www.newgrounds.com/gold/profile/template.php3?id=406727", "_blank");
}
Symbol 52 Button
on (release) {
getURL ("http://www.newgrounds.com/", "_blank");
}
Symbol 98 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 1
stop();
Symbol 105 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 1
stop();
Symbol 114 Button
on (rollOver) {
_root.pico.gotoAndStop(1);
}
on (press) {
_root.pico.pico1.play();
}
on (release) {
gotoAndStop (93);
}
Symbol 116 Button
on (rollOver) {
_root.pico.gotoAndStop(2);
}
on (press) {
toggleHighQuality();
}
on (press) {
_root.pico.pico2.play();
}
Symbol 121 Button
on (rollOver) {
_root.pico.gotoAndStop(3);
}
on (press) {
gotoAndStop (96);
}
on (release) {
_root.pico.pico3.play();
}
Instance of Symbol 123 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) {
z = _root._xmouse - _parent._x;
r = _root._ymouse - _parent._y;
_root.a = z;
_root.b = r;
}
onClipEvent (enterFrame) {
e = z / r;
k = Math.atan(e);
}
onClipEvent (enterFrame) {
g = (k * 180) / Math.PI;
_rotation = g;
if (_parent._y < _root._ymouse) {
_parent._rotation = 90 - _rotation;
} else if (_root._ymouse < _parent._y) {
_parent._rotation = 180 - (_rotation - 90);
}
}
Symbol 135 Button
on (release) {
gotoAndStop (91);
}
Symbol 139 Button
on (rollOver) {
actions = "Action Key";
}
on (rollOut) {
actions = "";
}
Symbol 146 Button
on (rollOver) {
actions = "Move Left";
}
on (rollOut) {
actions = "";
}
Symbol 147 Button
on (rollOver) {
actions = "Move Down";
}
on (rollOut) {
actions = "";
}
Symbol 148 Button
on (rollOver) {
actions = "Move Up/Jump";
}
on (rollOut) {
actions = "";
}
Symbol 149 Button
on (rollOver) {
actions = "Move left";
}
on (rollOut) {
actions = "";
}
Symbol 152 Button
on (rollOver) {
actions = "Continue Conversation";
}
on (rollOut) {
actions = "";
}
Symbol 175 MovieClip Frame 1
gotoAndPlay(random(60));
Symbol 210 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 2
stop();
Instance of Symbol 208 MovieClip "character" in Symbol 210 MovieClip Frame 2
onClipEvent (keyUp) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
this.play();
}
}
Symbol 210 MovieClip Frame 3
stop();
Instance of Symbol 209 MovieClip "character" in Symbol 210 MovieClip Frame 3
onClipEvent (keyUp) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT)) {
this.play();
}
}
Symbol 228 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 2
stop();
Symbol 228 MovieClip Frame 3
stop();
Symbol 229 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 2
stop();
Symbol 229 MovieClip Frame 3
stop();
Symbol 234 Button
on (release) {
toggleHighQuality();
}
Symbol 245 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 20
stop();
Symbol 271 Button
on (release) {
nextFrame();
}
Symbol 292 Button
on (release) {
play();
}
Symbol 300 MovieClip Frame 1
gotoAndPlay(random(15));
Symbol 305 MovieClip Frame 1
gotoAndPlay(random(22));
Symbol 305 MovieClip Frame 22
gotoAndPlay (2);
Symbol 321 MovieClip Frame 1
gotoAndPlay(random(20));
Symbol 329 MovieClip Frame 15
stop();
Symbol 331 Button
on (release) {
play();
}
Symbol 334 Button
on (release) {
gotoAndPlay (241);
}
Symbol 354 Button
on (rollOver) {
thoughts = "Hmmm... if only there was some way to open that vent.";
}
on (release) {
if (found == 1) {
play();
} else {
thoughts = "How am I going to open that vent";
stop();
}
}
Symbol 362 Button
on (release) {
gotoAndStop (211);
}
Symbol 364 Button
on (rollOver) {
thoughts = "Hmmm... if only there was some way to open that vent.";
}
on (release) {
if (found == 1) {
gotoAndStop (272);
} else {
thoughts = "How am I going to open that vent";
stop();
}
}
Symbol 380 Button
on (rollOver) {
thoughts = "Hmmm... if only there was some way to open that vent.";
}
on (release) {
if (found == 1) {
gotoAndStop (2);
} else {
thoughts = "How am I going to open that vent";
stop();
}
}
Symbol 395 Button
on (release) {
play();
}
Symbol 396 Button
on (release) {
gotoAndStop (1);
}
Symbol 397 MovieClip Frame 1
stop();
Symbol 397 MovieClip Frame 10
stop();
Symbol 401 Button
on (release) {
play();
}
Symbol 409 Button
on (release) {
_root._root._root.found = 1;
_root._root._root.thoughts = "Cool a screwdriver.";
_alpha = "0";
}
Symbol 411 Button
on (release) {
_root._root._root.found = 1;
_root._root._root.thoughts = "Cool a screwdriver.";
_root._root._root.score = 25;
setProperty(this, _alpha , "0");
}
Symbol 413 Button
on (release) {
gotoAndStop (1);
}
Symbol 414 MovieClip Frame 1
stop();
Symbol 414 MovieClip Frame 12
stop();
Symbol 418 MovieClip Frame 1
blueButton.useHandCursor = false;
Symbol 436 Button
on (release) {
nextFrame();
}
Symbol 439 MovieClip Frame 1
gotoAndPlay(random(20));
Symbol 441 MovieClip Frame 1
stop();
caught = false;
stop();
Symbol 441 MovieClip Frame 20
caught == true;
stop();
Symbol 454 Button
on (release) {
gotoAndPlay (1);
}
Symbol 455 MovieClip Frame 1
Timer = 25;
Symbol 455 MovieClip Frame 2
if (1 < Number(Timer)) {
Timer = Timer - 0.08;
} else {
_parent.play;
}
Symbol 455 MovieClip Frame 3
gotoAndPlay (2);
Symbol 455 MovieClip Frame 41
stop();
Symbol 456 MovieClip Frame 375
gotoAndPlay (2);
Symbol 469 Button
on (release) {
getURL ("http://www.flashbox.cjb.net", "_blank");
}
Symbol 472 Button
on (release) {
gotoAndPlay (90);
}