Frame 1
stop();
setProperty("invalidcodemessage", _visible , false);
Selection.setFocus(password);
fscommand ("fullscreen", true);
fscommand ("showmenu", false);
Frame 2
stop();
Frame 3
paused = false;
coins = 0;
blobs = 0;
lives = 5;
blob1 = true;
blob2 = true;
blob3 = true;
blob4 = true;
blob5 = true;
coin1 = true;
coin2 = true;
coin3 = true;
coin4 = true;
coin5 = true;
coin6 = true;
coin7 = true;
coin8 = true;
coin9 = true;
coin10 = true;
coin11 = true;
coin12 = true;
coin13 = true;
coin14 = true;
coin15 = true;
coin16 = true;
life1 = true;
life2 = true;
life3 = true;
key = true;
torch = true;
minemap = true;
tellTarget ("mapclip") {
minemap = true;
};
remote = true;
scroll = true;
tellTarget ("scrollclip") {
scroll = true;
};
spade = true;
alarm = true;
setProperty("flashing time", _visible , false);
hole = false;
setProperty("key", _visible , false);
stop();
Instance of Symbol 138 MovieClip "dan" in Frame 3
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Instance of Symbol 291 MovieClip "options" in Frame 3
onClipEvent (keyDown) {
tellTarget (options) {
gotoAndStop (1);
};
tellTarget (_root.clock) {
play();
};
}
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Frame 7
stop();
tellTarget (clock) {
play();
};
Frame 8
stop();
Frame 9
stop();
Frame 10
stop();
Frame 11
stop();
Frame 12
stop();
Frame 13
stop();
Frame 14
stop();
Frame 15
stop();
Frame 16
stop();
Frame 17
stop();
Instance of Symbol 138 MovieClip "dan" in Frame 17
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 18
stop();
tellTarget (clock) {
play();
};
Frame 19
stop();
Frame 20
stop();
Frame 21
stop();
Frame 22
stop();
Frame 23
stop();
Frame 24
stop();
Frame 25
stop();
Frame 26
stop();
Frame 27
stop();
tellTarget (clock) {
stop();
};
Frame 28
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 29
stop();
if (coin8 == true) {
setProperty("coin8", _visible , false);
coin8 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin8 == false) {
stop();
}
Frame 30
stop();
if (coin9 == true) {
setProperty("coin9", _visible , false);
coin9 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin9 == false) {
stop();
}
Frame 31
stop();
if (coin10 == true) {
setProperty("coin10", _visible , false);
coin10 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin10 == false) {
stop();
}
Frame 32
stop();
Frame 33
stop();
if (torchon == true) {
setProperty("darkness", _visible , false);
} else if (torchon == false) {
setProperty("darkness", _visible , true);
}
if (coin8 == true) {
setProperty("coin8", _visible , true);
} else if (coin8 == false) {
setProperty("coin8", _visible , false);
}
if (coin9 == true) {
setProperty("coin9", _visible , true);
} else if (coin9 == false) {
setProperty("coin9", _visible , false);
}
if (coin10 == true) {
setProperty("coin10", _visible , true);
} else if (coin10 == false) {
setProperty("coin10", _visible , false);
}
Frame 34
stop();
Frame 35
stop();
Frame 36
stop();
Frame 37
stop();
Frame 39
stop();
Instance of Symbol 138 MovieClip "dan" in Frame 39
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 40
stop();
Frame 41
stop();
Frame 42
stop();
Frame 43
stop();
Frame 44
stop();
if (scroll == true) {
setProperty("scroll", _visible , true);
} else if (scroll == false) {
setProperty("scroll", _visible , false);
}
if (blob4 == true) {
setProperty("blob4", _visible , true);
} else if (blob4 == false) {
setProperty("blob4", _visible , false);
}
Frame 45
stop();
Frame 46
stop();
Frame 47
stop();
Frame 48
stop();
Frame 49
stop();
Frame 50
stop();
setProperty("scroll", _visible , false);
tellTarget ("scrollclip") {
scroll = false;
};
scroll = false;
setProperty("blackscroll", _visible , false);
coins = coins - 5;
tellTarget ("blip") {
gotoAndPlay (2);
};
Frame 51
stop();
Instance of Symbol 369 MovieClip "dan" in Frame 51
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 52
stop();
Frame 53
stop();
Instance of Symbol 138 MovieClip "dan" in Frame 53
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 54
stop();
Frame 55
stop();
if (blob4 == true) {
setProperty("blob4", _visible , false);
blob4 = false;
blobs = blobs + 1;
tellTarget ("floop") {
gotoAndPlay (2);
};
} else if (blob4 == false) {
stop();
}
Frame 58
gotoAndStop (43);
Frame 59
stop();
Frame 60
stop();
Frame 61
stop();
Instance of Symbol 138 MovieClip "dan" in Frame 61
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 62
stop();
Frame 63
stop();
if (torch == true) {
setProperty("torch", _visible , false);
torch = false;
setProperty("blacktorch", _visible , false);
tellTarget ("blip") {
gotoAndPlay (2);
};
} else if (torch == false) {
stop();
}
Frame 64
stop();
Frame 65
stop();
Frame 68
gotoAndStop (9);
Frame 72
stop();
Frame 73
stop();
if (coin1 == true) {
setProperty("coin1", _visible , false);
coin1 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin1 == false) {
stop();
}
Frame 74
stop();
tellTarget ("snake") {
undersnake = false;
};
Frame 75
stop();
stop();
tellTarget ("snake") {
undersnake = true;
};
Frame 76
stop();
stop();
tellTarget ("snake") {
undersnake = false;
};
Frame 77
stop();
Frame 78
stop();
Frame 79
stop();
Frame 80
stop();
Frame 81
stop();
Frame 83
stop();
Frame 84
stop();
Frame 85
stop();
Frame 86
stop();
Frame 87
stop();
Frame 88
stop();
Instance of Symbol 138 MovieClip "dan" in Frame 88
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 89
stop();
if (blob2 == true) {
setProperty("blob2", _visible , false);
blob2 = false;
blobs = blobs + 1;
tellTarget ("floop") {
gotoAndPlay (2);
};
} else if (blob2 == false) {
stop();
}
Frame 90
stop();
Frame 91
stop();
tellTarget (clock) {
play();
};
Frame 92
stop();
if (coin2 == true) {
setProperty("coin2", _visible , false);
coin2 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin2 == false) {
stop();
}
Frame 93
stop();
Frame 94
stop();
Frame 95
play();
Frame 96
play();
Frame 98
play();
Frame 100
play();
Frame 102
play();
stop();
Frame 103
play();
Frame 104
play();
Frame 106
play();
Frame 108
play();
Frame 109
play();
stop();
Frame 110
play();
Frame 111
play();
Frame 113
play();
Frame 115
play();
if (life1 == true) {
setProperty("life1", _visible , false);
life1 = false;
lives = lives + 1;
tellTarget ("fanfare") {
gotoAndPlay (2);
};
} else if (life1 == false) {
play();
}
Frame 116
play();
gotoAndPlay (135);
Frame 117
stop();
Frame 118
stop();
tellTarget (clock) {
stop();
};
Frame 119
stop();
Frame 120
if (walls == 1) {
play();
} else if (walls == 2) {
stop();
}
Frame 125
if (coin3 == true) {
setProperty("coin3", _visible , false);
coin3 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin3 == false) {
play();
}
Frame 132
gotoAndStop (9);
Frame 133
if (walls == 1) {
gotoAndPlay (121);
} else if (walls == 2) {
stop();
}
Frame 134
if (walls == 1) {
play();
} else if (walls == 2) {
stop();
}
Frame 138
gotoAndPlay (130);
Frame 139
stop();
Frame 140
stop();
if (walls == 1) {
stop();
} else if (walls == 2) {
gotoAndPlay (142);
}
Frame 141
stop();
if (walls == 1) {
stop();
} else if (walls == 2) {
gotoAndPlay (142);
}
Frame 153
gotoAndStop (17);
Frame 154
stop();
Frame 155
stop();
Frame 156
stop();
Frame 157
stop();
Frame 158
stop();
Frame 159
play();
play();
Frame 160
play();
Frame 162
play();
Frame 164
play();
Frame 166
play();
Frame 173
gotoAndStop (18);
Frame 174
play();
play();
Frame 175
play();
Frame 177
play();
Frame 179
play();
Frame 180
stop();
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
Frame 181
play();
play();
Frame 182
play();
Frame 184
play();
Frame 186
play();
Frame 187
stop();
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
Frame 188
stop();
Frame 189
stop();
Frame 190
stop();
Frame 191
stop();
Frame 192
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 193
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 194
stop();
Frame 195
stop();
Frame 196
stop();
Frame 197
stop();
Frame 198
stop();
if (life2 == true) {
setProperty("life2", _visible , false);
life2 = false;
lives = lives + 1;
tellTarget ("fanfare") {
gotoAndPlay (2);
};
} else if (life2 == false) {
stop();
}
Frame 199
stop();
Frame 200
stop();
Frame 201
stop();
Frame 202
stop();
Frame 203
stop();
Frame 204
stop();
setProperty("minemap", _visible , false);
tellTarget ("mapclip") {
minemap = false;
};
minemap = false;
setProperty("blackminemap", _visible , false);
coins = coins - 3;
tellTarget ("blip") {
gotoAndPlay (2);
};
Frame 205
stop();
Frame 209
gotoAndStop (89);
Frame 210
stop();
Frame 211
stop();
Frame 212
if (walls == 1) {
stop();
} else if (walls == 2) {
gotoAndPlay (215);
}
Frame 213
if (walls == 1) {
stop();
} else if (walls == 2) {
gotoAndPlay (218);
}
Frame 214
gotoAndPlay (221);
Frame 217
gotoAndStop (199);
Frame 220
gotoAndStop (198);
Frame 224
stop();
Frame 225
stop();
Frame 226
stop();
Frame 227
stop();
Frame 228
stop();
Frame 229
stop();
Frame 230
stop();
Frame 231
stop();
Frame 232
if (coin11 == true) {
setProperty("coin11", _visible , false);
coin11 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin11 == false) {
play();
}
Instance of Symbol 138 MovieClip "dan" in Frame 232
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 236
gotoAndStop (225);
Frame 239
gotoAndStop (226);
Frame 240
stop();
Frame 241
stop();
Frame 242
stop();
Frame 243
stop();
Frame 244
stop();
Frame 245
stop();
Frame 246
stop();
Frame 247
stop();
Frame 248
stop();
Frame 249
stop();
Frame 250
stop();
Frame 251
stop();
Frame 252
stop();
if (blob3 == true) {
setProperty("blob3", _visible , false);
blob3 = false;
blobs = blobs + 1;
tellTarget ("floop") {
gotoAndPlay (2);
};
} else if (blob3 == false) {
stop();
}
Frame 253
stop();
Frame 254
stop();
password = "password";
Selection.setFocus(password);
tellTarget ("guard") {
gotoAndStop (1);
};
Frame 255
stop();
Frame 256
stop();
Frame 257
stop();
Frame 258
stop();
Frame 259
stop();
Frame 260
stop();
Frame 261
stop();
Frame 262
if (coin7 == true) {
setProperty("coin7", _visible , false);
coin7 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin7 == false) {
stop();
}
Frame 263
if (coin6 == true) {
setProperty("coin6", _visible , false);
coin6 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin6 == false) {
stop();
}
Frame 264
if (coin5 == true) {
setProperty("coin5", _visible , false);
coin5 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin5 == false) {
stop();
}
Frame 265
if (coin4 == true) {
setProperty("coin4", _visible , false);
coin4 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin4 == false) {
stop();
}
Frame 266
stop();
Frame 267
gotoAndPlay (309);
Frame 268
stop();
Frame 269
stop();
Frame 270
stop();
Frame 271
stop();
Frame 272
stop();
Frame 273
stop();
Instance of Symbol 138 MovieClip "dan" in Frame 273
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 274
stop();
password = "password";
Selection.setFocus(password);
tellTarget ("guard") {
gotoAndStop (1);
};
Frame 275
stop();
tellTarget ("guard") {
gotoAndStop (2);
};
Frame 276
stop();
Frame 277
stop();
Frame 278
stop();
if (blob1 == true) {
setProperty("blob1", _visible , false);
blob1 = false;
blobs = blobs + 1;
tellTarget ("floop") {
gotoAndPlay (2);
};
} else if (blob1 == false) {
stop();
}
Frame 279
play();
Frame 280
play();
Frame 282
play();
Frame 284
play();
Frame 288
gotoAndPlay (110);
Frame 289
play();
Frame 290
play();
Frame 292
play();
Frame 294
play();
Frame 296
play();
Frame 298
gotoAndStop (117);
Frame 299
play();
Frame 300
play();
Frame 302
play();
Frame 304
play();
Frame 307
gotoAndPlay (119);
Frame 308
stop();
Frame 312
stop();
tellTarget ("snake2") {
undersnake = false;
};
Frame 313
stop();
tellTarget ("snake3") {
undersnake = false;
};
tellTarget ("snake2") {
undersnake = true;
};
Frame 314
stop();
tellTarget ("snake2") {
undersnake = false;
};
tellTarget ("snake3") {
undersnake = true;
};
Frame 315
stop();
tellTarget ("snake3") {
undersnake = false;
};
Frame 316
stop();
Frame 317
stop();
Frame 318
stop();
Frame 319
stop();
Frame 320
stop();
Frame 321
stop();
Frame 324
stop();
Instance of Symbol 138 MovieClip "dan" in Frame 324
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 325
stop();
Frame 326
stop();
Frame 327
stop();
Frame 328
stop();
Frame 329
stop();
if (coin12 == true) {
setProperty("coin12", _visible , false);
coin12 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin12 == false) {
stop();
}
Frame 330
stop();
Frame 342
stop();
Frame 354
gotoAndStop (8);
Frame 355
stop();
Frame 356
stop();
tellTarget ("snake4") {
undersnake = false;
};
Frame 357
stop();
tellTarget ("snake4") {
undersnake = true;
};
Frame 358
stop();
tellTarget ("snake4") {
undersnake = false;
};
Frame 359
stop();
Frame 360
stop();
Frame 361
stop();
Frame 362
if (walls == 1) {
stop();
} else if (walls == 2) {
gotoAndPlay (413);
}
Frame 363
stop();
Frame 364
stop();
Frame 365
stop();
tellTarget ("rock") {
rock = 0;
};
Frame 366
stop();
tellTarget ("rock") {
rock = 1;
};
Frame 367
stop();
tellTarget ("rock") {
rock = 2;
};
Frame 368
stop();
tellTarget ("rock") {
rock = 3;
};
Frame 369
stop();
tellTarget ("rock") {
rock = 4;
};
Frame 370
stop();
tellTarget ("rock") {
rock = 5;
};
Frame 371
stop();
tellTarget ("rock") {
rock = 6;
};
Frame 372
stop();
tellTarget ("rock") {
rock = 7;
};
Frame 373
stop();
tellTarget ("rock") {
rock = 8;
};
Frame 374
stop();
tellTarget ("rock") {
rock = 9;
};
Frame 375
stop();
tellTarget ("rock") {
rock = 10;
};
Frame 376
stop();
tellTarget ("rock") {
rock = 11;
};
Frame 377
stop();
tellTarget ("rock") {
rock = 12;
};
Frame 378
stop();
tellTarget ("rock") {
rock = 13;
};
Frame 379
stop();
tellTarget ("rock") {
rock = 14;
};
Frame 380
stop();
tellTarget ("rock") {
rock = 15;
};
Frame 381
stop();
tellTarget ("rock") {
rock = 0;
};
Frame 382
stop();
Frame 383
stop();
tellTarget ("rock") {
rock = 0;
};
Frame 384
stop();
Instance of Symbol 138 MovieClip "dan" in Frame 385
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 389
stop();
Frame 390
stop();
Frame 391
stop();
Frame 392
stop();
Instance of Symbol 138 MovieClip "dan" in Frame 392
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 393
stop();
tellTarget ("snake5") {
undersnake = false;
};
Frame 394
stop();
tellTarget ("snake5") {
undersnake = true;
};
Frame 395
stop();
tellTarget ("snake5") {
undersnake = false;
};
Frame 396
stop();
Frame 397
stop();
Frame 398
stop();
Frame 399
stop();
Frame 400
stop();
setProperty("remote", _visible , false);
tellTarget ("mapclip") {
remote = false;
};
remote = false;
setProperty("blackremote", _visible , false);
coins = coins - 7;
tellTarget ("blip") {
gotoAndPlay (2);
};
Frame 401
stop();
if (spade == true) {
setProperty("spade", _visible , false);
spade = false;
setProperty("blackspade", _visible , false);
tellTarget ("blip") {
gotoAndPlay (2);
};
} else if (spade == false) {
stop();
}
Frame 402
stop();
Frame 407
gotoAndStop (88);
Frame 408
stop();
tellTarget (clock) {
stop();
};
Frame 409
if (walls == 1) {
gotoAndPlay (410);
} else if (wall == 2) {
stop();
}
Frame 412
gotoAndStop (317);
Frame 417
if (walls == 1) {
stop();
} else if (walls == 2) {
play();
}
Frame 422
if (walls == 1) {
stop();
} else if (walls == 2) {
play();
}
Frame 425
gotoAndStop (257);
Frame 430
if (walls == 1) {
stop();
} else if (walls == 2) {
play();
}
Frame 435
if (walls == 1) {
stop();
} else if (walls == 2) {
play();
}
Frame 438
gotoAndStop (258);
Frame 441
stop();
if (alarm == true) {
clock.time = clock.time + 30;
setProperty("alarm", _visible , false);
alarm = false;
tellTarget ("alarm clock") {
gotoAndPlay (2);
};
} else if (alarm == false) {
stop();
}
Frame 442
stop();
if (blob5 == true) {
setProperty("blob5", _visible , false);
blob5 = false;
blobs = blobs + 1;
tellTarget ("floop") {
gotoAndPlay (2);
};
} else if (blob5 == false) {
stop();
}
Frame 443
stop();
Frame 444
stop();
if (coin14 == true) {
setProperty("coin14", _visible , true);
} else if (coin14 == false) {
setProperty("coin14", _visible , false);
}
if (coin15 == true) {
setProperty("coin15", _visible , true);
} else if (coin15 == false) {
setProperty("coin15", _visible , false);
}
if (coin16 == true) {
setProperty("coin16", _visible , true);
} else if (coin16 == false) {
setProperty("coin16", _visible , false);
}
Frame 445
stop();
Frame 446
stop();
Frame 447
stop();
Frame 448
stop();
Frame 449
stop();
Frame 450
stop();
if (coin14 == true) {
setProperty("coin14", _visible , false);
coin14 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin14 == false) {
stop();
}
Frame 451
stop();
stop();
if (coin15 == true) {
setProperty("coin15", _visible , false);
coin15 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin15 == false) {
stop();
}
Frame 452
stop();
stop();
if (coin16 == true) {
setProperty("coin16", _visible , false);
coin16 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin16 == false) {
stop();
}
Frame 453
stop();
Frame 454
stop();
Frame 455
stop();
Frame 462
stop();
Frame 463
stop();
Frame 464
stop();
Instance of Symbol 138 MovieClip "dan" in Frame 465
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 469
gotoAndStop (25);
Frame 470
stop();
Frame 471
stop();
Instance of Symbol 138 MovieClip "dan" in Frame 471
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 472
stop();
Frame 473
stop();
Frame 474
stop();
Frame 475
stop();
Frame 476
stop();
Frame 477
stop();
Frame 478
stop();
Instance of Symbol 138 MovieClip "dan" in Frame 479
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 483
stop();
Frame 484
stop();
Frame 485
stop();
Frame 486
stop();
Frame 487
stop();
Frame 500
stop();
Frame 515
gotoAndStop (486);
Frame 516
stop();
Frame 517
stop();
Frame 518
stop();
Frame 519
stop();
Instance of Symbol 138 MovieClip "dan" in Frame 519
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 524
gotoAndStop (326);
Frame 525
stop();
Frame 526
stop();
Frame 527
stop();
Frame 528
stop();
Frame 529
stop();
Frame 530
stop();
Frame 531
stop();
Frame 532
stop();
Instance of Symbol 138 MovieClip "dan" in Frame 532
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 533
stop();
Frame 534
stop();
Frame 535
stop();
Frame 536
stop();
if (coin13 == true) {
setProperty("coin13", _visible , false);
coin13 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin13 == false) {
stop();
}
Frame 537
stop();
Frame 538
stop();
if (life3 == true) {
setProperty("life3", _visible , false);
life3 = false;
lives = lives + 1;
tellTarget ("fanfare") {
gotoAndPlay (2);
};
} else if (life3 == false) {
stop();
}
Frame 539
stop();
Frame 540
stop();
Frame 541
stop();
tellTarget ("digging") {
gotoAndPlay (2);
};
Frame 542
stop();
if (key == true) {
setProperty("key", _visible , false);
key = false;
setProperty("blackkey", _visible , false);
tellTarget ("blip") {
gotoAndPlay (2);
};
} else if (key == false) {
stop();
}
Instance of Symbol 138 MovieClip "dan" in Frame 542
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Frame 543
stop();
Frame 544
stop();
coinsfound = 0;
livesfound = 0;
if (coin1 == false) {
coinsfound = coinsfound + 1;
} else if (coin1 == true) {
coinsfound = coinsfound;
}
if (coin2 == false) {
coinsfound = coinsfound + 1;
} else if (coin2 == true) {
coinsfound = coinsfound;
}
if (coin3 == false) {
coinsfound = coinsfound + 1;
} else if (coin3 == true) {
coinsfound = coinsfound;
}
if (coin4 == false) {
coinsfound = coinsfound + 1;
} else if (coin4 == true) {
coinsfound = coinsfound;
}
if (coin5 == false) {
coinsfound = coinsfound + 1;
} else if (coin5 == true) {
coinsfound = coinsfound;
}
if (coin6 == false) {
coinsfound = coinsfound + 1;
} else if (coin6 == true) {
coinsfound = coinsfound;
}
if (coin7 == false) {
coinsfound = coinsfound + 1;
} else if (coin7 == true) {
coinsfound = coinsfound;
}
if (coin8 == false) {
coinsfound = coinsfound + 1;
} else if (coin8 == true) {
coinsfound = coinsfound;
}
if (coin9 == false) {
coinsfound = coinsfound + 1;
} else if (coin9 == true) {
coinsfound = coinsfound;
}
if (coin10 == false) {
coinsfound = coinsfound + 1;
} else if (coin10 == true) {
coinsfound = coinsfound;
}
if (coin11 == false) {
coinsfound = coinsfound + 1;
} else if (coin11 == true) {
coinsfound = coinsfound;
}
if (coin12 == false) {
coinsfound = coinsfound + 1;
} else if (coin12 == true) {
coinsfound = coinsfound;
}
if (coin13 == false) {
coinsfound = coinsfound + 1;
} else if (coin13 == true) {
coinsfound = coinsfound;
}
if (coin14 == false) {
coinsfound = coinsfound + 1;
} else if (coin14 == true) {
coinsfound = coinsfound;
}
if (coin15 == false) {
coinsfound = coinsfound + 1;
} else if (coin15 == true) {
coinsfound = coinsfound;
}
if (coin16 == false) {
coinsfound = coinsfound + 1;
} else if (coin16 == true) {
coinsfound = coinsfound;
}
cointotal = coinsfound * 10;
if (life1 == false) {
livesfound = livesfound + 1;
} else if (life1 == true) {
livesfound = livesfound;
}
if (life2 == false) {
livesfound = livesfound + 1;
} else if (life2 == true) {
livesfound = livesfound;
}
if (life3 == false) {
livesfound = livesfound + 1;
} else if (life3 == true) {
livesfound = livesfound;
}
lifetotal = (livesfound + lives) * 10;
if (alarm == false) {
bonus = 100;
} else if (alarm == true) {
bonus = 0;
}
timetotal = time + bonus;
score = (lifetotal + cointotal) + timetotal;
Frame 545
stop();
fscommand ("fullscreen", true);
fscommand ("showmenu", false);
Symbol 19 Button
on (release, keyPress "<Enter>") {
tellTarget ("_root") {
gotoAndStop (545);
};
}
Symbol 20 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 20 MovieClip Frame 2
gotoAndPlay (1);
Symbol 49 Button
on (release, keyPress "<Enter>") {
gotoAndStop (1);
}
Symbol 73 MovieClip Frame 1
stop();
tellTarget ("_root") {
walls = 1;
};
Symbol 73 MovieClip Frame 2
stop();
tellTarget ("_root") {
walls = 2;
};
Symbol 80 MovieClip Frame 1
stop();
tellTarget ("_root") {
torchon = false;
};
Symbol 80 MovieClip Frame 2
stop();
tellTarget ("_root") {
torchon = true;
};
Symbol 113 MovieClip Frame 1
stop();
Instance of Symbol 80 MovieClip "dan" in Symbol 113 MovieClip Frame 2
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Symbol 113 MovieClip Frame 32
tellTarget ("_root") {
setProperty("key", _visible , true);
};
Instance of Symbol 80 MovieClip "dan" in Symbol 113 MovieClip Frame 55
onClipEvent (load) {
if (torchon == true) {
gotoAndStop (2);
} else if (torchon == false) {
gotoAndStop (1);
}
}
Symbol 113 MovieClip Frame 56
stop();
tellTarget ("_root") {
hole = true;
gotoAndStop (543);
};
Symbol 129 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 2
stop();
Symbol 138 MovieClip Frame 1
stop();
tellTarget ("_root") {
torchon = false;
};
Symbol 138 MovieClip Frame 2
stop();
tellTarget ("_root") {
torchon = true;
};
Symbol 140 Button
on (keyPress "<Right>") {
gotoAndStop (4);
}
Symbol 149 MovieClip Frame 1
if (rock == 15) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 3
if (rock == 14) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 15) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 5
if (rock == 13) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 14) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 7
if (rock == 12) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 13) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 9
if (rock == 11) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 12) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 11
if (rock == 10) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 11) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 12
if (rock == 9) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 10) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 13
if (rock == 8) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 19) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 14
if (rock == 7) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 8) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 16
if (rock == 6) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 7) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 18
if (rock == 5) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 6) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 20
if (rock == 4) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 5) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 22
if (rock == 3) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 4) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 24
if (rock == 2) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 3) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 25
if (rock == 1) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 2) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 27
if (rock == 2) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 1) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 28
if (rock == 3) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 2) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 30
if (rock == 4) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 3) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 32
if (rock == 5) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 4) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 34
if (rock == 6) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 5) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 35
if (rock == 7) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 6) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 37
if (rock == 8) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 7) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 39
if (rock == 9) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 8) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 41
if (rock == 10) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 9) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 43
if (rock == 11) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 10) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 45
if (rock == 12) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 11) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 47
if (rock == 13) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 12) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 149 MovieClip Frame 49
if (rock == 14) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
if (rock == 13) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
Symbol 157 MovieClip Frame 1
bitten = false;
Symbol 157 MovieClip Frame 8
if (undersnake == true) {
if (bitten == true) {
play();
} else if (bitten == false) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
bitten = true;
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
} else if (undersnake == false) {
play();
}
Symbol 157 MovieClip Frame 9
if (undersnake == true) {
if (bitten == true) {
play();
} else if (bitten == false) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
bitten = true;
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
} else if (undersnake == false) {
play();
}
Symbol 157 MovieClip Frame 10
if (undersnake == true) {
if (bitten == true) {
play();
} else if (bitten == false) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
bitten = true;
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
} else if (undersnake == false) {
play();
}
Symbol 157 MovieClip Frame 11
if (undersnake == true) {
if (bitten == true) {
play();
} else if (bitten == false) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
bitten = true;
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
} else if (undersnake == false) {
play();
}
Symbol 157 MovieClip Frame 12
if (undersnake == true) {
if (bitten == true) {
play();
} else if (bitten == false) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
bitten = true;
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
} else if (undersnake == false) {
play();
}
Symbol 157 MovieClip Frame 13
if (undersnake == true) {
if (bitten == true) {
play();
} else if (bitten == false) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
bitten = true;
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
} else if (undersnake == false) {
play();
}
Symbol 189 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 1
time = 480;
tellTarget ("_root") {
time = 480;
};
Symbol 193 MovieClip Frame 2
if (time == 10) {
tellTarget (ticking) {
gotoAndPlay (2);
};
tellTarget ("_root") {
setProperty("flashing time", _visible , true);
};
} else if (10 < time) {
tellTarget (ticking) {
stop();
};
tellTarget ("_root") {
setProperty("flashing time", _visible , false);
};
}
if (time == 0) {
tellTarget (_root) {
gotoAndStop (2);
};
} else if (time >= 0) {
gotoAndPlay (2);
}
Symbol 193 MovieClip Frame 13
time = time - 1;
tellTarget ("_root") {
time = time - 1;
};
gotoAndPlay (2);
Symbol 196 MovieClip Frame 14
stop();
Symbol 202 Button
on (keyPress "2") {
if (minemap == true) {
stop();
} else if (minemap == false) {
gotoAndStop (2);
}
}
Symbol 205 Button
on (keyPress "2") {
gotoAndStop (1);
}
Symbol 208 MovieClip Frame 1
stop();
Symbol 208 MovieClip Frame 2
stop();
Symbol 209 Button
on (keyPress "3") {
if (scroll == false) {
gotoAndStop (2);
} else if (scroll == true) {
stop();
}
}
Symbol 212 Button
on (keyPress "3") {
gotoAndStop (1);
}
Symbol 216 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 2
stop();
Symbol 217 Button
on (keyPress "1") {
if (torch == false) {
if (torchon == true) {
tellTarget ("dan") {
gotoAndStop (1);
};
} else if (torchon == false) {
tellTarget ("dan") {
gotoAndStop (2);
};
}
} else if (torch == true) {
stop();
}
}
Symbol 219 Button
on (keyPress "4") {
if (remote == false) {
tellTarget ("door") {
gotoAndPlay (2);
};
if (walls == 1) {
tellTarget ("walls") {
gotoAndPlay (2);
};
} else if (walls == 2) {
tellTarget ("walls") {
gotoAndPlay (1);
};
}
} else if (remote == true) {
stop();
}
}
Symbol 223 MovieClip Frame 1
stop();
Symbol 225 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 1
stop();
Symbol 230 MovieClip Frame 1
stop();
Symbol 232 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 1
stop();
Symbol 240 Button
on (release) {
gotoAndPlay (2);
}
Symbol 241 Button
on (release, releaseOutside) {
gotoAndStop (1);
tellTarget (_root.clock) {
play();
};
}
Symbol 254 Button
on (release) {
fscommand ("quit");
}
Symbol 257 Button
on (release) {
tellTarget ("_root") {
gotoAndStop (1);
};
}
Symbol 258 Button
on (press) {
tellTarget (_root.clock) {
stop();
};
}
on (release) {
gotoAndStop (2);
}
Symbol 266 Button
on (press) {
tellTarget (_root.clock) {
play();
};
}
on (release) {
gotoAndStop (1);
}
on (press) {
tellTarget ("_root.options") {
gotoAndStop (1);
};
}
Symbol 267 MovieClip Frame 1
stop();
tellTarget (_root.clock) {
play();
};
Symbol 267 MovieClip Frame 2
stop();
tellTarget (_root.clock) {
stop();
};
Symbol 270 Button
on (press) {
tellTarget (_root.clock) {
stop();
};
}
on (release) {
gotoAndStop (2);
}
Symbol 277 Button
on (press) {
tellTarget (_root.clock) {
play();
};
}
on (release) {
gotoAndStop (1);
}
on (press) {
tellTarget ("_root.options") {
gotoAndStop (1);
};
}
Symbol 289 Button
on (press) {
tellTarget (_root.clock) {
play();
};
}
on (release) {
gotoAndStop (1);
}
on (press) {
tellTarget ("_root.options") {
gotoAndStop (1);
};
}
Symbol 290 MovieClip Frame 1
stop();
Symbol 290 MovieClip Frame 2
stop();
Symbol 291 MovieClip Frame 1
stop();
Symbol 291 MovieClip Frame 9
stop();
Symbol 293 MovieClip Frame 1
stop();
Symbol 294 Button
on (keyPress "#") {
if (paused == false) {
paused = true;
tellTarget (_root.options) {
gotoAndStop (9);
};
tellTarget (_root.options.pause) {
gotoAndStop (2);
};
} else if (paused == true) {
paused = false;
tellTarget (_root.options) {
gotoAndStop (1);
};
tellTarget (_root.clock) {
play();
};
}
}
Symbol 297 Button
on (release) {
gotoAndStop (2);
}
Symbol 299 Button
on (release) {
gotoAndStop (1);
}
Symbol 301 MovieClip Frame 1
tellTarget ("_root.music") {
play();
};
stop();
Symbol 301 MovieClip Frame 2
tellTarget ("_root.music") {
gotoAndStop (1);
};
stop();
Symbol 304 Button
on (keyPress "<Left>") {
gotoAndStop (5);
}
on (keyPress "<Right>") {
gotoAndStop (6);
}
on (keyPress "<Up>") {
gotoAndStop (59);
}
Symbol 305 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (4);
}
Symbol 306 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Enter>") {
gotoAndStop (27);
}
Symbol 308 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "t") {
gotoAndPlay (331);
}
on (keyPress "T") {
gotoAndPlay (331);
}
Symbol 310 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
Symbol 311 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "6") {
if (key == false) {
gotoAndStop (28);
} else if (key == true) {
stop();
}
}
Symbol 312 MovieClip Frame 1
stop();
tellTarget ("_root") {
torchon = false;
};
Symbol 312 MovieClip Frame 2
stop();
tellTarget ("_root") {
torchon = true;
};
Symbol 313 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Enter>") {
gotoAndStop (408);
}
Symbol 314 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Up>") {
nextFrame();
}
Symbol 315 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Down>") {
prevFrame();
}
Symbol 316 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Down>") {
prevFrame();
}
Symbol 317 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Up>") {
gotoAndStop (44);
}
on (keyPress "<Right>") {
gotoAndPlay (479);
}
Symbol 319 Button
on (keyPress "<Right>") {
gotoAndStop (8);
}
on (keyPress "<Left>") {
gotoAndStop (6);
}
Symbol 325 Button
on (release) {
gotoAndPlay (7);
}
on (keyPress "<Enter>") {
gotoAndPlay (7);
}
Symbol 327 Button
on (keyPress "<Right>") {
gotoAndStop (14);
}
on (keyPress "<Left>") {
gotoAndPlay (12);
}
on (keyPress "<Up>") {
gotoAndStop (33);
}
Symbol 329 Button
on (keyPress "1") {
if (torch == false) {
if (torchon == true) {
setProperty("darkness", _visible , true);
tellTarget ("dan") {
gotoAndStop (1);
};
} else if (torchon == false) {
setProperty("darkness", _visible , false);
tellTarget ("dan") {
gotoAndStop (2);
};
}
} else if (torch == true) {
stop();
}
}
Symbol 334 Button
on (keyPress "<Right>") {
nextFrame();
}
Symbol 335 Button
on (keyPress "<Right>") {
gotoAndStop (39);
}
on (keyPress "<Left>") {
prevFrame();
}
Symbol 345 MovieClip Frame 15
stop();
Symbol 346 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Up>") {
gotoAndStop (13);
}
Symbol 348 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (39);
}
Symbol 349 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
}
Symbol 350 Button
on (keyPress "<Right>") {
gotoAndStop (34);
}
on (keyPress "<Left>") {
gotoAndStop (32);
}
on (keyPress "<Up>") {
gotoAndStop (13);
}
Symbol 353 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
}
Symbol 354 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Up>") {
gotoAndStop (51);
}
Symbol 355 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Up>") {
gotoAndStop (26);
}
Symbol 357 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
if (scroll == false) {
gotoAndStop (47);
} else if (scroll == true) {
gotoAndStop (48);
}
}
Symbol 358 Button
on (keyPress "<Left>") {
gotoAndStop (46);
}
on (keyPress "<Right>") {
if (scroll == false) {
gotoAndStop (47);
} else if (scroll == true) {
gotoAndStop (48);
}
}
Symbol 360 Button
on (keyPress "<Left>") {
gotoAndStop (46);
}
on (keyPress "y") {
if (coins >= 5) {
gotoAndStop (50);
} else if (coins < 5) {
gotoAndStop (49);
}
}
on (keyPress "Y") {
if (coins >= 5) {
gotoAndStop (50);
} else if (coins < 5) {
gotoAndStop (49);
}
}
on (keyPress "n") {
gotoAndStop (47);
}
on (keyPress "N") {
gotoAndStop (47);
}
Symbol 364 Button
on (keyPress "<Left>") {
gotoAndStop (46);
}
Symbol 369 MovieClip Frame 1
stop();
tellTarget ("_root") {
torchon = false;
};
Symbol 369 MovieClip Frame 2
stop();
tellTarget ("_root") {
torchon = true;
};
Symbol 370 Button
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Down>") {
gotoAndStop (42);
}
Symbol 371 Button
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Down>") {
prevFrame();
}
Symbol 372 Button
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Right>") {
gotoAndPlay (56);
}
Symbol 373 Button
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
prevFrame();
}
Symbol 374 Button
on (keyPress "<Right>") {
prevFrame();
}
Symbol 375 MovieClip Frame 1
stop();
tellTarget ("_root") {
torchon = false;
};
Symbol 375 MovieClip Frame 2
stop();
tellTarget ("_root") {
torchon = true;
};
Symbol 376 Button
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Down>") {
gotoAndStop (4);
}
Symbol 378 MovieClip Frame 1
bitten = false;
Symbol 378 MovieClip Frame 8
if (undersnake == true) {
if (bitten == true) {
play();
} else if (bitten == false) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
bitten = true;
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
} else if (undersnake == false) {
play();
}
Symbol 378 MovieClip Frame 9
if (undersnake == true) {
if (bitten == true) {
play();
} else if (bitten == false) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
bitten = true;
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
} else if (undersnake == false) {
play();
}
Symbol 378 MovieClip Frame 10
if (undersnake == true) {
if (bitten == true) {
play();
} else if (bitten == false) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
bitten = true;
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
} else if (undersnake == false) {
play();
}
Symbol 378 MovieClip Frame 11
if (undersnake == true) {
if (bitten == true) {
play();
} else if (bitten == false) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
bitten = true;
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
} else if (undersnake == false) {
play();
}
Symbol 378 MovieClip Frame 12
if (undersnake == true) {
if (bitten == true) {
play();
} else if (bitten == false) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
bitten = true;
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
} else if (undersnake == false) {
play();
}
Symbol 378 MovieClip Frame 13
if (undersnake == true) {
if (bitten == true) {
play();
} else if (bitten == false) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
bitten = true;
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
}
} else if (undersnake == false) {
play();
}
Symbol 379 MovieClip Frame 1
stop();
tellTarget ("_root") {
torchon = false;
};
Symbol 379 MovieClip Frame 2
stop();
tellTarget ("_root") {
torchon = true;
};
Symbol 380 Button
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndPlay (69);
}
Symbol 381 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 382 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
gotoAndPlay (66);
}
Symbol 384 Button
on (keyPress "<Right>") {
nextFrame();
}
Symbol 385 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Up>") {
nextFrame();
}
Symbol 386 Button
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Up>") {
nextFrame();
}
Symbol 387 Button
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Up>") {
gotoAndStop (83);
}
on (keyPress "<Left>") {
gotoAndStop (92);
}
on (keyPress "<Right>") {
gotoAndStop (94);
}
Symbol 388 Button
on (keyPress "<Down>") {
gotoAndStop (81);
}
on (keyPress "<Up>") {
nextFrame();
}
Symbol 389 Button
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (200);
}
on (keyPress "<Right>") {
if (minemap == false) {
gotoAndStop (205);
} else if (minemap == true) {
gotoAndStop (202);
}
}
Symbol 390 Button
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (211);
}
on (keyPress "<Right>") {
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
}
Symbol 391 Button
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Right>") {
gotoAndStop (245);
}
on (keyPress "<Left>") {
gotoAndStop (244);
}
Symbol 392 Button
on (keyPress "<Right>") {
if (walls == 2) {
nextFrame();
} else if (walls == 1) {
stop();
}
}
Symbol 393 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
if (walls == 2) {
prevFrame();
} else if (walls == 1) {
stop();
}
}
Symbol 394 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Enter>") {
gotoAndStop (118);
}
Symbol 395 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Down>") {
gotoAndStop (80);
}
on (keyPress "<Up>") {
gotoAndStop (83);
}
Symbol 396 Button
on (keyPress "<Right>") {
gotoAndPlay (103);
}
on (keyPress "<Left>") {
gotoAndStop (94);
}
Symbol 397 Button
on (keyPress "<Up>") {
gotoAndPlay (95);
}
on (keyPress "<Right>") {
gotoAndPlay (103);
}
on (keyPress "<Left>") {
gotoAndStop (94);
}
Symbol 398 Button
on (keyPress "<Up>") {
gotoAndPlay (95);
}
Symbol 399 Button
on (keyPress "<Right>") {
gotoAndPlay (110);
}
on (keyPress "<Left>") {
gotoAndPlay (96);
}
Symbol 400 Button
on (keyPress "<Up>") {
gotoAndPlay (103);
}
on (keyPress "<Right>") {
gotoAndPlay (110);
}
on (keyPress "<Left>") {
gotoAndPlay (96);
}
Symbol 401 Button
on (keyPress "<Up>") {
gotoAndPlay (103);
}
Symbol 402 Button
on (keyPress "<Right>") {
gotoAndStop (117);
}
on (keyPress "<Left>") {
gotoAndPlay (103);
}
Symbol 403 Button
on (keyPress "<Up>") {
gotoAndPlay (110);
}
on (keyPress "<Right>") {
gotoAndStop (117);
}
on (keyPress "<Left>") {
gotoAndPlay (103);
}
Symbol 404 Button
on (keyPress "<Up>") {
gotoAndPlay (110);
}
Symbol 405 Button
on (keyPress "<Left>") {
gotoAndPlay (110);
}
on (keyPress "<Right>") {
gotoAndStop (119);
}
Symbol 406 Button
on (keyPress "<Right>") {
gotoAndStop (92);
}
on (keyPress "<Left>") {
gotoAndStop (90);
}
Symbol 408 Button
on (release) {
gotoAndStop (91);
}
on (keyPress "<Enter>") {
gotoAndStop (91);
}
Symbol 409 Button
on (keyPress "<Left>") {
gotoAndStop (117);
}
on (keyPress "<Right>") {
gotoAndPlay (120);
}
Symbol 410 Button
on (keyPress "<Left>") {
gotoAndStop (117);
}
on (keyPress "<Right>") {
gotoAndStop (133);
}
Symbol 411 Button
on (keyPress "4") {
if (remote == false) {
tellTarget ("door") {
gotoAndPlay (2);
};
if (walls == 1) {
tellTarget ("walls") {
gotoAndPlay (2);
};
} else if (walls == 2) {
tellTarget ("walls") {
gotoAndPlay (1);
};
gotoAndPlay (121);
}
} else if (remote == true) {
stop();
}
}
Symbol 412 Button
on (keyPress "<Left>") {
gotoAndStop (120);
}
on (keyPress "<Right>") {
gotoAndStop (139);
}
Symbol 413 Button
on (keyPress "<Left>") {
gotoAndStop (133);
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 414 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 415 Button
on (keyPress "4") {
if (remote == false) {
tellTarget ("door") {
gotoAndPlay (2);
};
if (walls == 1) {
tellTarget ("walls") {
gotoAndPlay (2);
};
gotoAndPlay (142);
} else if (walls == 2) {
tellTarget ("walls") {
gotoAndPlay (1);
};
}
} else if (remote == true) {
stop();
}
}
Symbol 416 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
gotoAndStop (154);
}
Symbol 417 Button
on (keyPress "<Left>") {
gotoAndStop (141);
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 418 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Up>") {
gotoAndStop (268);
}
Symbol 419 Button
on (keyPress "<Left>") {
gotoAndStop (158);
}
on (keyPress "<Right>") {
gotoAndPlay (174);
}
Symbol 420 Button
on (keyPress "<Left>") {
gotoAndStop (158);
}
on (keyPress "<Right>") {
gotoAndPlay (174);
}
on (keyPress "<Up>") {
gotoAndPlay (159);
}
Symbol 421 Button
on (keyPress "<Up>") {
gotoAndPlay (159);
}
Symbol 422 Button
on (keyPress "<Left>") {
gotoAndPlay (159);
}
on (keyPress "<Right>") {
gotoAndPlay (181);
}
Symbol 423 Button
on (keyPress "<Left>") {
gotoAndPlay (159);
}
on (keyPress "<Right>") {
gotoAndPlay (181);
}
on (keyPress "<Up>") {
gotoAndPlay (174);
}
Symbol 424 Button
on (keyPress "<Up>") {
gotoAndPlay (174);
}
Symbol 425 Button
on (keyPress "<Left>") {
gotoAndPlay (174);
}
on (keyPress "<Right>") {
gotoAndStop (188);
}
Symbol 426 Button
on (keyPress "<Left>") {
gotoAndPlay (174);
}
on (keyPress "<Right>") {
gotoAndStop (188);
}
on (keyPress "<Up>") {
gotoAndStop (181);
}
Symbol 427 Button
on (keyPress "<Up>") {
gotoAndStop (181);
}
Symbol 428 Button
on (keyPress "<Left>") {
gotoAndPlay (181);
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 429 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Down>") {
gotoAndPlay (476);
}
on (keyPress "<Up>") {
gotoAndStop (478);
}
Symbol 434 MovieClip Frame 5
tellTarget ("_root") {
setProperty("dan", _visible , false);
};
Symbol 434 MovieClip Frame 12
tellTarget ("_root") {
gotoAndStop (2);
};
Symbol 436 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
if (blobs < 5) {
stop();
} else if (blobs == 5) {
nextFrame();
}
}
on (keyPress "<Down>") {
gotoAndStop (475);
}
Symbol 439 Button
on (keyPress "<Right>") {
gotoAndStop (194);
}
on (keyPress "<Left>") {
gotoAndStop (190);
}
Symbol 440 Button
on (keyPress "<Right>") {
gotoAndStop (195);
}
on (keyPress "<Left>") {
gotoAndStop (191);
}
Symbol 441 Button
on (keyPress "<Right>") {
gotoAndStop (195);
}
on (keyPress "<Left>") {
if (blobs < 5) {
stop();
} else if (blobs == 5) {
prevFrame();
}
}
Symbol 442 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Up>") {
gotoAndPlay (544);
}
on (keyPress "<Enter>") {
gotoAndPlay (544);
}
Symbol 444 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
gotoAndPlay (459);
}
Symbol 445 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
if (walls == 1) {
gotoAndPlay (206);
} else if (walls == 2) {
stop();
}
}
Symbol 446 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Up>") {
gotoAndStop (85);
}
on (keyPress "<Down>") {
gotoAndStop (83);
}
on (keyPress "<Right>") {
if (minemap == false) {
gotoAndStop (205);
} else if (minemap == true) {
gotoAndStop (202);
}
}
Symbol 447 Button
on (keyPress "<Left>") {
gotoAndStop (201);
}
on (keyPress "y") {
if (coins >= 3) {
gotoAndStop (204);
} else if (coins < 3) {
gotoAndStop (203);
}
}
on (keyPress "Y") {
if (coins >= 3) {
gotoAndStop (204);
} else if (coins < 3) {
gotoAndStop (203);
}
}
on (keyPress "n") {
gotoAndStop (205);
}
on (keyPress "N") {
gotoAndStop (205);
}
Symbol 450 Button
on (keyPress "<Left>") {
gotoAndStop (201);
}
Symbol 454 Button
on (keyPress "<Left>") {
gotoAndStop (201);
}
on (keyPress "<Right>") {
if (minemap == false) {
gotoAndStop (205);
} else if (minemap == true) {
gotoAndStop (202);
}
}
Symbol 455 Button
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
}
on (keyPress "<Down>") {
gotoAndStop (85);
}
on (keyPress "<Up>") {
gotoAndStop (87);
}
Symbol 456 Button
on (keyPress "4") {
if (remote == false) {
tellTarget ("door") {
gotoAndPlay (2);
};
if (walls == 1) {
tellTarget ("walls") {
gotoAndPlay (2);
};
gotoAndPlay (215);
} else if (walls == 2) {
tellTarget ("walls") {
gotoAndPlay (1);
};
}
} else if (remote == true) {
stop();
}
}
Symbol 457 Button
on (keyPress "4") {
if (remote == false) {
tellTarget ("door") {
gotoAndPlay (2);
};
gotoAndPlay (218);
if (walls == 1) {
tellTarget ("walls") {
gotoAndPlay (2);
};
} else if (walls == 2) {
tellTarget ("walls") {
gotoAndPlay (1);
};
}
} else if (remote == true) {
stop();
}
}
Symbol 458 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 459 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Space>") {
if (walls == 1) {
stop();
} else if (walls == 2) {
gotoAndStop (230);
}
}
on (keyPress "<Right>") {
gotoAndStop (240);
}
Symbol 460 MovieClip Frame 1
stop();
tellTarget ("_root") {
torchon = false;
};
Symbol 460 MovieClip Frame 2
stop();
tellTarget ("_root") {
torchon = true;
};
Symbol 461 MovieClip Frame 5
stop();
Symbol 462 Button
on (keyPress "<Left>") {
gotoAndPlay (232);
}
on (keyPress "<Space>") {
gotoAndStop (231);
}
on (keyPress "<Right>") {
gotoAndPlay (227);
}
Symbol 463 Button
on (keyPress "4") {
if (remote == false) {
tellTarget ("door") {
gotoAndPlay (2);
};
if (walls == 1) {
tellTarget ("walls") {
gotoAndPlay (2);
};
} else if (walls == 2) {
tellTarget ("walls") {
gotoAndPlay (1);
};
gotoAndPlay (237);
}
} else if (remote == true) {
stop();
}
}
Symbol 464 Button
on (keyPress "1") {
if (torch == false) {
if (torchon == true) {
tellTarget ("dan") {
gotoAndStop (1);
};
} else if (torchon == false) {
tellTarget ("dan") {
gotoAndStop (2);
};
}
} else if (torch == true) {
play();
}
}
Symbol 465 Button
on (keyPress "<Left>") {
gotoAndStop (229);
}
on (keyPress "<Right>") {
gotoAndStop (241);
}
Symbol 466 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
gotoAndPlay (387);
}
Symbol 467 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
gotoAndStop (88);
}
Symbol 468 Button
on (keyPress "<Left>") {
gotoAndStop (88);
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 469 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
if (walls == 1) {
nextFrame();
} else if (walls == 2) {
stop();
}
}
Symbol 470 Button
on (keyPress "<Left>") {
if (walls == 1) {
prevFrame();
} else if (walls == 2) {
stop();
}
}
on (keyPress "<Right>") {
if (walls == 1) {
stop();
} else if (walls == 2) {
nextFrame();
}
}
Symbol 471 Button
on (keyPress "<Left>") {
if (walls == 1) {
stop();
} else if (walls == 2) {
prevFrame();
}
}
on (keyPress "<Right>") {
if (walls == 1) {
nextFrame();
} else if (walls == 2) {
stop();
}
}
Symbol 472 Button
on (keyPress "<Left>") {
if (walls == 1) {
stop();
} else if (walls == 2) {
prevFrame();
}
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 473 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
gotoAndStop (409);
}
Symbol 474 Button
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Enter>") {
if (password == "cabbage") {
gotoAndStop (275);
} else {
gotoAndStop (274);
}
}
Symbol 479 Button
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "<Down>") {
gotoAndStop (478);
}
Symbol 480 Button
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "<Down>") {
gotoAndStop (268);
}
on (keyPress "<Up>") {
gotoAndStop (270);
}
Symbol 481 Button
on (keyPress "<Left>") {
if (walls == 1) {
stop();
} else if (walls == 2) {
nextFrame();
}
}
on (keyPress "<Right>") {
prevFrame();
}
Symbol 482 Button
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
if (walls == 1) {
stop();
} else if (walls == 2) {
prevFrame();
}
}
Symbol 483 Button
on (keyPress "<Down>") {
gotoAndStop (157);
}
on (keyPress "<Up>") {
nextFrame();
}
Symbol 484 Button
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Right>") {
gotoAndStop (259);
}
on (keyPress "<Left>") {
gotoAndStop (261);
}
Symbol 485 Button
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (319);
}
on (keyPress "<Right>") {
gotoAndStop (321);
}
Symbol 486 Button
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Left>") {
gotoAndStop (329);
}
on (keyPress "<Right>") {
gotoAndStop (330);
}
Symbol 487 Button
on (keyPress "<Left>") {
gotoAndStop (255);
}
on (keyPress "<Enter>") {
if (password == "cabbage") {
gotoAndStop (275);
} else {
gotoAndStop (274);
}
}
Symbol 491 Button
on (keyPress "<Left>") {
gotoAndStop (255);
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 494 Button
on (keyPress "<Left>") {
gotoAndStop (254);
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 495 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
gotoAndStop (454);
}
Symbol 496 Button
on (keyPress "<Left>") {
gotoAndStop (278);
}
on (keyPress "<Right>") {
gotoAndPlay (289);
}
Symbol 497 Button
on (keyPress "<Left>") {
gotoAndStop (278);
}
on (keyPress "<Right>") {
gotoAndPlay (289);
}
on (keyPress "<Up>") {
gotoAndPlay (279);
}
Symbol 498 Button
on (keyPress "<Up>") {
gotoAndPlay (279);
}
Symbol 499 Button
on (keyPress "<Up>") {
gotoAndStop (279);
}
Symbol 500 Button
on (keyPress "<Left>") {
gotoAndPlay (279);
}
on (keyPress "<Right>") {
gotoAndPlay (299);
}
Symbol 501 Button
on (keyPress "<Left>") {
gotoAndPlay (279);
}
on (keyPress "<Up>") {
gotoAndPlay (289);
}
on (keyPress "<Right>") {
gotoAndPlay (299);
}
Symbol 502 Button
on (keyPress "<Up>") {
gotoAndPlay (289);
}
Symbol 503 Button
on (keyPress "<Left>") {
gotoAndPlay (289);
}
on (keyPress "<Right>") {
gotoAndStop (308);
}
Symbol 504 Button
on (keyPress "<Left>") {
gotoAndPlay (289);
}
on (keyPress "<Right>") {
gotoAndStop (308);
}
on (keyPress "<Up>") {
gotoAndPlay (299);
}
Symbol 505 Button
on (keyPress "<Up>") {
gotoAndPlay (299);
}
Symbol 506 Button
on (keyPress "<Right>") {
gotoAndStop (312);
}
on (keyPress "<Left>") {
gotoAndPlay (299);
}
Symbol 507 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (308);
}
Symbol 508 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Up>") {
gotoAndStop (272);
}
on (keyPress "<Down>") {
gotoAndStop (270);
}
Symbol 509 Button
on (keyPress "<Right>") {
gotoAndStop (435);
}
on (keyPress "<Left>") {
prevFrame();
}
Symbol 510 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (422);
}
Symbol 511 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Up>") {
gotoAndStop (444);
}
on (keyPress "<Right>") {
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
}
Symbol 512 Button
on (keyPress "<Right>") {
gotoAndPlay (273);
}
on (keyPress "<Left>") {
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
}
Symbol 514 Button
on (keyPress "<Left>") {
gotoAndStop (355);
}
on (keyPress "t") {
gotoAndPlay (343);
}
on (keyPress "T") {
gotoAndPlay (343);
}
Symbol 515 Button
on (keyPress "<Right>") {
gotoAndStop (342);
}
on (keyPress "<Left>") {
nextFrame();
}
Symbol 516 Button
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "<Left>") {
nextFrame();
}
Symbol 517 Button
on (keyPress "4") {
if (remote == false) {
tellTarget ("door") {
gotoAndPlay (2);
};
if (walls == 1) {
tellTarget ("walls") {
gotoAndPlay (2);
};
gotoAndPlay (413);
} else if (walls == 2) {
tellTarget ("walls") {
gotoAndPlay (1);
};
}
} else if (remote == true) {
stop();
}
}
Symbol 518 Button
on (keyPress "4") {
if (remote == false) {
tellTarget ("door") {
gotoAndPlay (2);
};
if (walls == 1) {
tellTarget ("walls") {
gotoAndPlay (2);
};
gotoAndPlay (426);
} else if (walls == 2) {
tellTarget ("walls") {
gotoAndPlay (1);
};
}
} else if (remote == true) {
stop();
}
}
Symbol 520 Button
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Up>") {
prevFrame();
}
on (keyPress "<Down>") {
nextFrame();
}
Symbol 521 Button
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Up>") {
gotoAndStop (383);
}
Symbol 522 Button
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Up>") {
nextFrame();
}
Symbol 523 Button
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "<Left>") {
gotoAndPlay (385);
}
on (keyPress "<Space>") {
gotoAndStop (390);
}
Symbol 524 Button
on (keyPress "<Down>") {
gotoAndStop (373);
}
on (keyPress "<Up>") {
nextFrame();
}
Symbol 525 Button
on (keyPress "<Down>") {
prevFrame();
}
Symbol 526 Button
on (keyPress "<Right>") {
gotoAndStop (401);
}
on (keyPress "<Left>") {
gotoAndPlay (403);
}
Symbol 527 Button
on (keyPress "<Right>") {
gotoAndPlay (385);
}
on (keyPress "<Left>") {
gotoAndStop (393);
}
on (keyPress "<Space>") {
gotoAndStop (391);
}
Symbol 528 Button
on (keyPress "<Right>") {
gotoAndStop (381);
}
on (keyPress "<Left>") {
gotoAndPlay (385);
}
on (keyPress "<Space>") {
gotoAndStop (390);
}
Symbol 529 Button
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "<Left>") {
nextFrame();
}
Symbol 530 Button
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "<Left>") {
if (remote == false) {
gotoAndStop (397);
} else if (remote == true) {
gotoAndStop (398);
}
}
Symbol 531 Button
on (keyPress "<Right>") {
gotoAndStop (396);
}
on (keyPress "<Left>") {
if (remote == false) {
gotoAndStop (397);
} else if (remote == true) {
gotoAndStop (398);
}
}
Symbol 532 Button
on (keyPress "<Right>") {
gotoAndStop (396);
}
on (keyPress "y") {
if (coins >= 7) {
gotoAndStop (400);
} else if (coins < 7) {
gotoAndStop (399);
}
}
on (keyPress "Y") {
if (coins >= 7) {
gotoAndStop (400);
} else if (coins < 7) {
gotoAndStop (399);
}
}
on (keyPress "n") {
gotoAndStop (397);
}
on (keyPress "N") {
gotoAndStop (397);
}
Symbol 535 Button
on (keyPress "<Right>") {
gotoAndStop (396);
}
Symbol 539 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (389);
}
Symbol 540 Button
on (keyPress "<Left>") {
prevFrame();
}
Symbol 542 Button
on (release) {
gotoAndStop (18);
}
on (keyPress "<Enter>") {
gotoAndStop (18);
}
Symbol 543 Button
on (keyPress "<Left>") {
gotoAndPlay (253);
}
on (keyPress "<Right>") {
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
}
Symbol 544 Button
on (keyPress "4") {
if (remote == false) {
tellTarget ("door") {
gotoAndPlay (2);
};
if (walls == 1) {
tellTarget ("walls") {
gotoAndPlay (2);
};
} else if (walls == 2) {
tellTarget ("walls") {
gotoAndPlay (1);
};
gotoAndPlay (410);
}
} else if (remote == true) {
stop();
}
}
Symbol 545 Button
on (keyPress "<Left>") {
gotoAndStop (430);
}
on (keyPress "<Right>") {
gotoAndStop (442);
}
Symbol 546 Button
on (keyPress "4") {
if (remote == false) {
tellTarget ("door") {
gotoAndPlay (2);
};
if (walls == 1) {
tellTarget ("walls") {
gotoAndPlay (2);
};
play();
} else if (walls == 2) {
tellTarget ("walls") {
gotoAndPlay (1);
};
}
} else if (remote == true) {
stop();
}
}
Symbol 547 Button
on (keyPress "<Left>") {
gotoAndStop (435);
}
on (keyPress "<Right>") {
gotoAndStop (324);
}
Symbol 548 Button
on (keyPress "<Right>") {
gotoAndStop (417);
}
on (keyPress "<Left>") {
gotoAndPlay (439);
}
Symbol 549 Button
on (keyPress "<Left>") {
gotoAndStop (321);
}
on (keyPress "<Right>") {
gotoAndStop (422);
}
Symbol 550 MovieClip Frame 5
stop();
Symbol 551 Button
on (keyPress "<Right>") {
gotoAndStop (430);
}
Symbol 552 Button
on (keyPress "<Left>") {
gotoAndStop (417);
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 554 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Up>") {
gotoAndStop (328);
}
Symbol 556 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
Symbol 557 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Down>") {
prevFrame();
}
Symbol 558 Button
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
}
Symbol 559 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndPlay (277);
}
Symbol 561 Button
on (keyPress "<Right>") {
gotoAndPlay (456);
}
on (keyPress "<Left>") {
prevFrame();
}
Symbol 562 Button
on (keyPress "<Left>") {
nextFrame();
}
Symbol 563 Button
on (keyPress "<Right>") {
gotoAndStop (462);
}
on (keyPress "<Left>") {
gotoAndPlay (465);
}
on (keyPress "<Space>") {
gotoAndStop (464);
}
Symbol 564 Button
on (keyPress "<Left>") {
gotoAndStop (472);
}
on (keyPress "<Right>") {
gotoAndPlay (465);
}
on (keyPress "<Space>") {
gotoAndStop (470);
}
Symbol 565 Button
on (keyPress "<Right>") {
gotoAndPlay (462);
}
on (keyPress "<Left>") {
gotoAndPlay (465);
}
on (keyPress "<Space>") {
gotoAndStop (464);
}
Symbol 566 Button
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "<Up>") {
gotoAndStop (475);
}
Symbol 567 Button
on (keyPress "<Up>") {
gotoAndStop (476);
}
on (keyPress "<Right>") {
prevFrame();
}
Symbol 568 Button
on (keyPress "<Down>") {
gotoAndStop (472);
}
on (keyPress "<Up>") {
gotoAndStop (191);
}
Symbol 569 Button
on (keyPress "<Down>") {
gotoAndStop (474);
}
on (keyPress "<Up>") {
gotoAndStop (189);
}
Symbol 570 Button
on (keyPress "<Down>") {
gotoAndStop (476);
}
on (keyPress "<Up>") {
gotoAndStop (478);
}
on (keyPress "<Left>") {
gotoAndStop (188);
}
on (keyPress "<Right>") {
gotoAndStop (190);
}
Symbol 571 Button
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Up>") {
gotoAndStop (255);
}
Symbol 572 Button
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "t") {
gotoAndPlay (488);
}
on (keyPress "T") {
gotoAndPlay (488);
}
Symbol 573 Button
on (keyPress "<Right>") {
gotoAndStop (516);
}
on (keyPress "<Left>") {
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
}
on (keyPress "t") {
gotoAndPlay (501);
}
on (keyPress "T") {
gotoAndPlay (501);
}
Symbol 574 Button
on (keyPress "<Right>") {
gotoAndPlay (520);
}
on (keyPress "<Left>") {
gotoAndStop (500);
}
on (keyPress "<Space>") {
gotoAndStop (517);
}
Symbol 575 Button
on (keyPress "<Right>") {
gotoAndStop (525);
}
on (keyPress "<Left>") {
gotoAndPlay (520);
}
on (keyPress "<Space>") {
gotoAndStop (518);
}
Symbol 576 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (519);
}
on (keyPress "5") {
if (spade == false) {
if (hole == false) {
gotoAndStop (541);
} else if (hole == true) {
stop();
}
} else if (spade == true) {
stop();
}
}
Symbol 577 Button
on (keyPress "<Right>") {
if (hole == false) {
nextFrame();
} else if (hole == true) {
gotoAndStop (542);
}
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "5") {
if (spade == false) {
if (hole == false) {
gotoAndStop (541);
} else if (hole == true) {
stop();
}
} else if (spade == true) {
stop();
}
}
Symbol 578 Button
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
if (hole == false) {
prevFrame();
} else if (hole == true) {
gotoAndStop (542);
}
}
on (keyPress "5") {
if (spade == false) {
if (hole == false) {
gotoAndStop (541);
} else if (hole == true) {
stop();
}
} else if (spade == true) {
stop();
}
}
Symbol 579 Button
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "5") {
if (spade == false) {
if (hole == false) {
gotoAndStop (541);
} else if (hole == true) {
stop();
}
} else if (spade == true) {
stop();
}
}
Symbol 580 Button
on (keyPress "<Up>") {
gotoAndStop (531);
}
on (keyPress "<Down>") {
gotoAndStop (529);
}
on (keyPress "<Left>") {
gotoAndPlay (533);
}
Symbol 581 Button
on (keyPress "<Up>") {
gotoAndStop (537);
}
on (keyPress "<Down>") {
prevFrame();
}
Symbol 582 Button
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
prevFrame();
}
Symbol 583 Button
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "<Left>") {
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
}
Symbol 584 Button
on (keyPress "<Down>") {
gotoAndStop (531);
}
on (keyPress "<Left>") {
nextFrame();
}
Symbol 585 Button
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "<Left>") {
nextFrame();
}
Symbol 586 Button
on (keyPress "<Right>") {
gotoAndStop (527);
}
on (keyPress "<Left>") {
gotoAndStop (526);
}
Symbol 587 Button
on (keyPress "<Right>") {
gotoAndStop (542);
}
on (keyPress "<Left>") {
gotoAndStop (525);
}
Symbol 610 Button
on (release, keyPress "<Enter>") {
gotoAndStop (3);
}
Symbol 621 Button
on (release) {
gotoAndPlay (2);
}
Symbol 622 Button
on (release, releaseOutside) {
gotoAndStop (1);
tellTarget (_root.clock) {
play();
};
}
Symbol 625 MovieClip Frame 1
stop();
Symbol 625 MovieClip Frame 9
stop();