Frame 1
if (/:game_start == 1) {
Set("/:stage", 10);
gotoAndStop (8);
} else {
stop();
}
Frame 2
gotoAndPlay (63);
Frame 3
gotoAndPlay (4);
Frame 4
loadPercent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
loaded = loadpercent add "%";
progressmeter.gotoAndStop(loadPercent);
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
gotoAndPlay (63);
}
Frame 5
prevFrame();
play();
Frame 8
Set("/:stage", 1);
Set("/:boss_hit", 0);
Set("/:boss_beat", 0);
stg = 1;
Set("/:credits_end", 0);
dir = 0;
free = 0;
miss = 1;
bomb = 0;
spd = 20;
score = 0;
s_freq = 20;
game_start = 1;
stop();
Frame 9
stop();
Frame 10
stop();
Frame 11
stop();
Frame 12
if (/:credits_end == 1) {
gotoAndStop (8);
}
Frame 13
prevFrame();
play();
Frame 14
if (cont1 == 1) {
tellTarget ("/continue") {
gotoAndStop (2);
};
}
if (cont2 == 1) {
tellTarget ("/continue") {
gotoAndStop (3);
};
}
if (cont3 == 1) {
tellTarget ("/continue") {
gotoAndStop (4);
};
}
if (cont4 == 1) {
tellTarget ("/continue") {
gotoAndStop (5);
};
}
if (cont5 == 1) {
tellTarget ("/continue") {
gotoAndStop (6);
};
}
Frame 15
if (cont_PICK == 1) {
CONT_PICK = 0;
gotoAndStop (11);
}
Frame 16
prevFrame();
play();
Frame 17
if (/:char == "erika") {
tellTarget ("/barrel/char_pak") {
gotoAndStop (2);
};
}
bomb_next = 1;
Set("/:boss_on", 0);
b = 0;
bomb = -1;
o = 0;
n = 0;
u = 0;
s = 0;
Set("/:black", 0);
Set("/:red", 0);
Set("/:whitey", 0);
Set("/:green", 0);
Set("/:blue", 0);
Set("/:missile", 0);
dir = 0;
free = 0;
miss = 1;
Set("/:bonus_miss", 0);
Set("/:bomb", 0);
spd = 20;
bonus_lev = 0;
bonus_lev_switch = 0;
bonus_spd = 20;
s_freq = 20;
Set("/:special", 0);
tellTarget ("/bomb") {
gotoAndStop (105);
};
tellTarget ("/miss") {
gotoAndStop (1);
};
tellTarget ("/over") {
gotoAndStop (1);
};
if ((stage > 8) and (stage < 13)) {
spd = (10 - stage) + 20;
}
stop();
Instance of Symbol 156 MovieClip "barrel" in Frame 17
onClipEvent (load) {
startDrag ("/barrel", true, 50, 500, 500, 500);
}
Frame 18
if (/:boss_on == 1) {
if (/:boss_shock != 1) {
duplicateMovieClip ("/fireball", "b_" add bomb, bomb + 1);
setProperty("/b_" add bomb, _x , random(450) + 50);
setProperty("/b_" add bomb, _y , 1);
freq = s_freq;
}
} else if (/:bonus_lev != 1) {
duplicateMovieClip ("/bomb", "b_" add bomb, bomb + 1);
setProperty("/b_" add bomb, _x , random(450) + 50);
setProperty("/b_" add bomb, _y , 1);
freq = s_freq;
} else {
duplicateMovieClip ("/ybomb", "b_" add bomb, bomb + 1);
setProperty("/b_" add bomb, _x , random(450) + 50);
setProperty("/b_" add bomb, _y , 1);
freq = s_freq;
}
if (/:boss_beat == 1) {
gotoAndPlay (63);
}
Frame 19
bomb = bomb + 1;
if (/:boss_on != 1) {
if ((bomb == (stage + 5)) and (bonus_lev == 0)) {
bomb = 0;
gotoAndPlay (35);
} else {
gotoAndPlay (26);
}
}
Frame 26
freq = freq - 1;
if (/:bonus_miss > 0) {
Set("/:bonus_miss", 0);
Set("/:bonus_lev", 0);
gotoAndPlay (35);
}
Frame 27
if (freq < 1) {
gotoAndPlay (18);
} else {
gotoAndPlay (26);
}
Frame 59
tellTarget ("/level") {
gotoAndStop(/:stage + 1);
};
bomb = 0;
if ((/:bonus_lev_switch == 1) and (/:stage != 20)) {
Set("/:bonus_lev_switch", 0);
Set("/:bonus_lev", 1);
nextFrame();
play();
} else {
Set("/:bonus_lev_switch", 0);
stop();
}
Frame 60
bomb = 0;
temp_freq = s_freq;
s_freq = 7;
stop();
Frame 61
Set("/:change_scene", 0);
Set("/:bomb", -1);
tellTarget ("/level") {
gotoAndStop(/:stage + 1);
};
if (/:b == 1) {
tellTarget ("/b") {
gotoAndStop (2);
};
}
if (/:o == 1) {
tellTarget ("/o") {
gotoAndStop (2);
};
}
if (/:n == 1) {
tellTarget ("/n") {
gotoAndStop (2);
};
}
if (/:u == 1) {
tellTarget ("/u") {
gotoAndStop (2);
};
}
if (/:s == 1) {
tellTarget ("/s") {
gotoAndStop (2);
};
}
tellTarget ("/miss") {
gotoAndStop(/:miss);
};
if (/:char == "erika") {
tellTarget ("/barrel/char_pak") {
gotoAndStop (2);
};
}
if (/:stage == 11) {
tellTarget ("/city") {
gotoAndPlay ("night");
};
}
if (/:stage == 6) {
tellTarget ("/city") {
gotoAndPlay ("dusk");
};
}
if (/:stage == 15) {
tellTarget ("/city") {
gotoAndPlay ("outskirts");
};
}
if (/:stage == 20) {
s_freq = 20;
tellTarget ("/city") {
gotoAndPlay ("suburbs");
};
}
if (/:stage == 25) {
tellTarget ("/city") {
gotoAndPlay ("country");
};
}
if (/:stage == 35) {
tellTarget ("/city") {
gotoAndPlay ("lair");
};
}
stop();
Frame 62
gotoAndPlay (18);
Frame 166
stop();
Frame 218
stop();
Frame 267
stop();
Frame 348
stop();
Frame 349
stop();
Frame 350
stop();
Frame 372
stop();
Frame 412
stop();
Frame 413
stop();
Symbol 23 MovieClip Frame 8
stop();
Symbol 34 MovieClip Frame 253
tellTarget ("/") {
gotoAndPlay ("logo_done");
};
Symbol 63 MovieClip Frame 46
stop();
Symbol 70 Button
on (release) {
toggleHighQuality();
}
Symbol 75 Button
on (release) {
gotoAndPlay (12);
}
Symbol 79 Button
on (release) {
stopAllSounds();
gotoAndPlay (14);
}
Symbol 82 Button
on (release) {
stopAllSounds();
gotoAndStop (10);
}
Symbol 87 Button
on (release) {
gotoAndPlay (11);
}
Symbol 149 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 2
stop();
Symbol 149 MovieClip Frame 3
stop();
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 2
stop();
Symbol 156 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 2
Set("/:score", /:score + 50);
if (/:score > 5999) {
if (/:free == 0) {
Set("/:miss", /:miss - 1);
tellTarget ("/sound") {
gotoAndPlay (2);
};
tellTarget ("/miss") {
prevFrame();
};
Set("/:free", 1);
}
}
Symbol 156 MovieClip Frame 11
gotoAndStop (1);
Symbol 156 MovieClip Frame 12
stop();
Symbol 185 Button
on (release) {
stopAllSounds();
gotoAndPlay (8);
}
Symbol 192 Button
on (release) {
stopAllSounds();
Set("/:char", "hiroshi");
if (CONT_ON == 1) {
CONT_ON = 0;
gotoAndPlay (61);
} else {
gotoAndPlay (17);
}
}
Symbol 197 Button
on (release) {
stopAllSounds();
Set("/:char", "erika");
if (CONT_ON == 1) {
CONT_ON = 0;
gotoAndPlay (61);
} else {
gotoAndPlay (17);
}
}
Symbol 207 Button
on (release) {
stopAllSounds();
Set("/:credits_end", 1);
}
Symbol 240 MovieClip Frame 1332
stopAllSounds();
Set("/:credits_end", 1);
Symbol 244 Button
on (release) {
gotoAndStop (8);
}
Symbol 266 Button
on (release) {
Set("/:stage", 10);
Set("/:bomb_next", 1);
Set("/:boss_on", 0);
Set("/:b", 0);
Set("/:bomb", -1);
Set("/:o", 0);
Set("/:n", 0);
Set("/:u", 0);
Set("/:s", 0);
Set("/:black", 0);
Set("/:red", 0);
Set("/:whitey", 0);
Set("/:green", 0);
Set("/:blue", 0);
Set("/:missile", 0);
Set("/:dir", 0);
Set("/:free", 0);
Set("/:miss", 1);
Set("/:bonus_miss", 0);
Set("/:bomb", 0);
Set("/:spd", 22);
Set("/:bonus_lev", 0);
Set("/:bonus_lev_switch", 0);
Set("/:bonus_spd", 20);
Set("/:s_freq", 11);
Set("/:special", 0);
Set("/:CONT_ON", 1);
Set("/:CONT_PICK", 1);
}
Symbol 268 Button
on (release) {
Set("/:stage", 15);
Set("/:bomb_next", 1);
Set("/:boss_on", 0);
Set("/:b", 0);
Set("/:bomb", -1);
Set("/:o", 0);
Set("/:n", 0);
Set("/:u", 0);
Set("/:s", 0);
Set("/:black", 0);
Set("/:red", 0);
Set("/:whitey", 0);
Set("/:green", 0);
Set("/:blue", 0);
Set("/:missile", 0);
Set("/:dir", 0);
Set("/:free", 0);
Set("/:miss", 1);
Set("/:bonus_miss", 0);
Set("/:bomb", 0);
Set("/:spd", 18);
Set("/:bonus_lev", 0);
Set("/:bonus_lev_switch", 0);
Set("/:bonus_spd", 20);
Set("/:s_freq", 18);
Set("/:special", 0);
Set("/:CONT_ON", 1);
Set("/:CONT_PICK", 1);
}
Symbol 270 Button
on (release) {
Set("/:stage", 20);
Set("/:bomb_next", 1);
Set("/:boss_on", 0);
Set("/:b", 0);
Set("/:bomb", -1);
Set("/:o", 0);
Set("/:n", 0);
Set("/:u", 0);
Set("/:s", 0);
Set("/:black", 0);
Set("/:red", 0);
Set("/:whitey", 0);
Set("/:green", 0);
Set("/:blue", 0);
Set("/:missile", 0);
Set("/:dir", 0);
Set("/:free", 0);
Set("/:miss", 1);
Set("/:bonus_miss", 0);
Set("/:bomb", 0);
Set("/:spd", 18);
Set("/:bonus_lev", 0);
Set("/:bonus_lev_switch", 0);
Set("/:bonus_spd", 20);
Set("/:s_freq", 19);
Set("/:special", 0);
Set("/:CONT_ON", 1);
Set("/:CONT_PICK", 1);
}
Symbol 272 Button
on (release) {
Set("/:stage", 25);
Set("/:bomb_next", 1);
Set("/:boss_on", 0);
Set("/:b", 0);
Set("/:bomb", -1);
Set("/:o", 0);
Set("/:n", 0);
Set("/:u", 0);
Set("/:s", 0);
Set("/:black", 0);
Set("/:red", 0);
Set("/:whitey", 0);
Set("/:green", 0);
Set("/:blue", 0);
Set("/:missile", 0);
Set("/:dir", 0);
Set("/:free", 0);
Set("/:miss", 1);
Set("/:bonus_miss", 0);
Set("/:bomb", 0);
Set("/:spd", 15);
Set("/:bonus_lev", 0);
Set("/:bonus_lev_switch", 0);
Set("/:bonus_spd", 20);
Set("/:s_freq", 19);
Set("/:special", 0);
Set("/:CONT_ON", 1);
Set("/:CONT_PICK", 1);
}
Symbol 275 Button
on (release) {
Set("/:stage", 35);
Set("/:bomb_next", 1);
Set("/:boss_on", 1);
Set("/:b", 0);
Set("/:bomb", -1);
Set("/:o", 0);
Set("/:n", 0);
Set("/:u", 0);
Set("/:s", 0);
Set("/:black", 0);
Set("/:red", 0);
Set("/:whitey", 0);
Set("/:green", 0);
Set("/:blue", 0);
Set("/:missile", 0);
Set("/:dir", 0);
Set("/:free", 0);
Set("/:miss", 1);
Set("/:bonus_miss", 0);
Set("/:bomb", 0);
Set("/:spd", 18);
Set("/:bonus_lev", 0);
Set("/:bonus_lev_switch", 0);
Set("/:bonus_spd", 20);
Set("/:s_freq", 4);
Set("/:special", 0);
Set("/:CONT_ON", 1);
Set("/:CONT_PICK", 1);
}
Symbol 276 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 2
stop();
Symbol 276 MovieClip Frame 3
stop();
Symbol 276 MovieClip Frame 4
stop();
Symbol 276 MovieClip Frame 5
stop();
Symbol 276 MovieClip Frame 6
stop();
Symbol 318 MovieClip Frame 1
stop();
Symbol 318 MovieClip Frame 2
stop();
Symbol 318 MovieClip Frame 3
if (/:boss_hit > 16) {
gotoAndPlay (114);
} else {
Set("/:boss_shock", 1);
Set("/:boss_hit", /:boss_hit + 1);
}
Symbol 318 MovieClip Frame 27
if (/:boss_hit > 16) {
tellTarget ("/city") {
gotoAndStop ("lair_dark");
};
gotoAndPlay (29);
}
Symbol 318 MovieClip Frame 28
Set("/:boss_shock", 0);
stop();
Symbol 318 MovieClip Frame 113
Set("/:boss_shock", 0);
stop();
Symbol 318 MovieClip Frame 114
Set("/:boss_shock", 1);
Set("/:boss_hit", /:boss_hit + 1);
Symbol 318 MovieClip Frame 133
Set("/:boss_shock", 0);
gotoAndStop (113);
Symbol 325 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 21
Set("/:boss_beat", 1);
Symbol 332 MovieClip Frame 1
stop();
Symbol 348 MovieClip Frame 1
stop();
Symbol 348 MovieClip Frame 28
stop();
Symbol 348 MovieClip Frame 63
Set("/:cont1", 1);
stop();
Symbol 348 MovieClip Frame 64
Set("/:cont2", 1);
stop();
Symbol 348 MovieClip Frame 65
Set("/:cont3", 1);
stop();
Symbol 348 MovieClip Frame 66
Set("/:cont4", 1);
stop();
Symbol 348 MovieClip Frame 67
stop();
Set("/:cont5", 1);
stop();
Symbol 348 MovieClip Frame 68
stop();
Symbol 348 MovieClip Frame 82
stop();
Symbol 348 MovieClip Frame 96
stop();
Symbol 348 MovieClip Frame 110
stop();
Symbol 348 MovieClip Frame 124
stop();
Symbol 348 MovieClip Frame 138
stop();
Symbol 369 MovieClip Frame 1
my_x = _x;
if (my_x < 0) {
stop();
} else {
dir = 0;
BONUS = random(25);
if (BONUS == 5) {
gotoAndPlay (91);
}
if (/:stage == 10) {
gotoAndPlay (30);
}
if (/:stage == 20) {
gotoAndPlay (91);
}
if (/:stage > 10) {
if (/:stage < 15) {
gotoAndPlay (107);
}
}
if ((/:stage > 11) and (/:stage < 20)) {
if (/:stage != 20) {
gotoAndPlay (16);
}
}
if (/:stage > 19) {
type = random(5);
if (type == 0) {
gotoAndPlay (16);
}
if (type == 1) {
gotoAndPlay (30);
}
if (type == 2) {
gotoAndPlay (16);
}
if (type == 3) {
gotoAndPlay (107);
}
if (type == 4) {
BONUS = random(25);
if (BONUS == 5) {
gotoAndPlay (91);
}
}
}
white = random(19);
if (white == 3) {
gotoAndPlay (30);
}
if ((white == 5) and (/:stage > 5)) {
gotoAndPlay (109);
}
if ((white == 7) and (/:stage > 24)) {
gotoAndPlay (102);
}
}
Symbol 369 MovieClip Frame 2
my_x = _x;
my_y = _y;
_y = (my_y + /:spd);
if (/:stage > 12) {
if (dir == 0) {
_x = (my_x + 15);
if (my_x > 450) {
dir = 1;
}
}
if (dir == 1) {
_x = (my_x - 15);
if (my_x < 50) {
dir = 0;
}
}
}
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
Set("/:black", /:black + 1);
tellTarget ("/barrel") {
gotoAndPlay (2);
};
removeMovieClip("");
}
if (my_y > 500) {
gotoAndPlay (22);
}
Symbol 369 MovieClip Frame 3
gotoAndPlay (2);
Symbol 369 MovieClip Frame 4
stop();
Symbol 369 MovieClip Frame 8
Set("/:miss", /:miss + 1);
tellTarget ("/miss") {
gotoAndStop(/:miss);
};
Symbol 369 MovieClip Frame 15
removeMovieClip("");
stop();
Symbol 369 MovieClip Frame 16
if (white == 3) {
gotoAndPlay (30);
}
if (white == 5) {
gotoAndPlay (109);
}
my_x = _x;
my_y = _y;
_y = (my_y + /:spd);
if (/:stage > 12) {
if (dir == 0) {
_x = (my_x + 10);
if (my_x > 450) {
dir = 1;
}
}
if (dir == 1) {
_x = (my_x - 10);
if (my_x < 50) {
dir = 0;
}
}
}
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
Set("/:red", /:red + 1);
tellTarget ("/barrel") {
gotoAndPlay (2);
};
removeMovieClip("");
}
if (my_y > 500) {
gotoAndPlay (22);
}
Symbol 369 MovieClip Frame 17
gotoAndPlay (16);
Symbol 369 MovieClip Frame 18
stop();
Symbol 369 MovieClip Frame 22
Set("/:miss", /:miss + 1);
tellTarget ("/miss") {
gotoAndStop(/:miss);
};
Symbol 369 MovieClip Frame 29
removeMovieClip("");
stop();
Symbol 369 MovieClip Frame 30
my_x = _x;
my_y = _y;
_y = (my_y + /:spd);
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
gotoAndPlay (51);
}
if (my_y > 500) {
Set("/:whitey", /:whitey + 1);
gotoAndPlay (32);
}
Symbol 369 MovieClip Frame 31
gotoAndPlay (30);
Symbol 369 MovieClip Frame 32
Set("/:score", /:score + 50);
Symbol 369 MovieClip Frame 50
removeMovieClip("");
Symbol 369 MovieClip Frame 51
Set("/:miss", /:miss + 1);
tellTarget ("/miss") {
gotoAndStop(/:miss);
};
Symbol 369 MovieClip Frame 90
removeMovieClip("");
stop();
Symbol 369 MovieClip Frame 91
BUBBLE = random(5);
if (BUBBLE == 0) {
gotoAndPlay (92);
}
if (BUBBLE == 1) {
gotoAndPlay (94);
}
if (BUBBLE == 2) {
gotoAndPlay (96);
}
if (BUBBLE == 3) {
gotoAndPlay (98);
}
if (BUBBLE == 4) {
gotoAndPlay (100);
}
Symbol 369 MovieClip Frame 92
my_x = _x;
my_y = _y;
_y = (my_y + /:spd);
if (/:stage > 12) {
if (dir == 0) {
_x = (my_x + 15);
if (my_x > 450) {
dir = 1;
}
}
if (dir == 1) {
_x = (my_x - 15);
if (my_x < 50) {
dir = 0;
}
}
}
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
tellTarget ("/B") {
gotoAndStop (2);
};
if (((((/:b + /:o) + /:n) + /:u) + /:s) == 5) {
tellTarget ("/highlight") {
gotoAndPlay (2);
};
removeMovieClip("");
}
removeMovieClip("");
}
if (my_y > 500) {
gotoAndPlay (32);
}
Symbol 369 MovieClip Frame 93
gotoAndPlay (92);
Symbol 369 MovieClip Frame 94
my_x = _x;
my_y = _y;
_y = (my_y + /:spd);
if (/:stage > 12) {
if (dir == 0) {
_x = (my_x + 15);
if (my_x > 450) {
dir = 1;
}
}
if (dir == 1) {
_x = (my_x - 15);
if (my_x < 50) {
dir = 0;
}
}
}
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
tellTarget ("/O") {
gotoAndStop (2);
};
if (((((/:b + /:o) + /:n) + /:u) + /:s) == 5) {
tellTarget ("/highlight") {
gotoAndPlay (2);
};
removeMovieClip("");
}
removeMovieClip("");
}
if (my_y > 500) {
gotoAndPlay (32);
}
Symbol 369 MovieClip Frame 95
gotoAndPlay (94);
Symbol 369 MovieClip Frame 96
my_x = _x;
my_y = _y;
_y = (my_y + /:spd);
if (/:stage > 12) {
if (dir == 0) {
_x = (my_x + 15);
if (my_x > 450) {
dir = 1;
}
}
if (dir == 1) {
_x = (my_x - 15);
if (my_x < 50) {
dir = 0;
}
}
}
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
tellTarget ("/N") {
gotoAndStop (2);
};
if (((((/:b + /:o) + /:n) + /:u) + /:s) == 5) {
tellTarget ("/highlight") {
gotoAndPlay (2);
};
removeMovieClip("");
}
removeMovieClip("");
}
if (my_y > 500) {
gotoAndPlay (32);
}
Symbol 369 MovieClip Frame 97
gotoAndPlay (96);
Symbol 369 MovieClip Frame 98
my_x = _x;
my_y = _y;
_y = (my_y + /:spd);
if (/:stage > 12) {
if (dir == 0) {
_x = (my_x + 15);
if (my_x > 450) {
dir = 1;
}
}
if (dir == 1) {
_x = (my_x - 15);
if (my_x < 50) {
dir = 0;
}
}
}
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
tellTarget ("/U") {
gotoAndStop (2);
};
if (((((/:b + /:o) + /:n) + /:u) + /:s) == 5) {
tellTarget ("/highlight") {
gotoAndPlay (2);
};
removeMovieClip("");
}
removeMovieClip("");
}
if (my_y > 500) {
gotoAndPlay (32);
}
Symbol 369 MovieClip Frame 99
gotoAndPlay (98);
Symbol 369 MovieClip Frame 100
my_x = _x;
my_y = _y;
_y = (my_y + /:spd);
if (/:stage > 12) {
if (dir == 0) {
_x = (my_x + 15);
if (my_x > 450) {
dir = 1;
}
}
if (dir == 1) {
_x = (my_x - 15);
if (my_x < 50) {
dir = 0;
}
}
}
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
tellTarget ("/S") {
gotoAndStop (2);
};
if (((((/:b + /:o) + /:n) + /:u) + /:s) == 5) {
tellTarget ("/highlight") {
gotoAndPlay (2);
};
removeMovieClip("");
}
removeMovieClip("");
}
if (my_y > 500) {
gotoAndPlay (32);
}
Symbol 369 MovieClip Frame 101
gotoAndPlay (100);
Symbol 369 MovieClip Frame 103
my_x = _x;
my_y = _y;
_y = ((my_y + /:spd) - 10);
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
Set("/:missile", /:missile + 1);
tellTarget ("/barrel") {
gotoAndPlay (2);
};
removeMovieClip("");
}
if (my_y > 500) {
gotoAndPlay (173);
}
Symbol 369 MovieClip Frame 104
gotoAndPlay (103);
Symbol 369 MovieClip Frame 105
stop();
Symbol 369 MovieClip Frame 107
if (white == 3) {
gotoAndPlay (30);
}
if (white == 5) {
gotoAndPlay (109);
}
my_x = _x;
my_y = _y;
_y = (my_y + /:spd);
_x = my_x;
dir = random(2);
if (dir == 0) {
_x = (my_x + 10);
if (my_x > 450) {
my_x = 410;
_x = my_x;
}
}
if (dir == 1) {
_x = (my_x - 10);
if (my_x < 50) {
my_x = 50;
_x = my_x;
}
}
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
Set("/:green", /:green + 1);
tellTarget ("/barrel") {
gotoAndPlay (2);
};
removeMovieClip("");
}
if (my_y > 500) {
gotoAndPlay (5);
}
Symbol 369 MovieClip Frame 108
gotoAndPlay (107);
Symbol 369 MovieClip Frame 109
my_x = _x;
my_y = _y;
_y = (my_y + /:spd);
if (/:stage > 12) {
if (/:stage != 20) {
if (dir == 0) {
_x = (my_x + 15);
if (my_x > 450) {
dir = 1;
}
}
}
if (dir == 1) {
_x = (my_x - 15);
if (my_x < 50) {
dir = 0;
}
}
}
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
gotoAndPlay (51);
}
if (my_y > 500) {
gotoAndPlay (111);
}
Symbol 369 MovieClip Frame 110
gotoAndPlay (109);
Symbol 369 MovieClip Frame 139
_y = (my_y - 405);
Symbol 369 MovieClip Frame 140
my_x = _x;
my_y = _y;
_y = (my_y + /:spd);
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
Set("/:blue", /:blue + 1);
tellTarget ("/barrel") {
gotoAndPlay (2);
};
removeMovieClip("");
}
if (my_y > 500) {
gotoAndPlay (5);
}
Symbol 369 MovieClip Frame 141
gotoAndPlay (140);
Symbol 369 MovieClip Frame 173
Set("/:miss", /:miss + 2);
if (/:miss > 5) {
Set("/:miss", 5);
}
tellTarget ("/miss") {
gotoAndStop(/:miss);
};
Symbol 369 MovieClip Frame 232
removeMovieClip("");
stop();
Symbol 369 MovieClip Frame 234
stop();
Symbol 371 MovieClip Frame 1
stop();
Symbol 378 MovieClip Frame 1
dir = 0;
my_x = _x;
if (my_x > 0) {
if (/:boss_on == 1) {
fb_no = random(7) + 1;
gotoAndPlay(fb_no * 2);
} else {
stop();
}
} else {
stop();
}
Symbol 378 MovieClip Frame 2
my_x = _x;
my_y = _y;
if (/:boss_shock != 1) {
_y = (my_y + /:spd);
if (/:boss_hit > 16) {
if (dir == 0) {
_x = (my_x + 15);
if (my_x > 450) {
dir = 1;
}
}
if (dir == 1) {
_x = (my_x - 15);
if (my_x < 50) {
dir = 0;
}
}
}
}
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
if (/:bomb_next == fb_no) {
tellTarget ("/city/boss") {
gotoAndPlay ("shock");
};
tellTarget ("/city/life") {
nextFrame();
};
Set("/:fb_count", /:fb_count + 1);
Set("/:s_freq", /:s_freq - 1);
Set("/:bomb_next", random(6) + 1);
tellTarget ("/city/bomb_next") {
gotoAndStop(/:bomb_next);
};
tellTarget ("/barrel") {
gotoAndPlay (2);
};
removeMovieClip("");
} else {
gotoAndPlay (40);
}
}
if (my_y > 500) {
if (/:bomb_next != fb_no) {
gotoAndPlay (48);
} else {
gotoAndPlay (40);
}
}
Symbol 378 MovieClip Frame 3
if (/:boss_beat == 1) {
gotoAndStop (16);
} else {
prevFrame();
play();
}
Symbol 378 MovieClip Frame 4
my_x = _x;
my_y = _y;
if (/:boss_shock != 1) {
_y = (my_y + /:spd);
if (/:boss_hit > 16) {
if (dir == 0) {
_x = (my_x + 15);
if (my_x > 450) {
dir = 1;
}
}
if (dir == 1) {
_x = (my_x - 15);
if (my_x < 50) {
dir = 0;
}
}
}
}
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
if (/:bomb_next == fb_no) {
tellTarget ("/city/boss") {
gotoAndPlay ("shock");
};
tellTarget ("/city/life") {
nextFrame();
};
Set("/:fb_count", /:fb_count + 1);
Set("/:s_freq", /:s_freq - 1);
Set("/:bomb_next", random(6) + 1);
tellTarget ("/city/bomb_next") {
gotoAndStop(/:bomb_next);
};
tellTarget ("/barrel") {
gotoAndPlay (2);
};
removeMovieClip("");
} else {
gotoAndPlay (40);
}
}
if (my_y > 500) {
if (/:bomb_next != fb_no) {
gotoAndPlay (48);
} else {
gotoAndPlay (40);
}
}
Symbol 378 MovieClip Frame 5
if (/:boss_beat == 1) {
gotoAndStop (16);
} else {
prevFrame();
play();
}
Symbol 378 MovieClip Frame 6
my_x = _x;
my_y = _y;
if (/:boss_shock != 1) {
_y = (my_y + /:spd);
if (/:boss_hit > 16) {
if (dir == 0) {
_x = (my_x + 15);
if (my_x > 450) {
dir = 1;
}
}
if (dir == 1) {
_x = (my_x - 15);
if (my_x < 50) {
dir = 0;
}
}
}
}
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
if (/:bomb_next == fb_no) {
tellTarget ("/city/boss") {
gotoAndPlay ("shock");
};
tellTarget ("/city/life") {
nextFrame();
};
Set("/:fb_count", /:fb_count + 1);
Set("/:s_freq", /:s_freq - 1);
Set("/:bomb_next", random(6) + 1);
tellTarget ("/city/bomb_next") {
gotoAndStop(/:bomb_next);
};
tellTarget ("/barrel") {
gotoAndPlay (2);
};
removeMovieClip("");
} else {
gotoAndPlay (40);
}
}
if (my_y > 500) {
if (/:bomb_next != fb_no) {
gotoAndPlay (48);
} else {
gotoAndPlay (40);
}
}
Symbol 378 MovieClip Frame 7
if (/:boss_beat == 1) {
gotoAndStop (16);
} else {
prevFrame();
play();
}
Symbol 378 MovieClip Frame 8
my_x = _x;
my_y = _y;
if (/:boss_shock != 1) {
_y = (my_y + /:spd);
if (/:boss_hit > 16) {
if (dir == 0) {
_x = (my_x + 15);
if (my_x > 450) {
dir = 1;
}
}
if (dir == 1) {
_x = (my_x - 15);
if (my_x < 50) {
dir = 0;
}
}
}
}
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
if (/:bomb_next == fb_no) {
tellTarget ("/city/boss") {
gotoAndPlay ("shock");
};
tellTarget ("/city/life") {
nextFrame();
};
Set("/:fb_count", /:fb_count + 1);
Set("/:s_freq", /:s_freq - 1);
Set("/:bomb_next", random(6) + 1);
tellTarget ("/city/bomb_next") {
gotoAndStop(/:bomb_next);
};
tellTarget ("/barrel") {
gotoAndPlay (2);
};
removeMovieClip("");
} else {
gotoAndPlay (40);
}
}
if (my_y > 500) {
if (/:bomb_next != fb_no) {
gotoAndPlay (48);
} else {
gotoAndPlay (40);
}
}
Symbol 378 MovieClip Frame 9
if (/:boss_beat == 1) {
gotoAndStop (16);
} else {
prevFrame();
play();
}
Symbol 378 MovieClip Frame 10
my_x = _x;
my_y = _y;
if (/:boss_shock != 1) {
_y = (my_y + /:spd);
if (/:boss_hit > 16) {
if (dir == 0) {
_x = (my_x + 15);
if (my_x > 450) {
dir = 1;
}
}
if (dir == 1) {
_x = (my_x - 15);
if (my_x < 50) {
dir = 0;
}
}
}
}
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
if (/:bomb_next == fb_no) {
tellTarget ("/city/boss") {
gotoAndPlay ("shock");
};
tellTarget ("/city/life") {
nextFrame();
};
Set("/:fb_count", /:fb_count + 1);
Set("/:s_freq", /:s_freq - 1);
Set("/:bomb_next", random(6) + 1);
tellTarget ("/city/bomb_next") {
gotoAndStop(/:bomb_next);
};
tellTarget ("/barrel") {
gotoAndPlay (2);
};
removeMovieClip("");
} else {
gotoAndPlay (40);
}
}
if (my_y > 500) {
if (/:bomb_next != fb_no) {
gotoAndPlay (48);
} else {
gotoAndPlay (40);
}
}
Symbol 378 MovieClip Frame 11
if (/:boss_beat == 1) {
gotoAndStop (16);
} else {
prevFrame();
play();
}
Symbol 378 MovieClip Frame 12
my_x = _x;
my_y = _y;
if (/:boss_shock != 1) {
_y = (my_y + /:spd);
if (/:boss_hit > 16) {
if (dir == 0) {
_x = (my_x + 15);
if (my_x > 450) {
dir = 1;
}
}
if (dir == 1) {
_x = (my_x - 15);
if (my_x < 50) {
dir = 0;
}
}
}
}
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
if (/:bomb_next == fb_no) {
tellTarget ("/city/boss") {
gotoAndPlay ("shock");
};
tellTarget ("/city/life") {
nextFrame();
};
Set("/:fb_count", /:fb_count + 1);
Set("/:s_freq", /:s_freq - 1);
Set("/:bomb_next", random(6) + 1);
tellTarget ("/city/bomb_next") {
gotoAndStop(/:bomb_next);
};
tellTarget ("/barrel") {
gotoAndPlay (2);
};
removeMovieClip("");
} else {
gotoAndPlay (40);
}
}
if (my_y > 500) {
if (/:bomb_next != fb_no) {
gotoAndPlay (48);
} else {
gotoAndPlay (40);
}
}
Symbol 378 MovieClip Frame 13
if (/:boss_beat == 1) {
gotoAndStop (16);
} else {
prevFrame();
play();
}
Symbol 378 MovieClip Frame 14
my_x = _x;
my_y = _y;
_y = ((my_y + /:spd) - 10);
if (/:boss_hit > 16) {
if (dir == 0) {
_x = (my_x + 10);
if (my_x > 450) {
dir = 1;
}
}
if (dir == 1) {
_x = (my_x - 10);
if (my_x < 50) {
dir = 0;
}
}
}
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
tellTarget ("/barrel") {
gotoAndPlay (2);
};
removeMovieClip("");
}
if (my_y > 500) {
gotoAndPlay (40);
}
Symbol 378 MovieClip Frame 15
if (/:boss_beat == 1) {
gotoAndStop (16);
} else {
prevFrame();
play();
}
Symbol 378 MovieClip Frame 16
stop();
Symbol 378 MovieClip Frame 40
Set("/:miss", /:miss + 1);
tellTarget ("/miss") {
gotoAndStop(/:miss);
};
Symbol 378 MovieClip Frame 47
removeMovieClip("");
stop();
Symbol 378 MovieClip Frame 48
Set("/:score", /:score + 50);
Symbol 378 MovieClip Frame 66
removeMovieClip("");
stop();
Symbol 380 MovieClip Frame 1
my_x = _x;
if (my_x < 0) {
stop();
}
Symbol 380 MovieClip Frame 2
my_x = _x;
my_y = _y;
_y = (my_y + /:bonus_spd);
caught = this.hitTest(_root.barrel.hotspot);
if (caught == true) {
tellTarget ("/bonus_sign") {
nextFrame();
play();
};
gotoAndPlay (4);
}
if (my_y > 500) {
Set("/:miss", /:miss - 1);
Set("/:bonus_miss", /:bonus_miss + 1);
if (/:bonus_miss > 0) {
Set("/:s_freq", /:temp_freq);
Set("/:bonus_lev", 0);
}
gotoAndPlay (33);
}
Symbol 380 MovieClip Frame 3
prevFrame();
play();
Symbol 380 MovieClip Frame 32
spd_up = spd_up + 1;
if (spd_up > 2) {
spd_up = 0;
Set("/:bonus_spd", /:bonus_spd + 1);
}
removeMovieClip("");
Symbol 380 MovieClip Frame 33
Set("/:miss", /:miss + 1);
tellTarget ("/miss") {
gotoAndStop(/:miss);
};
Symbol 380 MovieClip Frame 40
removeMovieClip("");
stop();
Symbol 383 MovieClip Frame 1
stop();
Symbol 383 MovieClip Frame 2
tellTarget ("/miss") {
gotoAndStop (1);
};
tellTarget ("/B") {
gotoAndStop (1);
};
tellTarget ("/O") {
gotoAndStop (1);
};
tellTarget ("/N") {
gotoAndStop (1);
};
tellTarget ("/U") {
gotoAndStop (1);
};
tellTarget ("/S") {
gotoAndStop (1);
};
Set("/:b", 0);
Set("/:o", 0);
Set("/:n", 0);
Set("/:u", 0);
Set("/:s", 0);
Set("/:miss", 1);
Set("/:special", 1);
Set("/:bonus_lev_switch", 1);
Symbol 383 MovieClip Frame 49
tellTarget ("/miss") {
gotoAndStop (1);
};
Set("/:miss", 1);
gotoAndPlay (1);
Symbol 395 MovieClip Frame 1
stop();
Symbol 395 MovieClip Frame 2
stop();
Symbol 395 MovieClip Frame 3
stop();
Symbol 395 MovieClip Frame 4
stop();
Symbol 395 MovieClip Frame 5
stop();
Symbol 395 MovieClip Frame 6
stop();
Symbol 395 MovieClip Frame 7
stop();
Symbol 395 MovieClip Frame 8
stop();
Symbol 395 MovieClip Frame 9
stop();
Symbol 395 MovieClip Frame 10
stop();
Symbol 395 MovieClip Frame 11
stop();
Symbol 395 MovieClip Frame 12
stop();
Symbol 395 MovieClip Frame 13
stop();
Symbol 395 MovieClip Frame 14
stop();
Symbol 395 MovieClip Frame 15
stop();
Symbol 395 MovieClip Frame 16
stop();
Symbol 395 MovieClip Frame 17
stop();
Symbol 395 MovieClip Frame 18
stop();
Symbol 395 MovieClip Frame 19
stop();
Symbol 395 MovieClip Frame 20
stop();
Symbol 395 MovieClip Frame 21
stop();
Symbol 395 MovieClip Frame 22
stop();
Symbol 395 MovieClip Frame 23
stop();
Symbol 395 MovieClip Frame 24
stop();
Symbol 395 MovieClip Frame 25
stop();
Symbol 395 MovieClip Frame 26
stop();
Symbol 395 MovieClip Frame 27
stop();
Symbol 395 MovieClip Frame 28
stop();
Symbol 395 MovieClip Frame 30
Set("/:bonus_miss", 10);
Set("/:doubles", 1);
tellTarget ("/barrel/char_pak") {
gotoAndStop (3);
};
tellTarget ("/barrel/hotspot") {
gotoAndStop (2);
};
Set("/:s_freq", /:temp_freq);
Symbol 395 MovieClip Frame 59
gotoAndPlay (54);
Symbol 442 MovieClip Frame 1
stop();
Symbol 475 Button
on (release) {
stopAllSounds();
tellTarget ("/") {
gotoAndPlay (1);
};
tellTarget ("/city") {
gotoAndPlay (2);
};
}
Symbol 476 MovieClip Frame 1
stop();
Symbol 476 MovieClip Frame 2
tellTarget ("/") {
gotoAndStop (44);
};
tellTarget ("/barrel") {
gotoAndStop (12);
};
if (/:stage < 15) {
tellTarget ("/city") {
gotoAndPlay ("explode");
};
}
if ((/:stage > 14) and (/:stage < 20)) {
tellTarget ("/city") {
gotoAndPlay ("explode2");
};
}
if ((/:stage > 19) and (/:stage < 25)) {
tellTarget ("/city") {
gotoAndPlay ("explode3");
};
}
if ((/:stage > 24) and (/:stage < 35)) {
tellTarget ("/city") {
gotoAndPlay ("explode4");
};
}
if (/:stage > 34) {
tellTarget ("/city") {
gotoAndPlay ("explode5");
};
}
stopDrag();
Symbol 476 MovieClip Frame 124
stop();
Symbol 478 MovieClip Frame 1
stop();
Symbol 478 MovieClip Frame 2
if (/:doubles == 1) {
Set("/:doubles", 0);
tellTarget ("/barrel/hotspot") {
gotoAndStop (1);
};
if (/:char == "hiroshi") {
tellTarget ("/barrel/char_pak") {
gotoAndStop (1);
};
}
if (/:char == "erika") {
tellTarget ("/barrel/char_pak") {
gotoAndStop (2);
};
}
prevFrame();
} else {
stop();
}
Symbol 478 MovieClip Frame 3
if (/:doubles == 1) {
Set("/:doubles", 0);
tellTarget ("/barrel/hotspot") {
gotoAndStop (1);
};
if (/:char == "hiroshi") {
tellTarget ("/barrel/char_pak") {
gotoAndStop (1);
};
}
if (/:char == "erika") {
tellTarget ("/barrel/char_pak") {
gotoAndStop (2);
};
}
prevFrame();
} else {
stop();
}
Symbol 478 MovieClip Frame 4
if (/:doubles == 1) {
Set("/:doubles", 0);
tellTarget ("/barrel/hotspot") {
gotoAndStop (1);
};
if (/:char == "hiroshi") {
tellTarget ("/barrel/char_pak") {
gotoAndStop (1);
};
}
if (/:char == "erika") {
tellTarget ("/barrel/char_pak") {
gotoAndStop (2);
};
}
prevFrame();
} else {
stop();
}
Symbol 478 MovieClip Frame 5
if (/:doubles == 1) {
Set("/:doubles", 0);
tellTarget ("/barrel/hotspot") {
gotoAndStop (1);
};
if (/:char == "hiroshi") {
tellTarget ("/barrel/char_pak") {
gotoAndStop (1);
};
}
if (/:char == "erika") {
tellTarget ("/barrel/char_pak") {
gotoAndStop (2);
};
}
prevFrame();
} else {
removeMovieClip("/barrel");
tellTarget ("/over") {
gotoAndPlay (2);
};
stop();
}
Symbol 479 Button
on (release) {
gotoAndPlay (18);
}
Symbol 484 Button
on (keyPress "<Right>") {
barx = getProperty("/barrel", _x);
setProperty("/barrel", _x , barx + 20);
}
on (keyPress "<Left>") {
barx = getProperty("/barrel", _x);
setProperty("/barrel", _x , barx - 20);
}
on (keyPress "m") {
stopAllSounds();
}
on (keyPress "x") {
gotoAndStop (8);
}
Symbol 488 MovieClip Frame 1
stop();
Symbol 488 MovieClip Frame 2
stop();
Set("/:b", 1);
if (((((/:b + /:o) + /:n) + /:u) + /:s) == 5) {
tellTarget ("/highlight") {
gotoAndPlay (2);
};
}
Symbol 489 MovieClip Frame 1
stop();
Symbol 489 MovieClip Frame 2
stop();
Set("/:o", 1);
if (((((/:b + /:o) + /:n) + /:u) + /:s) == 5) {
tellTarget ("/highlight") {
gotoAndPlay (2);
};
}
Symbol 490 MovieClip Frame 1
stop();
Symbol 490 MovieClip Frame 2
stop();
Set("/:n", 1);
if (((((/:b + /:o) + /:n) + /:u) + /:s) == 5) {
tellTarget ("/highlight") {
gotoAndPlay (2);
};
}
Symbol 491 MovieClip Frame 1
stop();
Symbol 491 MovieClip Frame 2
stop();
Set("/:u", 1);
if (((((/:b + /:o) + /:n) + /:u) + /:s) == 5) {
tellTarget ("/highlight") {
gotoAndPlay (2);
};
}
Symbol 492 MovieClip Frame 1
stop();
Symbol 492 MovieClip Frame 2
stop();
Set("/:s", 1);
if (((((/:b + /:o) + /:n) + /:u) + /:s) == 5) {
tellTarget ("/highlight") {
gotoAndPlay (2);
};
}
Symbol 504 Button
on (release) {
if (/:stage == 10) {
if (/:girl != 1) {
tellTarget ("/city") {
gotoAndPlay ("night");
};
}
}
if (/:stage == 5) {
if (/:girl != 1) {
tellTarget ("/city") {
gotoAndPlay ("dusk");
};
}
}
if (/:stage == 14) {
if (/:girl != 1) {
stopAllSounds();
Set("/:change_scene", 1);
gotoAndPlay (413);
}
}
if (/:stage == 19) {
s_freq = 20;
if (/:girl != 1) {
stopAllSounds();
Set("/:change_scene", 1);
gotoAndPlay (63);
}
}
if (/:stage == 24) {
if (/:girl != 1) {
stopAllSounds();
Set("/:change_scene", 1);
Set("/:s_freq", 20);
Set("/:spd", 15);
gotoAndPlay (373);
}
}
if (/:stage == 34) {
if (/:girl != 1) {
stopAllSounds();
Set("/:change_scene", 1);
gotoAndPlay (63);
}
}
Set("/:bonus_miss", 0);
Set("/:bonus_spd", 20);
stage = stage + 1;
s_freq = s_freq - 1;
if (girl == 1) {
tellTarget ("/wallpaper") {
nextFrame();
};
}
if ((stage > 8) and (stage < 12)) {
spd = spd + 1;
}
}
on (release) {
tellTarget ("/bonus_sign") {
gotoAndStop (1);
};
if (/:change_scene != 1) {
gotoAndPlay (18);
}
}
Symbol 522 MovieClip Frame 1
stop();
Symbol 522 MovieClip Frame 2
stop();
Symbol 522 MovieClip Frame 3
stop();
Symbol 522 MovieClip Frame 24
stop();
Symbol 522 MovieClip Frame 25
stop();
Symbol 529 Button
on (release) {
if (/:stage == 10) {
tellTarget ("/city") {
gotoAndPlay ("night");
};
}
if (/:stage == 5) {
tellTarget ("/city") {
gotoAndPlay ("dusk");
};
}
if (/:stage == 14) {
tellTarget ("/city") {
gotoAndPlay ("outskirts");
};
}
if (/:stage == 19) {
tellTarget ("/city") {
gotoAndPlay ("country");
};
}
if (stage == 13) {
s_freq = 22;
spd = 18;
}
s_freq = s_freq - 1;
if (girl == 1) {
tellTarget ("/wallpaper") {
nextFrame();
};
}
if ((stage > 8) and (stage < 13)) {
spd = spd + 1;
}
}
on (release) {
tellTarget ("/level") {
gotoAndStop(/:stage);
};
gotoAndPlay (18);
}
Symbol 533 Button
on (release) {
if (/:doubles == 1) {
tellTarget ("/barrel/char_pak") {
gotoAndStop (3);
};
}
if ((/:bonus_lev_switch == 1) and (/:stage != 20)) {
prevFrame();
} else if (/:boss_on == 1) {
stopAllSounds();
nextFrame();
play();
} else {
gotoAndPlay (18);
}
}
Symbol 541 Button
on (release) {
toggleHighQuality();
stopAllSounds();
gotoAndStop (8);
}
Symbol 549 Button
on (release) {
gotoAndPlay (167);
}
Symbol 552 Button
on (release) {
gotoAndPlay (219);
}
Symbol 556 MovieClip Frame 35
stop();
Symbol 560 MovieClip Frame 59
stop();
Symbol 561 Button
on (release) {
gotoAndPlay (268);
}
Symbol 564 Button
on (release) {
gotoAndPlay (349);
}
Symbol 568 Button
on (release) {
gotoAndPlay (350);
}
Symbol 570 Button
on (release) {
gotoAndPlay (351);
}
Symbol 579 Button
on (release) {
toggleHighQuality();
stopAllSounds();
gotoAndPlay (4);
}
Symbol 580 Button
on (release) {
toggleHighQuality();
stopAllSounds();
gotoAndStop (8);
}
Symbol 582 Button
on (release) {
gotoAndPlay (61);
}
Symbol 596 Button
on (release) {
getURL ("http://www.robotube.com/store.html", "_blank");
}