Frame 1 (85 B)
stop();
lives = 5;
fscommand ("fullscreen", true);
fscommand ("showmenu", false);
Frame 2 (8 B)
stop();
Frame 3 (532 B)
paused = false;
tellTarget ("fallingspikes") {
underspikes = false;
};
tellTarget ("fallingspikes2") {
underspikes2 = false;
};
lives = 5;
coins = 0;
blobs = 0;
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;
life1 = true;
life2 = true;
life3 = true;
key = true;
lasergun = true;
alarm = true;
setProperty("flashing time", _visible , false);
stop();
Instance of Symbol 210 MovieClip "options" in Frame 3 (114 B)
onClipEvent (keyDown) {
tellTarget (options) {
gotoAndStop (1);
};
tellTarget (_root.clock) {
play();
};
}
Frame 4 (8 B)
stop();
Frame 5 (8 B)
stop();
Frame 6 (8 B)
stop();
Frame 7 (8 B)
stop();
Frame 8 (8 B)
stop();
Frame 9 (8 B)
stop();
Frame 10 (8 B)
stop();
Frame 11 (8 B)
stop();
Frame 12 (8 B)
stop();
Frame 13 (8 B)
stop();
Frame 14 (8 B)
stop();
Frame 15 (8 B)
stop();
Frame 16 (54 B)
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 17 (8 B)
stop();
Frame 18 (8 B)
stop();
Frame 19 (8 B)
stop();
Frame 20 (8 B)
stop();
Frame 21 (8 B)
stop();
Frame 22 (8 B)
stop();
Frame 23 (8 B)
stop();
Frame 24 (8 B)
stop();
Frame 25 (8 B)
stop();
Frame 26 (8 B)
play();
Frame 28 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 29 (8 B)
stop();
Frame 30 (8 B)
stop();
Frame 31 (8 B)
stop();
Frame 32 (8 B)
stop();
Frame 33 (8 B)
stop();
Frame 34 (203 B)
stop();
if (blob1 == true) {
setProperty("blob1", _visible , false);
blob1 = false;
blobs = blobs + 1;
tellTarget ("floop") {
gotoAndPlay (2);
};
} else if (blob1 == false) {
stop();
}
Frame 35 (54 B)
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 36 (8 B)
stop();
Frame 37 (8 B)
stop();
Frame 38 (8 B)
stop();
Frame 39 (211 B)
stop();
if (coin5 == true) {
setProperty("coin5", _visible , false);
coin5 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin5 == false) {
stop();
}
Frame 42 (8 B)
stop();
Frame 43 (54 B)
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 44 (8 B)
stop();
Frame 45 (8 B)
stop();
Frame 48 (8 B)
stop();
Frame 49 (8 B)
stop();
Frame 50 (8 B)
stop();
Frame 51 (8 B)
stop();
Frame 52 (8 B)
stop();
Frame 53 (8 B)
stop();
Frame 54 (8 B)
stop();
Frame 55 (8 B)
stop();
Frame 56 (8 B)
stop();
Frame 57 (8 B)
stop();
Frame 58 (54 B)
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 59 (8 B)
stop();
Frame 60 (8 B)
stop();
Frame 61 (211 B)
stop();
if (coin6 == true) {
setProperty("coin6", _visible , false);
coin6 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin6 == false) {
stop();
}
Frame 62 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 63 (8 B)
stop();
Frame 64 (203 B)
stop();
if (blob2 == true) {
setProperty("blob2", _visible , false);
blob2 = false;
blobs = blobs + 1;
tellTarget ("floop") {
gotoAndPlay (2);
};
} else if (blob2 == false) {
stop();
}
Frame 65 (8 B)
stop();
Frame 66 (8 B)
stop();
Frame 67 (8 B)
stop();
Frame 68 (8 B)
stop();
Frame 69 (8 B)
stop();
Frame 70 (8 B)
stop();
Frame 71 (8 B)
stop();
Frame 74 (8 B)
stop();
Frame 75 (8 B)
stop();
Frame 76 (8 B)
stop();
Frame 77 (211 B)
stop();
if (coin4 == true) {
setProperty("coin4", _visible , false);
coin4 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin4 == false) {
stop();
}
Frame 85 (8 B)
stop();
Frame 86 (8 B)
stop();
Frame 87 (8 B)
stop();
Frame 88 (8 B)
stop();
Frame 89 (8 B)
stop();
Frame 90 (8 B)
stop();
Frame 91 (8 B)
stop();
Frame 92 (67 B)
stop();
tellTarget ("fallingspikes") {
underspikes = false;
};
Frame 93 (66 B)
stop();
tellTarget ("fallingspikes") {
underspikes = true;
};
Frame 94 (270 B)
stop();
tellTarget ("fallingspikes") {
underspikes = false;
};
if (coin3 == true) {
setProperty("coin3", _visible , false);
coin3 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin3 == false) {
stop();
}
Frame 95 (8 B)
stop();
Frame 96 (8 B)
stop();
Frame 97 (8 B)
stop();
Frame 98 (8 B)
stop();
Frame 99 (8 B)
stop();
Frame 100 (8 B)
stop();
Frame 101 (218 B)
stop();
if (key == true) {
setProperty("key", _visible , false);
key = false;
setProperty("blackkey", _visible , false);
tellTarget ("blip") {
gotoAndPlay (2);
};
} else if (key == false) {
stop();
}
Frame 102 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 103 (8 B)
stop();
Frame 104 (8 B)
stop();
Frame 105 (8 B)
stop();
Frame 106 (8 B)
stop();
Frame 107 (54 B)
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 108 (8 B)
stop();
Frame 109 (211 B)
stop();
if (coin2 == true) {
setProperty("coin2", _visible , false);
coin2 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin2 == false) {
stop();
}
Frame 110 (8 B)
stop();
Frame 111 (54 B)
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 112 (8 B)
stop();
Frame 113 (54 B)
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 114 (203 B)
stop();
if (blob4 == true) {
setProperty("blob4", _visible , false);
blob4 = false;
blobs = blobs + 1;
tellTarget ("floop") {
gotoAndPlay (2);
};
} else if (blob4 == false) {
stop();
}
Frame 115 (8 B)
stop();
Frame 116 (8 B)
stop();
Frame 119 (8 B)
stop();
Frame 121 (18 B)
gotoAndStop (68);
Frame 122 (54 B)
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 123 (54 B)
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 125 (72 B)
lockeddoor = true;
setProperty("doorcover", _visible , true);
stop();
Frame 126 (8 B)
play();
Frame 139 (8 B)
stop();
Frame 140 (8 B)
stop();
Frame 141 (8 B)
stop();
Frame 142 (8 B)
stop();
Frame 143 (8 B)
stop();
Frame 144 (8 B)
stop();
Frame 145 (8 B)
stop();
Frame 146 (8 B)
stop();
Frame 147 (8 B)
stop();
Frame 148 (8 B)
stop();
Frame 149 (8 B)
stop();
Frame 150 (8 B)
stop();
Frame 151 (8 B)
stop();
Frame 152 (8 B)
stop();
Frame 153 (8 B)
stop();
Frame 154 (8 B)
stop();
Frame 155 (8 B)
stop();
Frame 156 (8 B)
stop();
Frame 157 (211 B)
stop();
if (coin7 == true) {
setProperty("coin7", _visible , false);
coin7 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin7 == false) {
stop();
}
Frame 158 (205 B)
stop();
if (life1 == true) {
setProperty("life1", _visible , false);
life1 = false;
lives = lives + 1;
tellTarget ("fanfare") {
gotoAndPlay (2);
};
} else if (life1 == false) {
stop();
}
Frame 162 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 163 (45 B)
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 168 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 172 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 173 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 174 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 175 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 176 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 177 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 178 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 179 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 180 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 181 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 182 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 183 (135 B)
stop();
tellTarget ("ouch") {
gotoAndPlay (2);
};
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
Frame 184 (8 B)
stop();
Frame 185 (8 B)
stop();
Frame 186 (8 B)
stop();
Frame 187 (8 B)
stop();
Frame 188 (8 B)
stop();
Frame 189 (54 B)
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 190 (8 B)
stop();
Frame 191 (211 B)
stop();
if (coin9 == true) {
setProperty("coin9", _visible , false);
coin9 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin9 == false) {
stop();
}
Frame 192 (8 B)
stop();
Frame 193 (54 B)
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 194 (8 B)
stop();
Frame 195 (69 B)
stop();
tellTarget ("fallingspikes2") {
underspikes2 = false;
};
Frame 196 (68 B)
stop();
tellTarget ("fallingspikes2") {
underspikes2 = true;
};
Frame 197 (69 B)
stop();
tellTarget ("fallingspikes2") {
underspikes2 = false;
};
Frame 198 (8 B)
stop();
Frame 199 (8 B)
stop();
Frame 200 (211 B)
stop();
if (coin8 == true) {
setProperty("coin8", _visible , false);
coin8 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin8 == false) {
stop();
}
Frame 201 (8 B)
stop();
Frame 202 (220 B)
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 203 (8 B)
stop();
Frame 204 (8 B)
stop();
Frame 205 (8 B)
stop();
Frame 206 (8 B)
stop();
Frame 207 (8 B)
stop();
Frame 208 (8 B)
stop();
Frame 209 (8 B)
stop();
Frame 210 (8 B)
stop();
Frame 211 (8 B)
stop();
Frame 212 (8 B)
stop();
Frame 213 (8 B)
stop();
Frame 214 (8 B)
stop();
Frame 229 (8 B)
stop();
Frame 230 (8 B)
stop();
Frame 231 (205 B)
stop();
if (life2 == true) {
setProperty("life2", _visible , false);
life2 = false;
lives = lives + 1;
tellTarget ("fanfare") {
gotoAndPlay (2);
};
} else if (life2 == false) {
stop();
}
Frame 232 (205 B)
stop();
if (life3 == true) {
setProperty("life3", _visible , false);
life3 = false;
lives = lives + 1;
tellTarget ("fanfare") {
gotoAndPlay (2);
};
} else if (life3 == false) {
stop();
}
Frame 247 (19 B)
gotoAndStop (213);
Frame 248 (8 B)
stop();
Frame 249 (8 B)
stop();
Frame 250 (8 B)
stop();
Frame 251 (8 B)
stop();
Frame 252 (8 B)
stop();
Frame 253 (8 B)
play();
Frame 257 (19 B)
gotoAndStop (208);
Frame 258 (8 B)
stop();
Frame 259 (8 B)
stop();
Frame 260 (8 B)
stop();
Frame 261 (8 B)
stop();
Frame 262 (203 B)
stop();
if (blob5 == true) {
setProperty("blob5", _visible , false);
blob5 = false;
blobs = blobs + 1;
tellTarget ("floop") {
gotoAndPlay (2);
};
} else if (blob5 == false) {
stop();
}
Frame 263 (8 B)
stop();
Frame 264 (211 B)
stop();
if (coin1 == true) {
setProperty("coin1", _visible , false);
coin1 = false;
coins = coins + 1;
tellTarget ("cash register") {
gotoAndPlay (2);
};
} else if (coin1 == false) {
stop();
}
Frame 265 (54 B)
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 266 (8 B)
stop();
Frame 267 (8 B)
stop();
Frame 268 (8 B)
stop();
Frame 269 (8 B)
stop();
Frame 270 (186 B)
stop();
setProperty("lasergun", _visible , false);
lasergun = false;
setProperty("blacklasergun", _visible , false);
coins = coins - 5;
tellTarget ("blip") {
gotoAndPlay (2);
};
Frame 271 (8 B)
stop();
Frame 272 (8 B)
stop();
Frame 273 (8 B)
play();
Frame 275 (8 B)
stop();
Frame 276 (8 B)
stop();
Frame 277 (8 B)
stop();
Frame 278 (8 B)
play();
Frame 283 (8 B)
stop();
Frame 284 (8 B)
stop();
Frame 285 (8 B)
stop();
Frame 286 (8 B)
stop();
Frame 287 (8 B)
stop();
Frame 332 (8 B)
stop();
Frame 381 (19 B)
gotoAndStop (275);
Frame 382 (8 B)
stop();
Frame 383 (8 B)
stop();
Frame 384 (8 B)
stop();
Frame 385 (8 B)
stop();
Frame 386 (8 B)
stop();
Frame 387 (8 B)
stop();
Frame 388 (8 B)
stop();
Frame 389 (203 B)
stop();
if (blob3 == true) {
setProperty("blob3", _visible , false);
blob3 = false;
blobs = blobs + 1;
tellTarget ("floop") {
gotoAndPlay (2);
};
} else if (blob3 == false) {
stop();
}
Frame 390 (8 B)
stop();
Frame 391 (8 B)
stop();
Frame 392 (8 B)
stop();
Frame 393 (54 B)
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 394 (8 B)
stop();
Frame 395 (8 B)
stop();
Frame 396 (8 B)
stop();
Frame 397 (8 B)
stop();
Frame 398 (8 B)
stop();
Frame 399 (8 B)
stop();
Frame 400 (8 B)
stop();
Frame 401 (54 B)
stop();
tellTarget ("door") {
gotoAndPlay (2);
};
Frame 402 (8 B)
stop();
Frame 403 (8 B)
stop();
Frame 404 (8 B)
stop();
Frame 405 (8 B)
stop();
Frame 406 (8 B)
stop();
Frame 407 (15 B)
bosslives = 8;
Frame 412 (48 B)
setProperty("flashing time", _visible , false);
Frame 413 (8 B)
stop();
Frame 448 (112 B)
lives = lives - 1;
if (0 >= lives) {
gotoAndStop (2);
} else if (0 < lives) {
gotoAndPlay (414);
}
Frame 449 (97 B)
bosslives = bosslives - 1;
if (0 >= bosslives) {
gotoAndPlay (498);
} else {
play();
}
Frame 454 (19 B)
gotoAndPlay (428);
Frame 491 (19 B)
gotoAndPlay (455);
Frame 492 (97 B)
bosslives = bosslives - 1;
if (0 >= bosslives) {
gotoAndPlay (498);
} else {
play();
}
Frame 497 (19 B)
gotoAndPlay (455);
Frame 509 (1.59 KiB) ●
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;
}
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 510 (73 B)
stop();
fscommand ("fullscreen", true);
fscommand ("showmenu", false);
Symbol 20 Button (65 B)
on (release) {
tellTarget ("_root") {
gotoAndStop (510);
};
}
Symbol 21 MovieClip Frame 1 (193 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 21 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 48 Button (86 B)
on (release) {
gotoAndStop (1);
}
on (keyPress "<Enter>") {
gotoAndStop (1);
}
Symbol 80 Button (50 B)
on (keyPress "<Down>") {
gotoAndStop (5);
}
Symbol 118 MovieClip Frame 1 (8 B)
stop();
Symbol 122 MovieClip Frame 1 (54 B)
time = 210;
tellTarget ("_root") {
time = 210;
};
Symbol 122 MovieClip Frame 2 (417 B)
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 122 MovieClip Frame 13 (82 B)
time = time - 1;
tellTarget ("_root") {
time = time - 1;
};
gotoAndPlay (2);
Symbol 130 MovieClip Frame 1 (41 B)
tellTarget ("_root") {
spikes = 1;
};
Symbol 130 MovieClip Frame 11 (41 B)
tellTarget ("_root") {
spikes = 2;
};
Symbol 130 MovieClip Frame 12 (254 B)
if (underspikes == true) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
} else if (underspikes == false) {
play();
}
Symbol 130 MovieClip Frame 20 (17 B)
gotoAndPlay (1);
Symbol 135 MovieClip Frame 1 (41 B)
tellTarget ("_root") {
spikes = 1;
};
Symbol 135 MovieClip Frame 11 (41 B)
tellTarget ("_root") {
spikes = 2;
};
Symbol 135 MovieClip Frame 12 (256 B)
if (underspikes2 == true) {
tellTarget ("_root.ouch") {
gotoAndPlay (2);
};
tellTarget ("_root") {
lives = lives - 1;
if (lives == 0) {
gotoAndStop (2);
} else {
stop();
}
};
} else if (underspikes2 == false) {
play();
}
Symbol 135 MovieClip Frame 20 (17 B)
gotoAndPlay (1);
Symbol 138 MovieClip Frame 14 (8 B)
stop();
Symbol 142 MovieClip Frame 1 (8 B)
stop();
Symbol 144 MovieClip Frame 1 (8 B)
stop();
Symbol 147 MovieClip Frame 1 (8 B)
stop();
Symbol 149 MovieClip Frame 1 (8 B)
stop();
Symbol 151 MovieClip Frame 1 (8 B)
stop();
Symbol 153 MovieClip Frame 1 (8 B)
stop();
Symbol 155 MovieClip Frame 1 (8 B)
stop();
Symbol 161 Button (34 B)
on (release) {
gotoAndPlay (2);
}
Symbol 162 Button (92 B)
on (release, releaseOutside) {
gotoAndStop (1);
tellTarget (_root.clock) {
play();
};
}
Symbol 175 Button (37 B)
on (release) {
fscommand ("quit");
}
Symbol 178 Button (63 B)
on (release) {
tellTarget ("_root") {
gotoAndStop (1);
};
}
Symbol 179 Button (91 B)
on (press) {
tellTarget (_root.clock) {
stop();
};
}
on (release) {
gotoAndStop (2);
}
Symbol 187 Button (161 B)
on (press) {
tellTarget (_root.clock) {
play();
};
}
on (release) {
gotoAndStop (1);
}
on (press) {
tellTarget ("_root.options") {
gotoAndStop (1);
};
}
Symbol 188 MovieClip Frame 1 (50 B)
stop();
tellTarget (_root.clock) {
play();
};
Symbol 188 MovieClip Frame 2 (50 B)
stop();
tellTarget (_root.clock) {
stop();
};
Symbol 191 Button (91 B)
on (press) {
tellTarget (_root.clock) {
stop();
};
}
on (release) {
gotoAndStop (2);
}
Symbol 195 Button (161 B)
on (press) {
tellTarget (_root.clock) {
play();
};
}
on (release) {
gotoAndStop (1);
}
on (press) {
tellTarget ("_root.options") {
gotoAndStop (1);
};
}
Symbol 205 Button (161 B)
on (press) {
tellTarget (_root.clock) {
play();
};
}
on (release) {
gotoAndStop (1);
}
on (press) {
tellTarget ("_root.options") {
gotoAndStop (1);
};
}
Symbol 209 MovieClip Frame 1 (8 B)
stop();
Symbol 209 MovieClip Frame 2 (8 B)
stop();
Symbol 210 MovieClip Frame 1 (8 B)
stop();
Symbol 210 MovieClip Frame 9 (8 B)
stop();
Symbol 212 Button (332 B)
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 216 Button (34 B)
on (release) {
gotoAndStop (2);
}
Symbol 218 Button (34 B)
on (release) {
gotoAndStop (1);
}
Symbol 220 MovieClip Frame 1 (52 B)
tellTarget ("_root.music") {
play();
};
stop();
Symbol 220 MovieClip Frame 2 (61 B)
tellTarget ("_root.music") {
gotoAndStop (1);
};
stop();
Symbol 223 Button (46 B)
on (keyPress "<Down>") {
nextFrame();
}
Symbol 225 Button (91 B)
on (keyPress "<Down>") {
nextFrame();
}
on (keyPress "<Up>") {
prevFrame();
}
Symbol 228 Button (92 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Up>") {
prevFrame();
}
Symbol 229 Button (94 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
Symbol 231 Button (196 B)
on (keyPress "<Right>") {
gotoAndStop (12);
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Down>") {
gotoAndStop (54);
}
Symbol 232 Button (101 B)
on (keyPress "<Down>") {
gotoAndStop (55);
}
on (keyPress "<Up>") {
gotoAndStop (14);
}
Symbol 233 Button (99 B)
on (keyPress "<Left>") {
gotoAndStop (10);
}
on (keyPress "<Enter>") {
nextFrame();
}
Symbol 241 Button (78 B)
on (release) {
prevFrame();
}
on (keyPress "<Enter>") {
prevFrame();
}
Symbol 242 Button (151 B)
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Down>") {
gotoAndStop (11);
}
on (keyPress "<Right>") {
gotoAndStop (28);
}
Symbol 243 Button (99 B)
on (keyPress "<Left>") {
gotoAndPlay (16);
}
on (keyPress "<Right>") {
prevFrame();
}
Symbol 252 MovieClip Frame 13 (8 B)
stop();
Symbol 253 Button (46 B)
on (keyPress "<Left>") {
nextFrame();
}
Symbol 254 Button (97 B)
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Right>") {
gotoAndStop (22);
}
Symbol 255 Button (91 B)
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Down>") {
prevFrame();
}
Symbol 256 Button (94 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Down>") {
prevFrame();
}
Symbol 257 Button (147 B)
on (keyPress "<Enter>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
gotoAndStop (23);
}
Symbol 259 Button (51 B)
on (keyPress "<Left>") {
gotoAndPlay (17);
}
Symbol 260 Button (99 B)
on (keyPress "<Left>") {
gotoAndStop (20);
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 261 Button (94 B)
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 262 Button (147 B)
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Space>") {
gotoAndStop (29);
}
Symbol 263 Button (104 B)
on (keyPress "<Left>") {
gotoAndStop (14);
}
on (keyPress "<Right>") {
gotoAndStop (38);
}
Symbol 264 MovieClip Frame 5 (8 B)
stop();
Symbol 265 Button (157 B)
on (keyPress "<Space>") {
gotoAndStop (30);
}
on (keyPress "<Left>") {
gotoAndPlay (26);
}
on (keyPress "<Right>") {
gotoAndStop (31);
}
Symbol 266 MovieClip Frame 5 (8 B)
stop();
Symbol 267 Button (157 B)
on (keyPress "<Space>") {
gotoAndStop (29);
}
on (keyPress "<Right>") {
gotoAndPlay (26);
}
on (keyPress "<Left>") {
gotoAndPlay (24);
}
Symbol 268 Button (104 B)
on (keyPress "<Left>") {
gotoAndPlay (32);
}
on (keyPress "<Right>") {
gotoAndStop (33);
}
Symbol 269 Button (157 B)
on (keyPress "<Space>") {
gotoAndStop (30);
}
on (keyPress "<Right>") {
gotoAndPlay (31);
}
on (keyPress "<Left>") {
gotoAndPlay (26);
}
Symbol 270 Button (157 B)
on (keyPress "<Enter>") {
gotoAndStop (35);
}
on (keyPress "<Right>") {
gotoAndStop (34);
}
on (keyPress "<Left>") {
gotoAndStop (31);
}
Symbol 271 Button (51 B)
on (keyPress "<Left>") {
gotoAndStop (33);
}
Symbol 278 MovieClip Frame 7 (8 B)
stop();
Symbol 279 Button (104 B)
on (keyPress "<Left>") {
gotoAndStop (36);
}
on (keyPress "<Right>") {
gotoAndStop (39);
}
Symbol 280 Button (104 B)
on (keyPress "<Right>") {
gotoAndStop (37);
}
on (keyPress "<Left>") {
gotoAndStop (38);
}
Symbol 281 Button (104 B)
on (keyPress "<Right>") {
gotoAndStop (39);
}
on (keyPress "<Left>") {
gotoAndStop (36);
}
Symbol 282 Button (104 B)
on (keyPress "<Right>") {
gotoAndStop (36);
}
on (keyPress "<Left>") {
gotoAndStop (28);
}
Symbol 283 Button (104 B)
on (keyPress "<Right>") {
gotoAndPlay (40);
}
on (keyPress "<Left>") {
gotoAndStop (37);
}
Symbol 284 Button (104 B)
on (keyPress "<Right>") {
gotoAndStop (68);
}
on (keyPress "<Left>") {
gotoAndStop (43);
}
Symbol 285 MovieClip Frame 13 (8 B)
stop();
Symbol 286 Button (51 B)
on (keyPress "<Left>") {
gotoAndStop (44);
}
Symbol 287 Button (104 B)
on (keyPress "<Right>") {
gotoAndStop (45);
}
on (keyPress "<Left>") {
gotoAndPlay (46);
}
Symbol 288 Button (99 B)
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
gotoAndStop (56);
}
Symbol 289 Button (94 B)
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
prevFrame();
}
Symbol 290 Button (196 B)
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "<Up>") {
gotoAndStop (54);
}
on (keyPress "<Down>") {
gotoAndStop (66);
}
Symbol 291 Button (151 B)
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "1") {
if (key == false) {
gotoAndStop (123);
} else if (key == true) {
stop();
}
}
Symbol 292 Button (101 B)
on (keyPress "<Up>") {
gotoAndStop (55);
}
on (keyPress "<Down>") {
gotoAndStop (67);
}
Symbol 293 Button (205 B)
on (keyPress "<Down>") {
gotoAndStop (54);
}
on (keyPress "<Up>") {
gotoAndStop (11);
}
on (keyPress "<Left>") {
gotoAndStop (9);
}
on (keyPress "<Right>") {
gotoAndStop (12);
}
Symbol 294 Button (104 B)
on (keyPress "<Left>") {
gotoAndStop (48);
}
on (keyPress "<Right>") {
gotoAndStop (57);
}
Symbol 295 Button (158 B)
on (keyPress "<Left>") {
gotoAndStop (56);
}
on (keyPress "<Enter>") {
gotoAndStop (58);
}
on (keyPress "<Right>") {
gotoAndStop (201);
}
Symbol 296 Button (151 B)
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
gotoAndStop (65);
}
on (keyPress "<Down>") {
gotoAndStop (90);
}
Symbol 297 Button (144 B)
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "<Up>") {
gotoAndStop (66);
}
Symbol 298 Button (47 B)
on (keyPress "<Right>") {
prevFrame();
}
Symbol 299 Button (51 B)
on (keyPress "<Left>") {
gotoAndStop (59);
}
Symbol 300 Button (101 B)
on (keyPress "<Up>") {
gotoAndStop (67);
}
on (keyPress "<Down>") {
gotoAndStop (63);
}
Symbol 301 Button (206 B)
on (keyPress "<Up>") {
gotoAndStop (54);
}
on (keyPress "<Down>") {
gotoAndStop (66);
}
on (keyPress "<Left>") {
gotoAndStop (53);
}
on (keyPress "<Right>") {
gotoAndStop (51);
}
Symbol 302 Button (99 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (42);
}
Symbol 303 Button (104 B)
on (keyPress "<Right>") {
gotoAndStop (70);
}
on (keyPress "<Left>") {
gotoAndStop (68);
}
Symbol 304 Button (152 B)
on (keyPress "<Right>") {
gotoAndPlay (72);
}
on (keyPress "<Left>") {
gotoAndStop (69);
}
on (keyPress "<Space>") {
nextFrame();
}
Symbol 305 Button (157 B)
on (keyPress "<Left>") {
gotoAndPlay (72);
}
on (keyPress "<Space>") {
gotoAndStop (76);
}
on (keyPress "<Right>") {
gotoAndStop (91);
}
Symbol 306 Button (51 B)
on (keyPress "<Left>") {
gotoAndPlay (77);
}
Symbol 307 Button (157 B)
on (keyPress "<Left>") {
gotoAndPlay (72);
}
on (keyPress "<Right>") {
gotoAndStop (91);
}
on (keyPress "<Space>") {
gotoAndStop (76);
}
Symbol 308 Button (157 B)
on (keyPress "<Right>") {
gotoAndPlay (72);
}
on (keyPress "<Left>") {
gotoAndPlay (69);
}
on (keyPress "<Space>") {
gotoAndStop (71);
}
Symbol 309 Button (104 B)
on (keyPress "<Right>") {
gotoAndStop (74);
}
on (keyPress "<Left>") {
gotoAndPlay (78);
}
Symbol 310 Button (46 B)
on (keyPress "<Left>") {
nextFrame();
}
Symbol 311 Button (94 B)
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
prevFrame();
}
Symbol 312 Button (144 B)
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
prevFrame();
}
on (keyPress "<Up>") {
gotoAndStop (90);
}
Symbol 313 Button (47 B)
on (keyPress "<Right>") {
prevFrame();
}
Symbol 314 Button (101 B)
on (keyPress "<Down>") {
gotoAndStop (88);
}
on (keyPress "<Up>") {
gotoAndStop (59);
}
Symbol 315 Button (99 B)
on (keyPress "<Left>") {
gotoAndStop (75);
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 316 Button (210 B)
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
if (spikes == 2) {
stop();
} else if (spikes == 1) {
gotoAndStop (93);
}
}
on (keyPress "<Up>") {
gotoAndStop (95);
}
Symbol 317 Button (104 B)
on (keyPress "<Left>") {
gotoAndStop (92);
}
on (keyPress "<Right>") {
gotoAndStop (94);
}
Symbol 318 Button (112 B)
on (keyPress "<Left>") {
if (spikes == 2) {
stop();
} else if (spikes == 1) {
gotoAndStop (93);
}
}
Symbol 319 Button (101 B)
on (keyPress "<Down>") {
gotoAndStop (92);
}
on (keyPress "<Up>") {
gotoAndStop (96);
}
Symbol 320 Button (208 B)
on (keyPress "<Down>") {
gotoAndStop (95);
}
on (keyPress "<Up>") {
gotoAndStop (97);
}
on (keyPress "<Left>") {
gotoAndStop (100);
}
on (keyPress "<Right>") {
gotoAndStop (112);
}
Symbol 321 Button (101 B)
on (keyPress "<Down>") {
gotoAndStop (96);
}
on (keyPress "<Up>") {
gotoAndStop (98);
}
Symbol 322 Button (158 B)
on (keyPress "<Down>") {
gotoAndStop (97);
}
on (keyPress "<Right>") {
gotoAndStop (103);
}
on (keyPress "<Left>") {
gotoAndStop (113);
}
Symbol 323 Button (202 B)
on (keyPress "<Down>") {
gotoAndStop (95);
}
on (keyPress "<Up>") {
gotoAndStop (97);
}
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
gotoAndStop (112);
}
Symbol 324 Button (100 B)
on (keyPress "<Left>") {
gotoAndPlay (119);
}
on (keyPress "<Right>") {
prevFrame();
}
Symbol 325 Button (99 B)
on (keyPress "<Left>") {
gotoAndStop (98);
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 326 Button (94 B)
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 327 Button (94 B)
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Enter>") {
nextFrame();
}
Symbol 328 Button (52 B)
on (keyPress "<Left>") {
gotoAndStop (108);
}
Symbol 329 Button (106 B)
on (keyPress "<Left>") {
gotoAndStop (109);
}
on (keyPress "<Right>") {
gotoAndStop (110);
}
Symbol 330 Button (106 B)
on (keyPress "<Left>") {
gotoAndStop (111);
}
on (keyPress "<Right>") {
gotoAndStop (108);
}
Symbol 331 Button (51 B)
on (keyPress "<Left>") {
gotoAndStop (99);
}
Symbol 332 Button (100 B)
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
gotoAndStop (116);
}
Symbol 333 Button (100 B)
on (keyPress "<Left>") {
gotoAndPlay (117);
}
on (keyPress "<Right>") {
prevFrame();
}
Symbol 334 Button (52 B)
on (keyPress "<Left>") {
gotoAndPlay (114);
}
Symbol 335 Button (106 B)
on (keyPress "<Left>") {
gotoAndPlay (120);
}
on (keyPress "<Right>") {
gotoAndPlay (102);
}
Symbol 337 Button (105 B)
on (keyPress "<Right>") {
gotoAndStop (53);
}
on (keyPress "<Left>") {
gotoAndPlay (126);
}
Symbol 339 Button (105 B)
on (keyPress "<Right>") {
gotoAndStop (52);
}
on (keyPress "<Left>") {
gotoAndPlay (125);
}
Symbol 340 Button (156 B)
on (keyPress "<Left>") {
gotoAndPlay (126);
}
on (keyPress "1") {
if (key == false) {
gotoAndStop (122);
} else if (key == true) {
stop();
}
}
Symbol 341 Button (100 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (394);
}
Symbol 342 Button (94 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
Symbol 343 Button (145 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Up>") {
gotoAndStop (184);
}
Symbol 344 Button (148 B)
on (keyPress "<Space>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
gotoAndPlay (159);
}
Symbol 345 Button (154 B)
on (keyPress "<Space>") {
nextFrame();
}
on (keyPress "<Right>") {
gotoAndStop (146);
}
on (keyPress "<Left>") {
gotoAndPlay (159);
}
Symbol 346 Button (154 B)
on (keyPress "<Space>") {
prevFrame();
}
on (keyPress "<Left>") {
gotoAndStop (141);
}
on (keyPress "<Right>") {
gotoAndPlay (159);
}
Symbol 347 Button (148 B)
on (keyPress "<Space>") {
prevFrame();
}
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndPlay (159);
}
Symbol 348 Button (148 B)
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Space>") {
nextFrame();
}
on (keyPress "<Right>") {
gotoAndPlay (164);
}
Symbol 349 Button (154 B)
on (keyPress "<Space>") {
nextFrame();
}
on (keyPress "<Right>") {
gotoAndStop (151);
}
on (keyPress "<Left>") {
gotoAndPlay (164);
}
Symbol 350 Button (154 B)
on (keyPress "<Space>") {
prevFrame();
}
on (keyPress "<Left>") {
gotoAndStop (146);
}
on (keyPress "<Right>") {
gotoAndPlay (164);
}
Symbol 351 Button (148 B)
on (keyPress "<Space>") {
prevFrame();
}
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndPlay (164);
}
Symbol 352 Button (148 B)
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Space>") {
nextFrame();
}
on (keyPress "<Right>") {
gotoAndPlay (169);
}
Symbol 353 Button (160 B)
on (keyPress "<Right>") {
gotoAndStop (156);
}
on (keyPress "<Space>") {
gotoAndStop (154);
}
on (keyPress "<Left>") {
gotoAndPlay (169);
}
Symbol 354 Button (160 B)
on (keyPress "<Left>") {
gotoAndStop (151);
}
on (keyPress "<Space>") {
gotoAndStop (153);
}
on (keyPress "<Right>") {
gotoAndPlay (169);
}
Symbol 355 Button (46 B)
on (keyPress "<Left>") {
prevFrame();
}
Symbol 356 Button (106 B)
on (keyPress "<Left>") {
gotoAndStop (173);
}
on (keyPress "<Right>") {
gotoAndPlay (174);
}
Symbol 358 Button (106 B)
on (keyPress "<Left>") {
gotoAndStop (176);
}
on (keyPress "<Right>") {
gotoAndStop (177);
}
Symbol 359 Button (106 B)
on (keyPress "<Left>") {
gotoAndStop (179);
}
on (keyPress "<Right>") {
gotoAndStop (180);
}
Symbol 360 Button (106 B)
on (keyPress "<Right>") {
gotoAndStop (162);
}
on (keyPress "<Left>") {
gotoAndStop (332);
}
Symbol 361 Button (100 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (162);
}
Symbol 362 Button (100 B)
on (keyPress "<Right>") {
gotoAndStop (168);
}
on (keyPress "<Left>") {
prevFrame();
}
Symbol 363 Button (100 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (168);
}
Symbol 364 Button (100 B)
on (keyPress "<Right>") {
gotoAndStop (172);
}
on (keyPress "<Left>") {
prevFrame();
}
Symbol 365 Button (100 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (172);
}
Symbol 366 Button (97 B)
on (keyPress "<Down>") {
gotoAndStop (141);
}
on (keyPress "<Up>") {
nextFrame();
}
Symbol 367 Button (145 B)
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Right>") {
gotoAndStop (194);
}
Symbol 368 Button (91 B)
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Up>") {
nextFrame();
}
Symbol 369 Button (100 B)
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Right>") {
gotoAndStop (189);
}
Symbol 370 Button (157 B)
on (keyPress "<Down>") {
gotoAndStop (184);
}
on (keyPress "<Up>") {
gotoAndStop (186);
}
on (keyPress "<Right>") {
gotoAndStop (194);
}
Symbol 371 Button (53 B)
on (keyPress "<Right>") {
gotoAndStop (191);
}
Symbol 372 Button (52 B)
on (keyPress "<Right>") {
gotoAndStop (88);
}
Symbol 373 Button (100 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (188);
}
Symbol 374 Button (161 B)
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
if (spikes == 2) {
stop();
} else if (spikes == 1) {
gotoAndStop (196);
}
}
Symbol 375 Button (161 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
if (spikes == 2) {
stop();
} else if (spikes == 1) {
gotoAndStop (196);
}
}
Symbol 376 Button (148 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Enter>") {
gotoAndPlay (163);
}
Symbol 377 Button (153 B)
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Space>") {
gotoAndStop (58);
}
on (keyPress "<Right>") {
gotoAndStop (204);
}
Symbol 378 Button (105 B)
on (keyPress "<Left>") {
gotoAndStop (57);
}
on (keyPress "<Right>") {
gotoAndStop (202);
}
Symbol 379 MovieClip Frame 5 (8 B)
stop();
Symbol 381 Button (52 B)
on (keyPress "<Left>") {
gotoAndStop (203);
}
Symbol 382 Button (100 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (200);
}
Symbol 383 Button (145 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Up>") {
gotoAndStop (248);
}
Symbol 384 Button (178 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "t") {
gotoAndPlay (215);
}
on (keyPress "T") {
gotoAndPlay (215);
}
Symbol 386 MovieClip Frame 5 (8 B)
stop();
Symbol 387 Button (130 B)
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "t") {
gotoAndPlay (233);
}
on (keyPress "T") {
gotoAndPlay (233);
}
Symbol 388 Button (97 B)
on (keyPress "<Down>") {
gotoAndStop (210);
}
on (keyPress "<Up>") {
nextFrame();
}
Symbol 389 Button (198 B)
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Left>") {
gotoAndPlay (256);
}
on (keyPress "<Right>") {
gotoAndStop (258);
}
Symbol 390 Button (153 B)
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Left>") {
gotoAndPlay (253);
}
on (keyPress "<Right>") {
gotoAndStop (395);
}
Symbol 391 Button (210 B)
on (keyPress "<Up>") {
gotoAndStop (250);
}
on (keyPress "<Down>") {
gotoAndStop (248);
}
on (keyPress "<Left>") {
gotoAndPlay (256);
}
on (keyPress "<Right>") {
gotoAndStop (258);
}
Symbol 392 Button (106 B)
on (keyPress "<Left>") {
gotoAndStop (252);
}
on (keyPress "<Right>") {
gotoAndStop (259);
}
Symbol 393 Button (148 B)
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Enter>") {
gotoAndStop (265);
}
Symbol 394 Button (106 B)
on (keyPress "<Left>") {
gotoAndStop (267);
}
on (keyPress "<Right>") {
gotoAndStop (272);
}
Symbol 395 Button (189 B)
on (keyPress "<Left>") {
if (lasergun == false) {
gotoAndPlay (271);
} else if (lasergun == true) {
gotoAndStop (268);
}
}
on (keyPress "<Right>") {
gotoAndStop (266);
}
Symbol 396 Button (371 B)
on (keyPress "n") {
gotoAndStop (271);
}
on (keyPress "y") {
if (coins >= 5) {
gotoAndStop (270);
} else if (coins < 5) {
gotoAndStop (269);
}
}
on (keyPress "N") {
gotoAndStop (271);
}
on (keyPress "Y") {
if (coins >= 5) {
gotoAndStop (270);
} else if (coins < 5) {
gotoAndStop (269);
}
}
on (keyPress "<Right>") {
gotoAndStop (267);
}
Symbol 400 Button (53 B)
on (keyPress "<Right>") {
gotoAndStop (267);
}
Symbol 404 Button (178 B)
on (keyPress "<Right>") {
gotoAndStop (267);
}
on (keyPress "<Left>") {
if (lasergun == false) {
stop();
} else if (lasergun == true) {
gotoAndStop (268);
}
}
Symbol 405 Button (100 B)
on (keyPress "<Right>") {
nextFrame();
}
on (keyPress "<Left>") {
gotoAndStop (266);
}
Symbol 406 Button (100 B)
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Enter>") {
gotoAndPlay (288);
}
Symbol 408 Button (100 B)
on (keyPress "<Left>") {
gotoAndStop (183);
}
on (keyPress "<Right>") {
prevFrame();
}
Symbol 412 Button (160 B)
on (keyPress "<Right>") {
gotoAndStop (173);
}
on (keyPress "<Enter>") {
gotoAndPlay (333);
}
on (keyPress "<Left>") {
gotoAndStop (382);
}
Symbol 413 Button (100 B)
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
gotoAndStop (332);
}
Symbol 414 Button (92 B)
on (keyPress "<Up>") {
nextFrame();
}
on (keyPress "<Right>") {
prevFrame();
}
Symbol 415 Button (157 B)
on (keyPress "<Up>") {
gotoAndStop (386);
}
on (keyPress "<Down>") {
gotoAndStop (384);
}
on (keyPress "<Right>") {
gotoAndStop (389);
}
Symbol 416 Button (100 B)
on (keyPress "<Down>") {
prevFrame();
}
on (keyPress "<Right>") {
gotoAndStop (393);
}
Symbol 417 Button (157 B)
on (keyPress "<Right>") {
gotoAndStop (389);
}
on (keyPress "<Up>") {
gotoAndStop (386);
}
on (keyPress "<Down>") {
gotoAndStop (384);
}
Symbol 418 Button (100 B)
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
gotoAndStop (390);
}
Symbol 419 Button (148 B)
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
gotoAndPlay (160);
}
on (keyPress "<Enter>") {
nextFrame();
}
Symbol 422 Button (53 B)
on (keyPress "<Right>") {
gotoAndStop (139);
}
Symbol 423 Button (100 B)
on (keyPress "<Left>") {
gotoAndStop (251);
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 424 Button (181 B)
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
if (lasergun == true) {
stop();
} else if (blobs < 5) {
stop();
} else {
nextFrame();
}
}
Symbol 427 Button (100 B)
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Right>") {
gotoAndStop (403);
}
Symbol 428 Button (53 B)
on (keyPress "<Right>") {
gotoAndStop (403);
}
Symbol 429 Button (100 B)
on (keyPress "<Left>") {
prevFrame();
}
on (keyPress "<Enter>") {
gotoAndPlay (407);
}
Symbol 438 MovieClip Frame 1 (8 B)
stop();
Symbol 438 MovieClip Frame 5 (17 B)
gotoAndStop (1);
Symbol 463 MovieClip Frame 1 (11 B)
time = 60;
Symbol 463 MovieClip Frame 2 (417 B)
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 (3);
}
Symbol 463 MovieClip Frame 13 (35 B)
time = time - 1;
gotoAndPlay (2);
Symbol 466 Button (126 B)
on (keyPress "2") {
tellTarget ("danwithlaser") {
gotoAndPlay (2);
};
}
on (keyPress "<Up>") {
gotoAndPlay (481);
}
Symbol 472 MovieClip Frame 1 (8 B)
stop();
Symbol 472 MovieClip Frame 5 (64 B)
tellTarget (_root) {
gotoAndPlay (449);
};
gotoAndStop (1);
Symbol 475 MovieClip Frame 60 (55 B)
stop();
tellTarget (_root) {
gotoAndPlay (414);
};
Symbol 476 Button (126 B)
on (keyPress "2") {
tellTarget ("danwithlaser") {
gotoAndPlay (2);
};
}
on (keyPress "<Up>") {
gotoAndPlay (457);
}
Symbol 479 Button (126 B)
on (keyPress "2") {
tellTarget ("danwithlaser") {
gotoAndPlay (2);
};
}
on (keyPress "<Up>") {
gotoAndPlay (459);
}
Symbol 480 Button (126 B)
on (keyPress "2") {
tellTarget ("danwithlaser") {
gotoAndPlay (2);
};
}
on (keyPress "<Up>") {
gotoAndPlay (461);
}
Symbol 481 Button (126 B)
on (keyPress "2") {
tellTarget ("danwithlaser") {
gotoAndPlay (2);
};
}
on (keyPress "<Up>") {
gotoAndPlay (463);
}
Symbol 482 Button (126 B)
on (keyPress "2") {
tellTarget ("danwithlaser") {
gotoAndPlay (2);
};
}
on (keyPress "<Up>") {
gotoAndPlay (465);
}
Symbol 483 Button (126 B)
on (keyPress "2") {
tellTarget ("danwithlaser") {
gotoAndPlay (2);
};
}
on (keyPress "<Up>") {
gotoAndPlay (467);
}
Symbol 484 Button (126 B)
on (keyPress "2") {
tellTarget ("danwithlaser") {
gotoAndPlay (2);
};
}
on (keyPress "<Up>") {
gotoAndPlay (469);
}
Symbol 485 Button (126 B)
on (keyPress "2") {
tellTarget ("danwithlaser") {
gotoAndPlay (2);
};
}
on (keyPress "<Up>") {
gotoAndPlay (471);
}
Symbol 486 Button (126 B)
on (keyPress "2") {
tellTarget ("danwithlaser") {
gotoAndPlay (2);
};
}
on (keyPress "<Up>") {
gotoAndPlay (473);
}
Symbol 487 Button (126 B)
on (keyPress "2") {
tellTarget ("danwithlaser") {
gotoAndPlay (2);
};
}
on (keyPress "<Up>") {
gotoAndPlay (475);
}
Symbol 490 Button (126 B)
on (keyPress "2") {
tellTarget ("danwithlaser") {
gotoAndPlay (2);
};
}
on (keyPress "<Up>") {
gotoAndPlay (493);
}
Symbol 491 Button (52 B)
on (keyPress "<Down>") {
gotoAndPlay (430);
}
Symbol 492 Button (52 B)
on (keyPress "<Down>") {
gotoAndPlay (432);
}
Symbol 493 Button (52 B)
on (keyPress "<Down>") {
gotoAndPlay (434);
}
Symbol 494 Button (52 B)
on (keyPress "<Down>") {
gotoAndPlay (436);
}
Symbol 495 Button (52 B)
on (keyPress "<Down>") {
gotoAndPlay (438);
}
Symbol 496 Button (52 B)
on (keyPress "<Down>") {
gotoAndPlay (440);
}
Symbol 497 Button (52 B)
on (keyPress "<Down>") {
gotoAndPlay (442);
}
Symbol 498 Button (52 B)
on (keyPress "<Down>") {
gotoAndPlay (444);
}
Symbol 499 Button (52 B)
on (keyPress "<Down>") {
gotoAndPlay (446);
}
Symbol 500 Button (52 B)
on (keyPress "<Down>") {
gotoAndPlay (448);
}
Symbol 501 Button (52 B)
on (keyPress "<Down>") {
gotoAndPlay (420);
}
Symbol 502 Button (52 B)
on (keyPress "<Down>") {
gotoAndPlay (450);
}
Symbol 536 Button (60 B)
on (release, keyPress "<Enter>") {
gotoAndStop (3);
}
Symbol 546 Button (34 B)
on (release) {
gotoAndPlay (2);
}
Symbol 547 Button (92 B)
on (release, releaseOutside) {
gotoAndStop (1);
tellTarget (_root.clock) {
play();
};
}
Symbol 550 MovieClip Frame 1 (8 B)
stop();
Symbol 550 MovieClip Frame 9 (8 B)
stop();